//JQUERY

$(document).ready(function() {
	
	$("#msg").hide();				   
	$("#msg").fadeIn("slow");
	
});// document ready

document.execCommand("BackgroundImageCache",false,true);
