// JavaScript Document

function getRandomNumber(var range)
{
	return Math.floor(Math.random()*range);
}
