function popRotate()
{
<!--//
	today=new Date();
	jran=today.getTime();
	var random_number="";

	if (window.RegExp) {

		ia=9301;
		ic=49297;
		im=233280;
		jran = (jran*ia+ic) % im;
		random_number = Math.round( (jran/(im*1.0)) * (ar_text.length - 1));
	
		document.open();
		document.write ('<b>');
		document.write ('Client Quote: ');
		document.write ('<\/b>');
		
	  <!--//document.write ('&quot;');
		
		document.write (ar_text[random_number]);
		
	  <!--//document.write ('&quot;');
				
				
	} else {
		// The user does not support regular expression
		document.open();
	}
// End -->
}