document.write('<p class=\"sortnote\"><em>Columns can be sorted by clicking on the column header. Hold down the \"Shift\" key to select more than one column for multi-column sorting.</em></p>');

document.write('<div id=\"pager1\" class=\"pager\">');
document.write('<form id=\"pagination1\" action=\"\">');
document.write('<div>Number of entries/rows displayed on the page: ');
document.write('<select name=\"selectsite\" onchange=\"HandleChange1();\">');
document.write('<option value=\"5\" selected=\"selected\">5</option>');
document.write('<option value=\"10\">10</option>');
document.write('<option value=\"20\">20</option>');
document.write('<option value=\"50\">50</option>');
document.write('<option value=\"100\">100</option>');
document.write('<option value=\"1000\">All</option>');
document.write('</select>');
document.write('</div>');
document.write('</form>');
document.write('</div>');