var main = {
   src: base_url + 'flash/FutLT.swf'
};

var ariB = {
   src: base_url + 'flash/arialB.swf'
};


sIFR.activate(main, ariB); 

function replaceQuote()
{

    sIFR.replace(main, {
      selector: 'p.freeQuote'
        ,css: [
          '.sIFR-root {text-align: left; font-size: 26pt; color: #fff200; font-weight: normal;}' ,
          'a {text-align: left; text-decoration: none; font-size: 26pt; color: #fff200; font-weight: normal;}' ,     
          'a:hover {text-align: left; text-decoration: none; font-size: 26pt; color: #ffffff; font-weight: normal; }' ,    
        ]
        
        , wmode: 'transparent'        
    }); 
    
}
  
sIFR.replace(main, {
selector: 'h1'
  ,css: [
    '.sIFR-root {text-align: left; font-size: 26pt; color: #ffffff; font-weight: bold; }' ,
  ]             
  , wmode: 'transparent'        
});  

