"use strict";

/*globals $, jQuery, document, window */

(function () {
	$(document).ready(function () {
		PhotoSlideShow({
			showProgress   : true, 
			showSlider 	   : true,
			onLoadCallback : function (data) {}
		});
	});
}());
