function bookmark()
{
	if(document.all && !window.opera)
	{
		window.external.AddFavorite(location.href, document.title);
		return false;
	}
	else
	{
		this.title=document.title;
	}
}

