// check if location contains a basic authentication password and notify
if(document.location.href.search(/https?\:\/\/\w+\:\w+@\w/i)==0)
	document.write("Current URL address contains a password. Following any outgoing links may disclose the password to a third-party. You should remove the password token from the URL and enter it explicitly in a dialog window of your browser that will open.");

// initialize tooltips
if(typeof tt_Init == "function")
	tt_Init();