var rnddata ;
xx =  Math.floor(Math.random() * 100);
if(xx < 26){
rnddata = 0;}
else{
rnddata = 'last';
}
