
var aTestimonials = new Array();
i=-1;
i++; aTestimonials[i] = "&quot;The huge 'Super Bed' at The Copper Zone allows me an all over tan that I have not been able to find anywhere else. The power and comfort of the bed is unequaled and the customer service at The Copper Zone is always exceptional.  I love it!!!&quot; - Cory Benton";
i++; aTestimonials[i] = "&quot;I have enjoyed The Copper Zone as it the most professional tanning salon I have used.&quot; - Rick Gibson";
i++; aTestimonials[i] = "&quot;I wanted to let you know that I think your salon is fabulous. You've done a great job; and I enjoy every time I tan there. Your staff is very pleasant, always good conversation. Your website is a very solid source for information on questions that may have crossed my mind, but never took the time to ask.&quot; - Bobbi Olson";
i++; aTestimonials[i] = "&quot;Maria - What a great beginning - Thank you.  I know I need to do this on a regular basis - it was so relaxing and my face feels so soft.&quot; - Judi (facial client)";
i++; aTestimonials[i] = "&quot;The tan is so light and pretty!  I'm thrilled with the results!  I got exactly what I wanted!  My legs look so much prettier with color on them.&quot; - Donna Walker (spray tan client)";

sTestimonials = "<center><table width=\"140\" cellspacing=0 cellpadding=4 border=0>";
sTestimonials += "<tr bgcolor=\"#996600\">";
sTestimonials += "	<td align=\"center\"><font face=\"Arial,Helvetica,sans-serif\" size=2 color=Black><b>TESTIMONIALS</b></font></td>";
sTestimonials += "</tr>";
sTestimonials += "<tr bgcolor=\"#999966\">";
sTestimonials += "	<td>";
sTestimonials += "		<font face=\"Arial,Helvetica,sans-serif\" size=1 color=Black>";

var ran = Math.round((Math.random()-.001) * (aTestimonials.length-1))
sTestimonials += aTestimonials[ran];

sTestimonials += "		</font>";
sTestimonials += "	</td>";
sTestimonials += "</tr>";
sTestimonials += "</table></center>";


bSupported = (((navigator.appName == "Microsoft Internet Explorer") || (navigator.appName == "Netscape")) && (parseInt(navigator.appVersion) >= 4 ));


if (bSupported) {
	if (bRunApp) {
	
		if (navigator.appName == "Netscape") {
			layertop = (layertop-6);
		}
	
		sTable = "<table width=150 cellspacing=0 cellpadding=0 border=0>";
		sTable += "<tr>";
		sTable += "	<td>";
		sTable += "		<font face=\"Arial,Helvetica,sans-serif\" size=1 color=Black>";
		
		sTable += sTestimonials;
		
		sTable += "		</font>";
		sTable += "	</td>";
		sTable += "</tr>";
		sTable += "</table>";
	
	
		if (document.layers) {
			document.writeln('<LAYER NAME="otherproductsdiv" TOP=' + layertop + ' LEFT=' + layerleft + ' VISIBILITY="visible">' + sTable + '</LAYER>');
		}
		else {
			document.writeln('<DIV ID="otherproductsdiv" STYLE="position:absolute; top:' + layertop + '; left:' + layerleft + '; z-index:10; visibility:visible;" >' + sTable + '</DIV>');
		}
	}
}
else {
	if (bForcePrintTestimonials) {
		document.writeln(sTestimonials);
	}
}


