var mess = new Array(
'<a href=\"http://www.7daynet.info/adultes\" target=\"_blank\"><img src=\"http://www.7daynet.info/pub/468-1.JPG\" width=\"468\" height=\"60\" border=\"0\"></a>',
'<a href=\"http://www.7daynet.info/adultes\" target=\"_blank\"><img src=\"http://www.7passions.com/pub/7.gif\" width=\"468\" height=\"60\" border=\"0\"></a>',
'<a href=\"http://www.7daynet.info/adultes\" target=\"_blank\"><img src=\"http://www.7passions.com/pub/5.JPG\" width=\"468\" height=\"60\" border=\"0\"></a>',
'<a href=\"http://www.7daynet.info/adultes\" target=\"_blank\"><img src=\"http://www.7daynet.info/pub/468-2.JPG\" width=\"468\" height=\"60\" border=\"0\"></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
