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.


/* you have to open the portfolioPage.php if you are using the main portfolio page or the 
 porfolioGallery.php if you are using the portfolio gallery page and somewhere around the middle  of the file change this line: */

 <a rel="prettyPhoto[group]" class="single_image<?php echo($class); ?>" href="<?php echo($preview); ?>"></a>

/* to be like this: */

 <a class="single_image<?php echo($class); ?>" href="<?php 
echo(get_post_meta($post->ID, 'link', true)); ?>"></a>