$(document).ready(function()
{	
	var heightDoc = $(window).height();
	if ( heightDoc < 500 ){
	    // customer changed their mind
	    //$("div#welcomeBanner").hide();
	    foo = true;
	}
	
	

});