
function quoteRotate()
{
<!--//
	today=new Date();
	jran=today.getTime();
	var random_number="";

		
	// #### VARIABLES
	// FG_COLOR, BG_COLOR : Foreground color, background color
	// NAME Javascript addressable name
	// #### END USER VARIABLES #####

	if (window.RegExp) {

		ia=9301;
		ic=49297;
		im=233280;
		jran = (jran*ia+ic) % im;
		random_number = Math.ceil( (jran/(im*1.0)) * (ar_text.length-1));
	
		document.open();
		//document.write('<p>');
		document.write (ar_text[random_number]);
		//document.write ('</p>');

	} else {
		// The user does not support regular expression
		document.open();
	}
// End -->
}


