function quotesRotate() {number = ar_text.length;increment = Math.floor(Math.random() *number);document.write (ar_text[increment]);}	function image_Rotate(){	num=img.length;	incr=Math.floor(Math.random()*num);	document.open();document.write("<div id=\"containerImage\" style=\"background-image: url(/images/rotation/" + img[incr] +");\">&nbsp;</div>");}