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-new.gif";	}
	else if(bannercountry == 220)
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-uae-new.gif";}
	else if(bannercountry == 222) 
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-usa-new.gif";}
	else if(bannercountry == 221) 
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-uk-new.gif";}
	else
	{document.getElementById('phnodiv').src="http://imgs.bharatmatrimony.com/bmimages/helpline-others-new.gif";}
	}
}
ph_dt=setInterval("ip_ph_show()",1000);
