function getCookie(a){if(document.cookie.length>0){c_start=document.cookie.indexOf(a+"=");if(c_start!=-1){c_start=c_start+a.length+1;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}return unescape(document.cookie.substring(c_start,c_end))}}return""}function setCookie(e,d,c){var b=new Date();var a=new Date();if(c==null||c==0){c=1}a.setTime(b.getTime()+1000*3600000*24*c);document.cookie=e+"="+escape(d)+";expires="+a.toGMTString()}function xmlhttpGet(c,b){var a=false;if(window.XMLHttpRequest){a=new XMLHttpRequest()}else{if(window.ActiveXObject){a=new ActiveXObject("Microsoft.XMLHTTP")}}a.open("GET",c,true);a.onreadystatechange=function(){if(a.readyState==4){if(a.status==200){b(a)}else{}}};a.send(null)}function $(){var c=new Array();for(var b=0;b<arguments.length;b++){var a=arguments[b];if(typeof a=="string"){a=document.getElementById(a)}if(arguments.length==1){return a}c.push(a)}return c}String.prototype.ltrim=function(){return this.replace(/^\s+/,"")};String.prototype.rtrim=function(){return this.replace(/\s+$/,"")};String.prototype.trim=function(){return this.ltrim().rtrim()};Array.prototype.unique=function(c){var e=[],f,d=this.length;for(f=0;f<d;f++){if(e.indexOf(this[f],0,c)<0){e.push(this[f])}}return e};function getCalendarDate(k){var j=new Array(7);j[0]="zondag";j[1]="maandag";j[2]="dinsdag";j[3]="woensdag";j[4]="donderdag";j[5]="vrijdag";j[6]="zaterdag";j[7]="zondag";var b=new Array(13);b[0]="Januari";b[1]="Februari";b[2]="Maart";b[3]="April";b[4]="Mei";b[5]="Juni";b[6]="Juli";b[7]="Augustus";b[8]="September";b[9]="Oktober";b[10]="November";b[11]="December";var a=new Date();a.setDate(a.getDate()+k);var e=a.getMonth();var f=b[e];var i=a.getDate();var c=a.getDay();var d=j[c];var g=a.getYear();var h=d+" "+i+" "+f+" ";return h}function getDayOfMonth(){var a=new Date();return a.getDate()};
