function makeRequest(site){
	
	var sUrl = "http://www.nationalwindsolutions.com/tracking/request.asp?site=";
	window.location.href=sUrl+site;

}