function bookMarkLink(t,u) {
	if (window.sidebar) {
		window.sidebar.addPanel(t, u,"");
	} else if( window.external ) {
		window.external.AddFavorite(u,t);
	}
	else if(window.opera && window.print) {
		alert('To bookmark this page select "Bookmarks" from the toolbar at the top of this browser');
	}
}