
ref=document.referrer;
ref=escape(ref);
var cur = window.location;
cur = escape(cur);
document.write('<iframe id=\"monitorframe\"  name=\"status\"  style\="width:150px; height:61px; border:0px\" src=\"http://www.karichat.com/status1012.asp?cid='+cid+'\"  scrolling = \"no\"  frameborder=\"no\"></iframe>');
document.write('<div id=\"requestchat\" name=\"requestchat\" style=\"display: block; z-index: 20; position: absolute; width: 600px; left: 300px; top: 200px\">');
document.write('<marquee loop=\"15\" behavior=\"alternate\" width=\"600px\" height=\"18px\" onMouseover=\"this.scrollAmount=0\" onMouseout=\"this.scrollAmount=5\">');
document.write('<img src=\"http://www.karichat.com/images/request.gif\" alt=\"Live help chat\" usemap=\"#request\" style=\"border-style:none\" />');
document.write('<map id=\"request\" name=\"request\">');
document.write('<area shape=\"rect\" coords=\"153,55,235,76\" href=\"javascript:void(0);\" onClick=\"javascript:window.open(\'http://www.karichat.com/client.asp?cid='+cid+'\',\'\',\'height=400,width=600,status=yes\');closeInvite();return false;\" title=\"Click to chat live with us\" />');
document.write('<area shape=\"rect\" coords=\"220,3,238,20\" href=\"javascript:void(0);\" onClick=\"javascript:closeInvite();return false;\" alt=\"close live help chat\" title=\"Close\" />');
document.write('<area shape=\"default\" nohref=\"nohref\" alt=\"live help chat\" />');
document.write('</map>');
document.write('</marquee>');
document.write('</div>');

closeInvite = function(){
if (document.getElementById)
{
var style2 = document.getElementById('requestchat').style;
style2.display = "none";
}
else if (document.all)
{
var style2 = document.all['requestchat'].style;
style2.display = "none";
}
else if (document.layers)
{
var style2 = document.layers['requestchat'].style;
style2.display = "none";
}
}
invite = function(){
if (document.getElementById)
{
var style2 = document.getElementById('requestchat').style;
style2.display = "block";
}
else if (document.all)
{
var style2 = document.all['requestchat'].style;
style2.display = "block";
}
else if (document.layers)
{
var style2 = document.layers['requestchat'].style;
style2.display = "block";
}
}
closeInvite();
document.write('<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"1\" height=\"1\" id=\"visitor\" align=\"middle\">');
document.write('<param name=\"allowScriptAccess\" value=\"always\" />');
document.write('<param name=\"movie\" value=\"http://www.karichat.com/visitor.swf?rand=6&cur='+cur+'&ref='+ref+'&cid='+cid+'\" />');
document.write('<param name=\"quality\" value=\"high\" />');
document.write('<param name=\"bgcolor\" value=\"#ffffff\" />');
document.write('<embed src=\"http://www.karichat.com/visitor.swf?rand=6&cur='+cur+'&ref='+ref+'&cid='+cid+'\" quality=\"high\" bgcolor=\"#ffffff\" width=\"1\" height=\"1\" name=\"visitor\" align=\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />');
document.write('</object>');