//sIFR.domains = ['www.nicholascreativemedia.com']; // Don't check for domains in this demo
 
 var ald = {
  src: 'aldine.swf'

 };
  
  
    sIFR.debugMode = false;
  sIFR.delayCSS  = false;
   sIFR.activate(ald);
 
 sIFR.replace(ald, {
  selector: 'div.title'  
	,wmode: 'transparent'
    ,css: [
     '.sIFR-root { text-align: left; font-size:22px; color: #45280f; font-style: italic;}'
     ,'a { text-decoration: none;}'
     ,'a:link { color: #999999; }'
     ,'a:hover { color: #888888; }'
   ]
  });