function bookmark()
{
if (document.all)
	{
	window.external.AddFavorite('http://www.rinf.info/','Other Side of News');
	}
else
	{
	alert('Netscape users please press ctrl-d to bookmark this page.\n\nThank you.');
	}
}
