jQuery(document).ready(function() {
	jQuery(".flickrshow").each( function () {
		var flickrSet = jQuery(this).attr('set');
		if (this.id == "") this.id = flickrSet;
		var theo = new flickrshow(this.id, {
		    'set':flickrSet
		});
	});
});
