			//<![CDATA[
			
		
			
		window.addEvent('domready', function(){

					var clientShowData = {
						'banner_right_logo_accessdental.jpg' : { href : "/clients/accessdental" },
						'banner_right_logo_bigo.jpg' : { href : "/clients/bigotires" },
						'banner_right_logo_comcast.jpg' : { href : "/clients/comcast" },
						'banner_right_logo_golds.jpg' : { href : "/clients/goldsgym" },
						'banner_right_logo_maita.jpg' : { href : "/clients/maitachevy" },
						'banner_right_logo_hga.jpg' : { href : "/clients/hgaarchitects" },
						'banner_right_logo_orangejuliusdq.jpg' : { href : "/clients/dqorangejulius" },
						'banner_right_logo_pacificRoasting.jpg' : { href : "/clients/pacificroastingco" },
						'banner_right_logo_smudrjwalters.jpg' : { href : "/clients/homeofthefuture" }
					};
					var clientShow = new Slideshow('clientSlides', clientShowData, { random : true, captions: false, controller: false, delay: 6000, duration: 3000, height: 150, hu: '/content/', linked: false, width: 150});
					

					/* left navigation */
					$$('.navItem').addEvents({
						'mouseenter': function(){
							this.set('tween', {
								duration: 1000,
								transition: Fx.Transitions.Bounce.easeOut
							}).tween('margin-left','20px');
						},
						'mouseleave': function(){
							// Resets the tween and changes the element back to its original size
							this.set('tween', {
								duration: 1000
							}).tween('margin-left', '0px');
						}
					});


					/* BEGIN OBJECT OF CLIENT QUOTES */
					var clientQuotes = {
						quotes:[
							{
								"clientCompany" : "Access Dental",
								"clientName" : "Terri Abbaszadeh",
								"clientRole" : "President",
								"clientQuote" : "Countertop Specialists has been a valuable resource for Access Dental for several years.  As a premier provider of Dental services throughout all of Central California it has been critical to have a reliable source for quality cabinets, fixtures, and countertops to serve all of our locations.  Countertop Specialists has been flexible, responsive, and has continued to earn our patronage and respect as a leader in their industry.",
								"clientLink" : "/clients/accessdental/",
								"clientLinkText" : "Learn more about the work we did."
							},
							{
								"clientCompany" : "RJ Walter Homes",
								"clientName" : "Bob Walter",
								"clientRole" : "President",
								"clientQuote" : "Thank you so much for your participation in the SMUD Home of the Future. The goal of the home was to show builders how homes are going to be built 10 to 20 years from now. The home was toured by many builders and hundreds of people from the general public. We used many cutting edge products and technologies in the home. By far the most popular products were the counter tops and fireplace surround that your company installed. People loved the Paperstone and Vetrazzo!  Great work!",
								"clientLink" : "/clients/homeofthefuture/",
								"clientLinkText" : "Learn more about the work we did."
							}
						]
					};
					
					var selectedQuoteId = Math.floor(Math.random() * clientQuotes.quotes.length);
					$('leftCol').getElement('.quote').set('html',clientQuotes.quotes[selectedQuoteId].clientQuote);
					$('leftCol').getElement('.author').set('html',"" + clientQuotes.quotes[selectedQuoteId].clientName + " &#8212; " + clientQuotes.quotes[selectedQuoteId].clientRole + " <br /><strong>" + clientQuotes.quotes[selectedQuoteId].clientCompany + "</strong>");
					$('leftCol').getElement('.theJob').set('html',"Want to know more about the job we did for " + clientQuotes.quotes[selectedQuoteId].clientCompany + "? <a href=\"" + clientQuotes.quotes[selectedQuoteId].clientLink + "\">Click Here</a>");

					/* END OBJECT OF CLIENT QUOTES */

		});
			//]]>

