function checkLoaded() {
	try {
	 if (prettyPhotoOk == true) {
		 init();
	 	window.clearInterval(photoTimer);
	} 
	} catch(err) {
		// do nothing
		}
}

function init() {
	$(document).ready(function(){
	   $('.inclCont').css('width','auto');
	   $('.inclCont').css('clear','both');

	   var div = $("<span>");
	   div.insertAfter($('.inclCont'));
	   div.html('<a class="katalogban" href="http://www2.autohaus-marketingpartner.de/omz/catalogs/ZAs2mk89L/catalog.html?iframe=true&width=95%&height=95%" rel="prettyPhoto[iframe]" title="Audi Teile &amp; Zubeh&ouml;r"><img src="http://www2.autohaus-marketingpartner.de/omz/catalogs/ZAs2mk89L/catalog_teaser.jpg"></a>');
           
           var div = $("<span>");
	   div.insertAfter($('.inclCont'));
	   div.html('<a class="katalogban" href="http://www2.autohaus-marketingpartner.de/omz/catalogs/ZVs2mk89L/catalog.html?iframe=true&width=95%&height=95%" rel="prettyPhoto[iframe]" title="VW Teile &amp; Zubeh&ouml;r"><img src="http://www2.autohaus-marketingpartner.de/omz/catalogs/ZVs2mk89L/catalog_teaser.jpg"></a>');

	   var div = $("<span>");
	   div.insertAfter($('.inclCont'));
	   div.html('<a class="katalogban" href="http://www2.autohaus-marketingpartner.de/omz/catalogs/xD2s3hnnA/catalog.html?iframe=true&width=95%&height=95%" rel="prettyPhoto[iframe]" title="Autohaus Krammer AutohausZeitung"><img src="http://www2.autohaus-marketingpartner.de/omz/imgs/ba_katalog.gif"></a>');
	
	   var div = $("<span>");
	   div.insertAfter($('.inclCont'));
	   div.html('<a class="katalogban" href="http://www2.autohaus-marketingpartner.de/omz/catalogs/hS7ns212A/catalog.html?iframe=true&width=95%&height=95%" rel="prettyPhoto[iframe]" title="Autohaus Krammer Imagebrosch&uuml;re"><img src="http://www2.autohaus-marketingpartner.de/omz/imgs/ba_imagebroschure.gif"></a>');

		$("a[rel^='prettyPhoto']").prettyPhoto();
	});
}

var photoTimer = window.setInterval (checkLoaded,10);



