var random = Math.floor((Math.random()*10)%2);

//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 {
	//alert(random);
		document.getElementById('hometext').src = '/imagesglobal/home_text_'+random+'.gif';
		document.getElementById('homepics').style.background = 'url(/imagesglobal/bg_home_'+random+'_a.jpg) transparent top left no-repeat';
		document.getElementById('righthome').style.background = 'url(/imagesglobal/bg_home_'+random+'.jpg) #fff top left repeat-x';
//	}
}