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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 |
<div class="col1"> <div class="col-inner"> <!--Start Welcome page--> <?php /* If a title has been provided, we'll use this. */ $FrontPageFirstColumnImage=get_option('FrontPageFirstColumnImage'); if($FrontPageFirstColumnImage) { ?> <?php if (get_option("timthumboption")) $timthumboption = get_option("timthumboption"); if( $timthumboption == "1" ){?> <img src="<?php echo $FrontPageFirstColumnImage; ?>" width="180" height="50" class="tn-br" /> <?php } else { ?> <p> <a href="<?php echo get_option('FrontPageFirstColumnViewMore'); ?>"> <img src="<?php bloginfo( 'template_directory' ); ?>/timthumb.php?src=<?php echo $FrontPageFirstColumnImage; ?>&w=180&h=50" class="tn-br" /></a></p> <?php } ?> <?php } $FrontPageFirstColumnTitle=get_option('FrontPageFirstColumnTitle'); if ($FrontPageFirstColumnTitle) { echo '<h3>'; echo $FrontPageFirstColumnTitle; echo '</h3>'; // Otherwise we'll use this generic message. } else {?> <h3>About Us</h3> <?php } ?> <?php /* If the content has been provided, we'll use this. */ $FrontPageFirstColumn=get_option('FrontPageFirstColumn'); if ($FrontPageFirstColumn) { echo stripslashes($FrontPageFirstColumn); echo '<br />'; ?> <p class="more"><a href="<?php echo get_option('FrontPageFirstColumnViewMore'); ?>"> <img src="<?php bloginfo('template_url'); ?>/images/view-more.jpg" alt="view more" class="view-more"/></a> </p><?php // Otherwise we'll use this generic message. } else {?> <p>Vivamus varius euismod arcu. Morbi non ante. Nam vitae dolor sit amet turpis lacinia vehicula. Nullam laoreet magna sit amet sem porta laoreet. </p> <p class="more"><a href="#"> <img src="<?php bloginfo('template_url'); ?>/images/view-more.jpg" alt="view more" class="view-more"/></a></p> <?php } ?> </div> </div> <!--Start Welcome page column 2--> <div class="col1"> <div class="col-inner"> <?php /* If a title has been provided, we'll use this. */ $FrontPageSecondColumnImage=get_option('FrontPageSecondColumnImage'); if($FrontPageSecondColumnImage) { ?> <?php if (get_option("timthumboption")) $timthumboption = get_option("timthumboption"); if( $timthumboption == "1" ){?> <img src="<?php echo $FrontPageSecondColumnImage; ?>" width="180" height="50" class="tn-br" /> <?php } else { ?> <p> <a href="<?php echo get_option('FrontPageSecondColumnViewMore'); ?>"> <img src="<?php bloginfo( 'template_directory' ); ?>/timthumb.php?src=<?php echo $FrontPageSecondColumnImage; ?>&w=180&h=50" class="tn-br" /></a></p> <?php } ?> <?php } $FrontPageSecondColumnTitle=get_option('FrontPageSecondColumnTitle'); if ($FrontPageSecondColumnTitle) { echo '<h3>'; echo $FrontPageSecondColumnTitle; echo '</h3>'; // Otherwise we'll use this generic message. } else {?> <h3>Services</h3> <?php } ?> <?php /* If the content has been provided, we'll use this. */ $FrontPageSecondColumn=get_option('FrontPageSecondColumn'); if ($FrontPageSecondColumn) { echo stripslashes($FrontPageSecondColumn); echo '<br />'; ?> <p class="more"><a href="<?php echo get_option('FrontPageSecondColumnViewMore'); ?>"> <img src="<?php bloginfo('template_url'); ?>/images/view-more.jpg" alt="view more" class="view-more"/></a> </p><?php // Otherwise we'll use this generic message. } else {?> <p>Vivamus varius euismod arcu. Morbi non ante. Nam vitae dolor sit amet turpis lacinia vehicula. Nullam laoreet magna sit amet sem porta laoreet. </p> <p class="more"><a href="#"> <img src="<?php bloginfo('template_url'); ?>/images/view-more.jpg" alt="view more" class="view-more"/></a></p> <?php } ?> </div> </div> <!--End Welcome page column 2--> <!--Start Welcome page column 3--> <div class="col1"> <div class="col-inner"> <?php /* If a title has been provided, we'll use this. */ $FrontPageThirdColumnImage=get_option('FrontPageThirdColumnImage'); if($FrontPageThirdColumnImage) { ?> <?php if (get_option("timthumboption")) $timthumboption = get_option("timthumboption"); if( $timthumboption == "1" ){?> <img src="<?php echo $FrontPageThirdColumnImage; ?>" width="180" height="50" class="tn-br" /> <?php } else { ?> <p> <a href="<?php echo get_option('FrontPageThirdColumnViewMore'); ?>"> <img src="<?php bloginfo( 'template_directory' ); ?>/timthumb.php?src=<?php echo $FrontPageThirdColumnImage; ?>&w=180&h=50" class="tn-br" /></a></p> <?php } ?> <?php } $FrontPageThirdColumnTitle=get_option('FrontPageThirdColumnTitle'); if ($FrontPageThirdColumnTitle) { echo '<h3>'; echo $FrontPageThirdColumnTitle; echo '</h3>'; // Otherwise we'll use this generic message. } else {?> <h3>Services</h3> <?php } ?> <?php /* If the content has been provided, we'll use this. */ $FrontPageThirdColumn=get_option('FrontPageThirdColumn'); if ($FrontPageThirdColumn) { echo stripslashes($FrontPageThirdColumn); echo '<br />'; ?> <p class="more"><a href="<?php echo get_option('FrontPageThirdColumnViewMore'); ?>"> <img src="<?php bloginfo('template_url'); ?>/images/view-more.jpg" alt="view more" class="view-more"/></a> </p><?php // Otherwise we'll use this generic message. } else {?> <p>Vivamus varius euismod arcu. Morbi non ante. Nam vitae dolor sit amet turpis lacinia vehicula. Nullam laoreet magna sit amet sem porta laoreet. </p> <p class="more"><a href="#"> <img src="<?php bloginfo('template_url'); ?>/images/view-more.jpg" alt="view more" class="view-more"/></a></p> <?php } ?> </div> </div> <!--End Welcome page column 3--> |