
/*
 * BEGIN jquery.hoverIntent.minified.js
 */
(function(A){A.fn.hoverIntent=function(I,H){var J={sensitivity:25,interval:20,timeout:0};J=A.extend(J,H?{over:I,out:H}:I);var L,K,F,D;var E=function(M){L=M.pageX;K=M.pageY};var C=function(N,M){M.hoverIntent_t=clearTimeout(M.hoverIntent_t);if((Math.abs(F-L)+Math.abs(D-K))<J.sensitivity){A(M).unbind("mousemove",E);M.hoverIntent_s=1;return J.over.apply(M,[N])}else{F=L;D=K;M.hoverIntent_t=setTimeout(function(){C(N,M)},J.interval)}};var G=function(N,M){M.hoverIntent_t=clearTimeout(M.hoverIntent_t);M.hoverIntent_s=0;return J.out.apply(M,[N])};var B=function(P){var O=(P.type=="mouseover"?P.fromElement:P.toElement)||P.relatedTarget;while(O&&O!=this){try{O=O.parentNode}catch(P){O=this}}if(O==this){return false}var N=jQuery.extend({},P);var M=this;if(M.hoverIntent_t){M.hoverIntent_t=clearTimeout(M.hoverIntent_t)}if(P.type=="mouseover"){F=N.pageX;D=N.pageY;A(M).bind("mousemove",E);if(M.hoverIntent_s!=1){M.hoverIntent_t=setTimeout(function(){C(N,M)},J.interval)}}else{A(M).unbind("mousemove",E);if(M.hoverIntent_s==1){M.hoverIntent_t=setTimeout(function(){G(N,M)},J.timeout)}}};return this.mouseover(B).mouseout(B)}})(jQuery);

/*
 * BEGIN _home.js
 */
if(typeof cdc=="undefined"){cdc={}}if(typeof cdc.homepage=="undefined"){cdc.homepage={}}cdc.homepage.canAnimate=function(){return(navigator.platform.toLowerCase().indexOf("linux")==-1&&!(jQuery.browser.safari&&jQuery.browser.version<500))};function global_openCdcPopup(C,D,A){if(isNaN(parseInt(D))){D=550}else{D=parseInt(D)}if(isNaN(parseInt(A))){A=550}else{A=parseInt(A)}var E="status=yes,scrollbars=yes,resizable=yes,width="+D+",height="+A;var B=window.open(C,"globalCDCpopup",E);if(B){B.focus()}}function addToWindowOnLoad(A){var B=window.onload;if(typeof window.onload!="function"){window.onload=A}else{window.onload=function(){B();A()}}}function checkClear(A,B){if(arguments[2]){A=arguments[1];B=arguments[2]}if(A.value==B){A.value=""}if(!document.getElementById("search-drop-down")){setupSearch()}if(document.getElementById("search-drop-down")){showSuggestionsContainer()}}function vs_makeImg(A){}function vs_makeSubmit(A){}jQuery(document).ready(function(){jQuery("#skiplinks").addClass("skiplinks").removeClass("skiplinkShow");jQuery("#skiplinks a").focus(function(){jQuery("#skiplinks").addClass("skiplinkShow").removeClass("skiplinks")});jQuery("#skiplinks a").blur(function(){jQuery("#skiplinks").addClass("skiplinks").removeClass("skiplinkShow")})});function global_getCookie(B){var A=new String();A=document.cookie;var C=new RegExp("^.*"+B+"=");if(A.match(C)){A=A.replace(C,"");A=A.replace(/;.*/,"");return A}return""}cdc.homepage.loggedin="Logged In";cdc.homepage.registertext="Register";jQuery(document).ready(function(){var A=global_getCookie("SMSESSION");if(A&&A!=""&&A!="LOGGEDOFF"){jQuery(".nav-secondary :contains("+cdc.homepage.registertext+")").prev().remove();jQuery(".nav-secondary :contains("+cdc.homepage.registertext+")").remove();jQuery(".nav-secondary a.login").replaceWith('<span class="loggedin">'+cdc.homepage.loggedin+"</span>")}});jQuery(document).ready(function(){var A="2010";if(jQuery("#footer-copyright-year").html()<A){jQuery("#footer-copyright-year").html(A)}});

/*
 * BEGIN _sitenav.js
 */
jQuery(document).ready(function(){var A=cdc.homepage.canAnimate();jQuery("#cdc-nav-module .nav").hoverIntent(function(){if(A){jQuery(".menuFrame",this).slideDown("fast")}},function(){if(A){jQuery(".menuFrame",this).slideUp("fast")}})});
