var head = {
  src: 'http://www.sfreight.com/wp-content/themes/andylim/sifr/head.swf'
};

sIFR.activate(head);

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

sIFR.replace(head, {
  selector: 'h3', wmode:'transparent',
   css: [ '.sIFR-root { color: #ffffff; margin-bottom:0; text-align:left; }',
   	  '.sIFR-root a { color:#ffffff; text-decoration:none; }',
	  '.sIFR-root a:hover { color:#ff4d00; }' ]
});

sIFR.replace(head, {
  selector: 'h4', wmode:'transparent',
   css: [ '.sIFR-root { color: #ffffff; margin-bottom:0; text-align:left; }',
   	  '.sIFR-root a { color:#ffffff; text-decoration:none; }',
	  '.sIFR-root a:hover { color:#ff4d00; }' ]
});
