var contents=new Array()

var path = "";
if(root =="No")
{
    path = "../images/testimonial.gif"
	roiurl = "../qmprospect/formroirequest.php"
	imgurl = "../ROI_2"
 }
 else if(root =="Yes")
 {
    path = "images/testimonial.gif"
	roiurl = "qmprospect/formroirequest.php"
	imgurl = "ROI_2"
 }
 
contents[0]='<h2>Testimonials</h2><p class="testimonial">"QMetry made things so easy for us, with no installation, outstanding support, and a very user friendly interface; we were up and testing in no time."</p><p class="citation"><cite>-	VP of Engineering, </cite><br />Major Media Website</p>';
contents[1]='<h2>Testimonials</h2><p class="testimonial">"Before I saw QMetry, I had no idea of what I was missing from the test management process."</p><p class="citation"><cite>-	Executive Producer,</cite><br />Major PC Games Developer</p>';
contents[2]='<h2>Testimonials</h2><p class="testimonial">"After we started using QMetry, my test engineers finally stopped complaining about spending endless time trying to coordinate required information to generate Quality Metrics. Instead they thanked me for making their jobs easier!"</p><p class="citation"><cite>-	QA Manager, </cite><br />Software Company</p>';
contents[3]='<h2>Testimonials</h2><p class="testimonial">"QMetry gives us everything we need; Requirements Management, Test Management, and Defects Management; all in one solution. Moreover QMetry adopted what we had, rather than us having to start over and do something completely new! QMetry is a good tool for distributed QA team of 7-10 testers."</p><p class="citation"><cite>-	QA Director, </cite><br />Financial Services Company</p>';
contents[4]='<h2>Testimonials</h2><p class="testimonial">"We knew for our growing distributed team of testers, Test management was no longer optional. QMetry helped us to quickly leverage testcase management and versioning while integrating with Mantis defect tracking system to generate meaningful reports."</p><p class="citation"><cite>-	VP of Engineering,</cite><br />Online Services Company</p>';

var i=0

var random
var spacing="<br>"
random=Math.floor(Math.random()*contents.length)
document.write(contents[random]);

if(currentPage != "ROI"){
	var contentroi;
	contentroi='<h2>ROI Calculator</h2> <p align="center"><a href="'+roiurl+'"><img src="'+imgurl+'" alt="ROI" width="46" height="42" border="0" ></a></p>';
	
	document.write(contentroi);
}
