//JQUERY
$(document).ready(function() {			 
	$("#msg").fadeIn("slow");

	pngfix();
});// document ready

document.execCommand("BackgroundImageCache",false,true);

function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}

function refillDefault(el) {
if (el.value=="") el.value = "Email Address"
}
