function changeBackgroundColor(col) {
	var styleObj = document.body.style
	styleObj.backgroundColor = col;
}
function calldelicious() {
	window.location = 'http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&jump=yes';
}