function getHost(){
	//return document.location.host;
	return "http://"+document.location.host;
}
