function q(sUrl,iId) { oLink = document.getElementById(iId); var s = oLink.innerText; oLink.href=sUrl; oLink.innerText=s; document.title = "www.positionering.biz | Goto: " + sUrl; } function c(iId) { document.location.href="count.aspx?id=" + iId; }