function markCurrentPage() {
	var _thisPage;
	var _temp = new String(window.location);

	var _x = _temp.lastIndexOf("/");
	if (_x == -1) {
		_x = _temp.lastIndexOf("\\");
	}
	if (_x == -1) {
		_thisPage = _temp;
	} else {
		_thisPage = _temp.substring(_x + 1);
	}
	_x = _thisPage.indexOf(".html");
	if (_x > -1) {
		_thisPage = _thisPage.substring(0, _x);
	}
	if (_thisPage == "index") {
		_thisPage = "news";
	}
	if (_thisPage == "ttud_sent") {
		_thisPage = "ttud";
	}
	document.getElementById(_thisPage).className = "hidelink";
	document.getElementById(_thisPage + "Img").style.visibility = "visible";
}
function hilite(name) {
}
function lolite(name) {
}
function mailLink(user, domain) {
	window.location = 'mai' + 'lto:' + user + '@' + domain;
}
function visiteurs() {
	document.write('<img src="http://www.dannym.uklinux.net/visiteurs-dannym/include/new-visitor.php');
	document.write('?referer=' + escape(document.referrer));
	document.write('" width="1" height="1">\n');
}
