<!-- 
function bookmarkPage(bURL,bTitle)
{
	if (document.all) {
		window.external.AddFavorite(bURL,bTitle)
	}
}
//  -->
