
function image_Rotate()
{
	num=img.length;
	incr=Math.floor(Math.random()*num);
	document.open();
	document.write("<div id='columnFlash' style='background-image: url(/home/oral_history/images/rotation/" + img[incr] + ");'>&nbsp;</div>");
	document.close();
}

