var univers = { src: 'http://www.hastingshotels.com/wp-content/themes/hastings/swf/univers-light.swf' };
var trajan = { src: 'http://www.hastingshotels.com/wp-content/themes/hastings/swf/trajan.swf' };

sIFR.activate(univers, trajan);
sIFR.events = true;

sIFR.replace(trajan, {
      selector: '.home-module h2',
	  css: [
      '.sIFR-root { color: #700000; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#700000; }'
      ,'a:hover { color:#D71920; text-decoration: underline; }'
	  ,'a:visited { color:#8C0305; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(trajan, {
      selector: '.home-module h3',
	  css: [
      '.sIFR-root { color: #700000; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#700000; }'
      ,'a:hover { color:#D71920; text-decoration: underline; }'
	  ,'a:visited { color:#8C0305; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(trajan, {
      selector: 'h1',
	  css: [
      '.sIFR-root { color: #700000; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#700000; }'
      ,'a:hover { color:#D71920; text-decoration: underline; }'
	  ,'a:visited { color:#8C0305; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(univers, {
      selector: 'h2',
	  css: [
      '.sIFR-root { color: #700000; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#700000; }'
      ,'a:hover { color:#D71920; text-decoration: underline; }'
	  ,'a:visited { color:#8C0305; }'
	  ],
      wmode: 'transparent'
});
