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='\
<table align="center" width="45%" border="0" cellpadding="0" cellspacing="0">\
<tr>\
<td align="left"><a href="javascript:viod(0)" onclick="return Favorites()"><img border="0"  src="http://freesharewaredepot.com/images/bookmark/bookmark.jpg" alt="Favorites" /><span class="text_route_directory">Favorites</span></a></td>\
<td align="left"><a target="_blank" href="http://del.icio.us/post?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'"><img  border="0"  src="http://freesharewaredepot.com/images/bookmark/delicio.jpg" alt="Del.icio.us" /><span class="text_route_directory">Del.icio.us</span></a></td>\
<td align="left"><a target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url='+location.href+'&title='+encodeURIComponent(document.title)+'"><img border="0"  src="http://freesharewaredepot.com/images/bookmark/live.jpg" alt="Live" /><span class="text_route_directory">Live</span></a></td>\
<td align="left"><a target="_blank" href="http://www.stumbleupon.com/submit?url='+location.href+'&title='+encodeURIComponent(document.title)+'"><img border="0"  src="http://freesharewaredepot.com/images/bookmark/stumble.jpg" alt="StumbleUpon" /><span class="text_route_directory">StumbleUpon</span></a></td></span></tr>\
<tr><span class="text_route_directory"><td align="left"><a target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk='+location.href+'&title='+encodeURIComponent(document.title)+'"><img border="0"  src="http://freesharewaredepot.com/images/bookmark/google.jpg" alt="Google" /><span class="text_route_directory">Google</span></a></td>\
<td align="left"><a target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u='+location.href+'&t='+encodeURIComponent(document.title)+'"><img border="0"  src="http://freesharewaredepot.com/images/bookmark/myspace.jpg" alt="Myspace" /><span class="text_route_directory">Myspace</span></a></td>\
<td align="left"><a target="_blank" href="http://www.facebook.com/sharer.php?u='+location.href+'&t='+encodeURIComponent(document.title)+'"><img  border="0"  src="http://freesharewaredepot.com/images/bookmark/facebook.jpg" alt="Facebook" /><span class="text_route_directory">Facebook</span></a></td>\
<td align="left"><a target="_blank" href="http://reddit.com/submit?url='+location.href+'&title='+encodeURIComponent(document.title)+'"><img  border="0"  src="http://freesharewaredepot.com/images/bookmark/reddit.jpg" alt="Reddit" /><span class="text_route_directory">Reddit</span></a></td>\
</span>\
</tr>\
</table>\
';
document.write(bookmark);
