
$(document).ready(function(){
 		$("#splash").click(function () {
      		$("#splash").fadeOut("slow");
			window.location.replace("defaulttemp.aspx")
    	});
});
