var roon = {
  src: '/embed/ntrstt.swf'
};

sIFR.activate(roon); // From revision 209 and onwards

sIFR.replace(roon, {
  selector: 'h1',
		wmode: 'transparent',
    css: [
      '.sIFR-root { background-color: #ffffff; , color: #999999; letter-spacing: 2; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #666666; }'
      ,'a:hover { color: #999999; }'
    ]
});

