function initSBMLinks(){
	document.getElementById('bc_reddit_link').href = "http://reddit.com/submit?url=" + escape(location.href) + "$title=" + escape(document.title);
	document.getElementById('bc_yahoo_link').href = "http://buzz.yahoo.com/article/wired/" + escape(location.href);
	document.getElementById('bc_stubmle_link').href = "http://stumbleupon.com/submit?url=" + location.href + "&title=" + escape(document.title);
	document.getElementById('bc_digg_link').href = "http://digg.com/submit?url=" + location.href + "&title=" + escape(document.title);
	document.getElementById('bc_delicious_link').href = "http://del.icio.us/post?v=4&noui&jump=close&url=" + escape(location.href) + "&title=" + escape(document.title);
	document.getElementById('bc_facebook_link').href = "http://www.facebook.com/sharer.php?u=" + escape(location.href) + "&t=" + escape(document.title);      
}

runOnLoad(initSBMLinks);
