
function writeTestimonial()
{	
	var a;
	a = Math.floor(Math.random() * 11);
	

	document.write("<table><tr><td>&nbsp;</td><td><font face='arial' size='2'>");
	if (a==0){
		document.write("<i>\"You have a first rate firm and<br>you were key to an event<br>that, for all of us, was<br>tremendously rewarding.\"</i><br><b>Worldwatch Institute </b>");
	}
	if (a==1){
		document.write("<i>\"Thank you again to our partners<br>at Darnauer for their continued<br>efforts and dedication to our<br>success.\"</i><br><b>Ritz-Carlton Club<br>at Aspen Highlands</b>");
	}
	if (a==2){
		document.write("<i>\"You are doing a fabulous job.<br>I'm really thrilled with the progress!\"</i><br><b>HINES </b>");
	}
	if (a==3){
		document.write("<i>\"Your wealth of knowledge,<br>passion and general spirit<br>for the Club's well-being<br>has been much<br>appreciated.\"</i><br><b>Roaring Fork Club </b>");
	}

	if (a==4){
		document.write("<i>\"We were very impressed<br>with your integrated approach<br>to our organization.<br>'Insights' was FABULOUS!\"</i><br><b>G100</b>");
	}
	if (a==5){
		document.write("<i>\"You guys are good.\"</i><br><b>Telluride Real Estate Corporation</b>");
	}
	
	if (a==6){
		document.write("<i>\"What a beautiful document.  I am<br>so impressed. Congratulations!!!<br>It is awesome.\"</i><br><b>Kids First Childcare<br>Resource Center</b>");
	}
	

	if (a==7){
		document.write("<i>\"We valued the input you provided.<br>Your professionalism is admired<br>here; we respect what you have<br>to say.\"</i><br><b>The Colony<br> at White Pine Canyon</b>");
	}
	
	if (a==8){
		document.write("<i>\"The PR was excellent. Thanks<br>again and again for all your<br> hard and excellent work.\"</i><br><b>Susan Gurrentz Artist</b>");
	}
	if (a==9){
		document.write("<i>\"You have done an outstanding<br>job and I appreciate your<br>creativity, prefessionalism and<br>going the \"extra mile\"<br>to get us here in such a short time.\"</i><br><b>David Bork </b>");
	}
	if (a==10){
		document.write("<i>\"I find the entire book exciting,<br>just what I hoped it would be.\"</i><br><b>David Bork </b>");
	}
	document.write("</td></tr></table>");
	
}
