/**
 *
 * Gallery plugin for Malina 5 CMS
 * author: Andrej Krajci <www.andrejkrajci.net>
 * package: sk.webnoviny.www
 * version: 2009_11_15
 */
(function(a){var p=function(){var g,c,i,e=null,m=function(b){ajax_call({module:"Gallery",action:"fetchData",type:0,args:{gid:this.gallery_id,gallery_type:this.type}},function(f){if(typeof f.error!="undefined")a.facebox("<h2>Hups!</h2><br>Pri na\u010d\u00edtavan\u00ed fotografie sa vyskytla chyba nasleduj\u00faca chyba: <b>"+f.error+"</b>");else{i=f.photos;e=f.data;jQuery.each(e,function(h,d){if(d.photo_id==g){c=h;return false}});if(b=="next")j();else b=="previous"?k():l()}},"json")},j=function(){if(e== null)m("next");else{if(i-1==c)c=0;else++c;l()}},k=function(){if(e==null)m("previous");else{if(c==0)c=i-1;else--c;l()}},l=function(){photo=e[c];a("#photo-photo_buffer").attr("src",photo.file)},n=function(){photo=e[c];if(type=="full"){a("#photo-photo_desc").html(photo.photo_desc);a("#photo-photo_name").html(photo.photo_name);a("#photo-photo_time").html(photo.time_added);a("#photo-photo_big").attr("src",photo.file);a("#photo-photo_source").html(photo.photo_source)}else{a("#photo-photo_desc").html(photo.photo_desc); a("#photo-photo_name").html(photo.photo_name);a("#photo-photo_medium").attr("src",photo.file);a("#gallery_photoOfTheDay a").attr("href",photo.link)}},o=function(b,f,h){this.gallery_id=b;this.type=h;g=f;if(h=="full"){eval("var location = '"+document.location+"';");location=location.split("#");if(typeof location[1]!="undefined")if(location[1]!=""){g=parseInt(location[1]);if(isNaN(g)){document.location=PROTOCOL+HOST+PATH+"podstranka-nenajdena";return}m()}a(document).bind("keyup",function(d){d=d.keyCode? d.keyCode:d.charCode;d==39&&j();d==37&&k()})}a("#photo-photo_buffer").bind("load",function(){n()})};return{bootstrap:function(b){if(typeof b=="object")o(b.gallery,b.photo,b.type);else if(b=="next")j();else b=="previous"&&k()}}}();a.fn.extend({MalinaGallery:p.bootstrap})})(jQuery);