$(function(){var d=PHOTOZIG.Utils;var b=PHOTOZIG.Properties;function c(){if(!d.getCookie("PZLOGIN")&&!d.getCookie("auth_session_id")){$("#top a.create").click(function(g){g.preventDefault();var f=b.CENTRAL_PZLOGIN_URL+"?actions=get_pz_login&redirect_url="+pzescape($(this).attr("href"));d.redirectByPost(f)})}}function e(){var f="/proxy.php?url="+b.MY_DEV_SCRIPTS+"/WAMGetRandomAlbum.php";$.ajax({dataType:"text",url:f,success:function(i){var h=d.parseKeyValue(i);if(h.result==="success"&&h.album_info){var g=d.parseKeyValue(h.album_info,";",":");a(g)}}})}function a(f){var g=b.MY_ROOT+"/"+f.username;var h=g+"/"+f.album_system_name+"/Photos/"+f.album_cover;$("#content .featured a").attr("href",g);$("#content .featured a img").attr("src",h);$("#content .featured a img").show()}$("#content .reasons li a").click(function(f){f.preventDefault();var g=$(this).hasClass("highlight");$("#content .reasons li p:visible").slideUp();$("#content .reasons li a").removeClass("highlight");if(!g){$(this).addClass("highlight").next("p").slideDown()}});c()});