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;
}
