
function makeSocial() {
	
	var docTitle = encodeURIComponent(document.title);
	var docURL = encodeURIComponent(document.location.href);
	
	document.write('<a title="del.icio.us" href="http://del.icio.us/post?v=2&url='+docURL+'&title='+docTitle+'">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/delicious.png" alt="del.icio.us" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="flickr" href="http://www.flickr.com/search/?q=fotb%2C+OR+fotb06%2C+OR+fotb07%2C+OR+flash%2Bon%2Bthe%2Bbeach&d=taken-20061101-&ss=0&ct=0&z=t">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/flickr.gif" alt="flickr" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="digg" href="http://digg.com/submit?phase=3&url='+docURL+'&title='+docTitle+'">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/digg.png" alt="digg" class="sociable-hovers">');
	document.write('</a>&nbsp;');
		
	document.write('<a title="Twit This" href="http://twitthis.com/twit?url='+docURL+'&title='+docTitle+'">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/twitthis.png" alt="Twit This!" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="Facebook" href="http://www.facebook.com/share.php?u='+docURL+'">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/facebook.png" alt="Share on Facebook" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="Upcoming" href="http://upcoming.yahoo.com/event/591211/">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/upcoming.gif" alt="View on Upcoming" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="Furl" href="http://www.furl.net/storeIt.jsp?t='+docTitle+'&u='+docURL+'">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/furl.png" alt="Furl" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="reddit" href="http://reddit.com/submit?url='+docURL+'&title='+docTitle+'">');
	document.write('<img src="http://www.flashonthebeach.com/images/social/reddit.png" alt="Reddit" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="StumbleUpon" href="http://www.stumbleupon.com/submit?url='+docURL+'">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/stumbleupon.png" alt="StumbleUpon" class="sociable-hovers">');
	document.write('</a>&nbsp;');
	
	document.write('<a title="Technorati" href="http://technorati.com/faves/?add='+docURL+'">');
	document.write('<img height=16 border=0 src="http://www.flashonthebeach.com/images/social/technorati.png" alt="Technorati" class="sociable-hovers">');
	document.write('</a>');

}

makeSocial();
