function shareAtFacebook() {
	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 putToMySpace() {
	t = document.title;
	c = '';
	u = location.href;
	l = 5;
	window.open('http://www.myspace.com/Modules/PostTo/Pages/?t=' + encodeURIComponent(t) + '&u=' + encodeURIComponent(u) + '&c=' + c + '&l=' + l, 'MySpace', 'toolbar=0,status=0,width=870,height=720');
	return false;
}

function putToPusha() {
	t = document.title;
	u = location.href;
	window.open('http://www.pusha.se/posta?url=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t), 'Pusha', 'toolbar=0,status=0,width=870,height=720');
	return false;
}

function putToBloggy() {
	t = document.title;
	u = location.href;
	window.open('http://bloggy.se/home?status=' + encodeURIComponent(t) + '&link=' + encodeURIComponent(u), 'Bloggy', 'toolbar=0,status=0,width=870,height=720');
	return false;
}

function putToStumbleUpon() {
	t = document.title;
	u = location.href;
	window.open('http://digg.com/submit?url=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t) ,'Digg', 'toolbar=no,width=550,height=550');
	return false;
}


function putToStumbleUpon() {
	t = document.title;
	u = location.href;
	window.open('http://www.stumbleupon.com/submit?url=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t) ,'StumbleUpon', 'toolbar=yes,width=626,height=436');
	return false;
}

function putToDelicious() {
	t = document.title;
	u = location.href;
	window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&url=' + encodeURIComponent(u) + '&amp;title=' + encodeURIComponent(t) ,'delicious', 'toolbar=no,width=550,height=550');
	return false;
}


