document.writeln(''); function sala(){ var width = 700; var height = 500; var y = (screen.height - height) / 2; var x = (screen.width - width) / 2; var url = 'http://chat.neofull.com/sala/index.php?widget=1'; var options = 'width=' + width + ',height=' + height + ',top=' + y + ',left=' + x + ',resizable'; window.open(url, 'chat', options ); } document.writeln('
WebChat
'); document.writeln('
by NEOFULL Chat Gratis
');