	var q_array = new Array(
		"<p align=\'justify\'>&quot;Master Builder has been a tremendous asset to Aldergrove Construction. \n		The ability to track job costs, budgets, progress and unitary billing without relying \n		on spread-sheets\/calculators is wonderful. Payroll is simple &amp; quarterly tax reporting has \n		never been so easy. Support from Contractor Business Solutions NW has been outstanding.&quot;<\/p>\n		<p align=right>Walt Dalrymple <br \/><em>Aldergrove Construction<\/em><\/p>",		
		"<p align=\'justify\'>&quot;I have had the pleasure of working CBSNW for the past several months. \n		They are a terrific resource, providing timely and cost efficient reporting options,\n		 as well as providing an extraordinary level of customer service. We are proud to have Contractor \n		 Business Solutions NW as one of our consultant partners!&quot;<\/p><p align=right>Dorie Adams <br \/>\n		 <em>Landmark Properties Group, Inc.<\/em><\/p>",		
		"<p align=\'justify\'>&quot;CBSNW is most professional and has excellent knowledge of Master Builder. I would not have any other contractor software …&quot;<\/p><p align=right>Ursie Farleigh<br \/><em>Tomco Electric<\/em><\/p>",
		"<p align=\"justify\">\"I have been meaning to send this email for a while, but have not had time.  I wanted to let you know that you are very lucky to have Erin working with you.  She is very good at what she does and is always a joy to talk with.  I am so thankful that I know that I can rely on her to help me with any issues that I am having with Master Builder. J  We at KLM are very happy that we made the switch to Master Builder.\"<\/p><p align=\"right\">Kelly Joyce<br \/>KLM Construction Inc.<\/p>",
		"<p align=\'justify\'>&quot; We have been working with CBSNW for over four years now since purchasing the Master Builder line of software. They play an integral role in helping to keep our business running smoothly. From payroll to government reporting and everything in between CBSNW is always there to answer any questions we may have; and in a very timely manner.  We highly recommend CBSNW to provide companies with all of the products and support they need to keep their businesses running flawlessly.<\/p>\n\n<p align=right><em>\nMelissa J. Bozich<br \/>\nPresident<br \/>\nUnited Pacific Structures, Inc<\/em>\n<\/p>");
		
		var current = 0;
		var total	= 5;
		function loop() {
			if (current == total) { current = 0; }
			   document.getElementById("sidebarRight").innerHTML = q_array[current]; current++;
			}
			try {
			     window.setInterval("loop()",16000);
			  } catch(err) {
		}