var titlev="test";function decoGreyboxLinks(){var a=AJS.$bytc("a");AJS.map(a,function(a){if(a.getAttribute("href")&&a.getAttribute("rel")){var b=a.getAttribute("rel");if(b.indexOf("gb_")==0){var c=b.match(/\w+/)[0];var d=b.match(/\[(.*)\]/)[1];var e=0;titlev=a.title;var f={caption:a.title||"",url:a.href};if(c=="gb_pageset"||c=="gb_imageset"){if(!GB_SETS[d]){GB_SETS[d]=[]}GB_SETS[d].push(f);e=GB_SETS[d].length}if(c=="gb_pageset"){a.onclick=function(){GB_showFullScreenSet(GB_SETS[d],e);return false}}if(c=="gb_imageset"){a.onclick=function(){GB_showImageSet(GB_SETS[d],e);return false}}if(c=="gb_image"){a.onclick=function(){GB_showImage(f.caption,f.url);return false}}if(c=="gb_page"){a.onclick=function(){var a=d.split(/, ?/);GB_show(f.caption,f.url,parseInt(a[1]),parseInt(a[0]));return false}}if(c=="gb_page_fs"){a.onclick=function(){GB_showFullScreen(f.caption,f.url);return false}}if(c=="gb_page_center"){a.onclick=function(){var a=d.split(/, ?/);ob=f.caption;GB_showCenter("",f.url,parseInt(a[1]),parseInt(a[0]));return false}}}}})}var GB_CURRENT=null;GB_hide=function(a){GB_CURRENT.hide(a)};GreyBox=new AJS.Class({init:function(a){this.use_fx=AJS.fx;this.type="page";this.overlay_click_close=false;this.salt=ob;this.root_dir=GB_ROOT_DIR;this.callback_fns=[];this.reload_on_close=false;this.src_loader=this.root_dir+"loader_frame.php";var b=window.location.hostname.indexOf("www");var c=this.src_loader.indexOf("www");if(b!=-1&&c==-1){this.src_loader=this.src_loader.replace("://","://www.")}if(b==-1&&c!=-1){this.src_loader=this.src_loader.replace("://www.","://")}this.show_loading=true;AJS.update(this,a)},addCallback:function(a){if(a){this.callback_fns.push(a)}},show:function(a){GB_CURRENT=this;this.url=a;var b=[AJS.$bytc("object"),AJS.$bytc("select")];AJS.map(AJS.flattenList(b),function(a){a.style.visibility="hidden"});this.createElements();return false},hide:function(a){var b=this;AJS.callLater(function(){var c=b.callback_fns;if(c!=[]){AJS.map(c,function(a){a()})}b.onHide();if(b.use_fx){var d=b.overlay;AJS.fx.fadeOut(b.overlay,{onComplete:function(){AJS.removeElement(d);d=null},duration:300});AJS.removeElement(b.g_window)}else{AJS.removeElement(b.g_window,b.overlay)}b.removeFrame();AJS.REV(window,"scroll",_GB_setOverlayDimension);AJS.REV(window,"resize",_GB_update);var e=[AJS.$bytc("object"),AJS.$bytc("select")];AJS.map(AJS.flattenList(e),function(a){a.style.visibility="visible"});GB_CURRENT=null;if(b.reload_on_close){window.location.reload()}if(AJS.isFunction(a)){a()}},10)},update:function(){this.setOverlayDimension();this.setFrameSize();this.setWindowPosition()},createElements:function(){this.initOverlay();this.g_window=AJS.DIV({id:"GB_window"});AJS.hideElement(this.g_window);AJS.getBody().insertBefore(this.g_window,this.overlay.nextSibling);this.initFrame();this.initHook();this.update();var a=this;if(this.use_fx){AJS.fx.fadeIn(this.overlay,{duration:300,to:.7,onComplete:function(){a.onShow();AJS.showElement(a.g_window);a.startLoading()}})}else{AJS.setOpacity(this.overlay,.7);AJS.showElement(this.g_window);this.onShow();this.startLoading()}AJS.AEV(window,"scroll",'[-webkit-overflow-scrolling:touch; overflow:auto;]');AJS.AEV(window,"resize",_GB_update)},removeFrame:function(){try{AJS.removeElement(this.iframe)}catch(a){}this.iframe=null},startLoading:function(){this.iframe.src=this.src_loader+"&s="+this.salt;AJS.showElement(this.iframe)},setOverlayDimension:function(){var a=AJS.getWindowSize();if(AJS.isMozilla()||AJS.isOpera()){AJS.setWidth(this.overlay,"100%")}else{AJS.setWidth(this.overlay,a.w)}var b=Math.max(AJS.getScrollTop()+a.h,AJS.getScrollTop()+this.height);if(bd){d=c}AJS.setTop(this.g_window,d)}this._setHeaderPos()},onHide:function(){AJS.removeElement(this.header);AJS.removeClass(this.g_window,"GB_Gallery")},onShow:function(){if(this.use_fx){AJS.fx.fadeIn(this.header,{to:1})}else{AJS.setOpacity(this.header,1)}}});AJS.preloadImages(GB_ROOT_DIR+"g_close.gif");GB_showFullScreenSet=function(a,b,c){var d={type:"page",fullscreen:true,center_win:true};var e=new GB_Sets(d,a);e.addCallback(c);e.showSet(b-1);return false};GB_showImageSet=function(a,b,c){var d={type:"image",fullscreen:true,center_win:true,width:300,height:300};var e=new GB_Sets(d,a);e.addCallback(c);e.showSet(b-1);return false};GB_Sets=GB_Gallery.extend({init:function(a,b){this.parent(a);if(!this.img_next){this.img_next=this.root_dir+"next.gif"}if(!this.img_prev){this.img_prev=this.root_dir+"prev.gif"}this.current_set=b},showSet:function(a){this.current_index=a;var b=this.current_set[this.current_index];this.show(b.url);this._setCaption(b.caption);this.btn_prev=AJS.IMG({"class":"left",src:this.img_prev});this.btn_next=AJS.IMG({"class":"right",src:this.img_next});AJS.AEV(this.btn_prev,"click",AJS.$b(this.switchPrev,this));AJS.AEV(this.btn_next,"click",AJS.$b(this.switchNext,this));GB_STATUS=AJS.SPAN({"class":"GB_navStatus"});AJS.ACN(AJS.$("GB_middle"),this.btn_prev,GB_STATUS,this.btn_next);this.updateStatus()},updateStatus:function(){AJS.setHTML(GB_STATUS,this.current_index+1+" / "+this.current_set.length);if(this.current_index==0){AJS.addClass(this.btn_prev,"disabled")}else{AJS.removeClass(this.btn_prev,"disabled")}if(this.current_index==this.current_set.length-1){AJS.addClass(this.btn_next,"disabled")}else{AJS.removeClass(this.btn_next,"disabled")}},_setCaption:function(a){AJS.setHTML(AJS.$("GB_caption"),a)},updateFrame:function(){var a=this.current_set[this.current_index];this._setCaption(a.caption);this.url=a.url;this.startLoading()},switchPrev:function(){if(this.current_index!=0){this.current_index--;this.updateFrame();this.updateStatus()}},switchNext:function(){if(this.current_index!=this.current_set.length-1){this.current_index++;this.updateFrame();this.updateStatus()}}});AJS.AEV(window,"load",function(){AJS.preloadImages(GB_ROOT_DIR+"next.gif",GB_ROOT_DIR+"prev.gif")});GB_show=function(a,b,c,d,e){var f={caption:a,height:c||500,width:d||500,fullscreen:true,callback_fn:e};var g=new GB_Window(f);return g.show(b)};GB_showCenter=function(a,b,c,d,e){var f={caption:a,center_win:true,height:c||500,width:d||500,fullscreen:true,callback_fn:e};var g=new GB_Window(f);return g.show(b)};GB_showFullScreen=function(a,b,c){var d={caption:a,fullscreen:true,callback_fn:c};var e=new GB_Window(d);return e.show(b)};GB_Window=GreyBox.extend({init:function(a){this.parent({});this.img_header=this.root_dir+"images/header-bg-box.jpg";this.img_close=this.root_dir+"w_close.gif";this.show_close_img=true;AJS.update(this,a);this.addCallback(this.callback_fn)},initHook:function(){AJS.addClass(this.g_window,"GB_Window");this.header=AJS.TABLE({"class":"header"});this.header.style.backgroundImage="url("+this.img_header+")";spl=titlev.split("&st=");if(spl[0]=="secure"){tit="https://secure.namnews.info/"+spl[1]}else{tit="http://www.namnews.org/"+spl[1]};var a=AJS.TD({"class":"caption"},tit);var b=AJS.TD({"class":"close"});if(this.show_close_img){var c=AJS.IMG({src:this.img_close});var d=AJS.SPAN("Close Window");var e=AJS.DIV(c,d);AJS.AEV([c,d],"mouseover",function(){AJS.addClass(d,"on")});AJS.AEV([c,d],"mouseout",function(){AJS.removeClass(d,"on")});AJS.AEV([c,d],"mousedown",function(){AJS.addClass(d,"click")});AJS.AEV([c,d],"mouseup",function(){AJS.removeClass(d,"click")});AJS.AEV([c,d],"click",GB_hide);AJS.ACN(b,e)}tbody_header=AJS.TBODY();AJS.ACN(tbody_header,AJS.TR(a,b));AJS.ACN(this.header,tbody_header);AJS.ACN(this.top_cnt,this.header);if(this.fullscreen){AJS.AEV(window,"scroll",AJS.$b(this.setWindowPosition,this))}},setFrameSize:function(){if(this.fullscreen){var a=AJS.getWindowSize();overlay_h=a.h;this.width=Math.round(this.overlay.offsetWidth-this.overlay.offsetWidth/100*10);this.height=Math.round(overlay_h-overlay_h/100*10)}AJS.setWidth(this.header,780);AJS.setWidth(this.iframe,766);AJS.setHeight(this.iframe,this.height)},setWindowPosition:function(){var a=AJS.getWindowSize();AJS.setLeft(this.g_window,(a.w-this.width));if(!this.center_win){AJS.setTop(this.g_window,AJS.getScrollTop())}else{var b=(a.h-this.height)/2-20+AJS.getScrollTop();if(b<0){b=0}AJS.setTop(this.g_window,b)}}});AJS.preloadImages(GB_ROOT_DIR+"w_close.gif",GB_ROOT_DIR+"images/header_bg.jpg");script_loaded=true