if(typeof photolist_maxrow=='undefined'){photolist_maxrow=2;}
if(typeof img_class=='undefined'){img_class='snap left';}
if(typeof title_class=='undefined'){title_class='title';}
if(typeof author_class=='undefined'){author_class='author';}
if(typeof div_class=='undefined'){div_class='gallery';}
for(i=1;i<(stryName.length);i++){
	if(i<photolist_maxrow + 1){
		document.write('<div class="'+div_class+'"><a href="'+stryGallery_url[i]+'" target="_top" ><img src="'+stryThumb_Url[i]+'" width="110" height="110" alt="" class="'+img_class+'"></a>');
		document.write('<p><a href="'+stryGallery_url[i]+'" class="'+title_class+'">'+stryName[i]+'</a></p>');
		document.write('<p><a href="'+stryGallery_url[i]+'" class="'+title_class+'">by '+stryCredit[i]+'</a></p></div>');
	}//end if
};//end for
