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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<!-- Start the Loop. --> <!-- Test if the current post is in category 3. --> <!-- If it is, the div box is given the CSS class "post-cat-three". --> <!-- Otherwise, the div box is given the CSS class "post". --> <div class="post-cat-three"> <div class="post"> <!-- Display the Title as a link to the Post's permalink. --> <h2><a href="" rel="bookmark" title="Permanent Link to "></a></h2> <!-- Display the date (November 16th, 2009 format) and a link to other posts by this posts author. --> <small> by </small> <!-- Display the Post's Content in a div box. --> <div class="entry"> </div> <!-- Display a comma separated list of the Post's Categories. --> <p class="postmetadata">Posted in </p> </div> <!-- closes the first div box --> <!-- Stop The Loop (but note the "else:" - see next line). --> <!-- The very first "if" tested to see if there were any Posts to --> <!-- display. This "else" part tells what do if there weren't any. --> <p>Sorry, no posts matched your criteria.</p> <!-- REALLY stop The Loop. --> |