//time delay
var ss_delay = 5;
var ss_slideimages=new Array();
var ss_slidelinks=new Array();
var ss_slidecaptions=new Array();
var ss_index = 0;
var ss_images = "slideshow/images/";


// Information for Slide #1 //
/////////////////////////////
// path to picture in format: slideshow/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "eastharlem.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=191";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "The East Harlem School at Exodus House is a middle school serving Harlem's inner city community.<br><br>Architect: Peter Gluck &amp Partners <br>(Photo © Copyright 2011 Erik Freeland Photography)";
ss_index++;

// Information for Slide #2 //
/////////////////////////////
// path to picture in format: slideshow/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "eastaurorahouse400.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=130";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "New glass home, featuring twelve foot tall thermally insulated glass doors, continuous clerestories, and large two-way cantilevered roof, borrowing volume and energy from its natural surroundings.<br><br>Architect: Bushman Dreyfus Architects <br> (Photo © Copyright Bushman Dreyfus Architects)";
ss_index++;

// Information for Slide #3 //
/////////////////////////////
// path to picture in format: slideshow/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "RPaine.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=194";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "<i>One Hundred Foot Line</i>, 2010. A permanent, public artwork in Ottawa, ON, Canada.<br><br>Artist: Roxy Paine (Image courtesy of Roxy Paine and James Cohan Gallery, New York/Shanghai)";
ss_index++;


// Information for Slide #4 //
/////////////////////////////
// path to picture in format: slideshow/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "RL_montage.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=196";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "Ralph Lauren's new Manhattan flagship store fits in easily with the neighborhood’s turn-of-the-century mansions and townhouses.<br><br>Architect: Weddle Gilmore Architects, Executive Architect: HS2 Architecture (image courtesy of HS2 Architecture)";
ss_index++;


// Information for Slide #5 //
/////////////////////////////
// path to picture in format: slideshow/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "pedbridgeyards.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=192";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "New, 200-foot pedestrian bridge designed as the striking centerpiece for the new Yards Waterfront Park on the Anacostia river.<br><br>Architect: M. Paul Friedberg &amp; Partners";
ss_index++;


// Information for Slide #6 //
/////////////////////////////
// path to picture in format: slideshow/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "nhnyviaverde.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "#";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "Via Verde is an affordable and sustainable 200-unit mixed income housing development in the south Bronx.<br><br>Architect: Grimshaw Architects &amp; Dattner Architects";
ss_index++;

