var locate=window.location
document.joe.burns.value=locate
var text=document.joe.burns.value
function delineate(str)
{point=str.lastIndexOf("/");return(str.substring(point+1,str.length));}
document.write("<INPUT TYPE=hidden NAME=page value=");document.write(""+delineate(text));document.write(">");var doctitle=document.title
function delineate2(str)
{theleft=str.indexOf(" ")+1;theright=str.lastIndexOf(":");return(str.substring(theleft,theright));}
document.write("<INPUT TYPE=hidden NAME=category value=");document.write(""+delineate2(doctitle));document.write(">");