var artistic= {
 src: '/flash/artistic.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(artistic);

sIFR.replace(artistic, {
selector: '.hdr_rbox h3'
	,css: [
	  '.sIFR-root { font-size:24px; color:#80294e;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});


