Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>jqGrid test</title>

    <link rel="stylesheet" type="text/css" media="screen"
          href="http://trirand.com/jqgrid/themes/redmond/jquery-ui-1.7.1.custom.css"/>
    <link rel="stylesheet" type="text/css" media="screen" href="http://trirand.com/jqgrid/themes/ui.jqgrid.css"/>
    <link rel="stylesheet" type="text/css" media="screen" href="http://trirand.com/jqgrid/themes/ui.multiselect.css"/>

    <script src="http://trirand.com/jqgrid/js/jquery.js" type="text/javascript"></script>
    <script src="http://trirand.com/jqgrid/js/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
    <script src="http://trirand.com/jqgrid/js/i18n/grid.locale-en.js" type="text/javascript"></script>
    <script src="http://trirand.com/jqgrid/js/jquery.jqGrid.min.js" type="text/javascript"></script>
    <script src="http://trirand.com/jqgrid/js/ui.multiselect.js" type="text/javascript"></script>

    <script src="test.js" type="text/javascript"></script>

</head>

<body>

<a href="">Export table</a><br/>
<table id="mytable" class="scroll" cellpadding="0" cellspacing="0"></table>
<div id="mypager" class="scroll" style="text-align:center;"></div>
<div id="export_results"></div>
</body>

</html>