// JavaScript Document
var theTestimonials = new Array() 

theTestimonials[0] = "<span style='font-style: italic'>&#34;Bridgevine offers an innovative and flexible online platform solution for expanding our reach to consumers in new ways. From the planning stage to implementation, they have proven themselves as a valued affiliate that delivers.&#34;</span><br /><br />  -- Mark Guberman, Brighthouse Networks <br />";
theTestimonials[1] = "<span style='font-style: italic'>&#34;Bridgevine sets the bar for customer acquisition in the internet world we live in. Using cutting edge technology combined with good old fashion customer service to push their sales to the next level.&#34;</span><br /><br /> -- Rusty Hughes, WildBlue Communications <br />";
theTestimonials[2] = "<span style='font-style: italic'>&#34;Our partnership with Bridgevine has been invaluable throughout the last several years.  They are experts in not only driving incremental business to our company, but also in offering our products in a way that creates a very loyal customer.&#34;</span><br /><br /> -- Business Development Manager,<br />&nbsp;&nbsp; Major Telco Provider <br />";
theTestimonials[3] = "<span style='font-style: italic'>&#34;Bridgevine allows us the ability to maximize our programs&#39; success across a multitude of service providers through a one-stop platform.  Their program and customer service model exemplifies honesty and trustworthiness.  They are a top-flight organization from top to bottom.&#34;</span><br /><br /> -- Tom McCormick, Military Home Link <br />";





var p = theTestimonials.length;
for (i = 0; i < p; i++){
 
}
var whichOne = Math.round(Math.random()*(p-1));
document.write(theTestimonials[whichOne]);
document.write('<br /><a href="/index/testimonials.aspx">View More</a>');

