<!-- //
function linkTo()
	{
	var url = document.URL;
	strLastOccur1 = url.lastIndexOf("/")
	strLastOccur2 = url.lastIndexOf(".")
	strExtract = url.substring((strLastOccur1+1),strLastOccur2)
	location.href = 'tell-us.asp?id='+strExtract+'&page='+url;
	}
// -->