function digg(text){
	var bodytext=text;
	window.open('http://digg.com/submit?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title)+'&bodytext='+encodeURIComponent(document.title));
}
function facebook(text) {
	u=location.href;
	t=document.title;
	bodytext=text;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436')
}
function myspace(comment){
	u=location.href;
	t=document.title;
	c=comment;
	window.open('http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(t)
+ '&c=' + encodeURIComponent(t) + '&u=' + encodeURIComponent(u));
}
function twitthis(){
	window.open("http://twitthis.com/twit?url="+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=600, height=500, location, status, scrollbars, resizable");
}
function delicious(){
	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 google(){
	window.open('http://www.google.com/bookmarks/mark?op=add&hl=en&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));
}

function stumble(){
	window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}
function yahoo(comment){
	d=comment;
	window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d='+encodeURIComponent(d)+'&u='+encodeURIComponent(location.href));
}
function mixx(){
	window.open('http://www.mixx.com/submit?page_url='+encodeURIComponent(location.href));
}
