    <!-- // QuoteSystem Code
    var quoteArray = new Array();
	var theQuoteList = "";
	// The Quotes
	// -----------------------------------------------
quoteArray[0] = "We were immediately impressed by the quality of the mic preamps--the Onyx design was audibly better than our MOTU 828, which illustrated how many other FireWire interfaces compromise on such a vital area.|4|14||13|Music Tech Magazine|12|000066";
quoteArray[1] = "The inserts and quality of the preamps raise the Onyx far above the mass of FireWire interfaces already available.|4|14|Mark Cousins|13|Music Tech Magazine|12|000066";
quoteArray[2] = "The preamps on the Onyx have a really good sound, and the EQ feels just right to me.|4|14|Mike Shinoda|13|Linkin Park|12|000066";
quoteArray[3] = "I\'m always looking for mics and preamps that have dimension and accuracy. When I first heard the Onyx pres, I was amazed at their transparency and depth.|4|14|Bill Gibson|13|Northwest Music & Recording|12|000066";
quoteArray[4] = "Street price on this system is only $399 US! What? $399? Are they insane? This is a solid peice of gear, worth every penny.|4|14||13|AppleProAudio.com|12|000066";
quoteArray[5] = "One of the coolest implementations of fairly commonly encountered functionality that Mackie has uniquely packaged together and presented.|4|14||13|Resolution Magazine|12|000066";
quoteArray[6] = "If you need a good digital audio I/O that\'s equally at home in the studio or in the field, the Onyx Satellite is an out-of-this-world gem.|4|14|Jason Blum|13|Future Music|12|000066";
	// -----------------------------------------------
	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 = "/Common/flash/MackieQuote.swf";
	quoteSystem.flashVars = "timeDelay=9000&quoteMarksColor=000066&quoteMarksAlpha=10&theQuoteList=" + theQuoteList;
	quoteSystem.bgcolor = "FFFFFF";
	quoteSystem.DenyIEdl = "TRUE";
	quoteSystem.IEonly = "FALSE";
	quoteSystem.ID = "quote";
	quoteSystem.width = "222";
	quoteSystem.height = "188";
	quoteSystem.scale = "noScale";
	quoteSystem.FlashVer = 6;
	quoteSystem.cabVersion = "6,0,65,0";
	quoteSystem.altTxt = noFlashHTML;
	document.write(quoteSystem.render());
	//-->

