var arial = { src: '/include/tahoma.swf' };
sIFR.activate(arial);


  
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;

    sIFR.replace(arial, {
      selector: 'h1'
      ,css: [
        '.sIFR-root {font-size:15px; background-color: #111111; color: #ffffff; text-align: center;}'
        ,'a {color: white; text-decoration: none; }'
        ,'a:link { color: white; }'
        ,'a:hover { color: #d0e435; }'
      ]
		     });

