$(document).ready(function(){
		$("a[rel='prettyPhotoIframe']").each(function() {
       var href = $(this).attr('href');
       var pattern = href.substr(0,21);
       if (pattern == 'http://www.flickr.com') {
        href = href + '?iframe=true&width=100%&height=100%';
       } else {
        href = href + '?lbxd=1&iframe=true&width=100%&height=100%';
       }
       $(this).attr('href', href)
      });

			$("a[rel^='prettyPhoto']").prettyPhoto({
				animationSpeed: 'normal', /* fast/slow/normal */
				padding: 30, /* padding for each side of the picture */
				opacity: 0.35, /* Value betwee 0 and 1 */
				showTitle: true, /* true/false */
				allowresize: true, /* true/false */
				counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */
				theme: 'dark_square', /* light_rounded / dark_rounded / light_square / dark_square */
				callback: function(){}
			});

    $("span#ajax-wlist-hp").html('<a href="/ajax-loader/?show=wishlist" rel="prettyPopin" title="Vyhľadaj darčeky podľa kategórie">Vyhľadaj darčeky podľa kategórie</a> | ');
    $("div#ajax-wlist-pg").html('<ul class="now-listening smaller"><li><a href="/ajax-loader/?show=wishlist" rel="prettyPopin" title="zobraz kategórie ako tag cloud">alebo zobraz kategórie ako tag cloud</a></li></ul>');
			
		$("a[rel^='prettyPopin']").prettyPopin({
			modal : false, /* true/false */
			width : 450, /* false/integer */
			height: false, /* false/integer */
			opacity: 0.5, /* value from 0 to 1 */
			animationSpeed: 'fast', /* slow/medium/fast/integer */
			followScroll: true, /* true/false */
			loader_path: '/data/loader.gif', /* path to your loading image */
			callback: function(){} /* callback called when closing the popin */
		});
});
