var testimonialsArr = new Array();

testimonialsArr[10] = new Array(6);
testimonialsArr[10][0] = "&#8220;The support we receive from Terminal&#160;B is superb. It allows us to focus on our core business rather than on maintaining our information technology infrastructure.&#8221;<br/><br/><b>Lloyd Smith</b><br/>President";
testimonialsArr[10][1] = "Mind Over Machines";
testimonialsArr[10][2] = "www.mindovercorp.com";

testimonialsArr[11] = new Array(6);
testimonialsArr[11][0] = "&#8220;Terminal B's advice on information technology has had a significant impact on Zero2. They represent class and integrity at the highest levels and have earned my greatest respect.&#8221;<br/><br/><b>Peter Strople</b><br/>CEO & Founder";
testimonialsArr[11][1] = "Zero2";
testimonialsArr[11][2] = "www.zero2.com";

testimonialsArr[9] = new Array(6);
testimonialsArr[9][0] = "&#8220;Not only has Terminal&#160;B's hosted Exchange solution been as reliable in Austin as it has half way around the world, it affords us an enterprise email solution we otherwise would not be able to consider.&#8221;<br/><br/><b>Frank D. Hanzlik</b><br/>Managing Director";
testimonialsArr[9][1] = "Wi-Fi Alliance";
testimonialsArr[9][2] = "www.wi-fi.org";

testimonialsArr[2] = new Array(6);
testimonialsArr[2][0] = "&#8220;Terminal&#160;B has earned their place as our trusted technology advisor.&#8221;<br/><br/><b>Stephen Jones </b><br/>President";
testimonialsArr[2][1] = "Jones Asset Management";
testimonialsArr[2][2] = "www.jonesasset.com";

testimonialsArr[7] = new Array(6);
testimonialsArr[7][0] = "&#8220;It has been invaluable to have Terminal&#160;B as a technology resource as our company grows.&#8221;<br/><br/><b>Lynn Pausic</b><br/>President";
testimonialsArr[7][1] = "Expero, Inc.";
testimonialsArr[7][2] = "www.experoinc.com";

testimonialsArr[3] = new Array(6);
testimonialsArr[3][0] = "&#8220;Terminal B's umbrella network management service provides us with consistent, flexible, top tier IT support.  We can better concentrate on our business knowing we're in Terminal B's capable hands.&#8221;<br/><br/><b>Ed Ho </b><br/>IT Manager";
testimonialsArr[3][1] = "ARCH Venture Partners";
testimonialsArr[3][2] = "www.archventure.com";

testimonialsArr[4] = new Array(6);
testimonialsArr[4][0] = "&#8220;From Hosted Exchange to network infrastructure, Terminal&#160;B knows the technology that benefits our firm.&#8221;<br/><br/><b>Troy Voelker </b><br/>Partner";
testimonialsArr[4][1] = "McNery & Voelker, PC";
testimonialsArr[4][2] = "www.mcneryvoelker.com";

testimonialsArr[6] = new Array(6);
testimonialsArr[6][0] = "&#8220;We rely on our in-house Exchange server and we have peace of mind knowing it's managed by Terminal&#160;B.&#8221;<br/><br/><b>Tom Villalta </b><br/>Chief Investment Officer";
testimonialsArr[6][1] = "Jones Villalta Asset Management";
testimonialsArr[6][2] = "www.jonesasset.com";

testimonialsArr[5] = new Array(6);
testimonialsArr[5][0] = "&#8220;Terminal&#160;B is an effective complement to our staff. They've taken the time to understand our business and our needs, and maintain our systems accordingly.&#8221;<br/><br/><b>Edgar Figueroa</b><br/>Executive Director";
testimonialsArr[5][1] = "Wi-Fi Alliance";
testimonialsArr[5][2] = "www.wi-fi.org";

testimonialsArr[1] = new Array(6);
testimonialsArr[1][0] = "&#8220;Terminal&#160;B offers the breadth of IT knowledge and flexibility we need. Their professional Exchange and network support services are extraordinary and serve us well.&#8221;<br/><br/><b>Molly Pieroni </b><br/>Partner";
testimonialsArr[1][1] = "JatoTech Ventures";
testimonialsArr[1][2] = "www.jatotech.com";

testimonialsArr[8] = new Array(6);
testimonialsArr[8][0] = "&#8220;Terminal&#160;B has provided us the best IT alternative since we opened our doors.&#8221;<br/><br/><b>Michael Crowley, Ph.D. </b><br/>Vice President, Business Development";
testimonialsArr[8][1] = "Pharmaform, LLC";
testimonialsArr[8][2] = "www.pharmaform.com";

testimonialsArr[0] = new Array(6);
testimonialsArr[0][0] = "&#8220;Using Terminal&#160;B has been efficient, easy, and time saving. Their experience and responsiveness have been very thorough in addressing our infrastructure needs.&#8221;<br/><br/><b>Paul Janowitz </b><br/>Founder and CEO";
testimonialsArr[0][1] = "Sentient Services, LP";
testimonialsArr[0][2] = "www.sentientservices.com";

var rnd = Math.floor(Math.random()*testimonialsArr.length);
function gentestimonials() {
	if (document.getElementById("testimonials")) {
		document.getElementById("testimonials").innerHTML = "<p><a href='testimonials.html' class='testimonial'>"+testimonialsArr[rnd][0]+"<br/>"+testimonialsArr[rnd][1]+"</a></p><br/>";
		rnd++; if (rnd == testimonialsArr.length) rnd = 0;
		setTimeout('gentestimonials()',8000);
	}
}
function listtestimonials() {
	for (var i=0;i<testimonialsArr.length;i++) {
		document.write("<p>"+testimonialsArr[i][0]+"<br/><a target='_blank' href='http://"+testimonialsArr[i][2]+"'>"+testimonialsArr[i][1]+"</a><br/>&#160;</p>");
	}
}
function navover(imgName) { document.getElementById(imgName).src = eval(imgName + "_over.src"); }
function navoff(imgName) { document.getElementById(imgName).src = eval(imgName + "_off.src"); }
function show(obj) { document.getElementById(obj).style.display="block"; }
function hide(obj) { document.getElementById(obj).style.display="none"; }
function isEmpty(obj){if((obj.replace(/ /g,"")).replace(/\r\n/g,"")=="")return true;else return false;}
function genemail(user, domain, suffix) {
	document.write('<a href="'+'mailto:'+user+'@'+domain+'.'+suffix+'">'+user+'@'+domain+'.'+suffix+'</a>');

}
function genemail2(user, domain, suffix,text) {
	document.write('<a href="'+'mailto:'+user+'@'+domain+'.'+suffix+'">'+text+'</a>');
}
function externalLinks() { if (!document.getElementsByTagName) return; 
	var anchors = document.getElementsByTagName("a"); 
	for (var i=0; i<anchors.length; i++) { 
		var anchor = anchors[i]; 
		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank"; 
	} 
} 
window.onload = externalLinks;
window.onload = gentestimonials;

//images
hm_off = new Image;
hm_off.src = "/images/nav/hm_off.gif";
hm_over = new Image;
hm_over.src = "/images/nav/hm_over.gif";

about_us_off = new Image;
about_us_off.src = "/images/nav/about_us_off.gif";
about_us_over = new Image;
about_us_over.src = "/images/nav/about_us_over.gif";

services_off = new Image;
services_off.src = "/images/nav/services_off.gif";
services_over = new Image;
services_over.src = "/images/nav/services_over.gif";

support_off = new Image;
support_off.src = "/images/nav/support_off.gif";
support_over = new Image;
support_over.src = "/images/nav/support_over.gif";

contact_off = new Image;
contact_off.src = "/images/nav/contact_off.gif";
contact_over = new Image;
contact_over.src = "/images/nav/contact_over.gif";

exchange_off = new Image;
exchange_off.src = "/images/nav/exchange.gif";
exchange_over = new Image;
exchange_over.src = "/images/nav/exchange_over.gif";