// This functions were created by Angel Vera
// He owns the copyright of this code, you can use it with his permission, 
// by sending an email to gunfusatyahoo.com


function ramdom(arrayName){
	return Math.floor(Math.random() * arrayName); 
}
