var im_lines = new Array();
im_lines[1]='u wanna chat?';im_lines[2]='im from , where r u from?';im_lines[3]='heellooooooo? u here?';im_lines[4]='okay... ttyl';var im_c = 0;
var im_box = '
';
im_box += '
';
im_box += '
 | werenla |  |
';
im_box += '
| werenla: hi there!!!! how r u? |
|
| |
| |
';
im_box += '
';
im_box += '
';
document.write(im_box);
window.onload = im_start;
function im_start() {
var im_check=(document.getElementById);
if(!im_check) { return; }
var im_box=document.getElementById('im_box');
if(!im_box) { return; }
im_box.style.display='block';
var b=0;
if(document.getElementById('im_status') && document.getElementById('im_msg')) {
for(c=1; c