// JavaScript Document
window.onload = function() {
	try {
		document.execCommand('BackgroundImageCache', false, true);
	} catch(e) {}
}
