jQuery(document).ready(function(){
	/*jQuery('#textfooter').hide();
	jQuery('#houselogo').click(function(){
		if ($("#textfooter").is(":hidden")){
			$("#textfooter").fadeIn("fast");
		}else{
			$("#textfooter").fadeOut("fast");	
		}
	});
	
	jQuery('#closedisc').click(function(){
		$("#textfooter").fadeOut("fast");	
	});*/
});