function startGallery()
{
	var myGallery=new gallery($("myGallery"),
	{
		showCarousel:false,
		showInfopane:true,
		timed:true,
		delay:9000,
		defaultTransition:"fade",
		slideInfoZoneOpacity:0.7,
		slideInfoZoneSlide:true,
		textShowCarousel:"Featured Articles"
	}
	);
}
window.addEvent("domready",startGallery);

