function writeHero(folder, num)
{
	theval = Math.floor(Math.random() * num) + 1;
	document.write("<img src='/images/" + folder + "/" + folder + "_hero_0" + theval + ".jpg'  width='760' height='240' alt=''>");
	
}