function printThis() {    if (window.print) window.print();}function emailThis() {     window.location="mailto:?subject=" + document.title + "&body=\n\t" + window.location + "\n";}