sIFR.activate(helvenuelt);

sIFR.replace(helvenuelt, {
	selector: 'h1,h2,h3,h4,h5,h6'
	,css: [
		'.sIFR-root { color: #FF9900; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FF9900; }'
        ,'a:hover { color: #FFCC00; }'
	]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#000'
			,strength: 1
		}
	}
});