// keeping validator and facebook happy

function showTwitter(){window.open('http://www.twitter.com/home?status='+jbm_t_unenc+':+'+jbm_u_unenc+'','','resizable,location,menubar,toolbar,scrollbars,status');
	return false;
}

function showFacebook(){
	var d=document,f='http://www.facebook.com/share',l=d.location,e=encodeURIComponent,p='.php?src=bm&v=4&u='+e(l.href)+'&t='+e(d.title);1;try{if(!/^(.*\.)?facebook\.[^.]*$/.test(l.host))throw(0);share_internal_bookmarklet(p)}catch(z){a=function(){if(!window.open(f+'r'+p,'sharer','toolbar=0,status=0,resizable=1,width=626,height=436'))l.href=f+p};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a();}}void(0); 
	return false;
}

function showDigg(tags){
	window.open('http://digg.com/submit?phase=2&amp;url='+jbm_u+'&amp;bodytext='+jbm_d+'&amp;tags='+tags+'&amp;title='+jbm_t);
	return false;
}

function showDel(tags){
	window.open('http://del.icio.us/post?v=2&amp;url='+jbm_u+'&amp;notes='+jbm_d+'&amp;tags='+tags+'&amp;title='+jbm_t);
	return false;
}
