var centercol = document.getElementById("main_middle");
var browser=navigator.appName;
var start_point = 990;
var increment = 300;
if(centercol.clientHeight > start_point)
{
	document.write('<div class="testimonial"><img src="images/testim_port1.jpg" width="50" height="63" alt="" /><p>After much searching online for a legitimate certification training resource, I decided to try the VMWare training products from pass-guaranteed.com. I was happy I did since I passed the VCP-410 exam easily. I can absolutely recommend their certification guides without any hesitation.<br/><br/>Ramdeep S.</p></div>');
}
if(centercol.clientHeight > start_point + increment)
{
	document.write('<div class="testimonial"><img src="images/testim_port3.jpg" width="50" height="63" alt="" /><p>Having heard that the Microsoft 70-290 exam is really tough, I set my sight on winning this battle by passing this exam. I found learning the new technologies and concepts easy and valuable to both a beginner or expert.<br/><br/>James H.</p></div>');
}
if(centercol.clientHeight > start_point + increment * 2)
{
	document.write('<div class="testimonial"><img src="images/testim_port4.jpg" width="50" height="63" alt="" /><p>After pressure from my boss to get my CCNP certification, I finally decided it was time. Working full time and taking care of my family already took up all my time so I needed to find the most efficient solution. Their customer service was prompt and professional and I passed all my CCNP exams. I would surely recommend to my colleagues.<br/><br/>Sara J.</p></div>');
}
if(centercol.clientHeight > start_point + increment * 3)
{
	document.write('<div class="testimonial"><img src="images/testim_port6.jpg" width="50" height="63" alt="" /><p>Getting myself prepared for the 70-680 exam was no small task. After going through other online training resources, I found Pass-Guaranteed.com the best overall, regarding quality, ease of use and customer service, they are the best.<br/><br/>Robert R.</p></div>');
}  
if(centercol.clientHeight > start_point + increment * 4)
{
	document.write('<div class="testimonial"><img src="images/testim_port7.jpg" width="50" height="63" alt="" /><p>Looking for a career change into the IT industry, I decided to start with the CompTIA A+ Certification. Training solutions from Pass-Guaranteed were extremely useful in preparing for the exams.<br/><br/>Richard W.</p></div>');
}
if(centercol.clientHeight > start_point + increment * 5)
{
	document.write('<div class="testimonial"><img src="images/testim_port8.jpg" width="50" height="63" alt="" /><p>During my intense preparation for the CCIE 350-001 exam, I found the quality of their Pracitce Exam amazing and covered and the topics of the exam. I was very happy with their customer service, and found them available 24 hours a day. Surely one of the better companies online.<br/><br/>Steven B.</p></div>');
}	
