function rotate_videos() {
	rnd.today = new Date();
	rnd.seed = rnd.today.getTime();
	
	function rnd() {
			  rnd.seed = (rnd.seed*9301+49297) % 233280;
			  return rnd.seed/(233280.0);
	};
	
	function rand(number) {
		var result = Math.ceil(rnd()*number);
		if (!result)result++;
			  return result
	};
	
	var total = 24;
	var counter = rand(total);
	var video_url;
	
	if (counter == 1) { video_url = '/leafguard/testimonials/videos/testimonial5'; }	
	if (counter == 2) { video_url = '/leafguard/testimonials/videos/ch_testimonial1'; }	
	if (counter == 3) { video_url = '/leafguard/testimonials/videos/ch_testimonial4'; }	
	if (counter == 4) { video_url = '/leafguard/testimonials/videos/cl_testimonial2'; }	
	if (counter == 5) { video_url = '/leafguard/testimonials/videos/cl_testimonial3'; }
	if (counter == 6) { video_url = '/leafguard/testimonials/videos/sa_testimonial5'; }
	if (counter == 7) { video_url = '/leafguard/testimonials/videos/sa_testimonial6'; }
	if (counter == 8) { video_url = '/leafguard/testimonials/videos/sa_testimonial7'; }
	if (counter == 9) { video_url = '/leafguard/testimonials/videos/sa_testimonial8'; }
	if (counter == 10) { video_url = '/leafguard/testimonials/videos/sa_testimonial9'; }
	if (counter == 11) { video_url = '/leafguard/testimonials/videos/sa_testimonial10'; }
	if (counter == 12) { video_url = '/leafguard/testimonials/videos/sa_testimonial11'; }
	if (counter == 13) { video_url = '/leafguard/testimonials/videos/sa_testimonial12'; }
	if (counter == 14) { video_url = '/leafguard/testimonials/videos/sa_testimonial13'; }
	if (counter == 15) { video_url = '/leafguard/testimonials/videos/sa_testimonial14'; }
	if (counter == 16) { video_url = '/leafguard/testimonials/videos/se_testimonial15'; }
	if (counter == 17) { video_url = '/leafguard/testimonials/videos/se_testimonial16'; }
	if (counter == 18) { video_url = '/leafguard/testimonials/videos/se_testimonial17'; }
	if (counter == 19) { video_url = '/leafguard/testimonials/videos/se_testimonial18'; }
	if (counter == 20) { video_url = '/leafguard/testimonials/videos/se_testimonial19'; }
	if (counter == 21) { video_url = '/leafguard/testimonials/videos/se_testimonial20'; }
	if (counter == 22) { video_url = '/leafguard/testimonials/videos/se_testimonial21'; }
	if (counter == 23) { video_url = '/leafguard/testimonials/videos/se_testimonial22'; }
	if (counter == 24) { video_url = '/leafguard/testimonials/videos/se_testimonial23'; }
	
	AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','260','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=/leafguard/Clear_Skin_3&streamName=' + video_url + '&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
}