function randomFromInterval(from,to) { return Math.floor(Math.random()*(to-from+1)+from); } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i