str_url = document.location.href;
document.write ("<img src='/images/home/call.gif' title='J.Saravanan - HerbalProducts4u.com' border=0 alt='Call Us'>");
document.write ("<a href='/support.html?ref=' onmouseover='javascript:get_prd_name(this)' title='Product Query'><img src='/images/home/product-query.gif' border=0 alt='Product Query'></a>");
//document.write ("<a href='Javascript:chat_wnd()' title='Chat'><img id=\"img_chat\" src='/images/home/live-chat.gif' onload=\"javascript:load_img('')\" border=0 alt='Chat'></a>");
document.write ("<div id=\"dv_chat\">&nbsp;</div>");
function chat_wnd(){
    str_path=document.location.href;s_width=self.screen.width;s_height=self.screen.height;s_screen=s_width+"x"+s_height;
    u_time=new Date();
    open("/chat/client/?ref="+escape(str_path)+"&screen="+escape(s_screen)+"&utime="+escape(u_time),"echat","Toolbar=no,location=no,scrollbars=no,width=320,height=305,top=200,left=400;z-lock=yes");
}
function get_prd_name(r) {
	str_prd_name=document.getElementById("pgtitle").innerHTML;
	str_iurl="/support.html?ref="+escape(str_prd_name)+"";
	r.href=str_iurl;
}
function load_img(str_img) {
	JSAdd=document.createElement('SCRIPT');
	JSAdd.type='text/javascript';
	JSAdd.src="/chat/client/img.asp?r="+Math.random();
	document.getElementById("dv_chat").appendChild(JSAdd);
}
str_img_ip="<script type='text/javascript' src='http://www.herbalproducts4u.com/track/ads.asp?a=468&r='+escape(str_url)+'></script>";
//str_img_ip="<img src=\"/track/ads.asp\" border=0>";
//document.write(str_img_ip);
