function closePopup(){
	//alert("TEST");
	document.getElementById('homePopup').style.display='none';
}