function newwin()
{
if (self != top) 
top.location.href="http://www.indiaresult.com";
}


function ChangeState()
	{
		if(document.frmChangeState.StateName.value != "Select State")
			{
				location.href=document.frmChangeState.StateName.value 
			}
	}




