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