﻿
var PP = window.PP ||
{};

if (!PP.Plaza)
{ PP.Plaza = {}; }

PP.Plaza.PageSlides = (function($) {
	var slideshowEngine;
	var config = {
		quoteFadeInterval: 6000,
		quoteFadeSpeed: 500
	};

	function init() {
	}

	return {
		init: init
	};

})(jQuery);
jQuery(PP.Plaza.PageSlides.init);

