			function NavigateSite(site){
				if (site != ""){
					window.location = site;
					exit();
				}
			}