$(document).ready(function(){
	$("#splash-close, #splash-boxes").click(function(){
		$("#splash-boxes,#splash").detach();
		return false;
	});	
	$("#splash").css("height",$(document).height());
});
