/* This file was compressed using MbCompression library. http://blog.mironabramson.com */ 
VOM=(function(){var progressBars=[],getAJAXmanager=function(){return Sys.WebForms.PageRequestManager.getInstance();},canCallClicky=function(){var location=document.location.href.toLowerCase();return location.indexOf('localhost')===-1&&location.indexOf('vom.dev')===-1;};return{skinPath:'',log:function(string){if(window.console&&window.console.log)window.console.log(string)},AJAX:{addInitializeRequest:function(f){getAJAXmanager().add_initializeRequest(f)},addBeginRequest:function(f){getAJAXmanager().add_beginRequest(f)},addPageLoading:function(f){getAJAXmanager().add_pageLoading(f)},addPageLoaded:function(f){getAJAXmanager().add_pageLoaded(f)},addEndRequest:function(f){getAJAXmanager().add_endRequest(f)},addProgressBar:function(id){progressBars[progressBars.length]=id;},stopRequest:function(){getAJAXmanager().abortPostBack();}},addAJAXbar:function(id){progressBars[progressBars.length]=id;},enhanceAJAXbars:function(jQuery,className){return jQuery.each(progressBars,function(){var c=jQuery("#"+this).addClass(className||"progressbar"),window=jQuery(window);if(!c.length)return true;var moveProgressbars=function(){var position={top:window.scrollTop()+((window.height()-c.outerHeight())/2),left:window.scrollLeft()+((window.width()-c.outerWidth())/2)};if(c.is(":visible"))c.animate(position,75);else c.css(position);};window.resize(moveProgressbars).scroll(moveProgressbars);moveProgressbars();});},embedFlash:function(jQuery,element,options,params){return element.flashembed(jQuery.extend({},{src:this.skinPath+'flash/BAD_player.swf',version:[9,0],onFail:function(){jQuery(".fail",element).show()},autoplay:true,wmode:"opaque"},options),jQuery.extend({},{themeColor:"F0AF17",fontColor:"cccccc",autostart:"false"},params));},cleanupPages:function(jQuery){jQuery("div.shell ul.mainNav li:last-child").css("border-right","0");jQuery("div.shell .langNavContainer ul li select.NormalTextBox").remove();},clickyGoal:function(id){if(clicky&&clicky.goal&&canCallClicky()){clicky.goal(id);}},clickyLog:function(href,title,type){if(clicky&&clicky.log&&canCallClicky()){clicky.log(href,title,type);}}};})();
