
var arial = {
  src: 'http://www.whattheproblemis.com/arial.swf'
};



sIFR.activate(arial);




sIFR.replace(arial, 
{
    selector: 'h1',
	wmode:'transparent' ,
	fixFocus: true , 
    css: [
      '.sIFR-root { font-size:24; color:#ff9900; leading:-10; }'
	  ,'.span { color:#ffcc66;}'
	  ,'em { color:#990000; font-style:normal; }'
	  ,'a {  text-decoration:none; color:#ff9900; }'
      ,'a:hover { color:#009900; }'
    ] 
});


sIFR.replace(arial, 
{
    selector: '.top_text'
    ,css: [
      '.sIFR-root { font-size:18; color:#999999; leading:-4; }'
	  ,'.span { color:#ffcc66;}'
	  ,'em { color:#ffffff; font-style:normal;}'
    ] , wmode:'transparent' 
});


