cnm=document.chitchatform.cht.value;
wm=document.chitchatform.wlmsg.value;
bg=document.chitchatform.bcg.value;
fg=document.chitchatform.frg.value;
bw=document.chitchatform.banw.value;
lc = window.document.location
//document.write("sh"+sh)
//document.write(cnm)
//document.write(wm)
//document.write(bg)
//document.write(fg)
//document.write(bw)
url="http://www.chitchatting.net:8080/chitchatting/chitchat.jsp?cnm="+cnm+"&wm="+wm+"&bg="+bg+"&fg="+fg+"&bw="+bw+"&lc="+lc;
document.write('<iframe src='+url+' hspace=0 vspace=0 width=523 height=370 marginwidth=0 marginheight=0 frameborder=1 align=center scrolling=no></iframe>');

