function replace(string,text,by) { var strLength = string.length, txtLength = text.length; if ((strLength == 0) || (txtLength == 0)) return string; var i = string.indexOf(text); if ((!i) && (text != string.substring(0,txtLength))) return string; if (i == -1) return string; var newstr = string.substring(0,i) + by; if (i+txtLength < strLength) newstr += replace(string.substring(i+txtLength,strLength),text,by); return newstr; } refer = escape(document.referrer); refer = replace(refer,'&','-andsign-'); res = screen.width+"x"+screen.height; dt_one = new Date(); dt = dt_one.getTime(); myID = 'MaraJade'; myPage = 'home'; if (document.location.protocol == "https:") { myImgsrc="https://www.stats4you.com/scripts/counter.asp?ID="+myID+"&page="+myPage+"&refer="+refer+"&res="+res+"&stamp="+dt; } else { myImgsrc="http://www.stats4you.com/scripts/counter.asp?ID="+myID+"&page="+myPage+"&refer="+refer+"&res="+res+"&stamp="+dt; } document.write (""); document.write (""); document.write ("");