// JavaScript Document
function likeThis(a) {
	document.write('<br /><br /><p>If you like this tool and would like to link to it, use the following code:<br><a href="');
	document.write(document.location);
	document.write('">');
	document.write(a);
	document.write('</a></p>');
	document.write('<textarea onfocus="this.select();" wrap="virtual" style="width:460px;border:solid 1px #444444;height:70px;"><a href="');
	document.write(document.location);
	document.write('">' + a + '</a></textarea>');
}