// JavaScript Document

function del() {

url = "http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'";
	
	document.write('<img src="/images/delicious.png" title="Add to del.icio.us" alt="Add to del.icio.us" onClick="window.open(url)">');
	}