    <!-- // QuoteSystem Code
    var quoteArray = new Array();
	var theQuoteList = "";
	// The Quotes
	// -----------------------------------------------
quoteArray[0] = "It really has been a paradigm shift for my musical creativity. My output has increased ten fold; stimulated by the fact that getting ideas down is such simplicity. It's hard to believe that a single application could do all that.|4|14|Steve|13|KVR User Forums |12|000066";
quoteArray[1] = "Honestly, you can't do better than Tracktion. Forget the others.|4|14|rangtangtang|13|KVR User Forums|12|000066";
quoteArray[2] = "It worked perfectly for me... I think I may have just wet myself!|4|14|will.work.for.food|13|KVR User Forums |12|000066";
quoteArray[3] = "Tracktion is the best 'value for money' app I've ever bought... I've had no hesitation in (successfully) recommending it to everybody I know.|4|14|gbles |13|KVR User Forums|12|000066";
quoteArray[4] = "So much class and style these days with Mackie and the Tracktion team. After lurking for two years on [another company's] forum, IMHO, you guys really know how to treat your customers.|4|14|MT|13|KVR User Forums|12|000066";
quoteArray[5] = "That's a ridiculously small amount of money for a decent MIDI editor, loop recording and seriously good compression plugs (to name a few of the most important things for me). Another satisfied customer!|4|14|simondsouza|13|KVR User Forums|12|000066";
quoteArray[6] = "Bingo. Mackie scores!|4|14|rockstar_not|13|KVR User Forums|12|000066";
quoteArray[7] = "Viva la revolucion!|4|14|Tracktion Tom|13|KVR User Forums|12|000066";
quoteArray[8] = "I want a burrito.|4|14|jamarx|13|KVR User Forums|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());
	//-->

