    <!-- // QuoteSystem Code
    var quoteArray = new Array();
	var theQuoteList = "";
	// The Quotes
	// -----------------------------------------------
quoteArray[0] = "Despite their small size, the TAPCO S Series Active Studio Monitors pack a surprisingly powerful punch.|1|9| Doug Eisengrein|9|Pro Sound News Europe|9|0|3e3e3f";
quoteArray[1] = "The TAPCO S Series Active Studio Monitors make it easier than most for you to step up to serious monitoring.|1|9| Dan Goldstein|9|Meet Music|9|0|3e3e3f";
quoteArray[2] = "My Mix Series mixer makes me totally happy!|1|9| Marli Andre|9|Marli & The Mommies|9|0|3e3e3f";
quoteArray[3] = "With TAPCO, we can worry less about our gear, and devote more time to finding something to be really depressed about-thank you TAPCO!|1|9|  Jakob O'Reilly|9|Jimmy Eats Real Estate|9|0|3e3e3f";
quoteArray[4] = "TAPCO cured my Legionnaire's disease.|1|9| Weezyman2000|9|0|3e3e3f";
quoteArray[5] = "The TAPCO Blend 6's performance is comparable to a pre-VLZ Pro Mackie mixer, which is to say clean and clear, but without being esoteric.|1|9| Paul White|9|Sound On Sound Magazine|9|0|3e3e3f";
quoteArray[6] = "My neighbors hate it... thanks!|1|9| Ali Baba|9|0|3e3e3f";
quoteArray[7] = "OMFG!!! My leet s8's own noobs all day... w00t!|1|9| J4$0N|9|0|3e3e3f";
quoteArray[8] = "TAPCO made my music bump harder, flow smoother and made my breath smell minty fresh.|1|9| Bumpadellic743|9|0|3e3e3f";
quoteArray[9] = "I used to be just a poor homeless musician. But thanks to my fresh looking TAPCO Link.USB, I now have a girlfriend.|1|9| All4RCK_3865|9|0|3e3e3f";
quoteArray[10] = "We found the TAPCO Juice amps and put them to work immediately. They are holding their ground amazingly well and are proving to be excellent utility amps for their price point.|1|9| Dave Rat|9|Rat Sound|9|0|3e3e3f";
quoteArray[11] = "Midrange and highs are clean and dynamic. Bass is tight, clean and has the authority one would expect from larger, more expensive power amps.|1|9| Micah Brown|9|DJ Times Magazine|9|0|3e3e3f";
quoteArray[12] = "The amp did everything that was asked of it with flying colors.|1|9| Andrew Roberts|9|Pro Audio Review Magazine|9|0|3e3e3f";
quoteArray[13] = "As a backup or a way to extend your power inventory without spending a mint, the Juice line is worth a look.|1|9| Bill Evans and Mark Amundson|9|Front Of House Magazine|9|0|3e3e3f";
quoteArray[14] = "With the \"Air\" circuit on my new TAPCO SQ&#8226;2 Compressor, I can dial in that sweet high-end on my cowbell!|1|9| William F.|9|0|3e3e3f";
quoteArray[15] = "What's wrong with Kent?|1|9| Lee-Jon Aires|9|0|3e3e3f";
quoteArray[16] = "Now that my rack is full to TAPCO, the drummers now actually pay attention to me!|1|9| NysnStakdVoxGurl|9|0|3e3e3f";
quoteArray[17] = "Our TAPCO Juice J-2500 power amps have the sonic \"Schwung-stake\" we need to blast out our mish-mash of half-baked occult ideas and quasi-satanic posturing.|1|9| Sture Manfredsson|9|Scent of Casket|9|0|3e3e3f";
quoteArray[18] = "They offer a tight, punchy sound that was able to handle a wide variety of sound sources quite nicely.|1|9| Keith N. Hatschek|9|Pro Audio Review Magazine|9|0|3e3e3f";
quoteArray[17] = "If aesthetics are important to you, the S5s are sleek and unique looking boxes with a modern, but not tacky, style. I recommend these monitors, especially as a first pair.|1|9| Remix Magazine|9|0|3e3e3f";
	// -----------------------------------------------
	for (i=0; i<quoteArray.length; i++){
		if (theQuoteList != ""){
			theQuoteList = theQuoteList + "~" + escape(quoteArray[i]) ;
		} else {
			theQuoteList = escape(quoteArray[i]) ;
		}
	}
	var htmlTextArray = new Array();
	htmlTextArray = quoteArray[Math.round(Math.random(quoteArray.length))].split("|");
	// This code is used when a person doesn't have flash or JS
	// you can modify this code as you see fit
	//---------------------------------------------------
	var noFlashHTML = '<table cellpadding=\"10\" cellspacing=\"0\" border=\"0\" width=\"100%\" height=\"100%\" bgcolor=\"#FBFBFC\"><tr><td style=\"color:#000066\">' + htmlTextArray[0] + '<br><br><div align=\"right\"><b>' + htmlTextArray[3] + '</b><br>' + htmlTextArray[5] + '</div></td></tr></table>';
	//---------------------------------------------------
	var quoteSystem=new flashObj();
	quoteSystem.flashFile = "../inc/quote.swf";
	quoteSystem.flashVars = "timeDelay=11000&quoteMarksColor=fcac18&quoteMarksAlpha=30&theQuoteList=" + theQuoteList;
	quoteSystem.bgcolor = "ffffff";
	quoteSystem.DenyIEdl = "TRUE";
	quoteSystem.IEonly = "FALSE";
	quoteSystem.ID = "quote";
	quoteSystem.width = "172";
	quoteSystem.height = "147";
	quoteSystem.scale = "noScale";
	quoteSystem.wmode = "transparent";
	quoteSystem.FlashVer = 6;
	quoteSystem.cabVersion = "6,0,65,0";
	quoteSystem.altTxt = noFlashHTML;
	document.write(quoteSystem.render());
	//-->
