    <!-- // QuoteSystem Code
    var quoteArray = new Array();
	var theQuoteList = "";
	// The Quotes
	// -----------------------------------------------
quoteArray[0] = "Most of the modern channel strips and DI's I've listened to have this clinical, glassy sound. I don't know what Mackie did when they designed this thing, but somehow they avoided all that. It was amazing how rich and wide it sounded.|4|14|Justin Meldal-Johnson|13|Beck, Air, Imarobot|12|000066";
quoteArray[1] = "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[2] = ".. the Onyx 800R is an impressive piece of kit: well built, well specified, classy sounding, and versatile.|4|14|Hugh Robjohns|13|Sound On Sound Magazine|12|000066";
quoteArray[3] = "... the 800R is a well thought out, nice sounding unit.|4|14|Jon Thornton|13|Resolution Magazine|12|000066";
quoteArray[4] = "Modern, clean and accurate... [the 800R] is the audio equivalent of a Swiss Army knife - with preamps, line inputs, DIs, an M/S decoder and 192kHz converters.|4|14|Craig Schumacher|13|Tape Op Magazine|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());
	//-->

