function getHeaderImage(section,amount) {
	return section+(Math.floor(Math.random()*amount+1))+".jpg";
}