﻿function facebook( u, t )
{
	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 addthis(u, t)
{
	var logo_url = 'http://www.santahelena.se/client/design/sh_logo_add_this.png';
	window.open('http://www.addthis.com/bookmark.php?v=15&winname=addthis&pub=musicbay&s=undefined&url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t)+'&logo='+encodeURIComponent(logo_url)+'&logobg=000000&logocolor=000000','addthis','toolbar=0,status=0,width=626,height=756');
	return false;
}