var centercol = document.getElementById("main_middle");
var browser=navigator.appName;
var start_point = 1300;
var increment = 300;
if(centercol.clientHeight > start_point)
{
	document.write('<div class="testimonial"><img src="images/testim_port5.jpg" width="50" height="63" alt="" /><p>The Practice Exams that I purchased from Pass-Guaranteed do a Great Job of creating a real test experience. I prepared myself using the CCNA 640-802 Testing Engine and I passed the exam on my first try! Great work.<br/><br/>George B.</p></div>');
}
if(centercol.clientHeight > start_point + increment)
{
	document.write('<div class="testimonial"><img src="images/testim_port2.jpg" width="50" height="63" alt="" /><p>I would strongly recommend their Practice Exams as the most Authoritative study tools available. I was able to quickly learn the core concepts and objectives of the exam without having to attend expensive instructor led classes. There is no need to look anywhere else.<br/><br/>Shahenil A.</p></div>');
}
if(centercol.clientHeight > start_point + increment * 2)
{
	document.write('<div class="testimonial"><img src="images/testim_port9.jpg" width="50" height="63" alt="" /><p>After using many other competitors training products, I found that the quality of the products offered by Pass-Guaranteed.com to be superior to all the rest, as they have clear graphics, up to date diagrams and the best customer service around! I will be recommending Pass-Guaranteed.com to all my friends. Thank you for helping me become CCNA Certified.<br/><br/>Tony B.</p></div>');
}  
if(centercol.clientHeight > start_point + increment * 3)
{
	document.write('<div class="testimonial"><img src="images/testim_port10.jpg" width="50" height="63" alt="" /><p>Using the Cisco training products offered by Pass-Guaranteed.com opened up new doors to a brighter future! Could not have done it without your great exam training products. I passed the 646-204 Cisco Sales Expert Exam. Thanks so much!<br/><br/>Subrina W.</p></div>');
}
if(centercol.clientHeight > start_point + increment * 4)
{
	document.write('<div class="testimonial"><img src="images/testim_port11.jpg" width="50" height="63" alt="" /><p>Don\'t bother wasting your time with other websites, Pass-Guaranteed.com has the best service and highest quality IT certification training solutions online today! Their 1Y0-A14 practice exam was excellent quality!<br/><br/>Billy M.</p></div>');
}	