/*
	Load the banners
*/
jQuery(function() {
	$('.dynamic_banner').each(function(){
		Azexis.dynamicBanner($(this));
	});
});

