function fbs_send(url, title) {
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&t='+encodeURIComponent(title),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}
function mys_send(url, title, html) {
	window.open('http://www.myspace.com/Modules/PostTo/Pages/?t='+encodeURIComponent(title)+'&c='+encodeURIComponent(html)+'&u='+encodeURIComponent(url),'sharer','toolbar=0,status=0,width=626,height=500');
	return false;
}