var helveticaFont = { src: './font/helvetica.swf' };
var timeFont = { src: './font/time.swf' };
var vgaFont = { src: './font/vagrondad.swf' };
var vagBoldFont = { src: './font/vgabt.swf' };

sIFR.activate(helveticaFont,timeFont,vgaFont,vagBoldFont);


sIFR.replace(helveticaFont, {
      selector: 'h1.homeHeadingGreenFont'
	  ,wmode:'transparent'
	  ,offsetTop:0
	  ,offsetLeft:0
	  ,offsetRight:0
	  ,offsetBottom:0
	  ,tuneWidth:0
	  ,tuneHeight:-5
      ,css: [
        '.sIFR-root {text-align:left; vertical-align:bottom; color:#66cc33; font-size:11px; font-weight:bold; padding:0px; margin:0px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #66cc33; }'
        ,'a:hover { color: #66cc33; }'
      ] 
});
sIFR.replace(helveticaFont, {
      selector: 'h1.whiteFont'
	  ,wmode:'transparent'
	  ,offsetTop:0
	  ,offsetLeft:0
	  ,offsetRight:0
	  ,offsetBottom:0
	  ,tuneWidth:0
	  ,tuneHeight:-5
      ,css: [
        '.sIFR-root {text-align:left; vertical-align:middle; color:#ffffff; font-size:24px; font-weight:bold; padding:0px; margin:0px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ] 
});
sIFR.replace(timeFont, {
      selector: 'h1.homeFont'
	  ,wmode:'transparent'
	  ,offsetTop:0
	  ,offsetLeft:0
	  ,offsetRight:0
	  ,offsetBottom:0
	  ,tuneWidth:0
	  ,tuneHeight:-5
      ,css: [
        '.sIFR-root {text-align:left; vertical-align:middle; color:#ffffff; font-size:24px;  padding:0px; margin:0px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ] 
});

sIFR.replace(timeFont, {
      selector: 'h1.SubheaderFont'
	  ,wmode:'transparent'
	  ,offsetTop:0
	  ,offsetLeft:0
	  ,offsetRight:0
	  ,offsetBottom:0
	  ,tuneWidth:0
	  ,tuneHeight:-5
      ,css: [
        '.sIFR-root {text-align:left; vertical-align:middle; color:#ffffff; font-size:20px;  padding:0px; margin:0px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ] 
});

