var ultralight = {
	src: 'http://www.photovation.com.au/wp-content/themes/photovation/script/ultralight.swf'
};
var light = {
	src: 'http://www.photovation.com.au/wp-content/themes/photovation/script/light.swf'
};
sIFR.activate(ultralight);
sIFR.activate(light);
sIFR.replace(light, {
	selector: 'h2'
    ,wmode: 'transparent'
	,css: [
	'.sIFR-root { background-color: #000000; color: #ef7922; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #ef7922; }'
	,'a:hover { color: #ffffff; }'
	]
});
sIFR.replace(ultralight, {
	selector: 'h3'
    ,wmode: 'transparent'
	,css: [
	'.sIFR-root { background-color: #000000; color: #a93124; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #a93124; }'
	,'a:hover { color: #ffffff; }'
	]
});
sIFR.replace(ultralight, {
	selector: 'h4'
    ,wmode: 'transparent'
	,css: [
	'.sIFR-root { background-color: #000000; color: #ef7922; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #ef7922; }'
	,'a:hover { color: #ffffff; }'
	]
});