﻿var _bcPage={IsPostBack:false,AutoReload:false,IsModalAvail:false,Enotes:{folder:"Inbox",folderNew:0,sort:"date",page:1,status:"",calls:0,lastRefresh:(new Date).getTime(),forceRefreshNow:false,disableAutoRef:false,callbackEnabled:false},ScrollTo:function(a){a=a&&a!=0?$(a).offset().top:0;$("html, body").animate({scrollTop:a},1E3)}}; $(document).ready(function(){_bcPage.IsModalAvail=typeof $.fn.colorbox!="undefined"&&!bcIsMobile();$("html").css({"background-color":"#003d77"});bcSetPageTab();window.setTimeout("bcGetEnotes()",12E4);$("a[href='../members/logout.aspx']").click(function(){if(confirm("Are you sure you want to logout?")){_bcPage.AutoReload=true;var a=$(this).attr("href").replace(".aspx","_pop.aspx");return bcShowModal({href:a,opacity:1,bcFallback:false})}return false});$("#mniHome").mouseover(function(){bcPopMenuShow("#mniHome", "#popHome")});$("#mniHome").mouseout(bcPopMenuShowCancel);$(".mnuBod").mouseout(bcPopMenuSetAutoFade);$(".mnuBod").mouseover(bcPopMenuCancelAutoFade);$(".mnuPop").mouseout(bcPopMenuSetAutoFade);$(".mnuPop").mouseover(bcPopMenuCancelAutoFade);$(document).click(function(){$(".mnuPop:visible").hide()});$(document).bind("cbox_closed",function(){_bcPage.AutoReload&&!_bcPage.IsPostBack&&window.setTimeout("window.location.reload(true)",500)})}); function bcSetPageTab(){var a=location.href.toLowerCase();if(a.indexOf("/citizens/")>-1)$(".pgTabsT a.pgTab0").addClass("pgTabSel");else if(a.indexOf("/galleries/")>-1)$(".pgTabsT a.pgTab1").addClass("pgTabSel");else if(a.indexOf("/chat/")>-1)$(".pgTabsT a.pgTab2").addClass("pgTabSel");else if(a.indexOf("/community/")>-1)$(".pgTabsT a.pgTab3").addClass("pgTabSel");else a.indexOf("/store/")>-1&&$(".pgTabsT a.pgTab4").addClass("pgTabSel")}var _mnuTimer1=null,_mnuTimer2=null; function bcPopMenuShow(a,b){$(b).css(bcPopMenuGetPos(a));_mnuTimer1=window.setTimeout(function(){$(b).fadeIn("fast",function(){bcUnfilterIE(this)})},300)}function bcPopMenuShowCancel(){_mnuTimer1!=null&&window.clearTimeout(_mnuTimer1)}function bcPopMenuSetAutoFade(){_mnuTimer2=window.setTimeout(function(){$(".mnuPop").fadeOut("fast")},800)}function bcPopMenuCancelAutoFade(){_mnuTimer2!=null&&window.clearTimeout(_mnuTimer2)} function bcPopMenuGetPos(a){a=$(a).position();var b=Math.round(a.left)+110+"px";return{top:Math.round(a.top)+"px",left:b}} function bcGetEnotes(){_bcPage.Enotes.calls<5&&$("#spnEnotes1").length>0&&$.getJSON("../_api/enotes_json.ashx?method=100&ts="+(new Date).getTime(),function(a,b){if(parseInt(a[0].status)>0){b=parseInt(a[0].total);var c=parseInt(a[0].inbox),d=parseInt(a[0].emails),e=parseInt(a[0].saved),f=parseInt(a[0].sent),g=parseInt(a[0].spam);a=parseInt(a[0].trash);$("#spnEnotes1").html(b==0?"":"("+b+")");if($("#spnInbox").length>0){$("#spnInbox").html(c==0?"":"("+c+")");$("#spnEmails").html(d==0?"":"("+d+")"); $("#spnSaved").html(e==0?"":"("+e+")");$("#spnSent").html(f==0?"":"("+f+")");$("#spnSpam").html(g==0?"":"("+g+")");$("#spnTrash").html(a==0?"":"("+a+")");a=(new Date).getTime();_bcPage.Enotes.disableAutoRef==false&&a-_bcPage.Enotes.lastRefresh>9E4&&$.isFunction(bcEnotesRefreshFolder)&&bcEnotesRefreshFolder(_bcPage.Enotes.folder,_bcPage.Enotes.sort,_bcPage.Enotes.page)}if($("#spnEnotes2").length>0)$("#spnEnotes2").html(b==0?"":"("+b+")");window.setTimeout("bcGetEnotes()",12E4);_bcPage.Enotes.calls++; bcSetPageTitle(b)}})}function bcSetPageTitle(a){var b=document.title,c=b.indexOf("unread)");if(c>-1)b=b.substring(c+8);document.title=(a==0?"":"("+a+" unread) ")+b} function bcShowModal(a){a=$.extend({},{bcFallback:true,initialWidth:500,initialHeight:500,innerWidth:500,innerHeight:500,opacity:0.7,iframe:true,scrolling:false,overlayClose:false,title:" ",rel:" ",open:true},a);if(_bcPage.IsModalAvail){if($.browser.mozilla&&a.iframe){var b=a.href;a=$.extend(a,{inline:true,iframe:false,href:"#divLBox"});b=$("<iframe id='ifrLBox' frameborder='0' scrolling='no' />").attr({src:b,width:a.innerWidth,height:a.innerHeight});$("#divLBox").empty().css({width:a.innerWidth+ "px",height:"100%"}).append(b)}$.fn.colorbox(a);return false}else if(a.bcFallback&&a.iframe){(a=window.open(a.href,"BCPOP",bcGetWinStats(a.innerWidth,a.innerHeight,false,true)))&&a.focus();return false}return true}function bcShowModalPhoto(a){a=$(a).attr("href").replace(".aspx","_pop.aspx");return bcShowModal({href:a,scrolling:false,overlayClose:true,innerWidth:640})} function bcShowModalVideo(a){a=$(a).attr("href").replace(".aspx","_pop.aspx");return bcShowModal({href:a,scrolling:false,overlayClose:true,innerWidth:320,innerHeight:320})}function bcIsMobile(){var a=false;try{a=/(IPHONE|IPOD|IPAD|ANDROID|BLACKBERRY|WINDOWS CE|OPERA MINI|PLAYSTATION|PPC MAC|LYNX|OPENWEB|MOBILE|PALM|MIDP|PORTABLE|SYMBIANOS|NETFRONT)/.test(navigator.userAgent.toUpperCase())}catch(b){a=true}return a};