/* START */
function fixIE6flicker(a) {
	try {
		document.execCommand("BackgroundImageCache",false,a);
	} catch(err) {} 
}
/* END */
