function EmailLink(){
window.location = "mailto:"+"?subject=Look this Hostel" + 
"&body="+document.title+" "+window.location;
}
