<!-- Social Widget  BEGIN --> 

var theTitle = encodeURIComponent(document.title)
var theURL = encodeURIComponent(document.location)



document.write('<nobr>')
// facebook
document.write('<a href="http://www.facebook.com/share.php?u='+theURL+'&title='+theTitle+'" title="Post to Facebook" rel="nofollow"><img src="js/socialicons/facebook-16x16.png" alt="Post to Facebook" height="16" width="16" border="0" align="absmiddle"/></a>&nbsp;')
// twitter
document.write('<a href="http://twitter.com/home?status=Currently Reading '+theURL+'" title="Post to Twitter" rel="nofollow"><img src="js/socialicons/twitter-16x16.png" alt="Post to Twitter" height="16" width="16" border="0" align="absmiddle" /></a>&nbsp;')
// myspace
// document.write('<a href="http://www.myspace.com/Modules/PostTo/Pages/?u='+theURL+'&title='+theTitle+'" title="Post to Myspace" rel="nofollow"><img src="js/socialicons/myspace-16x16.png" alt="Post to Myspace" height="16" width="16" border="0" align="absmiddle" /></a>&nbsp;')
// digg
// document.write('<a href="http://digg.com/submit?url='+theURL+'&title='+theTitle+'" title="Post to Digg" rel="nofollow"><img src="js/socialicons/digg-16x16.png" alt="Post to Digg" height="16" width="16" border="0" align="absmiddle" /></a>&nbsp;')
// del.icio.us
// document.write('<a href="http://del.icio.us/post?url='+theURL+'&title='+theTitle+'" title="See who bookmarked at del.icio.us" rel="nofollow"><img src="js/socialicons/delicious.gif" alt="See who bookmarked at del.icio.us" height="16" width="16" border="0" align="absmiddle" /></a>&nbsp;')
// Google
// document.write('<a href="http://www.google.com/bookmarks/mark?op=add&bkmk='+theURL+'&title='+theTitle+'" title="Bookmark to Google" rel="nofollow"><img src="js/socialicons/google-16x16.png" alt="Bookmark to Google" height="16" width="16" border="0" align="absmiddle" /></a>&nbsp;')
// favorite it - Technorati
// document.write('<a href="http://technorati.com/faves/?add='+theURL+'" title="Favorite it at Technorati" rel="nofollow" ><img src="js/socialicons/technorati.png" alt="Favorite it at Technorati" height="13" width="18" border="0" align="absmiddle" /></a>&nbsp;')
// friendfeed
// document.write('<a href="http://friendfeed.com/share?url'+theURL+'&title='+theTitle+'") title="Add To FriendFeed" rel="nofollow"><img src="js/socialicons/friendfeed.png" alt="Add To FriendFeed" height="16" width="16" border="0" align="absmiddle" /></a>&nbsp;')
// Furl
// document.write('<a href="http://furl.net/storeIt.jsp?u='+theURL+'&t='+theTitle+'") title="Furl it" rel="nofollow"><img src="js/socialicons/furl.gif" alt="Furl it" height="16" width="16" border="0" /></a> ')
// reddit
// document.write('<a href="http://reddit.com/submit?url='+theURL+'&title='+theTitle+'") title="Add To Reddit" rel="nofollow"><img src="js/socialicons/reddit-16x16.png" alt="Add To Reddit" height="16" width="16" border="0" align="absmiddle" /></a>&nbsp;')
// StumbleUpon
// document.write('<a href="http://www.stumbleupon.com/submit?url'+theURL+'&title='+theTitle+'") title="StumbleUpon - I like it" rel="nofollow"><img src="js/socialicons/stumbleupon.gif" alt="StumbleUpon - I like it" height="16" width="16" border="0" align="absmiddle" /></a>')

document.write("</nobr>")



<!-- Social Widget  END -->
