// "miniFeatures" is the total number of available rotating features in "rotatingArray"
miniFeatures = 9;
// "miniFeaturesDisplayed" is the number of features that are displayed on the page
miniFeaturesDisplayed = 3;

// Pairs of serial numbers (corresponding to JPG names) and links (absolute, e.g., "http://www.duophoto.com/gallery/france" or root-relative, e.g., "/gallery/france")
var rotatingArray = [
["01", "/gallery/newyork/"],
["02", "/gallery/athens/"],
["03", "/gallery/cairo/"],
["04", "/gallery/istanbul/"],
["05", "/gallery/london/"],
["06", "/gallery/berlin/"],
["07", "/gallery/venice/"],
["08", "/gallery/madrid/"],
["09", "/gallery/paris/"]
];



// Text to display in the news bar
newsText = "What's new this month: <a href=\"/gallery/newyork/\">See &quot;the Gates&quot; additions to our New York Gallery</a>";

