var ph_dt;var bannercountry=GetCookie("USERCNTRY");

function ip_ph_show()
{
	if(bannercountry!=null)
	{
	clearInterval(ph_dt);
	if(bannercountry == 98)
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-india.gif";	}
	else if(bannercountry == 220)
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-uae.gif";}
	else if(bannercountry == 222) 
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-usa.gif";}
	else if(bannercountry == 221) 
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-uk.gif";}
	else
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-others.gif";}
	}
}
ph_dt=setInterval("ip_ph_show()",1000);
