
var mess = [];
mess.push('Server Netorn on game BattleField 1942 is one of the most popular in the world.');

mess.push('Netorn public supports 64 players that is not present on other servers.');

mess.push('On server Netorn works two map-list: Day and night. For convenience of users from night map-sheet the large maps are cleaned.');

mess.push('On our server allowed baserape and basecamp.');

mess.push('Some maps, at us on a server modifed, basically this increase in quantity of technics at maps.');

mess.push('If you did not have no place on the first Netorn server, welcome to Netorn 2: bf.netorn.ru:14568');

mess.push('If you was banned, you can write details ban on our forum, maybe you will unbanned');

mess.push('Join our community, and you will have interesting dialogue on different themes.');

mess.push('The server birth date is 14 february 2007 year.');

mess.push('Here, you can find fresh news about Netorn server BattleField 1942.');

mess.push('For more coordinations, you can use our TeamSpeak server.');

mess.push('In the right block on site, you can see TS monitor.');

mess.push('Most admins play with tag NT|.');

var num = Math.floor((Math.random() * mess.length));
document.writeln(mess[num]);


