var url = document.location.href
var who = document.title

var txt = "+ Bookmark It"
var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
   document.write('<a href="javascript:window.external.AddFavorite(url,who);" title="Add this site to your Favorites" onmousedown="return cl(12)"');
   document.write('onMouseOver=" window.status=')
   document.write("txt; return true ")
   document.write('"onMouseOut=" window.status=')
   document.write("' '; return true ")
   document.write('">'+txt+'</a><br />')
} 

var encurl = encodeURIComponent(url)
var encwho = encodeURIComponent(who)

document.write('<a rel="nofollow" href="#" onclick="gotourl(\'/bookmark.php?id=18&url='+encurl+'&title='+encwho+'\')" title="Add this page to your Google Bookmarks">+ Google Bookmarks</a><br />')
document.write('<a rel="nofollow" href="#" onclick="gotourl(\'/bookmark.php?id=3&url='+encurl+'&title='+encwho+'\')" title="Add this page to your Yahoo MyWeb bookmarks">+ Y! MyWeb</a>')
/*
document.write('<a rel="nofollow" href="#" onclick="gotourl(\'/bookmark.php?id=2&url='+encurl+'&title='+encwho+'\')" title="Add this page to your Furl.net bookmarks">+ Furl It</a><br />')
document.write('<a rel="nofollow" href="#" onclick="gotourl(\'/bookmark.php?id=1&url='+encurl+'&title='+encwho+'\')" title="Add this page to your del.icio.us bookmarks">+ Del.icio.us</a><br />')
document.write('<a rel="nofollow" href="#" onclick="gotourl(\'/bookmark.php?id=16&url='+encurl+'&title='+encwho+'\')" title="Post this url to your slashdot.org bookmarks">+ SlashDot.org</a><br />')
document.write('<a rel="nofollow" href="#" onclick="gotourl(\'/bookmark.php?id=8&url='+encurl+'&title=\')" title="Sumbit this url to Digg.com">+ Digg It</a><br />')
document.write('<a rel="nofollow" href="/bookmark.php?id=4&url='+encurl+'&title='+encwho+'" title="Add this page to your Symply.com bookmarks" target="_blank">+ Simpy</a><br />')
document.write('<a rel="nofollow" href="/bookmark.php?id=6&url='+encurl+'&title='+encwho+'" title="Add this page to your Spurl.net bookmarks" target="_blank">+ Spurl</a><br />')
document.write('<a rel="nofollow" href="/bookmark.php?id=7&url='+encurl+'&title='+encwho+'" title="Add this page to your RawShugar.com bookmarks" target="_blank">+ RawSugar</a><br />')
document.write('<a rel="nofollow" href="/bookmark.php?id=9&url='+encurl+'&title='+encwho+'" title="Sumbit this url to Reddit.com" target="_blank">+ Reddit</a><br />')
document.write('<a rel="nofollow" href="/bookmark.php?id=10&url='+encurl+'&title='+encwho+'" title="Add this page to your Blinklist.com bookmarks" target="_blank">+ Blinklist</a><br />')
document.write('<a rel="nofollow" href="/bookmark.php?id=11&url='+encurl+'&title='+encwho+'" title="Add this page to your Shadows.com bookmarks" target="_blank">+ Shadows</a><br />')
*/
