	function DateSearch() {
		window.location.href = "http://www.dailyhotties.com/hotties/"+ document.HottieDateSearch.Month.value +"/"+ document.HottieDateSearch.Day.value +"/"+ document.HottieDateSearch.Year.value;
		return false;
	}