function FormatNickname(nick) { var i, c, outnick = ''; for (i = 0; i < nick.length; i++) { c = nick.substring(i,i+1); if (c == ' ') c = '_'; if ((c == 'é') || (c == 'è')) c = 'e'; if (c == 'à') c = 'a'; outnick += c; } return outnick; } function Chat() { nickname = prompt('Choisissez votre pseudo (votre nom sur le Chat) : ',''); if ((nickname == null) || (nickname.length < 1)) { return false; } else { url ='http://r.voila.fr/r?url=http://chat.voila.fr/chat.php?w=790&h=405&nick='+escape(FormatNickname(nickname))+'&chan=Light-Spirit&sp=1' if (navigator.userAgent.indexOf("MSIE") != -1 && navigator.appVersion.substring(0,1) >= 4) { win = window.open(url,"voila_chat","width=790,height=470,resizable=yes,scrollbars=no,status=yes"); } else { win = window.open(url,"voila_chat","width=790,height=470,resizable=no,scrollbars=no,status=yes"); } return true } } document.write('
![]() | ![]() | |
![]() | ');
document.write('Light-Spirit ![]() |
');
document.write('![]() |
![]() | ![]() | ![]() |