﻿var quotes=new Array()

// Change the quotes if desired. Add/ delete additional quotes as desired. 
// Standard quotation marks and apostrophe's can't be used so please use the guide below to see what special codes can be used.

// Left Quotation Mark: &ldquo;
// Right Quotation Mark: &rdquo;
// Apostrophe: &rsquo;

quotes[0]='<div id="quote"><p>&ldquo;The Arizona Technology Council is the first organization that every technology company in Arizona needs to join.&rdquo; <div id="quote-name">- <em>Doug Brunhke, President &amp; CEO, Growth Nation</em></div></p></div>'

quotes[1]='<div id="quote"><p>&ldquo;This organization is passionate about helping its members succeed in building their businesses.&rdquo; <div id="quote-name">- <em>Mitch Glasser, Principal, Glasser Research</em></div></p></div>'

quotes[2]='<div id="quote"><p>&ldquo;Our participation in the Member-to-Member Discount Program has been terrific and has allowed us to reach a new audience.&rdquo; <div id="quote-name">- <em>Susan Shutlz, Partner, The Board Institute</em></div></p></div>'

quotes[3]='<div id="quote"><p>&ldquo;The Aerospace and Defense industry has a great partner in the Arizona Technology Council.&rdquo;<div id="quote-name">-  <em>Kevin Margeson, Integrated Supply Chain Lead, Honeywell</em></div></p></div>'

quotes[4]='<div id="quote"><p>&ldquo;Microsoft has truly enjoyed the partnership with the Council, specifically the annual Governor&rsquo;s Celebration of Innovation.&rdquo; <div id="quote-name">-  <em>Keith C. Otis, Southwest District General Manager, Microsoft Corporation</em></div></p></div>'

quotes[5]='<div id="quote"><p>&ldquo;Tucson Embedded Systems is very happy with the results we&rsquo;ve gotten from the Council&rsquo;s Career Center, which is free to members.&rdquo; <div id="quote-name">-  <em>Nancy Kitts, Tucson Embedded Systems, Inc.</em></div></p></div>'

quotes[6]='<div id="quote"><p>&ldquo;Westech Recyclers is proud to partner with the Arizona Technology Council on the Tech Terra Recycling Program.&rdquo; <div id="quote-name">-  <em>Tom Holland, Business Development Manager, Westech Recyclers, Inc.</em></div></p></div>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
