
var header = {
  src: 'http://www.exoticescapes.my/wp-content/themes/andylim/sifr/header.swf'
};

var header_sub = {
  src: 'http://www.exoticescapes.my/wp-content/themes/andylim/sifr/header_sub.swf'
};

sIFR.activate(header);
sIFR.activate(header_sub);

sIFR.replace(header, {
  selector: 'h1', wmode:'transparent',
   css: [ '.sIFR-root { color: #ffffff; }' ]
});

sIFR.replace(header_sub, {
  selector: 'h2', wmode:'transparent',
   css: [ '.sIFR-root { color: #ffffff; margin-bottom:0; text-align:justify; }' ]
});

sIFR.replace(header, {
  selector: 'h3', wmode:'transparent',
  css: [ '.sIFR-root { color: #000000; }',
	 '.sIFR-root a { color:#ffffff; }',
	 '.sIFR-root a:hover { color:#ff45fb; }' ]
});

sIFR.replace(header_sub, {
  selector: 'h4', wmode:'transparent',
   css: [ '.sIFR-root { color: #ffffff; }' ]
});


sIFR.replace(header, {
  selector: 'h5', wmode:'transparent',
  css: [ '.sIFR-root { color: #000000; }' ]
});

