//<[CDATA[
var myfont = {
src: 'flash/eras.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(myfont);

sIFR.replace(myfont, {
selector: 'h1'
,css: [
  '.sIFR-root { color:#FFFFFF;font-weight:bold;}'	
  ,'a { text-decoration: none }'
  ,'a:link { color: #FFFFFF;text-decoration: none}'
  ,'a:hover { color: #FFFFFF text-decoration:underline }'
]
, tuneHeight:-3
, wmode: 'transparent'
}); 
    
sIFR.replace(myfont, {
selector: 'h2'
,css: [
  '.sIFR-root { font-weight:bold;}'	
  ,'a { color: #ff9900;text-decoration: none }'
  ,'a:link { color: #261510;text-decoration: none; cursor:hand}'
  ,'a:hover { color: #FFB009;text-decoration:none; cursor:hand}'
]
, tuneHeight:-3
, wmode: 'transparent'
}); 

sIFR.replace(myfont, {
selector: 'h4'
,css: [
  '.sIFR-root { color:#FFB009;font-weight:bold;}'	
  ,'a { text-decoration: none }'
  ,'a:link { color: #261510;text-decoration: none}'
  ,'a:hover { color: #FFB009 text-decoration:none }'
]
, tuneHeight:-3
, wmode: 'transparent'
});  

sIFR.replace(myfont, {
selector: 'h5'
,css: [
  '.sIFR-root { color:#2E1A13;font-weight:bold;}'	
  ,'a { text-decoration: none }'
  ,'a:link { color: #2E1A13;text-decoration: none}'
  ,'a:hover { color: #2E1A13 text-decoration:none }'
]
, tuneHeight:-3
, wmode: 'transparent'
});  
     
//]]>