function Favorites(){
	var title=document.title
	var url=document.location.href
	if (window.sidebar) window.sidebar.addPanel(title, url,"");
	else if( window.opera && window.print ){
	var mbm = document.createElement('a');
	mbm.setAttribute('rel','sidebar');
	mbm.setAttribute('href',url);
	mbm.setAttribute('title',title);
	mbm.click();}
	else if( document.all ) window.external.AddFavorite( url, title);
}


var bookmark='\
<link href="http://img.brothersoft.com/v1/images/share.css" rel="stylesheet" type="text/css" media="screen" />\
<div class="share_con">\
<dl>\
<dd><a href="javascript:viod(0)" onclick="return Favorites()"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img.jpg" alt="Favorites" />Favorites</a></dd>\
<dd><a target="_blank" href="http://del.icio.us/post?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img3.jpg" alt="Del.icio.us" />Del.icio.us</a></dd>\
<dd><a target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url='+location.href+'&title='+encodeURIComponent(document.title)+'"><img src="http://img.brothersoft.com/v1/images/bookmark_image/msn.jpg" alt="Live" />Live</a></dd>\
<dd style="width:108px;"><a target="_blank" href="http://www.stumbleupon.com/submit?url='+location.href+'&title='+encodeURIComponent(document.title)+'"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img7.jpg" alt="StumbleUpon" />StumbleUpon</a></dd>\
<dd style="clear:left;"><a target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk='+location.href+'&title='+encodeURIComponent(document.title)+'"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img2.jpg" alt="Google" />Google</a></dd>\
<dd><a target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u='+location.href+'&t='+encodeURIComponent(document.title)+'"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img4.jpg" alt="Myspace" />Myspace</a></dd>\
<dd><a target="_blank" href="http://www.facebook.com/sharer.php?u='+location.href+'&t='+encodeURIComponent(document.title)+'"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img6.jpg" alt="Facebook" />Facebook</a></dd>\
<dd><a target="_blank" href="http://reddit.com/submit?url='+location.href+'&title='+encodeURIComponent(document.title)+'"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img8.jpg" alt="Reddit" />Reddit</a></dd>\
</dl>\
</div>\
';
document.write(bookmark);
