Warning: include(./../../../config.php) [function.include]: failed to open stream: No such file or directory in /home/mediavb/www/dhtml/messenger/script_flash.php on line 17

Warning: include() [function.include]: Failed opening './../../../config.php' for inclusion (include_path='.:/usr/share/php5') in /home/mediavb/www/dhtml/messenger/script_flash.php on line 17

Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'SERVEURVIRTUA' (1) in /home/mediavb/www/dhtml/messenger/script_flash.php on line 18

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mediavb/www/dhtml/messenger/script_flash.php on line 19

Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'SERVEURPERSO' (1) in /home/mediavb/www/dhtml/messenger/script_flash.php on line 20

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mediavb/www/dhtml/messenger/script_flash.php on line 21

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/mediavb/www/dhtml/messenger/script_flash.php on line 22

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mediavb/www/dhtml/messenger/script_flash.php on line 23

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/mediavb/www/dhtml/messenger/script_flash.php on line 33

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mediavb/www/dhtml/messenger/script_flash.php on line 34
//< !-- // déplacement et redimension de la page window.moveTo(0, 0); var w = screen.availWidth; var h = screen.availHeight; window.resizeTo(w, h); // Variables if ( document.body.clientHeight ) { //IE var largeur_ecran = document.body.clientWidth; var hauteur_ecran = document.body.clientHeight; } if ( window.innerHeight ) { //FF var hauteur_ecran = window.innerHeight; var largeur_ecran = window.innerWidth; } var position_x = largeur_ecran - 251; var position_y = hauteur_ecran - 175; var timing = 500; // fonctions function apparition() { if ( document.getElementById('LAYERCADRE').style.visibility == "hidden" ) { document.getElementById('LAYERCADRE').style.visibility = "visible"; } if ( timing > 0 ) { timing --; document.getElementById('LAYERHTML').style.top = timing + "px"; timing_apparition = window.setTimeout('apparition()', 10); } else { window.clearTimeout(timing_apparition); redisparition(); } } function disparition() { // if ( timing < 500 ) { timing ++; document.getElementById('LAYERHTML').style.top = timing + "px"; timing_disparition = window.setTimeout('disparition()', 10); } else { window.clearTimeout(timing_disparition); reapparition(); document.getElementById('LAYERCADRE').style.visibility = "hidden"; } } function scroll() { // déplace la popup lorsque l'on scroll bdy_st = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop; document.getElementById("LAYERGENERAL").style.left = document.body.scrollLeft + "px"; document.getElementById("LAYERGENERAL").style.top = bdy_st + "px"; timing_deplacement = window.setTimeout('scroll()', 10); } function reapparition() {montrerbis_timeout = window.setTimeout('apparition()', 5000);} function redisparition() {cacherbis_timeout = window.setTimeout('disparition()', 6000);} document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
vient de se connecter'); document.write('
'); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(" "); document.write(""); document.write(""); document.write('
ans

Rejoindre

'); document.write('

'); document.write('
'); document.write('
'); document.write('
'); // initialisation variables document.getElementById('LAYERCADRE').style.left = position_x + "px"; document.getElementById('LAYERCADRE').style.top = position_y + "px"; apparition(); scroll(); //-->