var theurl = location.href;
var thetitle = document.title;
document.writeln("<div style='POSITION: absolute; TOP: -999px'><a href='" + theurl + "'>" + thetitle + theurl + "</a></div>");
