function redirect(a){window.location=a}function hookEvent(b,a,c){if(typeof(b)=="string"){b=document.getElementById(b)}if(b!=null){if(b.addEventListener){if(a=="mousewheel"){b.addEventListener("DOMMouseScroll",c,false)}b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,c)}}}}function unhookEvent(b,a,c){if(typeof(b)=="string"){b=document.getElementById(b)}if(b!=null){if(b.removeEventListener){if(a=="mousewheel"){b.removeEventListener("DOMMouseScroll",c,false)}b.removeEventListener(a,c,false)}else{if(b.detachEvent){b.detachEvent("on"+a,c)}}}}function cancelEvent(a){a=a?a:window.event;if(a.stopPropagation){a.stopPropagation()}if(a.preventDefault){a.preventDefault()}a.cancelBubble=true;a.cancel=true;a.returnValue=false;return false}function addLoadEvent(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){b();a()}}};
