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