
var futura = { src: 'bluehighwaydtype.swf' };
var bluehighway = { src: 'bluehighway.swf' };

sIFR.activate(futura);
sIFR.activate(bluehighway);

sIFR.replace(futura, {
    selector: 'h1',
    wmode: 'transparent',
    css: '.sIFR-root { color: #7A7979; font-size:24px; text-align:center; }'
});

sIFR.replace(bluehighway, {
    selector: 'h2',
    wmode: 'transparent',
    //css: '.sIFR-root { color: #7A7979; font-size:20px; text-align:center; }'
	css: [
		'.sIFR-root { color: #7A7979;  font-size:20px; text-align:center;}'
		,'a { color: #7A7979; background-color: transparent; text-decoration: none; }'
		,'a:link { color: #7A7979; background-color: transparent; text-decoration: none ; }'
		,'a:hover { color: #7A7979; background-color: transparent; text-decoration: underline ; }'
		,'a:focus { color: #7A7979; background-color: transparent; text-decoration: underline ; }'    
	]
});

sIFR.replace(futura, {
    selector: 'h3',
    wmode: 'transparent',
    css: '.sIFR-root { color: #7A7979; font-size:26px; }'
});

sIFR.replace(bluehighway, {
    selector: 'h4',
    wmode: 'transparent',
    css: '.sIFR-root { color: #ffffff; font-size:15px; }'
});

sIFR.replace(futura, {
    selector: 'h5',
    wmode: 'transparent',
    css: '.sIFR-root { color: #7A7979; font-size:24px; }'
});
