	 function getRandom(nums)
{    var ranNum= Math.round(Math.random()*nums);
    return ranNum;	}