var random = Math.floor((Math.random()*10)%3);

if (nav && !nav6up) {
	document.classes.homeimageb.all.backgroundImage = '/images/feature_bg_'+random+'.jpg';
}

function randomhome () {
	if (nav && !nav6up) {
		document.images['homeslogan'].src = '/images/feature_slogan_' + random + '.gif';
	} else {
		document.getElementById('homeslogan').src = '/images/feature_slogan_'+random+'.gif';
		document.getElementById('homeimage').className = 'homeimage'+random;
	}
}