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='\
<a href="javascript:viod(0)" onclick="return Favorites()"><img src="http://img.brothersoft.com/v1/images/bookmark_image/share_img.jpg" alt="Favorites" /></a>\
<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" /></a>\
<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" /></a>\
<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" /></a>\
<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" /></a>\
<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" /></a>\
<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" /></a>\
<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" /></a>\
\
';
document.write(bookmark);
