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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

	<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/jquery-1.3.1.min.js"></script>

    <!-- Dropdowns -->
    <link rel="stylesheet" href="<?php bloginfo('url'); ?>/wp-content/themes/paramount/css/superfish.css" type="text/css" media="screen" />
    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/jquery.hoverIntent.minified.js"></script>
    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/superfish.js"></script>
    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/supersubs.js"></script>
    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/superfish_init.js"></script>

    <!-- jFlow -->
    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/jquery.flow.1.1.js"></script>
    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/jquery.flow.init.js"></script>

    <!--[if lte IE 6]>
    <script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/js/supersleight-min.js"></script>
    <![endif]-->

	<?php wp_head(); ?>

</head>

<body>
	<div id="container">
        <?php if(get_option("ct_custom_logo_url", "ct_custom_logo_alt", $single = true) !="") { ?>
           	<a href="<?php bloginfo('url'); ?>">
            	<img id="logo" src="<?php echo get_option("ct_custom_logo_url", $single = true); ?>" alt="<?php echo get_option("ct_custom_logo_alt", $single = true); ?>" />
            </a>
        <?php } else { ?>
        	<a href="<?php bloginfo('url'); ?>">
           		<img id="logo" src="<?php bloginfo('url'); ?>/wp-content/themes/paramount/images/paramount_logo.png" alt="Paramount" />
            </a>
       <?php } ?>

        <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
        	<input type="text" value="Search..." name="s" id="s" class="right" onfocus="if(this.value=='Search...')this.value = '';" onblur="if(this.value=='')this.value = 'Search...';" />
        </form>

        	<div class="clear"></div>

        <?php ct_nav(); ?>