function Footer() { document.write('<div id="footerlinks">Copyright ©2007 Gunbarrel Athletic Club    303.530.7648  6565 Gunpark Drive, Suite 160, Boulder CO 80301</div>')}

function Sidebar() { document.write('')}

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "  <span id=\"first\">T</span>he great sociability and friendliness of staff and members alike keeps me motivated to continue to exercise and feel good about myself<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">T</span>he owners and staff at GAC go the extra mile to make this club an enjoyable place to gain and maintain fitness<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">I</span>n my experience as a female trainer. I find GAC to be one of the most unintimidating and inviting facilities for my clients and myself<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">T</span>hey have even started a happy hour once a month.  Talk about a fabulous turn-out at these special events!<span id=\"last\">&nbsp;</span>"
text[number++] = "  <span id=\"first\">GAC</span> is convenient, friendly and a great place to workout and meet new friends!<span id=\"last\">&nbsp;</span>"
text[number++] = "  <span id=\"first\">T</span>he variety of nautilus and free-weights that are available at GAC has given me alternatives to my weight-loss goals that I never would have considered in the past<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">T</span>he intimacy of the GAC is awesome too…since joining the club, I no longer work-out with strangers, I work-out with friends<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">T</span>he facility is clean, the staff is friendly and helpful, the group exercise classes are plentiful, varied, and led by experienced instructors<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">E</span>mily and Bob try to keep things fun and interesting with raffles, contests, and parties complete with wine, beer, and healthy eats<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">T</span>he staff is professional and courteous, and promotes an overall atmosphere of wellness<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">W</span>hen my son and I needed to find a personal trainer to fit our needs, Emily found us the best<span id=\"last\">.</span>"
text[number++] = "  <span id=\"first\">E</span>mily has a door that's always open and an ear for listening to what YOU want in a health club.  I couldn't be happier<span id=\"last\">!</span>"
// You can keep on adding messages here

increment = Math.floor(Math.random() * number);



//				imageSRC		linkURL			imageALT	target (1=yes,0=no)

var numPhotos = 5;
var photos = [	
"sidebar_5.jpg",	"contact.php",				"Sign up Now--contact us today",	0,
"sidebar_4.jpg",	"contact.php",				"Sign up Now--contact us today",	0,
"sidebar_3.jpg",	"contact.php",				"Sign up Now--contact us today",	0,
"sidebar_2.jpg",	"contact.php",				"Sign up Now--contact us today",	0,
"sidebar_1.jpg",	"contact.php",				"Sign up Now--contact us today",	0, ]


var photoLength = photos.length
var photoSlot = new MakeArray(photoLength)
var counter = 0
for (i=0; i < photoLength; i++) {
	photoSlot[counter] = new buildButton1(photos[i++],photos[i++],photos[i++],photos[i])
	counter++
}
function MakeArray(n){
	this.length = n
	return this
}

function buildButton1(a,b,c,d) {
	this.imageSRC = a
	this.linkURL = b
	this.imageALT = c
	this.linkTarget = d
}