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 (ar_text[random_number]);
		
	} else { // The user does not support regular expression
		document.open();
	}
// End -->
}
function popRotate2()
{ <!--//
	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_text2.length - 1));
	
		document.open();
		
		document.write (ar_text2[random_number]);
		
	} else { // The user does not support regular expression
		document.open();
	}
// End -->
}