// Captions, credits and photos for 25 Reasons We Love Austin
// If there is no photo credit for a specific photo, you still need a credit defined, but make it blank like this: SSPhotoCredit[1] = "";
// Acceptable border values are 'yes' or 'no'

var SSPhoto = new Array();
var SSPhotoCredit = new Array();
var SSPhotoCaption = new Array();
var SSBorder = new Array();

var z = 0;

SSPhoto[z] = "ss_cupcake.jpg";
SSPhotoCredit[z] = "Jo&atilde;o Canziani";
SSPhotoCaption[z] = "Hey Cupcake doles out its treats from the window of a 1960s Airstream trailer.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_hotelsanjose.jpg";
SSPhotoCredit[z] = "Jo&atilde;o Canziani";
SSPhotoCaption[z] = "Hotel San Jos&eacute; manager Bobby Johns, in the lobby decorated with bills from some of Austin\'s hot shows.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_saltlick.jpg";
SSPhotoCredit[z] = "Jo&atilde;o Canziani";
SSPhotoCaption[z] = "Grilling pork ribs over live-oak logs and pecan shells at the Salt Lick.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_uncommonobjects.jpg";
SSPhotoCredit[z] = "Jo&atilde;o Canziani";
SSPhotoCaption[z] = "Uncommon Objects has a knickknack for everyone.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_yarddog.jpg";
SSPhotoCredit[z] = "Jo&atilde;o Canziani";
SSPhotoCaption[z] = "The Victor Mourning band, playing country music at Yard Dog on First Thursday.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_ladybirdlake.jpg";
SSPhotoCredit[z] = "Jo&atilde;o Canziani";
SSPhotoCaption[z] = "Lady Bird Lake in central Austin.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_mellowjohnny.jpg";
SSPhotoCredit[z] = "Jo&atilde;o Canziani";
SSPhotoCaption[z] = "Lance Armstrong\'s bike shop doubles as a gallery of sorts&mdash;shown here, a collaboration by painter Raymond Pettibon and graffiti artist G&oacute;mez Bueno.";
SSBorder[z] = "yes";
z++;


var SSLength = SSPhoto.length;

// THis is the HTML for final page of slide show.

var finalHTML = "";
	finalHTML += "<div id=finalSlide>";
	finalHTML += "<div id=finalSlideHeader>";
	finalHTML += "<a href=index.html?jumpToPic=0><img src=final_image.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>25 Reasons We Love Austin<\/h2>";
	finalHTML += "<a href=index.html?jumpToPic=0>Watch the slide show again<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/ac-bt/bt-dyn/admin/emaillink?link=http://www.budgettravel.com/bt-srv/gallery/0902_Austin/index.html&type=Newsletter&title=25_Reasons_We_Love_Austin&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/01/03/AR2009010301140.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/12/30/AR2008123001982.html#AUSTIN')>Austin: A Top 10 Budget Travel Destination in \'09<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://www.girlgetaways.com/articles/2007/AR2007031401532.html')>A Girlfriend Getaway in Texas Hill Country<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/11/03/AR2007110301109.html')>25 Reasons We Love Fort Worth<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/11/08/AR2006110801362.html')>25 Reasons We Love San Antonio<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular destinations in <a href=javascript:parentCheck('/bt-dyn/content/destinations/usandcanada/')><strong>U.S. & Canada</strong><\/a>.";
	finalHTML += "<\/div>";
