 var path = document.domain;
  
 var alwyn = 
 {
    src: "http://"+path+'/z_swf/sifr-alwyn.swf'
 };

  //sIFR.delayCSS  	= true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  
  sIFR.prefetch(alwyn);
  sIFR.activate(alwyn);
  
 sIFR.replace(alwyn, {selector: '#column-left h3', tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#0CB296'}
			   }
			   });
   
 	sIFR.replace(alwyn, {selector: '#column-right h5 a', wmode: 'transparent', tuneHeight: '0', offsetTop: '0',
			    css: 
			    [			   
				  '.sIFR-root { color:#FFFFFF;text-decoration:	none;}'
				    ]
			   });
	sIFR.replace(alwyn, {selector: '#column-right h4 ', wmode: 'transparent', tuneHeight: '0', offsetTop: '0',
			    css: 
			    [			   
				  '.sIFR-root { color:#FFFFFF;}'
				    ]
			   });
