function fbs_click() {
	var u=location.href;
	var 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');
}

function del_icio_us_click() {
	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');
}

function mspc_click() {
	var t=document.title;
	var c='';
	var u=location.href;
	var 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');
}
