 //<[CDATA[
 
 var officinasans = {
   src: 'http://www.allesovertoneel.nl/img/flash/officinasans.swf'
   ,wmode: 'transparent'
 };

sIFR.fromLocal = true; 
//sIFR.fixHover = true;
sIFR.debugMode = true;
// sIFR.domains = ['admire.nl'] // Don't check for domains in this demo

 
sIFR.prefetch(officinasans);
sIFR.activate();


sIFR.replace(officinasans, {
    selector: '#primaryContent h2'
    ,css: [
      '.sIFR-root { leading: -2; font-size: 18px; color: #233f84; }'
      ,'a { text-decoration: none; color: #233f84; }'
      ,'a:hover { text-decoration: none; color: #233f84; }'
	]
});
sIFR.replace(officinasans, {
    selector: '#secondaryContent h2'
    ,css: [
      '.sIFR-root { text-transform: uppercase; leading: -8; font-size: 17px; color: #233f84; }'
      ,'a { text-decoration: none; color: #233f84; }'
      ,'a:hover { text-decoration: none; color: #233f84; }'
	]
});

//]]>