﻿//* If the web page has a PromotionGallery load the javaScript files
jQuery(document).ready(function () {
	if (jQuery('.PromotionGallery').length > 0) {
	    jQuery.getScript("/scripts/editorGallery/jquery.cycle.all.min.js", function () { jQuery.getScript("/scripts/editorGallery/editorCycle.js"); });
	}
});
