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: #3D143E; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#3D143E; }'
      ,'a:hover { color:#5F3060; text-decoration: underline; }'
	  ,'a:visited { color:#864987; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(trajan, {
      selector: '.home-module h3',
	  css: [
      '.sIFR-root { color: #3D143E; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#3D143E; }'
      ,'a:hover { color:#5F3060; text-decoration: underline; }'
	  ,'a:visited { color:#864987; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(trajan, {
      selector: 'h1',
	  css: [
      '.sIFR-root { color: #3D143E; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#3D143E; }'
      ,'a:hover { color:#5F3060; text-decoration: underline; }'
	  ,'a:visited { color:#864987; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(univers, {
      selector: 'h2',
	  css: [
      '.sIFR-root { color: #3D143E; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#3D143E; }'
      ,'a:hover { color:#5F3060; text-decoration: underline; }'
	  ,'a:visited { color:#864987; }'
	  ],
      wmode: 'transparent'
});
