function viewURL(){
DocURL = document.location.href;
protocolIndex=DocURL.indexOf("://",4);
serverIndex=DocURL.indexOf("/",protocolIndex + 3);
BeginURL=DocURL.indexOf("#",1) + 1;
if (protocolIndex - BeginURL > 7)
urlresult=""
urlresult=DocURL.substring(BeginURL,serverIndex);
displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
forbiddenChars = new RegExp("[<>\'\"]", "g");
urlresult = urlresult.replace(forbiddenChars, "");
displayresult = displayresult.replace(forbiddenChars, "");
document.write('<A HREF="' + urlresult + '">' + displayresult + "</a>");
}

function text() {
};

text = new text();
number = 0;

text[number++] = ""

increment = Math.floor(Math.random() * number);

