// body title
 window.onload = hideTitle;
 function hideTitle(){
	 if (document.getElementById("body_header")){
	 var content = document.getElementById("body_header")
	 content.innerHTML = "Hot Girls, Hot Chicks, Hot Singles, Hot Girl, Hot Chick, Hot Woman, Hot Women, townhouse";
	 content.style.visibility = "hidden";
	 content.style.display = "none";
 }
 }
