var pageLinks = {
	delicious: function () {
		location.href = "http://del.icio.us/post?v=4;url="+encodeURIComponent(document.location.href)+";title="+encodeURIComponent(document.title);
	},
	digg: function () {
		location.href = "http://digg.com/submit?phase=2&url="+encodeURIComponent(document.location.href)+"&title="+encodeURIComponent(document.title);
	}
};


