$(document).ready(function(){$(".jquery_hide").css({visibility:"visible"});$(".jquery_display_none").show()});String.prototype.trim=function(){return this.replace(/^\s+|\s+$/,"")};function publishException(A){alert("Message: "+A.message+"\n\nFile: "+A.fileName+"\n\nLine Number: "+A.lineNumber)}function createCookie(C,D,E){if(E){var B=new Date();B.setTime(B.getTime()+(E*24*60*60*1000));var A="; expires="+B.toGMTString()}else{var A=""}document.cookie=C+"="+D+A+"; path=/"}function readCookie(B){var D=B+"=";var A=document.cookie.split(";");for(var C=0;C<A.length;C++){var E=A[C];while(E.charAt(0)==" "){E=E.substring(1,E.length)}if(E.indexOf(D)==0){return E.substring(D.length,E.length)}}return null}function eraseCookie(A){createCookie(A,"",-1)}var isIE6=(navigator.appVersion.indexOf("MSIE")!=-1&&parseFloat(navigator.appVersion.substring(navigator.appVersion.indexOf("MSIE")+5))<7);function getScrollXY(){var B=0,A=0;if(typeof (window.pageYOffset)=="number"){A=window.pageYOffset;B=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){A=document.body.scrollTop;B=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){A=document.documentElement.scrollTop;B=document.documentElement.scrollLeft}}}var C=[B,A];return C}function getWindowDimensions(){var B=0,A=0;if(typeof (window.innerWidth)=="number"){B=window.innerWidth;A=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){B=document.documentElement.clientWidth;A=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){B=document.body.clientWidth;A=document.body.clientHeight}}}return[B,A]}function getElementLeft(A){var B;if(document.getElementById){var B=document.getElementById(A)}else{if(document.all){var B=document.all[A]}}xPos=B.offsetLeft;tempEl=B.offsetParent;while(tempEl!=null){xPos+=tempEl.offsetLeft;tempEl=tempEl.offsetParent}return xPos}function getElementTop(A){if(document.getElementById){var B=document.getElementById(A)}else{if(document.all){var B=document.all[A]}}yPos=B.offsetTop;tempEl=B.offsetParent;while(tempEl!=null){yPos+=tempEl.offsetTop;tempEl=tempEl.offsetParent}return yPos}String.prototype.trim=function(){return this.replace(/^\s*/,"").replace(/\s*$/,"")};Array.prototype.inArray=function(B){var A;for(A=0;A<this.length;A++){if(this[A]===B){return true}}return false};