w="url="+window.document.URL;
w+="&javaOK=Yes";
contactstart = "<center><table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100%><tr><TD WIDTH=160 STYLE=\"background-color: rgb(0,0,153); background-image: url('/geomancynetheaderbg.gif');\" ALIGN=CENTER HEIGHT=24><font face=arial color=#FFFF00 size=2><b>Real-Time Sales Chat</b></td></tr>";
img = "<tr><td align=center><a HREF=\"javascript:LoadLiveChat();\"><img src=\"/cgi-bin/rta/rta_button_logic.pl?"+w+"\" border=0  NAME=chat></a><br>";
mar = "<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=#FFFF00><b><MARQUEE WIDTH=140 BGColor=#990000>If you have any queries or questions on our Products & Services, you talk to a HUMAN Sales Representative. If we are offline, you can contact us by email.</MARQUEE></b></FONT>"; 
script = "<script language=Javascript src=\"/cgi-bin/rta/rta_button_call.pl\"><\/script></td></tr>";
contactend = "</table></td></tr></table></center>";
feedbackstart = "<br><center><table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100%><tr><TD WIDTH=160 STYLE=\"background-color: rgb(0,0,153); background-image: url('/geomancynetheaderbg.gif');\" ALIGN=CENTER HEIGHT=24><font face=arial color=#FFFF00 size=2><b>Suggestions</b></td></tr>";
feedback = "<tr><td><P STYLE=\"text-align: center;\"><SPAN STYLE=\"font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 8pt; color: rgb(221,221,221);\">We constantly listen to our users in order to improve the site for your benefit!<br><br><a CLASS=\"sitenavmain\" href=mailto:feedback@geomancy.net>Feedback to Us</a></p></td></tr>";
feedbackend = "</table></td></tr></table></center>";
document.write(contactstart);
document.write(img);
document.write(mar);
document.write(script);
document.write(contactend);
document.write(feedbackstart);
document.write(feedback);
document.write(feedbackend);

function LoadLiveChat() { 
url = "/cgi-bin/rta/start_client_process.pl?function=start&"+w;
newWindow = window.open(url,'client_chat_window','resizable=1,toolbar=0,menubar=0,width=500,height=450,left=0,top=0,screenX=0,screenY=0'); 
}


