$(document).ready(function(){ 
	$("#tipsclose").click(function() {
		$("#logintips").hide("slow");
	});
})

