 var content;
  content = "<TABLE width='482' border=0 align='center' cellPadding=0 cellSpacing=0 id='hp_testim'>";
  content = content + "<TBODY>";
  content = content + "<TR>";
  content = content + "<TD width='44'><IMG height=27 src='/images/nav/hp_testimonials-ul.gif' width=44></TD>";
  content = content + "<TD id='hp_testim-uc'><img height='27' src='/images/nav/spacer.gif' width='8' /></TD>";
  content = content + "<TD width='32'><IMG height=27 src='/images/nav/hp_testimonials-ur.gif' width=32></TD>";
  content = content + "</TR>";
  content = content + "<TR>";
  content = content + "<TD id='hp_testim-ml'><IMG height=9 src='/images/nav/spacer.gif' width=44></TD>";
  content = content + "<TD id='hp_testim-text' vAlign=center>";
		
		// Begin testimonial rotation
		
		var vText = [ 
		['/data-recovery-references/#khop', 'Kent Hopson, Lockheed Martin', 'I have used Ontrack Data Recovery services on several occasions... In every case Ontrack was able to retrieve all of the needed data.'],
		['/data-recovery-references/#rjan', 'Ronald Jankowski, Ford Motor Company', 'After an unsuccessful attempt by our IT people we decided to give Ontrack Data Recovery a shot. They recovered most of my six years of data.'],
		['/data-recovery-references/#jrus', 'Jessica Russell, NBC Universal', 'We finished up the recovery on midnight on Sunday night, just in time to look like heroes on Monday and it&acute;s all thanks to Ontrack...'],
		['/data-recovery-references/#bmas', 'Brigid Massaro, GE Healthcare', 'The level of customer service was outstanding. I was constantly kept up to date on the status of my recovery and the entire process was quick and hassle-free.'],
		['/data-recovery-references/#jand', 'Jason Andres, MSA Computer Ltd.', 'We sent the drive to an ISO certified data recovery center and were told that the data was unrecoverable. I decided to try again with Ontrack Data Recovery and they recovered a lot of data.'] 
		];
		
		var vTextIndex = Math.floor(Math.random()*(vText.length));
document.write(content);
	vTextChange();
		//  End -->
		content = "";
		content = " </TD>";
		content = content + " <TD id='hp_testim-mr'><img height='9' src='/images/nav/spacer.gif' width='44' /></TD>";
		content = content + " </TR>";
      	content = content + " <TR>";
        content = content + " <TD><IMG height=27 src='/images/nav/hp_testimonials-bl.gif' width=44></TD>";
        content = content + " <TD id='hp_testim-bc'><IMG height=27 src='/images/nav/spacer.gif' width=8></TD>";
        content = content + " <TD><IMG height=27 src='/images/nav/hp_testimonials-br.gif' width=32></TD>";
     	content = content + "  </TR>";
    	content = content + " </TBODY>";
  		content = content + " </TABLE>";
document.write(content);

 function vTextChange() {
		var htmlString = "<p>&quot;"+vText[vTextIndex][2]+"&quot; <a href='"+vText[vTextIndex][0]+"'>Read more<img src='/images/nav/arrow-right-blue.gif' width='10' height='10' border='0'></a></p><p id='hp_testim-name'>-"+vText[vTextIndex][1]+"</p>";
	document.write( htmlString);
		}