lg=document.freechatform.lg.value;
cnm=document.freechatform.cnm.value;
wm=document.freechatform.wm.value;
bg=document.freechatform.bg.value;
fg=document.freechatform.fg.value;
bw=document.freechatform.bw.value;
lc = window.document.location
//document.write(lg)
//document.write(cnm)
//document.write(wm)
//document.write(bg)
//document.write(fg)
//document.write(bw)
//http://gwl5:8080/freechatcode/jsp/freechatcode.jsp?lg='+lg+'
url="http://www.allcitychat.com:8080/allcitychat/jsp/allcitychat1.jsp?lg="+lg+"&cnm="+cnm+"&wm="+wm+"&bg="+bg+"&fg="+fg+"&bw="+bw+"&lc="+lc
document.write('<iframe src='+url+' hspace=0 vspace=0 width=542 height=370 marginwidth=0 marginheight=0 frameborder=1 align=center scrolling=no></iframe>');
