document.write('<ul>');
document.write('<li class="bookmark" style="width:150px;"><a href="javascript: add_favorites();"><img src="/images/bookmark/favorites.png" width="16" height="16" alt="" /> Add to Favorites</a>');
document.write('<li class="bookmark" style="width:110px;"><a href="http://del.icio.us/post?url='+document.location.href+'&title='+document.title+'" target="_blank"><img src="/images/bookmark/delicious.png" width="16" height="16" alt="" /> Delicious</a>');
document.write('<li class="bookmark" style="width:80px; "><a href="http://digg.com/submit?phase=2&url='+document.location.href+'&title='+document.title+'" target="_blank"><img src="/images/bookmark/digg.png" width="16" height="16" alt="" /> Digg</a>');
document.write('<li class="bookmark" style="width:110px;"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u='+document.location.href+'&t='+document.title+'&c=%20" target="_blank"><img src="/images/bookmark/myspace.png" width="16" height="16" alt="" /> MySpace</a><br />');
document.write('<li class="bookmark" style="width:150px;"><a href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+document.location.href+'&title='+document.title+'" target="_blank"><img src="/images/bookmark/goog.png" width="16" height="16" alt="" /> Google Bookmarks</a>');
document.write('<li class="bookmark" style="width:110px;"><a href="http://www.facebook.com/sharer.php?u='+encodeURIComponent(document.location.href)+'&t='+encodeURIComponent(document.title)+'" target="_blank"><img src="/images/bookmark/facebook.gif" width="16" height="16" alt="" /> Facebook</a>');
document.write('<li class="bookmark" style="width:80px; "><a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url='+document.location.href+'&title='+document.title+'&top=1" target="_blank"><img src="/images/bookmark/live.gif" width="16" height="16" alt="" /> Live</a>');
document.write('<li class="bookmark" style="width:110px;"><a href=" http://myweb.yahoo.com/myresults/bookmarklet?u='+document.location.href+'&t='+document.title+'&ei=UTF" target="_blank"><img src="/images/bookmark/yahoo-myweb.png" width="16" height="16" alt="" /> Yahoo MyWeb</a>');
document.write('</ul>');

function add_favorites()
{
	try{
		if (document.all)
		{
			window.external.AddFavorite(document.location.href,document.title);
		}
		else
		{
			window.sidebar.addPanel(document.title,document.location.href,"");
		}
	}
	catch(e)
	{
		if (document.all)
			alert('Please hit \'Ctrl+D\' to add this game to your favorites.');
	}
}
