// background fix
(function() {
	if (document.all) {
		try {document.execCommand('BackgroundImageCache', false, true);}catch(e) {}
	};
})();
