function AddBookmark() {
	if (navigator.appVersion.indexOf("MSIE") > 0)
		if (parseInt(navigator.appVersion) >= 4)
			window.external.AddFavorite("http://www.hottiewatch.org/", "Free Teen Porn Links");
		else
			alert("Sorry, your browser doesn't support this bookmark function :-(\n\nJust click 'OK', then press Ctrl+D to bookmark manually :-)");
	else
		alert("Sorry, your browser doesn't support this bookmark function :-(\n\nJust click 'OK', then press Ctrl+D to bookmark manually :-)");
}