    <!-- // QuoteSystem Code
    var quoteArray = new Array();
	var theQuoteList = "";
	// The Quotes
	// -----------------------------------------------
quoteArray[0] = "...Unbeatable! The Mackie Control Universal is all over the place. A great flexible, adaptable controller...|4|14|Keys Magazine|13|November 2004|12|000066";
quoteArray[1] = "It's great to now have an up-to-date connectivity USB Interface.  A great new design. The lit-buttons are improving the workflow.  Better viewing-angle of the displays makes the work much easier.  The new Jog Wheel is very professional.  |4|14|Profesional Audio|13|Germany|12|000066";
quoteArray[2] = "With the new MCU Pro, Mackie has made their good control system even better.|4|14|Sound & Recording|13|Germany|12|000066";
quoteArray[3] = "If your DAW doesn't have a dedicated hardware controller, the MCU Pro and Pro extenders should be on your audition list|4|14||13|Resolution|12|000066";
quoteArray[4] = "A practical and welcome update to a time-tested control-surface standard.|4|14|Paul White|13|Sound on Sound |12|000066";
quoteArray[5] = "&#8230;the Mackie Control Pro is probably still the most elegant choice if you want an expandable DAW controller system at this price point.|4|14|Paul White|13|Sound on Sound|12|000066";
quoteArray[6] = "A sophisticated new look with new USB, expanded MIDI, and full sequencer thrown in.|4|14||13|Future Music UK|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());
	//-->

