(function($){window.addEvent('domready',function(){var navilinks=$$('li.link a'),maincontent=$('contentbody'),mybg=$('bg'),myglobe=$('globe'),intl=$('intl'),da=$('dabundance'),rf=$('redfade'),pf=$('purplefade'),wf=$('whitefade'),dlogo=$('logo');mybg.set('tween',{duration:2500,transition:Fx.Transitions.Quint.easeOut});function applyMorph(el,d){var daifx=new Fx.Morph(el,{link:'cancel',duration:d,wheelStops:false,transition:Fx.Transitions.Quint.easeOut});return daifx;};intlfx=applyMorph(intl,2500);dafx=applyMorph(da,2500);globefx=applyMorph(myglobe,2500);redfx=applyMorph(rf,'short');purplefx=applyMorph(pf,'short');whitefx=applyMorph(wf,'short');dlogofx=applyMorph(dlogo,2500);function getPage(uri){var req_page=new Request.HTML({method:'get',url:uri,evalScripts:false,onRequest:function(){maincontent.set('html','<img class="spinner-img" src="http://smg.edzhosting.com/wp-content/themes/dai/js/spinner.gif"/>');},onSuccess:function(responseTree,responseElements,responseHTML,responseJavaScript){var myContent;responseElements.each(function(el){if(el.get('id')==maincontent.get('id')){myContent=el.get('html');}});maincontent.set('html',myContent);},onFailure:function(){maincontent.set('html','<div class="post" id="post-error"><div class="entry"><h1>Sorry</h1><p>Page not found.</p></div></div>');},onException:function(){maincontent.set('html','<div class="post" id="post-error"><div class="entry"><h1>Sorry</h1><p>Page not found.</p></div></div>');}}).send();};navilinks.each(function(el){el.setStyle('zIndex',3);var prnt=el.getParent('li');el.addEvents({'click':function(event){event=new Event(event).stop();getPage(el.getProperty('href'));if(mybg.getStyle('backgroundColor')!='#720000'){mybg.tween('backgroundColor','#720000');}else{mybg.tween('backgroundColor','#8307cf');}if(prnt.getParent('ul')==$('bottomnav')){switch(prnt.getProperty('id')){case'events':intlfx.start({'backgroundPosition':[intl.getStyle('width').toInt()+' 0','0 0']});dafx.start({'backgroundPosition':['0 -'+da.getStyle('height').toInt(),'0 0']});dlogofx.start({'backgroundPosition':['0 -'+dlogo.getStyle('height').toInt(),'0 0']});break;default:dafx.start({'backgroundPosition':[-da.getStyle('width').toInt()+'0','0 0']});globefx.start({'top':['664','511'],'opacity':[0,1]});break;}}else{redfx.set({'backgroundPosition':'0 -'+rf.getStyle('height').toInt()});purplefx.set({'backgroundPosition':'0 -'+pf.getStyle('height').toInt()});whitefx.set({'backgroundPosition':'0 -'+wf.getStyle('height').toInt()});redfx.start({'backgroundPosition':'0 0'}).chain(function(){purplefx.start({'backgroundPosition':'0 0'}).chain(function(){whitefx.start({'backgroundPosition':'0 0'});});});}},'mouseover':function(){prnt.fade(0.25);if(prnt.getParent('ul')==$('sidenav')){prnt.tween('backgroundPosition','0 0');el.fade(0.25);}},'mouseout':function(){prnt.fade('in');if(prnt.getParent('ul')==$('sidenav')){prnt.tween('backgroundPosition',prnt.getStyle('width').toInt()+'0');el.fade('in');}}});});});})(document.id);