	function update_uid_hotlisted()
	{
		e = document.getElementById("uidnothotlisted");
		if ( e )
		{
			hotlistmember( hid, '' );
			e.innerHTML = "<img border=\"0\" src=\"/fire_icon.gif\"> <b>" + hid + " is on your Hotlist</b>";
		}
	}

