// JavaScript Document<!--/*Random Image Link ScriptBy Website Abstraction (http://www.wsabstract.com)and Java-scripts.net (http://www.java-scripts.net)*/function random_imglink(){				//for first banner immage				var myimages_one=new Array()				//specify random images below. You can have as many as you wish				myimages_one[1]="common/images/clients1.jpg"				myimages_one[2]="common/images/clients2.jpg"				myimages_one[3]="common/images/clients3.jpg"				myimages_one[4]="common/images/clients4.jpg"				myimages_one[5]="common/images/clients5.jpg"				myimages_one[6]="common/images/clients6.jpg"				myimages_one[7]="common/images/clients7.jpg"				myimages_one[8]="common/images/clients8.jpg"				myimages_one[9]="common/images/clients9.jpg"				//specify corresponding links below				var imagelinks_one=new Array()				imagelinks_one[1]=""				imagelinks_one[2]=""				imagelinks_one[3]=""				imagelinks_one[4]=""				imagelinks_one[5]=""				imagelinks_one[6]=""				imagelinks_one[7]=""				imagelinks_one[8]=""				imagelinks_one[9]=""							var ry=Math.floor(Math.random()*myimages_one.length)				if (ry==0)							ry=1; 							if(document.getElementById('one_image') != null)							document.getElementById("one_image").innerHTML = '<a href="'+imagelinks_one[ry]+'"><img src="'+myimages_one[ry]+'" border="0" alt=""></a>';										// for second banner image								var myimages_two=new Array()				//specify random images below. You can have as many as you wish				myimages_two[1]="common/images/at1.jpg"				myimages_two[2]="common/images/at2.jpg"				myimages_two[3]="common/images/at3.jpg"				myimages_two[4]="common/images/at4.jpg"				//specify corresponding links below				var imagelinks_two=new Array()				imagelinks_two[1]=""				imagelinks_two[2]=""				imagelinks_two[3]=""				imagelinks_two[4]=""						var ryt=Math.floor(Math.random()*myimages_two.length)						if (ryt==0)							ryt=1; 							if(document.getElementById('two_image') != null)							document.getElementById("two_image").innerHTML = '<a href="'+imagelinks_two[ryt]+'"><img src="'+myimages_two[ryt]+'" border="0" alt=""></a>';						// for third banner image								var myimages_three=new Array()				//specify random images below. You can have as many as you wish				myimages_three[1]="common/images/cw1.jpg"				myimages_three[2]="common/images/cw2.jpg"				myimages_three[3]="common/images/cw3.jpg"				myimages_three[4]="common/images/cw4.jpg"				//specify corresponding links below				var imagelinks_three=new Array()				imagelinks_three[1]=""				imagelinks_three[2]=""				imagelinks_three[3]=""				imagelinks_three[4]=""						var ryth=Math.floor(Math.random()*myimages_three.length)				if (ryth==0)							ryth=1; 							if(document.getElementById('three_image') != null)							document.getElementById("three_image").innerHTML = '<a href="'+imagelinks_three[ryth]+'"><img src="'+myimages_three[ryth]+'" border="0" alt=""></a>';						// for forth banner image								var myimages_four=new Array()				//specify random images below. You can have as many as you wish				myimages_four[1]="common/images/sem1.jpg"				myimages_four[2]="common/images/sem2.jpg"				myimages_four[3]="common/images/sem3.jpg"				myimages_four[4]="common/images/sem4.jpg"				//specify corresponding links below				var imagelinks_four=new Array()				imagelinks_four[1]=""				imagelinks_four[2]=""				imagelinks_four[3]=""				imagelinks_four[4]=""				var ryf=Math.floor(Math.random()*myimages_four.length)						if (ryf==0)							ryf=1; 							if(document.getElementById('four_image') != null)							document.getElementById("four_image").innerHTML = '<a href="'+imagelinks_four[ryf]+'"><img src="'+myimages_four[ryf]+'" border="0" alt=""></a>';	// for inner page banner image								var myimages_five=new Array()				//specify random images below. You can have as many as you wish				myimages_five[1]="common/images/inn1.jpg"				myimages_five[2]="common/images/inn2.jpg"				myimages_five[3]="common/images/inn3.jpg"				myimages_five[4]="common/images/inn4.jpg"				myimages_five[5]="common/images/inn5.jpg"				myimages_five[6]="common/images/inn6.jpg"				myimages_five[7]="common/images/inn7.jpg"				myimages_five[8]="common/images/inn8.jpg"								//specify corresponding links below				var imagelinks_five=new Array()				imagelinks_five[1]=""				imagelinks_five[2]=""				imagelinks_five[3]=""				imagelinks_five[4]=""				imagelinks_five[5]=""				imagelinks_five[6]=""				imagelinks_five[7]=""				imagelinks_five[8]=""							var ryi=Math.floor(Math.random()*myimages_five.length)						if (ryi==0)							ryi=1; 							if(document.getElementById('five_image') != null)							document.getElementById("five_image").innerHTML = '<a href="'+imagelinks_five[ryi]+'"><img src="'+myimages_five[ryi]+'" border="0" alt=""></a>';}function random_testimonial(){					var testimonial=new Array()				testimonial[1]='<p>"Ed Kravitz, and Athletic Trainer Solutions&reg; network of athletic trainers provided the best athletic trainer coverage ever to Ansonia High School Football Team...."</p><p class="name"> - Tom Brockett, Head Football Coach </p><p class="read_more"><a href="testimonials.html">Read More &gt;&gt;</a></p>'								testimonial[2]='<p>"Athletic Trainer Solutions&reg; was a God send! Ed and his network of athletic trainers demonstrated a commitment to servicing our student-athletes...."</p><p class="name"> - Chris Fulton, Coach / Athletic Director </p><p class="read_more"><a href="testimonials.html">Read More &gt;&gt;</a></p>'								testimonial[3]='<p>"I would like to acknowledge the wonderful service that Athletic Trainer Solutions&reg; has provided Woodland Regional High Schools athletic program..."</p><p class="name"> - Dan Scavone, CAA, Head Football Coach </p><p class="read_more"><a href="testimonials.html">Read More &gt;&gt;</a></p>'								testimonial[4]='<p>"Athletic Trainer Solutions&reg;, LLC provided prompt, professional, service to Canton High School this past fall. Ed Kravitz is a top notch person that runs an outstanding service..."</p><p class="name"> - Nancy Grace, Athletic Director </p><p class="read_more"><a href="testimonials.html">Read More &gt;&gt;</a></p>'						var ryt=Math.floor(Math.random()*testimonial.length)						if (ryt==0)							ryt=1; 							if(document.getElementById('testimonial') != null)							document.getElementById("testimonial").innerHTML = testimonial[ryt];		}  random_testimonial();  random_imglink();