function gohome(){
window.location="http://www.mapquest.com/maps/map.adp?country=US&countryid=US&addtohistory=&searchtab=address&searchtype=address&address=112+Main+Street&city=Pine+Bush&state=ny&zipcode=12566&search=++Search++\"target=\"blank";
}

function startGallery() {
	var myGallery = new gallery($('myGallery'), {
	timed: false,
	showArrows: true,
	showInfopane: false,
	showCarousel: false,
	embedLinks: false
	});
}
window.addEvent('domready', startGallery);
