/* Adds a print button + AddThis Button

If you intend to use a ' , then proceed it with a \ , like \' to tell JavaScript that
you intend to show it. Or else the script will crash. */

function level(level)
{
          	
document.write('<span style="float:left;"><a href="' + level + 'print/printer.php"><img src="' + level + 'print/images/print.gif" alt= "Print this page" border="0" /> Print this page</a></span>' +
		'<!-- AddThis Button BEGIN -->' +
		'<script type="text/javascript">var addthis_pub="inconhist";</script>' +
		'<a href="http://www.addthis.com/bookmark.php?v=20" onclick="return addthis_sendto()" onmouseout="addthis_close()" onmouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\')">' +
		'<img alt="Bookmark and Share" height="16" src="http://s7.addthis.com/static/btn/lg-share-en.gif" style="border: 0" width="125" /></a>' +
		'<script src="http://s7.addthis.com/js/200/addthis_widget.js" type="text/javascript"></script>' +
		'<!-- AddThis Button END -->');
		
}