$(function(){var c=PHOTOZIG.Utils;var a=PHOTOZIG.Properties;function b(){if(!c.getCookie("PZLOGIN")&&!c.getCookie("auth_session_id")){$("a.create").click(function(e){e.preventDefault();var d=a.CENTRAL_PZLOGIN_URL+"?actions=get_pz_login&redirect_url="+pzescape($(this).attr("href"));c.redirectByPost(d)})}}$("#content .tour .navigation a[rel!='']").click(function(d){d.preventDefault();$(this).parent().parent().hide();var e="#content .tour ."+this.getAttribute("rel");$(e).show()});b()});