<!-- 
if (!window.opera) {
	try {
		document.execCommand("BackgroundImageCache", false, true);
	} catch(err) {}
}

// -->