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("sh"+sh)
//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.freechatcode.com:8080/freechatcode/jsp/chatlogin.jsp?lg="+lg+"&cnm="+cnm+"&wm="+wm+"&bg="+bg+"&fg="+fg+"&bw="+bw+"&lc="+lc;
//url="http://gwlnew:8080/freechatcode/jsp/freechatcode.jsp?lg="+lg+"&cnm="+cnm+"&wm="+wm+"&bg="+bg+"&fg="+fg+"&bw="+bw+"&lc="+lc+"&sh="+sh;
document.write('<iframe src='+url+' hspace=0 vspace=0 width=540 height=370 marginwidth=0 marginheight=0 class=frame-border align=center scrolling=no></iframe>');