$(document).ready(function(){
	$print = $("<li><a href=\"#print\" title=\"Print this page.\">Print This Page</a> |</li>").click(function(){ window.print(); });
	$("#toolbox").prepend($print);
});