// JavaScript Document
function initHomePage() {
	randomimage();
	initRollovers();
}

window.onload = initHomePage;