function get_random() {var ranNum= Math.floor(Math.random()*1000)+1;	return ranNum;}
