var skytext = {
	src: '/swf/din.swf'
   };
 
sIFR.prefetch(skytext);		
sIFR.activate(skytext);
  
  sIFR.replace(skytext, {
    selector: 'h1 span',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: normal; color: #FFFFFF; letter-spacing: -2;}'
    ]
  });
  
