<!--
		
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();
     pic1.src="/mot/image/8/8708_MotImage.jpg";  
     pic2= new Image(); 
     pic2.src="/mot/image/8/8711_MotImage.jpg"; 
     pic3= new Image();
     pic3.src="/mot/image/8/8714_MotImage.jpg";  
	 pic4= new Image();
     pic4.src="/mot/image/8/8717_MotImage.jpg";
	 pic5= new Image();
     pic5.src="/mot/image/8/8720_MotImage.jpg";
	 pic6= new Image();
     pic6.src="/mot/image/8/8723_MotImage.jpg";
	 pic7= new Image();
     pic7.src="/mot/image/8/8726_MotImage.jpg";  
	 pic8= new Image();
     pic8.src="/mot/image/8/8729_MotImage.jpg";
	 pic9= new Image();
     pic9.src="/mot/image/8/8732_MotImage.jpg";
	 pic10= new Image();
     pic10.src="/mot/image/8/8735_MotImage.jpg";
	 pic11= new Image();
     pic11.src="/mot/image/8/8738_MotImage.jpg";
	 pic12= new Image();
     pic12.src="/mot/image/8/8741_MotImage.jpg";

 }    

/* define banner urls */

urlad1="/content/0,,3072,00.html";
urlad2="/content/0,,3072,00.html";
urlad3="/content/0,,3072,00.html";
urlad4="/content/0,,3072,00.html";
urlad5="/content/0,,3072,00.html";
urlad6="/content/0,,3072,00.html";
urlad7="/content/0,,3072,00.html";
urlad8="/content/0,,3072,00.html";
urlad9="/content/0,,3072,00.html";
urlad10="/content/0,,3072,00.html";
urlad11="/content/0,,3072,00.html";
urlad12="/content/0,,3072,00.html";


/* 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(12);  
  choose_one--;

  var pics= new Array(12) 
   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;


  var aurl= new Array(12)
  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;



  document.write(cent_it+"<A HREF='"+aurl[choose_one]+"'><IMG SRC='"+pics[choose_one]+"' alt='Client Testimonials' border='"+border_size+"'></A>"+cent_it2);
 }
}
//-->



<!--
var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)    // Y2K Fix, Isaac Powell
year = year + 1900; // http://onyx.idbsu.edu/~ipowell
//document.write("<center>" + lmonth + " ");
//document.write(date + ", " + year + "</center>");





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 getaQuote_instructors()
{
 var maxQuotes=4;
 var whichQuote=get_random(maxQuotes);
 whichQuote--;

var quote=new Array(maxQuotes)
   quote[0]="Personalized, professional experience from the experts";
   quote[1]="For training that is relevant, engaging, and applicable ";
   quote[2]="Lasting experience beyond the classroom";   
   quote[3]="Superior talent produces superior results"; 

document.write(quote[whichQuote]);
}



//-->

