// SocialMedia.js

	function fbs_click() {
		u=location.href;
		t=document.title;
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
		}
	
	function DeliciousActions() {
		window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400'); 
		// return false;
	}
	
	function Onload() {
		// ShowTitle();			
	}
	
		function ShowTitle() {
			var t = document.getElementsByTagName('title')[0];
			document.getElementById('DeliciousA').href+=t.innerHTML + ";";
		}
