<!--Copyright (C) 2000 MJ Demarco

//Adds the variable 'u_name' to the page
//title bar (in Internet Explorer only)

var pagetitle = document.title;
if (document.all) yourname();

function yourname() {
document.title = pagetitle + " " + u_name + ". You are browsing with ";
}
//-->
