//image rotation created on March 29, 2006 function image_Rotate(){  number1 = ar_factsText.length;  increment1 = Math.floor(Math.random() * number1);  document.open(); document.write(ar_factsText[increment1]);document.close();}