
function urlencode(str) {
return escape(str).replace(/\+/g,'%2B').replace(/%20/g, '+').replace(/\*/g, '%2A').replace(/\//g, '%2F').replace(/@/g, '%40');
}

var thisUrl = urlencode(window.location);
var thisTitle = urlencode(document.title);

document.getElementById("bookmarks").innerHTML = "<a rel=\"nofollow\" target=\"_blank\" href=\"/uploads/news.xml\" title=\"RSS\"><img width=\"30\" border=\"0\" src=\"/iicons/rss.png\" title=\"RSS\" alt=\"RSS Latest News\" /></a> <a href=\"#bookmark\" title=\"Add to favorites\" onclick=\"if (document.all) window.external.AddFavorite(window.location, document.title); else if (window.sidebar) window.sidebar.addPanel(document.title, window.location, '');\"><img width=\"30\" border=\"0\" src=\"/iicons/bookmark.png\" title=\"Add to favorites\" alt=\"Add to favorites\" /></a> <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.stumbleupon.com/submit?url="+thisUrl+"&title="+thisTitle+"\" title=\"StumbleUpon\"><img width=\"30\" border=\"0\" src=\"/iicons/stumbleupon.png\" title=\"StumbleUpon\" alt=\"StumbleUpon\" /></a> <a rel=\"nofollow\" target=\"_blank\" href=\"http://digg.com/submit?phase=2&amp;url="+thisUrl+"&title="+thisTitle+"\" title=\"Digg\"><img width=\"30\" border=\"0\" src=\"/iicons/digg.png\" title=\"Digg\" alt=\"Digg\" /></a> <a rel=\"nofollow\" target=\"_blank\" href=\"http://twitthis.com/twit?url="+thisUrl+"&title="+thisTitle+"\" title=\"TwitThis\"><img width=\"30\" border=\"0\" src=\"/iicons/twitter.png\" title=\"TwitThis\" alt=\"TwitThis\" /></a> <a rel=\"nofollow\" target=\"_blank\" href=\"http://technorati.com/faves?add="+thisUrl+"&title="+thisTitle+"\" title=\"Technorati\"><img width=\"30\" border=\"0\" src=\"/iicons/technorati.png\" title=\"Technorati\" alt=\"Technorati\" /></a> 	<a rel=\"nofollow\" target=\"_blank\" href=\"http://www.facebook.com/sharer.php?u="+thisUrl+"&title="+thisTitle+"\" title=\"Facebook\"><img width=\"30\" border=\"0\" src=\"/iicons/facebook.png\" title=\"Facebook\" alt=\"Facebook\" /></a> <a rel=\"nofollow\" target=\"_blank\" href=\"http://reddit.com/submit?url="+thisUrl+"&title="+thisTitle+"\" title=\"Reddit\"><img width=\"30\" border=\"0\" src=\"/iicons/reddit.png\" title=\"Reddit\" alt=\"Reddit\" /></a> <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.google.com/bookmarks/mark?op=edit&amp;bkmk="+thisUrl+"&title="+thisTitle+"\" title=\"Google\"><img width=\"30\" border=\"0\" src=\"/iicons/google.png\" title=\"Google\" alt=\"Google\" /></a> 	<a rel=\"nofollow\" target=\"_blank\" href=\"http://myweb2.search.yahoo.com/myresults/bookmarklet?u="+thisUrl+"&title="+thisTitle+"\" title=\"YahooMyWeb\"><img width=\"30\" border=\"0\" src=\"/iicons/yahoo.png\" title=\"YahooMyWeb\" alt=\"YahooMyWeb\" /></a>";