function fnsubmitPage()
{
	var locale = document.getElementById('lstGlobalContry').value;
	//alert("locale: "+locale);
	if (locale != "")
	{
		window.location= "http://"+locale;
	}	
}
