 
            // JavaScript File to interpolate random objects into a page. 


            var ic = 8;     // Number of quote choices (Ref Point 1)

            var xoxo = new Array(ic);  // Array to hold quotes

		//START ARRAY BODY Quote	
		
            xoxo[0] = "&#8220;I have read &quot;The Unauthorized Golf Industry Analysis&quot; and &quot;Golf Trends 2005&quot; and found both to be valuable. I will certainly  put some of that information to use in various speaking engagements that I have.&#8221;<br><em>Greg Norman</em><br> ";
            xoxo[1] = "&#8220;Many golf courses invest lots of money on technology but few get the benefit of the data collected. Pellucid's Golf Local Market Analyzer and Customer Franchise Analysis reports create meaningful insights by which a club can significantly profit from identification of their core customers.&#8221;<br> <em>J J Keegan<br> President<br> Golf Convergence<br> (Founder of Fairway Systems, Inc.)</em><br>";
       	    xoxo[2] = "&quot;So often, the data tracking the golf industry just doesn't   feel right, based upon what I see in the field. The data and conclusions from Pellucid Corp. not only feel right, they are    right. And they make me a better analyst.&#8221; <br><em>Casey Alexander</em> Special Situations Analyst<br>Gilford Securities, Inc.</em><br> ";
	    xoxo[3] = "&#8220;In today's competitive environment, a complete understanding of who your customers are and their spending and usage patterns is extremely important. The Customer Franchise Analysis supplied  by Pellucid has been invaluable in our ability to retain and  grow our customer base.&#8221;<br> <em>Al Martell<br>   VP of Golf Properties<br> Castle & Cooke</em><br>";
	    xoxo[4] = "&quot;In an industry that can be good at leading its own cheers,  analysis from endemic golf sources sometimes ends up more optimistic than facts and data dictate. Pellucid offers a different, more   abstract view of what's happening in the golf industry and market,   and can provide the balanced input necessary to ensure that subscribers  move forward with as much prudence as they do zeal.&quot; <br> <em>Jim Ulrich<br>   Global Tour Promotions Manager<br>  Eaton-Golf Pride</em><br>";
	    xoxo[5] = "&quot;In today's highly competitive golf world, where rounds and revenues are down and course owners are fighting for new customers, Pellucid offers a  variety of informational resources that provide real world solutions to  golf course owners looking to maximize profits and add value to their<br> facilities.&quot;<br> <em>Chris Charnas<br>  Director - Golf and Resort Properties Group<br>Cushman & Wakefield</em><br>";
	    xoxo[6] = "&quot;I read Pellucid's reports and have used their analytical services. The work is cold-eyed and independent. It therefore has real value.&quot; <br> <em>Tom Isaak<br>President<br>CourseCo, Inc</em><br>";
	    xoxo[7] = "&quot;Pellucid's initial value to Intrawest Golf has come in two ways. One is in the tools which have and will continue to help immensely in time savings and information for our market research. Second, less tangible but just as valuable, is their outsider's perspective to the industry. Our thinking within Intrawest has been challenged and, although it&#39;s not always what we want to hear, their thinking has and will continue to make us better.&quot;<br> <em>Jim McLaughlin<br> Senior VP<br>Intrawest Golf</em><br>";
		

		//END ARRAY BODY Quote

	//Sample Quote format(Ref Point 2):  xoxo[#] = " &quot;Quote goes here&quot;<br><em>Author Name<br>Author Title<br>Author Company</em><br> ";	
			

	

         var icx = 16;   //Number of logo group Choices (Ref Point 3)
	var logos = new Array(icx);    //Array to hold logo group


		//START ARRAY BODY Logos
		 
		 logos[0] = "<td width='84'><a href='http://www.acushnetcompany.com/' target='_blank'><img src='images/content/logos/acushnet.gif' width='80' height='40' height='23' border='0'></a></td><td width='84'><a href='http://www.kempersports.com/' target='_blank'><img src='images/content/logos/kempersports.gif' width='80' height='40' height='19' border='0'></a></td><td width='84'><a href='http://www.gecapital.com/' target='_blank'><img src='images/content/logos/gecapital.gif' width='80' height='40' height='26' border='0'></a></td><td width='84'><a href='http://www.intrawestgolf.com/' target='_blank'><img src='images/content/logos/intrawest.gif' width='80' height='40' height='20' border='0'></a></td>";
		 logos[1] = "<td width='84'><a href='http://www.nikegolf.com' target='_blank'><img src='images/content/logos/nike_golf.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.callawaygolf.com' target='_blank'><img src='images/content/logos/calloway.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.pinggolf.com' target='_blank'><img src='images/content/logos/ping.gif' width='80' height='40'  border='0'></a></td><td width='84'><a href='http://www.billycaspergolf.com' target='_blank'><img src='images/content/logos/billy_casper.gif' width='80' height='40' border='0'></a></td>";
		 logos[2] = "<td width='84'><a href='http://www.brightstargolf.com' target='_blank'><img src='images/content/logos/brightstar.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.castlecooke.com' target='_blank'><img src='images/content/logos/castle_cook.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.traditionalclubs.com' target='_blank'><img src='images/content/logos/tradition.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.cityhpil.com' target='_blank'><img src='images/content/logos/highland_park.gif' width='80' height='40'  border='0'></a></td>";
		 logos[3] = "<td width='84'><a href='http://www.westchestergov.com' target='_blank'><img src='images/content/logos/westchester.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.americangolf.com' target='_blank'><img src='images/content/logos/american.gif' width='80' height='40'  border='0'></a></td><td width='84'><a href='http://www.galekitson.com' target='_blank'><img src='images/content/logos/kitson.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.courseco.com' target='_blank'><img src='images/content/logos/courseco.gif' width='80' height='40'  border='0'></a></td>";
		 logos[4] = "<td width='84'><a href='http://www.crown-golf.com' target='_blank'><img src='images/content/logos/crown.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.heritagegolfgroup.com' target='_blank'><img src='images/content/logos/heritage2.gif' width='80' height='40'  border='0'></a></td><td width='84'><a href='http://www.clubcorp.com' target='_blank'><img src='images/content/logos/clubcorp.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.marriottgolf.com' target='_blank'><img src='images/content/logos/marriott.gif' width='80' height='40'  border='0'></a></td>";
		 logos[5] = "<td width='84'><a href='http://www.baltimoregolfing.com' target='_blank'><img src='images/content/logos/baltimore.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.canongategolf.com' target='_blank'><img src='images/content/logos/canongate.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.pgmi.net' target='_blank'><img src='images/content/logos/premier.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.charlesbank.com' target='_blank'><img src='images/content/logos/charlesbank.gif' width='80' height='40'  border='0'></a></td>";
		 logos[6] = "<td width='84'><a href='http://www.blackstone.com' target='_blank'><img src='images/content/logos/blackstone.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.gmaccm.com' target='_blank'><img src='images/content/logos/gmac.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.starwoodcapital.com' target='_blank'><img src='images/content/logos/starwood.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.pulte.com' target='_blank'><img src='images/content/logos/pulte.gif' width='80' height='40'  border='0'></a></td>";
		 logos[7] = "<td width='84'><a href='http://www.tollgolf.com' target='_blank'><img src='images/content/logos/toll.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.golfappraiser.com' target='_blank'><img src='images/content/logos/galloway.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.golfprop.com' target='_blank'><img src='images/content/logos/golf_property.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.cbre.com' target='_blank'><img src='images/content/logos/cbre.gif' width='80' height='40'  border='0'></a></td>";
		 logos[8] = "<td width='84'><a href='http://www.golfgvi.com' target='_blank'><img src='images/content/logos/pricewaterhouse.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.kpmg.ca' target='_blank'><img src='images/content/logos/kpmg1.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.hvsgolf.com' target='_blank'><img src='images/content/logos/hvs.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.onCoursestrategies.com' target='_blank'><img src='images/content/logos/oncourse.gif' width='80' height='40'  border='0'></a></td>";
		 logos[9] = "<td width='84'><a href='http://www.smithokeefe.com' target='_blank'><img src='images/content/logos/smith_okeefe.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.usrc.com' target='_blank'><img src='images/content/logos/usrealty.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.hughesgolf.com' target='_blank'><img src='images/content/logos/hughes.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.gateel.com' target='_blank'><img src='images/content/logos/gateel.gif' width='80' height='40'  border='0'></a></td>";
		 logos[10] = "<td width='84'><a href='http://www.asidfw.com' target='_blank'><img src='images/content/logos/appraisal.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.hotelandclub.com' target='_blank'><img src='images/content/logos/hotel_and_club2.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.irr.com' target='_blank'><img src='images/content/logos/integra.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.owgroup.net' target='_blank'><img src='images/content/logos/oetzel-williams.gif' width='80' height='40'  border='0'></a></td>";
		 logos[11] = "<td width='84'><a href='http://www.golftax.com' target='_blank'><img src='images/content/logos/tps.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.econres.com' target='_blank'><img src='images/content/logos/economic_research.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.2ndswing.com' target='_blank'><img src='images/content/logos/2nd_swing.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.tourgcx.com' target='_blank'><img src='images/content/logos/tour.gif' width='80' height='40'  border='0'></a></td>";
		 logos[12] = "<td width='84'><a href='http://www.peakvisionsports.com' target='_blank'><img src='images/content/logos/peak_vision.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.ezgo.com' target='_blank'><img src='images/content/logos/e-z-go.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.fairway.com' target='_blank'><img src='images/content/logos/fairway.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.valleycrest.com' target='_blank'><img src='images/content/logos/valleycrest.gif' width='80' height='40'  border='0'></a></td>";
		 logos[13] = "<td width='84'><a href='http://www.teeitup.com' target='_blank'><img src='images/content/logos/fore.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.rainbird.com' target='_blank'><img src='images/content/logos/rainbird.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.golfpride.com' target='_blank'><img src='images/content/logos/eaton.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.crescentsystems.com' target='_blank'><img src='images/content/logos/crescent.gif' width='80' height='40'  border='0'></a></td>";
		 logos[14] = "<td width='84'><a href='http://www.gilfordsecurities.com' target='_blank'><img src='images/content/logos/gilford.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.cushmanwakefield.com' target='_blank'><img src='images/content/logos/cushWake.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.uli.org' target='_blank'><img src='images/content/logos/urban.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.golfconvergence.com' target='_blank'><img src='images/content/logos/golf_convergence.gif' width='80' height='40'  border='0'></a></td>";
		 logos[15] = "<td width='84'><a href='http://www.clubcar.com' target='_blank'><img src='images/content/logos/clubcar.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.shark.com' target='_blank'><img src='images/content/logos/shark.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.nikegolf.com' target='_blank'><img src='images/content/logos/nike_golf.gif' width='80' height='40' border='0'></a></td><td width='84'><a href='http://www.callawaygolf.com' target='_blank'><img src='images/content/logos/calloway.gif' width='80' height='40' border='0'></a></td>";


		//END ARRAY BODY Logos

		

	//Sample logo Format(Ref Point 4): logos[#] = <td width='84'><a href='http://www.LINKED_SITE_1.com' target='_blank'><img src='images/content/logos/LOGO_FOR_LINKED_SITE_1.gif' width='' height='40' border='0'></a></td><td width='84'><a href='http://www.LINKED_SITE_2.com' target='_blank'><img src='images/content/logos/LOGO_FOR_LINKED_SITE_2.gif' width='' height='40' border='0'></a></td><td width='84'><a href='http://www.LINKED_SITE_3.com' target='_blank'><img src='images/content/logos/LOGO_FOR_LINKED_SITE_3.gif' width='' height='40' border='0'></a></td><td width='84'><a href='http://www.LINKED_SITE_4.com' target='_blank'><img src='images/content/logos/LOGO_FOR_LINKED_SITE_4.gif' width='' height='40' border='0'></a></td>";  

           
	//DO NOT EDIT THE FOLLOWING CODE
	
	    function pickRandom(range) {
            if (Math.random)
            return Math.round(Math.random() * (range-1));
            else {
            var now = new Date();
            return (now.getTime() / 1000) % range;
            }
            }
            // Write out an tag, using a randomly-chosen object name.
            var choice = pickRandom(ic);
			var logoChoice  = pickRandom(icx);
            //alert (choice)
            // -->