// JavaScript Document


// Testimonials


var testimony = new Array();
testimony[0] = new Array();
testimony[0]["name"] = "Apple Customer Satisfaction Survey response";
testimony[0]["testimony"] = "My experience with Soho Computers was excellent - they are very professional in all aspects of their work from customer greeting through to explaining answering questions offering additional knowledge to enhance your use of your Mac.  I live out-of-town but will consider making a trip to check-in with Soho if I have any other questions.";

testimony[1] = new Array();
testimony[1]["name"] = "Apple Customer Satisfaction Survey response";
testimony[1]["testimony"] = "The service was excellent. All staff were very courteous and kept me in the loop on the repair process for my computer. I had my computer back much more quickly than I'd expected. A++ I will gladly take my business to Soho in the future and will refer all friends/family and other computer users I know to Soho ."; 

testimony[2] = new Array();
testimony[2]["name"] = "Apple Customer Satisfaction Survey response";
testimony[2]["testimony"] = "I was impressed with the honesty speed of service and flexibility of the staff.";

testimony[3] = new Array();
testimony[3]["name"] = "Apple Customer Satisfaction Survey response";
testimony[3]["testimony"] = "Highly professional helpful and timely both on the phone and at the shop. ";

testimony[4] = new Array();
testimony[4]["name"] = "Glen, Victoria";
testimony[4]["testimony"] = "Soho again went above and beyond by providing a computer for me to use while I awaited my replacement (thank you, Bruce, and all the gang at Soho!).";

testimony[5] = new Array();
testimony[5]["name"] = "Client Survey";
testimony[5]["testimony"] = "You guys are great - you really enjoy your products and it shows in your knowledge.";

testimony[6] = new Array();
testimony[6]["name"] = "Client Survey";
testimony[6]["testimony"] = "All in all, his comfort at handling the MacBook was helpful to me knowing that I had talent and experience and technical knowledge working on my behalf.";

testimony[7] = new Array();
testimony[7]["name"] = "Apple Customer Satisfaction Survey response";
testimony[7]["testimony"] = "The service was excellent. All staff were very courteous and kept me in the loop on the repair process for my computer. I had my computer back much more quickly than I'd expected. A++";

testimony[8] = new Array();
testimony[8]["name"] = "Client Survey";
testimony[8]["testimony"] = "All staff were knowledgeable in products available.  If someone didn't know something, they didn't fudge it they asked another staff member.  I appreciated the fact that they don't pretend to know it all.";

testimony[9] = new Array();
testimony[9]["name"] = "Dr. Colin Sharpe";
testimony[9]["testimony"] = "It is difficult to find the words to express how happy I am with the service I have received from SOHO... I am looking forward to many more years of outstanding service from SOHO.";

testimony[10] = new Array();
testimony[10]["name"] = "Rasheed B.";
testimony[10]["testimony"] = "I had the pleasure of being assisted by Adam today!  I first called in and he was very polite on the phone.  Once I arrived at the store he was very knowledgeable and when he did not know an answer off the top of his head; he was very resourceful at finding an answer and quickly.  Kudos to him for providing me with a great buying experience!";

testimony[11] = new Arry();
testimony[11]["name"] = "Dean Fortin - Mayor";
testimony[11]["testimony"] = "I want to extend my personal congratulations to you on being awarded the 2009 Best of the City Award.  Such a distinction from the citizens in the Greater Victoria Region is a testament to your hard work and dedication to the community.";

testimony[12] = new Arry();
testimony[12]["name"] = "Dean Fortin - Mayor";
testimony[12]["testimony"] = "I want to extend my personal congratulations to you on being awarded the 2009 Best of the City Award.  Such a distinction from the citizens in the Greater Victoria Region is a testament to your hard work and dedication to the community.";

testimony[13] = new Arry();
testimony[13]["name"] = "Dean Fortin - Mayor";
testimony[13]["testimony"] = "I want to extend my personal congratulations to you on being awarded the 2009 Best of the City Award.  Such a distinction from the citizens in the Greater Victoria Region is a testament to your hard work and dedication to the community.";

testimony[14] = new Arry();
testimony[14]["name"] = "Dean Fortin - Mayor";
testimony[14]["testimony"] = "I want to extend my personal congratulations to you on being awarded the 2009 Best of the City Award.  Such a distinction from the citizens in the Greater Victoria Region is a testament to your hard work and dedication to the community.";

testimony[15] = new Arry();
testimony[15]["name"] = "Dean Fortin - Mayor";
testimony[15]["testimony"] = "I want to extend my personal congratulations to you on being awarded the 2009 Best of the City Award.  Such a distinction from the citizens in the Greater Victoria Region is a testament to your hard work and dedication to the community.";

testimony[16] = new Arry();
testimony[16]["name"] = "Brent Dobbie - The Rock Solid Foundation";
testimony[16]["testimony"] = "On behalf of The Rock Solid Foundation and the 15,000 students that we serve, thank you so much for your generous donation to the Golf for Kids Charity Golf Classic.";

testimony[17] = new Arry();
testimony[17]["name"] = "Don Mayer";
testimony[17]["testimony"] = "Thank you so much for your extraordinarily generous contributions to this year's [Victoria Mac Users Group] raffle.";

testimony[18] = new Array();
testimony[18]["name"] = "Apple Customer Satisfaction Survey response";
testimony[18]["testimony"] = "I tried another company but was very frustrated but Soho fixed it quicker than they estimated. The technician called me and was very informative about my iMac and what could be done when."

testimony[19] = new Array();
testimony[19]["name"] = "Apple Customer Satisfaction Survey response";
testimony[19]["testimony"] = "Really good communication with the technician and analysis of complicated problem.";

testimony[20] = new Array();
testimony[20]["name"] = "Apple Customer Satisfaction Survey response";
testimony[20]["testimony"] = "The entire operation at Soho Computer Services is slick.  Major repair plus non-warranty upgrades were done much more quickly than I thought would be the case.";



function testify() {
	var p = testimony.length;
	var whichQuote = Math.round(Math.random()*(p-1));
	
	
	
 document.write('<div class=\"tt0\" style=\"font-weight:bold\">Testimonial | <a href="http://www.sohoservices.com/testimonials.html">Read more comments</a></div><div class=\"tt1\"style=\"font-style:italic; background-color:#99cc99;\">&quot;' + testimony[whichQuote]["testimony"] + '&quot;</p><p class=\"tt1\"> - <b>' + testimony[whichQuote]["name"] + '</b></p>');
	
}
	
	
function witness() {
		for(var i = 0; i < (testimony.length); i++) {
			document.write('<p class=\"tt2\"style=\"font-style:italic\">&quot;' + testimony[i]["testimony"] + '&quot;</p><p class=\"tt1\"> - <b>' + testimony[i]["name"] + '</b></p><br />');
		}
}

function speech_bubble() {
	var p = testimony.length;
	var random_selector = Math.round(Math.random()*(p-1));
	
	document.write('<div ><img src="http://www.sohoservices.com/i/speech_top.png"></div><div class="tt1" style="background:#d4e6b9; width:200px; padding-left:10px; padding-right:10px">&quot;' + testimony[random_selector]["testimony"] + '&quot;</div><div><img src="http://www.sohoservices.com/i/speech_bottom.png"><div class="tt0" style="font-weight:bold" align="right">' + testimony[random_selector]["name"] + '</div>');
	
}

		
