function getRandom( max ) { var i= (""+max).length; 
return Math.floor( Math.random()*Math.pow(10,i)%max ); }

function TopBan ()
{
}

function BotBan ()
{
}

NB=1; VB=1;