	 	vhost='http://wtl1815.olympe-network.com/main.php'
		if (window.location.host=='localhost')
		{
			vhost='http://localhost/wtl_new/main.php';
		}
		if(window.location.href!=vhost)
		{
			window.location = vhost; 

		};
