// JavaScript Document
	var u=window.location.href;
	var t=window.document.title;

	function tweet()
	{
		document.write('<a href="http://twitter.com/intent/tweet?text='+t+': '+u+'" target="_blank" title="Share On Twitter" alt="Twitter"/>'+' Twitter'+'</a>');
	}
	function fbshare()
	{
		document.write('<iframe src="http://www.facebook.com/plugins/like.php?href='+u+'&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:20px;" allowtransparency="true"></iframe>');
	}

