$(function() {
	 var contentheight = $("#contentPad").height();
	 if (contentheight < 250) {
	$("#contentPad").height(250);
	 }
	 $("#banner img").each(function() {
		$("#banner").prependTo("#header").removeClass("none");
		$("#defaultBanner").addClass("none");
			        });
	 
	 $("#header").removeClass("none");
	$("#login .username").click(function(){
		$(this).val("");		       
				       });
	$("#login .password").click(function(){
		$(this).val("");
					   
					   
        });
	$("#newAlert").slideDown("slow");
	$("#newAlert").click(function() {
	$(this).slideUp("slow");

				 
				 });
	 });