if (document.getElementById){
	var rand_no = Math.floor((3-0)*Math.random()) + 1;
	var thebannerimage = '/images2/CDEHomeCycle' + rand_no + '.jpg'
	//alert (thebannerimage);
	//document.getElementById('bannersection').style.backgroundImage = thebannerimage;
	document.write ('<img src=\"' + thebannerimage + '\" alt=\"Colorado Department of Education Offices\" width=\"222\" height=\"153\" style=\"border:1px solid black;\">')
}