(function($){$.address=(function(){var _trigger=function(name){$(this).trigger($.extend($.Event(name),(function(){var event={value:this.value(),path:this.path(),pathNames:this.pathNames(),parameterNames:this.parameterNames(),parameters:{},queryString:this.queryString()};for(var i=0,l=event.parameterNames.length;i<l;i++)
event.parameters[event.parameterNames[i]]=this.parameter(event.parameterNames[i]);return event;}).call(this)));};var _init=function(){_trigger.call($.address,'init');};var _change=function(){_trigger.call($.address,'change');};var _getHash=function(){var index=_l.href.indexOf('#');return index!=-1?_ec(_dc(_l.href.substr(index+1))):'';};var _getWindow=function(){try{top.document;return top;}catch(e){return window;}};var _strictCheck=function(value,force){if(_opts.strict)
value=force?(value.substr(0,1)!='/'?'/'+value:value):(value==''?'/':value);return value;};var _ieLocal=function(value,direction){return(_msie&&_l.protocol=='file:')?(direction?_value.replace(/\?/,'%3F'):_value.replace(/%253F/,'?')):value;};var _searchScript=function(el){for(var i=0,l=el.childNodes.length,s;i<l;i++){if(el.childNodes[i].src)
_url=String(el.childNodes[i].src);if(s=_searchScript(el.childNodes[i]))
return s;}};var _listen=function(){if(!_silent){var hash=_getHash();var diff=!(_value==hash);if(_safari&&_version<523){if(_length!=_h.length){_length=_h.length;if(typeof _stack[_length-1]!=UNDEFINED)
_value=_stack[_length-1];_update();}}else if(_msie&&diff){if(_version<7)
_l.reload();else
_setters.value(hash);}else if(diff){_value=hash;_update();}}};var _update=function(){_change();_st(_track,10);};var _track=function(){var value=(_l.pathname+(/\/$/.test(_l.pathname)?'':'/')+_getters.value()).replace(/\/\//,'/').replace(/^\/$/,'');var fn=window[_opts.tracker];if(typeof fn==FUNCTION)
fn(value);else if(typeof pageTracker!=UNDEFINED&&typeof pageTracker._trackPageview==FUNCTION)
pageTracker._trackPageview(value);else if(typeof urchinTracker==FUNCTION)
urchinTracker(value);};var _htmlWrite=function(){var doc=_iframe.contentWindow.document;doc.open();doc.write('<html><head><title>'+_d.title+'</title><script>var '+ID+' = "'+_getHash()+'";</script></head></html>');doc.close();};var _load=function(){if(!_loaded){_loaded=true;$('a').attr('xref',function(){return $(this).attr('href');});if(_msie&&_version<8){_d.body.innerHTML='<iframe id="'+ID+'" src="javascript:false;" width="0" height="0"></iframe>'+_d.body.innerHTML;_iframe=_d.getElementById(ID);_st(function(){$(_iframe).bind('load',function(){var win=_iframe.contentWindow;var src=win.location.href;_value=(typeof win[ID]!=UNDEFINED?win[ID]:'');if(_value!=_getHash()){_update();_l.hash=_ieLocal(_value,true);}});if(typeof _iframe.contentWindow[ID]==UNDEFINED)
_htmlWrite();},50);}else if(_safari){if(_version<418){$(_d.body).append('<form id="'+ID+'" style="position:absolute;top:-9999px;" method="get"></form>');_form=_d.getElementById(ID);}
if(typeof _l[ID]==UNDEFINED)_l[ID]={};if(typeof _l[ID][_l.pathname]!=UNDEFINED)_stack=_l[ID][_l.pathname].split(',');}
_st(function(){_init();_change();_track();},1);if(_msie&&_version>=8)
_d.body.onhashchange=_listen;else
_si(_listen,50);$('a').attr('href',function(){return $(this).attr('xref');}).removeAttr('xref');$('a[rel*=address:]').address();}};var _getters={baseURL:function(){var url=_l.href;if(url.indexOf('#')!=-1)
url=url.substr(0,url.indexOf('#'));if(url.substr(url.length-1)=='/')
url=url.substr(0,url.length-1);return url;},strict:function(){return _opts.strict;},history:function(){return _opts.history;},tracker:function(){return _opts.tracker;},title:function(){return _d.title;},value:function(){if(!_supported)return null;return _dc(_strictCheck(_ieLocal(_value,false),false));},path:function(){var value=this.value();return(value.indexOf('?')!=-1)?value.split('?')[0]:value;},pathNames:function(){var path=this.path();var names=path.split('/');if(path.substr(0,1)=='/'||path.length==0)
names.splice(0,1);if(path.substr(path.length-1,1)=='/')
names.splice(names.length-1,1);return names;},queryString:function(){var value=this.value();var index=value.indexOf('?');return(index!=-1&&index<value.length)?value.substr(index+1):'';},parameter:function(param){var value=this.value();var index=value.indexOf('?');if(index!=-1){value=value.substr(index+1);var params=value.split('&');var p,i=params.length;while(i--){p=params[i].split('=');if(p[0]==param)
return p[1];}}},parameterNames:function(){var value=this.value();var index=value.indexOf('?');var names=[];if(index!=-1){value=value.substr(index+1);if(value!=''&&value.indexOf('=')!=-1){var params=value.split('&');var i=0;while(i<params.length){names.push(params[i].split('=')[0]);i++;}}}
return names;}};var _setters={strict:function(strict){_opts.strict=strict;},history:function(history){_opts.history=history;},tracker:function(tracker){_opts.tracker=tracker;},title:function(title){_st(function(){_title=_d.title=title;if(_juststart&&_iframe&&_iframe.contentWindow&&_iframe.contentWindow.document){_iframe.contentWindow.document.title=title;_juststart=false;}
if(!_justset&&_mozilla)
_l.replace(_l.href.indexOf('#')!=-1?_l.href:_l.href+'#');_justset=false;},50);},value:function(value){value=_ec(_dc(_strictCheck(value,true)));if(value=='/')value='';if(_value==value)return;_justset=true;_value=value;_silent=true;_update();_stack[_h.length]=_value;if(_safari){if(_opts.history){_l[ID][_l.pathname]=_stack.toString();_length=_h.length+1;if(_version<418){if(_l.search==''){_form.action='#'+_value;_form.submit();}}else if(_version<523||_value==''){var evt=_d.createEvent('MouseEvents');evt.initEvent('click',true,true);var anchor=_d.createElement('a');anchor.href='#'+_value;anchor.dispatchEvent(evt);}else{_l.hash='#'+_value;}}else{_l.replace('#'+_value);}}else if(_value!=_getHash()){if(_opts.history)
_l.hash='#'+_ieLocal(_value,true);else
_l.replace('#'+_value);}
if((_msie&&_version<8)&&_opts.history){_st(_htmlWrite,50);}
if(_safari)
_st(function(){_silent=false;},1);else
_silent=false;}};var ID='jQueryAddress',FUNCTION='function',UNDEFINED='undefined',_browser=$.browser,_version=parseFloat($.browser.version),_mozilla=_browser.mozilla,_msie=_browser.msie,_opera=_browser.opera,_safari=_browser.safari,_supported=false,_t=_getWindow(),_d=_t.document,_h=_t.history,_l=_t.location,_si=setInterval,_st=setTimeout,_dc=decodeURI,_ec=encodeURI,_agent=navigator.userAgent,_iframe,_form,_url,_title=_d.title,_length=_h.length,_silent=false,_loaded=false,_justset=true,_juststart=true,_stack=[],_listeners={},_value=_getHash(),_api={},_opts={history:true,strict:true};if(_msie)
_version=parseFloat(_agent.substr(_agent.indexOf('MSIE')+4));_supported=(_mozilla&&_version>=1)||(_msie&&_version>=6)||(_opera&&_version>=9.5)||(_safari&&_version>=312);if(_supported){for(var i=1;i<_length;i++)
_stack.push('');_stack.push(_getHash());if(_msie&&_l.hash!=_getHash())
_l.hash='#'+_ieLocal(_getHash(),true);if(_opera)
history.navigationMode='compatible';_searchScript(document);var _qi=_url.indexOf('?');if(_url&&_qi>-1){var param,params=_url.substr(_qi+1).split('&');for(var i=0,p;p=params[i];i++){param=p.split('=');if(/^(history|strict)$/.test(param[0])){_opts[param[0]]=(isNaN(param[1])?/^(true|yes)$/i.test(param[1]):(parseInt(param[1])!=0));}
if(/^tracker$/.test(param[0]))
_opts[param[0]]=param[1];}}
$(_load);}else if((!_supported&&_l.href.indexOf('#')!=-1)||(_safari&&_version<418&&_l.href.indexOf('#')!=-1&&_l.search!='')){_d.open();_d.write('<html><head><meta http-equiv="refresh" content="0;url='+
_l.href.substr(0,_l.href.indexOf('#'))+'" /></head></html>');_d.close();}else{_track();}
$.each(('init,change').split(','),function(i,name){_api[name]=function(data,fn){$($.address).bind(name,fn||data,fn&&data);return this;};});$.each(('baseURL,strict,history,tracker,title,value').split(','),function(i,name){_api[name]=function(value){if(typeof value!='undefined'){if(_supported)
_setters[name](value);return $.address;}else{return _getters[name]();}};});$.each(('path,pathNames,queryString,parameter,parameterNames').split(','),function(i,name){_api[name]=function(value){return _getters[name](value);};});return _api;})();$.fn.address=function(fn){$(this).click(function(){var value=fn?fn.call(this):/address:/.test($(this).attr('rel'))?$(this).attr('rel').split('address:')[1].split(' ')[0]:$(this).attr('href').replace(/^#/,'');$.address.value(value);return false;});};}(jQuery));;about_controller={speed:500,haveUpdated:false,lastPageWasAboutUs:false,slidelist:false,menu:false,sliderTab:false,selectedTab:false,nextContent:false,slideAnimating:false,gettingAboutUs:false,linksElement:false,linksContainer:false,contentElement:false,selectedItem:false,slider:false,init:function(){this.slidelist=$('#slidesContainer');$.address.tracker("tracker");$.address.change(function(event){var updateAboutUs=false;if(event.pathNames.length==2){updateAboutUs=true;}
if(event.pathNames.length==0){if(about_controller.haveUpdated){url=$.address.baseURL();if(url.indexOf("/our/")>0){updateAboutUs=true;}
url=url.split("/");url=url[url.length-1];if(url=='about'){url='us';}}else{return;}}else{url=event.pathNames[event.pathNames.length-1];}
if(about_controller.lastPageWasAboutUs&&(updateAboutUs||url=='us')){about_controller.aboutUsUpdate(url);about_controller.lastPageWasAboutUs=true;}else{if(url=='us'){about_controller.lastPageWasAboutUs=true;about_controller.topSlideUpdate(url,false);}else if(updateAboutUs&&!about_controller.lastPageWasAboutUs){about_controller.lastPageWasAboutUs=true;about_controller.topSlideUpdate('us',url);}else{about_controller.lastPageWasAboutUs=false;about_controller.topSlideUpdate(url,false);}}});$("a.button",this.slidelist).click(function(event){url=jQuery(this).attr('href');url=url.split("/");url=url[url.length-1];if(url==''){url='us';}
$(this).blur();about_controller.haveUpdated=true;$.address.value(url);return false;});this.menu=$("#nat_nav");this.selectedTab=$('li.selected',this.menu);if(this.selectedTab){width=this.selectedTab.width();left=this.selectedTab.position().left;backgroundColor=this.selectedTab.css('background-color');this.menu.prepend('<li id="tab_background" style="position:absolute; width: '+width+'px; height: 2em; background-color: '+backgroundColor+'; left: '+left+'px; z-index: 0;"></li>');this.selectedTab.css('background-color','transparent');this.sliderTab=$('#tab_background');}},initAboutUs:function(){this.linksElement=jQuery('ul.slidesnav');this.contentElement=jQuery('#about_us_content');this.selectedItem=jQuery('li.selected',this.linksElement);var position=this.selectedItem.position();var top=position.top;var height=this.selectedItem.height();this.linksElement.prepend('<li style="height:'+height+'px; top:'+top+'px;" id="links_slider"></li>');this.slider=jQuery('#links_slider',this.linksElement);this.lastPageWasAboutUs=true;$("a",this.linksElement).click(function(event){url=jQuery(this).attr('href');url=url.split("/");url=url[url.length-1];jQuery(this).blur();about_controller.haveUpdated=true;$.address.value("our/"+url);return false;});},topSlideUpdate:function(url,aboutusurl){if(!about_controller.haveUpdated){jQuery(".page_title").css("visibility","hidden");jQuery(".page_body").css("visibility","hidden");jQuery(".sidebar").css("visibility","hidden");}
about_controller.slideAnimating=true;var nextSlide=jQuery('#top_slide_'+url);var slideSpeed=about_controller.speed;if(!about_controller.haveUpdated){slideSpeed=0;}
about_controller.slidelist.animate({marginLeft:'-='+nextSlide.position().left+'px'},slideSpeed,about_controller.updateContent);if(url=='us'){nextTab=jQuery("a[href='/about/']",about_controller.menu);}else{nextTab=jQuery("a[href*='"+url+"']",about_controller.menu);}
$.address.title(nextTab.text()+" - About - InterVarsity.org");if(about_controller.sliderTab&&about_controller.selectedTab&&nextTab.length>0){nextTab=nextTab.parent();about_controller.sliderTab.animate({left:nextTab.position().left+'px',width:nextTab.width()+'px'},slideSpeed);about_controller.selectedTab.children('a').animate({color:'#ffffff'},slideSpeed);about_controller.selectedTab=nextTab;about_controller.selectedTab.children('a').animate({color:'#0a214f'},slideSpeed);}
var options={'urlname':url,'ajax':1};if(aboutusurl){options.aboutusurl=aboutusurl;}
$.get('/about/index.php',options,function(response){about_controller.nextContent=response;about_controller.updateContent();});about_controller.haveUpdated=true;},aboutUsUpdate:function(url){if(url=='us'){url=jQuery('a',about_controller.linksElement).attr('href');url=url.split("/");url=url[url.length-1];}
jQuery(".page_body",this.contentElement).hide();jQuery(".page_title",this.contentElement).hide();jQuery('#ajax_loading').addClass('on');if(about_controller.selectedItem){about_controller.selectedItem.removeClass('selected');}
link=jQuery('#about_us_link_'+url);$.address.title(link.text()+" - About - InterVarsity.org");about_controller.selectedItem=link.parent().addClass('no-hover');var position=about_controller.selectedItem.position();var top=position.top;var slideSpeed=about_controller.speed;if(!about_controller.haveUpdated){slideSpeed=0;}
about_controller.slider.animate({"top":top},slideSpeed,"swing",function(){about_controller.selectedItem.addClass("selected").removeClass('no-hover');});about_controller.slider.css('height',about_controller.selectedItem.height());jQuery.get("/about/index.php",{'urlname':url,'aboutusajax':1},function(response){about_controller.contentElement.html(response);});about_controller.haveUpdated=true;;},updateContent:function(){if(about_controller.nextContent&&!about_controller.slideAnimating){details=jQuery('#aboutdetails');details.html(about_controller.nextContent);}
about_controller.slideAnimating=false;}};var tracker=function(value){if(typeof pageTracker!='undefined'&&typeof pageTracker._trackPageview=='function'){var url="/about"+$.address.value();pageTracker._trackPageview(url);}};$(function(){about_controller.init();});;(function($){$.fn.lightBox=function(settings){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:'images/lightbox-ico-loading.gif',imageBtnPrev:'images/lightbox-btn-prev.gif',imageBtnNext:'images/lightbox-btn-next.gif',imageBtnClose:'images/lightbox-btn-close.gif',imageBlank:'images/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'Image',txtOf:'of',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0},settings);var jQueryMatchedObj=this;function _initialize(){_start(this,jQueryMatchedObj);return false;}
function _start(objClicked,jQueryMatchedObj){$('embed, object, select').css({'visibility':'hidden'});_set_interface();settings.imageArray.length=0;settings.activeImage=0;if(jQueryMatchedObj.length==1){settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')));}else{for(var i=0;i<jQueryMatchedObj.length;i++){settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title')));}}
while(settings.imageArray[settings.activeImage][0]!=objClicked.getAttribute('href')){settings.activeImage++;}
_set_image_to_view();}
function _set_interface(){$('body').append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+settings.imageBtnClose+'"></a></div></div></div><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+settings.imageLoading+'"></a></div></div></div></div>');var arrPageSizes=___getPageSize();$('#jquery-overlay').css({backgroundColor:settings.overlayBgColor,opacity:settings.overlayOpacity,width:arrPageSizes[0],height:(arrPageSizes[1])}).fadeIn();var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+10,left:arrPageScroll[0]}).show();$('#jquery-overlay,#jquery-lightbox').click(function(){_finish();});$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function(){_finish();return false;});$(window).resize(function(){var arrPageSizes=___getPageSize();$('#jquery-overlay').css({width:arrPageSizes[0],height:(arrPageSizes[1])});var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+10,left:arrPageScroll[0]});});}
function _set_image_to_view(){$('#lightbox-loading').show();if(settings.fixedNavigation){$('#lightbox-image').hide();}else{$('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext').hide();}
var objImagePreloader=new Image();objImagePreloader.onload=function(){$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);objImagePreloader.onload=function(){};};objImagePreloader.src=settings.imageArray[settings.activeImage][0];};function _resize_container_image_box(intImageWidth,intImageHeight){var intCurrentWidth=$('#lightbox-container-image-box').width();var intCurrentHeight=$('#lightbox-container-image-box').height();var intWidth=(intImageWidth+(settings.containerBorderSize*2));var intHeight=(intImageHeight+(settings.containerBorderSize*2));var intDiffW=intCurrentWidth-intWidth;var intDiffH=intCurrentHeight-intHeight;$('#lightbox-container-image-box').animate({width:intWidth,height:intHeight},settings.containerResizeSpeed,function(){_show_image();});if((intDiffW==0)&&(intDiffH==0)){if($.browser.msie){___pause(250);}else{___pause(100);}}
$('#lightbox-container-image-data-box').css({width:intImageWidth});$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({height:intImageHeight+(settings.containerBorderSize*2)});};function _show_image(){$('#lightbox-loading').hide();$('#lightbox-image').fadeIn(function(){_show_image_data();_set_navigation();});_preload_neighbor_images();};function _show_image_data(){$('#lightbox-container-image-data-box').show();$(window).triggerHandler('resize');$('#lightbox-image-details-caption').hide();if(settings.imageArray[settings.activeImage][1]){$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();}
if(settings.imageArray.length>1){$('#lightbox-image-details-currentNumber').html(settings.txtImage+' '+(settings.activeImage+1)+' '+settings.txtOf+' '+settings.imageArray.length).show();}}
function _set_navigation(){$('#lightbox-nav').show();$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({'background':'transparent url('+settings.imageBlank+') no-repeat'});if(settings.activeImage!=0){if(settings.fixedNavigation){$('#lightbox-nav-btnPrev').css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnPrev').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}}
if(settings.activeImage!=(settings.imageArray.length-1)){if(settings.fixedNavigation){$('#lightbox-nav-btnNext').css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnNext').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}}
_enable_keyboard_navigation();}
function _enable_keyboard_navigation(){$(document).keydown(function(objEvent){_keyboard_action(objEvent);});}
function _disable_keyboard_navigation(){$(document).unbind();}
function _keyboard_action(objEvent){if(objEvent==null){keycode=event.keyCode;escapeKey=27;}else{keycode=objEvent.keyCode;escapeKey=objEvent.DOM_VK_ESCAPE;}
key=String.fromCharCode(keycode).toLowerCase();if((key==settings.keyToClose)||(key=='x')||(keycode==escapeKey)){_finish();}
if((key==settings.keyToPrev)||(keycode==37)){if(settings.activeImage!=0){settings.activeImage=settings.activeImage-1;_set_image_to_view();_disable_keyboard_navigation();}}
if((key==settings.keyToNext)||(keycode==39)){if(settings.activeImage!=(settings.imageArray.length-1)){settings.activeImage=settings.activeImage+1;_set_image_to_view();_disable_keyboard_navigation();}}}
function _preload_neighbor_images(){if((settings.imageArray.length-1)>settings.activeImage){objNext=new Image();objNext.src=settings.imageArray[settings.activeImage+1][0];}
if(settings.activeImage>0){objPrev=new Image();objPrev.src=settings.imageArray[settings.activeImage-1][0];}}
function _finish(){$('#jquery-lightbox').remove();$('#jquery-overlay').fadeOut(function(){$('#jquery-overlay').remove();});$('embed, object, select').css({'visibility':'visible'});}
function ___getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;}
var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;}
windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;}
if(yScroll<windowHeight){pageHeight=windowHeight;}else{pageHeight=yScroll;}
if(xScroll<windowWidth){pageWidth=xScroll;}else{pageWidth=windowWidth;}
arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize;};function ___getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft;}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft;}
arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll;};function ___pause(ms){var date=new Date();curDate=null;do{var curDate=new Date();}
while(curDate-date<ms);};return this.unbind('click').click(_initialize);};})(jQuery);