id=document.freechatform.id.value;
im=document.freechatform.im.value;
lc = window.document.location
//document.write(id)
//document.write(lc)
//document.write(im)
url="http://www.freechatcode.com:8080/freechatcode/jsp/linkexchange.jsp?id="+id+"&lc="+lc+"&im="+im
//url="http://gwlnew:8080/freechatcode/jsp/linkexchange.jsp?id="+id+"&lc="+lc+"&im="+im
document.write('<iframe src='+url+' hspace=0 vspace=0 width=90 height=33 marginwidth=0 marginheight=0 frameborder=0 align=center scrolling=no></iframe>');