<!--
/*  You can get this script and many others 
    by visiting JavaScript City at: http://www.javascriptcity.com . */

pic_width=166;   /*change to match the height of all your images */
pic_height=168;   /* change to match the width of all your images */
border_size=0;   /* change to the border size you want on the images */
alignment=1;      /* 0=left,1=center */

/* define image urls 

*/

if (document.images)
 {
     pic1= new Image(pic_width,pic_height);
     pic1.src="images/people/Angie_Padgett.jpg";  			//edit the path
     pic2= new Image(pic_width,pic_height); 
     pic2.src="images/people/Bobby_Crooms.jpg"; 			//edit the path
     pic3= new Image(pic_width,pic_height);
     pic3.src="images/people/Bryan_Aasheim.jpg"; 			//edit the path
     pic4= new Image(pic_width,pic_height);
     pic4.src="images/people/Candi_Salter.jpg";  			//edit the path
     pic5= new Image(pic_width,pic_height);
     pic5.src="images/people/Connie_Sisson.jpg"; 			//edit the path
     pic6= new Image(pic_width,pic_height);
     pic6.src="images/people/Emily_Scott.jpg"; 			//edit the path
     pic7= new Image(pic_width,pic_height);
     pic7.src="images/people/Janice_Smith.jpg"; 			//edit the path
     pic8= new Image(pic_width,pic_height);
     pic8.src="images/people/Joanne_Yeakle.jpg"; 			//edit the path
     pic9= new Image(pic_width,pic_height);
     pic9.src="images/people/Judy_Johnson.jpg"; 			//edit the path
     pic10= new Image(pic_width,pic_height);
     pic10.src="images/people/Karen_Paradice.jpg"; 			//edit the path
     pic11= new Image(pic_width,pic_height);
     pic11.src="images/people/Kendall_Jordan.jpg"; 			//edit the path
     pic12= new Image(pic_width,pic_height);
     pic12.src="images/people/Lanelle_Jarriel.jpg"; 			//edit the path
     pic13= new Image(pic_width,pic_height);
     pic13.src="images/people/Melissa_Waters.jpg"; 			//edit the path
     pic14= new Image(pic_width,pic_height);
     pic14.src="images/people/Pat_Durden.jpg"; 			//edit the path
     pic15= new Image(pic_width,pic_height);
     pic15.src="images/people/Rhonda_Hendrix.jpg"; 			//edit the path
     pic16= new Image(pic_width,pic_height);
     pic16.src="images/people/Richard_Williams.jpg"; 			//edit the path
     pic17= new Image(pic_width,pic_height);
     pic17.src="images/people/Steven_Rigdon.jpg"; 			//edit the path
     pic18= new Image(pic_width,pic_height);
     pic18.src="images/people/Tina_Aldrich.jpg"; 			//edit the path
     pic19= new Image(pic_width,pic_height);
     pic19.src="images/people/Tracie_Wells.jpg"; 			//edit the path
     pic20= new Image(pic_width,pic_height);
     pic20.src="images/people/April_Harshner.jpg"; 			//edit the path
//     pic7= new Image(pic_width,pic_height);
//     pic7.src="images/people/Hannah_Turner.jpg"; 			//edit the path
//     pic22= new Image(pic_width,pic_height);
//     pic22.src="images/people/Sarah_Willard.jpg"; 			//edit the path
//     pic18= new Image(pic_width,pic_height);
//     pic18.src="images/people/Shae_Whitaker.jpg"; 			//edit the path
//     pic24= new Image(pic_width,pic_height);
//     pic24.src="images/people/Tina_Mercer.jpg"; 			//edit the path
//     pic22= new Image(pic_width,pic_height);
//     pic22.src="images/people/Tammy_Durden.jpg"; 			//edit the path
//     pic7= new Image(pic_width,pic_height);
//     pic7.src="images/people/Curtis_Griffith.jpg"; 			//edit the path
//     pic5= new Image(pic_width,pic_height);
//     pic5.src="images/people/Cindy_Blanton.jpg"; 			//edit the path
 }    

/* define banner urls */

urlad1="index.asp";
urlad2="index.asp";
urlad3="index.asp";
urlad4="index.asp";
urlad5="index.asp";
urlad6="index.asp";
urlad7="index.asp";
urlad8="index.asp";
urlad9="index.asp";
urlad10="index.asp";
urlad11="index.asp";
urlad12="index.asp";
urlad13="index.asp";
urlad14="index.asp";
urlad15="index.asp";
urlad16="index.asp";
urlad17="index.asp";
urlad18="index.asp";
urlad19="index.asp";
urlad20="index.asp";
//urlad21="index.asp";
//urlad22="index.asp";
//urlad23="index.asp";
//urlad24="index.asp";
//urlad25="index.asp";
//urlad26="index.asp";
//urlad27="index.asp";

/* no need to edit past this point (unless you want to add more image and url slots) */

if (alignment==1)
 {
  cent_it="<CENTER>";
  cent_it2="<\/CENTER>";
 }
else
 {
  cent_it="";
  cent_it2="";
 }
 
function get_random(maxNum)
{
  if (Math.random && Math.round)
  {
    var ranNum= Math.round(Math.random()*(maxNum-1));
    ranNum+=1;
    return ranNum;
  }
  else
  {
  today= new Date();
  hours= today.getHours();
  mins=   today.getMinutes();
  secn=  today.getSeconds();
  if (hours==19)
   hours=18;
  var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
  return ranNum;
  }
}

function get_Image()
{
 if (document.images)
 {
  var choose_one= get_random(20);  
  choose_one--;

  var pics= new Array(20) 
   pics[0]=pic1.src;
   pics[1]=pic2.src;
   pics[2]=pic3.src;
   pics[3]=pic4.src;
   pics[4]=pic5.src;
   pics[5]=pic6.src;
   pics[6]=pic7.src;
   pics[7]=pic8.src;
   pics[8]=pic9.src;
   pics[9]=pic10.src; 
   pics[10]=pic11.src;
   pics[11]=pic12.src;
   pics[12]=pic13.src;
   pics[13]=pic14.src;
   pics[14]=pic15.src; 
   pics[15]=pic16.src;
   pics[16]=pic17.src;
   pics[17]=pic18.src;
   pics[18]=pic19.src;
   pics[19]=pic20.src; 
//   pics[20]=pic21.src;
//   pics[21]=pic22.src;
//   pics[22]=pic23.src;
//   pics[23]=pic24.src;
//   pics[24]=pic25.src; 
//   pics[25]=pic26.src;
//   pics[26]=pic27.src; 



  var aurl= new Array(20)
  aurl[0]=urlad1;
  aurl[1]=urlad2;
  aurl[2]=urlad3;
  aurl[3]=urlad4;
  aurl[4]=urlad5;
  aurl[5]=urlad6;
  aurl[6]=urlad7;
  aurl[7]=urlad8;
  aurl[8]=urlad9;
  aurl[9]=urlad10;
  aurl[10]=urlad11;
  aurl[11]=urlad12;
  aurl[12]=urlad13;
  aurl[13]=urlad14;
  aurl[14]=urlad15;
  aurl[15]=urlad16;
  aurl[16]=urlad17;
  aurl[17]=urlad18;
  aurl[18]=urlad19;
  aurl[19]=urlad20;
//  aurl[20]=urlad21;
//  aurl[21]=urlad22;
//  aurl[22]=urlad23;
//  aurl[23]=urlad24;
//  aurl[24]=urlad25;
//  aurl[25]=urlad26;
//  aurl[26]=urlad27;


  document.write(cent_it+"<A HREF='"+aurl[choose_one]+"'><IMG SRC='"+pics[choose_one]+"' width='"+pic_width+"' height='"+pic_height+"' border='"+border_size+"'></A>"+cent_it2);
 }
}
//-->
