$(document).ready(function() {
	// Enable backgrounds caching in IE6
	if ($.browser.msie && $.browser.version.substr(0, 1) == "6") {
		document.execCommand("BackgroundImageCache", false, true);
	}
});