// activate sifr //var frutiger = { src: ROOT_URL+'/client/schulich/schulich_lp4w_lnd_webstation.nsf/frutiger45light.swf' }; //sIFR.activate(frutiger); //draw_sifr(0); /*function draw_sifr(el) { // sifr definitions switch(el) { case 'h2': sIFR.replace(frutiger, { selector: el, css: '.sIFR-root { background-color: #ffffff; color: #595959; }', wmode: 'transparent', preventWrap: 'true' }); break; case 'h3': sIFR.replace(frutiger, { selector: el, css: '.sIFR-root { background-color: #ffffff; color: #595959; }', wmode: 'transparent' }); break; case '.content_hero h4': sIFR.replace(frutiger, { selector: el, css: '.sIFR-root { background-color: #ffffff; color: #595959; }', wmode: 'transparent' }); break; case 'body.page-content #content-links li': sIFR.replace(frutiger, { selector: el, css: '.sIFR-root { background-color: #f4f4f4; } .sIFR-root a { color: #8b8158; font-size: 18px; text-decoration: none; } .sIFR-root a:hover { color: #8b8158; text-decoration: underline; }', tuneHeight: 60, offsetTop: 20, wmode: 'transparent' }); break; default: draw_sifr('h2'); draw_sifr('h3'); draw_sifr('body.page-content #content-links li'); break; } }*/