$(document).ready(function() {
	if ($.browser.msie) {
		document.execCommand("BackgroundImageCache", false, true);
	}
});

