function dd_uniBookmark() {
	if ((typeof window.sidebar == 'object') && (typeof window.sidebar.addPanel == 'function')) {
    window.sidebar.addPanel ( document.title,'http://'+linkSidebar,'');
	} else if( window.external && navigator.platform == 'Win32' ) {
    window.external.AddFavorite( location.href, titleText );
	} else if( window.opera && window.print ) {
	return true;
	} else if( document.layers ) {
    window.alert( 'Please click OK then press Ctrl+D to create a bookmark.' );
	} else {
    window.alert( 'Please use your browser\'s bookmarking facility to create a bookmark' );
	}
  return false;
}
