var mygallery=new simpleGallery({
	wrapperid: "simplegallery1", //ID of main gallery container,
	dimensions: [599, 295], //width/height of gallery in pixels. Should reflect dimensions of the images exactly copyrights 2009 2007 2008 2008
	imagearray: [		
	
		
		["images/marjesira_2_3_12.jpg", "'http://blog.4culture.org/2012/01/funding-opportunity-for-local-landmarks-2/'", "", "<p><span class='photoinfo'>Deck restoration project, Vashon &copy; 2011, courtesy of Marian Brischle</span><br />Attention all King County Landmarks: funding is available for those restoration/repair projects you have been meaning to get to. Visit the <a href='http://www.4culture.org/apply/landmarkrehab/index.htm'>Landmark Rehab</a> Program webpage for details.</p>"],
		
		
		["images/jane_kies_2_3_12.jpg", "'http://blog.4culture.org/2012/02/funding-opportunities-in-arts-heritage-preservation/'", "", "<p><span class='photoinfo'><a href='http://www.4culture.org/apply/individualartist/index.htm'>Individual Artist Projects</a> recipient Jane Kies, <em>Seed to Sound</em> &copy; 2011</span><br />Don't miss the boat! Or the opportunity to receive funding for your arts, heritage or preservation project. Visit 4Culture's <a href='http://www.4culture.org/newsite/apply/index.aspx'>funding calendar</a> for important deadlines.</p>"],
		
		
		["images/weatherwax_2_3_12.jpg", "'http://blog.4culture.org/2012/01/public-art-opportunity-in-aberdeen/'", "", "<p><span class='photoinfo'>Weatherwax High School, ca. 1910. University of Washington Libraries, Special Collections, WAS1780</span><br />4Culture Public Art, the City of Aberdeen and the Grays Harbor Community Foundation invite WA, OR, &amp; BC-based artists to apply for a <a href='http://blog.4culture.org/2012/01/public-art-opportunity-in-aberdeen/'>public art opportunity in Aberdeen, WA.</a></p>"],
		
		
		["images/her_projects_2_3_12.jpg", "'http://blog.4culture.org/2012/01/have-a-cool-idea-for-a-project-need-some-funds/'", "", "<p><span class='photoinfo'><em>Somebody's Grandma</em> exhibit &copy; 2010, photo courtesy of the Nordic Heritage Museum</span><br />February 29th is the last day to apply to 4Culture's 2012 <a href='http://www.4culture.org/apply/heritageprojects/index.htm'>Heritage Special Projects</a> and <a href='http://www.4culture.org/apply/heritageeducation/index.htm'>Heritage Cultural Education</a> programs!</p>"],
		
		
		["images/martin_e4c_1_27_12.jpg", "'http://galleries.4culture.org/portfolio/tess-martin'", "", "<p><span class='photoinfo'>Tess Martin, <em>Plain Face</em>, video still &copy; 2011</span><br />We welcome back Seattle-based <a href='http://galleries.4culture.org/portfolio/tess-martin'>Tess Martin</a> to e4c, which will feature Martin's latest film, <em>Plain Face</em>, a short created using paper and plastic cut-outs, animated frame by frame on a backlit stand.</p>"],
		
		
		["images/binkley_e4c_1_27_11.jpg", "'http://galleries.4culture.org/portfolio/andrew-binkley'", "", "<p><span class='photoinfo'>Andrew Binkley, <em>Crossings</em>, video still &copy; 2011 (detail) &copy; 2010</span><br />e4c is proud to present, <em>Crossings</em> by <a href='http://galleries.4culture.org/portfolio/andrew-binkley'>Andrew Binkley</a> of Oahu, Hawaii. <em>Crossings</em> offers a new insight into one's own relationship with time and the paths around us that we continue to cross.</p>"],
		
		
		["images/erlinger_gallery_1_27_12.jpg", "'http://galleries.4culture.org/portfolio/curtis-erlinger'", "", "<p><span class='photoinfo'>Curtis Erlinger, <em>Distant Shore</em> (detail), Ink and rain on paper &copy; 2011</span><br /><em>After Another</em> is a selection of figurative drawings and 3D &quot;lightning stools&quot; by  <a href='http://galleries.4culture.org/portfolio/curtis-erlinger'>Curtis Erlinger</a>. Monochromatic and wide ranging in scale, Erlinger's drawings are ink on paper copies of photographs amplified by the artist's unique approach. February 2 -24</p>"],
		
		["images/robertson_e4c_1_27_12.jpg", "'http://galleries.4culture.org/portfolio/barbara-robertson'", "", "<p><span class='photoinfo'>Barbara Robertson, <em>Blue Field</em> (detail) &copy; 2011, photo by Nancy Hines</span><br />e4c is pleased to present new work by Seattle-based  <a href='http://galleries.4culture.org/portfolio/barbara-robertson'>Barbara Robertson</a> including: <em>Three Phases, Trace &amp; Linescape</em>. Each work is a short, non-narrative experimental animation.</p>"]
		
	
	
	],
	autoplay: [true, 4000, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	oninit:function(){ //event that fires when gallery has initialized/ ready to run
		//Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
	},
	onslide:function(curslide, i){ //event that fires after each slide is shown
		//Keyword "this": references current gallery instance
		//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
		//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
	}
})

