var bluehighway = {
 src: 'flash/bluehighway.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(bluehighway);

sIFR.replace(bluehighway, {
selector: 'h1.h1content'
	,css: [
	  '.sIFR-root { font-size:30px; color:#000000; font-style:italic}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(bluehighway, {
selector: 'h2.h2black'
	,css: [
	  '.sIFR-root { font-size:30px; color:#000000; font-style:italic}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(bluehighway, {
selector: 'h2.h2yellow'
	,css: [
	  '.sIFR-root {font-size:30px; color:#efe331; font-style:italic;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(bluehighway, {
selector: 'h1.h1banner'
	,css: [
	  '.sIFR-root {font-size:44px; color:#ffffff; font-style:italic;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:10,
	offsetLeft:0,
    wmode: 'transparent'
});