<script type="text/javascript">
	(function ($) {
		if ($.fn.contentChange)
			return;

		/**
		 * Content change event listener.
		 *
		 * @url http://stackoverflow.com/questions/3233991/jquery-watch-div/3234646#3234646
		 *
		 * @param {function} callback
		 *
		 * @returns {object[]}
		 */
		$.fn.contentChange = function (callback) {
			var elements = $(this);

			elements.each(function () {
				var element = $(this);

				element.data("lastContents", element.html());

				window.watchContentChange = window.watchContentChange ?
					window.watchContentChange :
					[];

				window.watchContentChange.push({
					"element" : element,
					"callback": callback
				});
			});

			return elements;
		};

        setInterval(function() {
            if ( window.watchContentChange ) {
                for ( var i in window.watchContentChange ) {
                    if ( window.watchContentChange[ i ].element.data( 'lastContents' ) !== window.watchContentChange[ i ].element.html() ) {
                        window.watchContentChange[ i ].callback.apply( undefined, [ false ] );
                        window.watchContentChange[ i ].element.data( 'lastContents', window.watchContentChange[ i ].element.html() )
                    }
                }
            }
        }, 500 );
	})(jQuery);
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://amfilochiamall.gr/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://amfilochiamall.gr/en/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/en/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/en/wp-sitemap-posts-rtcl_listing-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/wp-sitemap-posts-rtcl_listing-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/en/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/en/wp-sitemap-taxonomies-rtcl_category-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/wp-sitemap-taxonomies-rtcl_category-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/en/wp-sitemap-taxonomies-rtcl_location-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/wp-sitemap-taxonomies-rtcl_location-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/en/wp-sitemap-users-1.xml</loc></sitemap><sitemap><loc>https://amfilochiamall.gr/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
