<?php get_header(); ?>

 <!--[if IE]>
   <p style="text-align: center;"><a href="http://browsehappy.com/" title="We recommends a better Web browser"><img src="/wp-admin/images/browse-happy.gif" alt="Browse Happy" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/move-to-gnu-linux/">Upgrade to GNU/Linux</a></p>
 <![endif]-->

	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		
		<div class="post">

			<?php the_date('m.d.y', '<h1 class="storydate">', '</h1>'); ?> 
			<h2 id="post-<?php the_ID(); ?>" class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
			<p class="meta"><?php _e('Posted in'); ?> <?php the_category(', ') ?> <?php _e('at'); ?> <?php the_time(); ?> <?php _e('by'); ?> <?php the_author(); ?></p>
		
			<?php the_content(__('Read the rest of this entry &raquo;')); ?>
			<?php wp_link_pages(); ?>
			<p class="feedback">

			<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>" class="permalink"><?php _e('Permalink'); ?></a> <img src="/images/icon_mail.gif" alt="Mail" />&nbsp;<a href="mailto:blank?body=The article '<?php the_title(); ?>' has been sent to you. You can view it at: <?php the_permalink() ?>">Send this to a friend</a> <?php edit_post_link(__('Edit'), ' &#183; ', ''); ?>
			</p>
		
		</div>
 

<p>If you liked this post, consider <a href="/feed/">subscribing to the RSS feed</a> or join us now at <a href="/irc-channel/">the IRC channels</a>.</p>

		<h2>Pages that cross-reference this one</h2>

<?php the_crossreferences(); ?>

<ul><li><a href="" onclick="q=(document.location.href);t=(document.title);void(open('http://www.fsdaily.com/submit?url='+escape(q)+'&amp;title='+escape(t),'','resizable,location,menubar,toolbar,scrollbars,status'));"><img src="/images/fsdaily_submit.png" alt="FSDaily" /></a></li></ul>
		<?php comments_template(); ?>
	<?php endwhile; else: ?>

		<h2><?php _e('Not Found'); ?></h2>
		<p><?php _e('Sorry, but the page you requested cannot be found.'); ?></p>
		<?php include (TEMPLATEPATH . "/searchform.php"); ?>

	<?php endif; ?>


<h3>What Else is New</h3>
		<ol id="recentlist">
<?php mdv_recent_posts($no_posts = 30, $before = '<li class="recent"><hr size="5" /><font size="4">', $after = '</font><br /><br /><hr size="5" /></li>', $hide_pass_post = true, $skip_posts = 0, $show_excerpts = true); ?>

		</ol>




<?php get_sidebar(); ?>
<div id="features">
<p><a href="/feed/" title="RSS Feed"><img src="/feed-icon-64x64.png" alt="RSS 64x64" style="float:left; padding:4px;" /></a><b>RSS Feed</b>: subscribe to <a href="/feed/" title="RSS Feed">the RSS feed</a> for regular updates</p>

<p><a href="/" title="Site Wiki"><img src="/images/home-icon.png" alt="Home icon" style="float:left; padding:4px;"/></a><b>Site Wiki</b>: You can improve this site by helping the extension <a href="/" title="Site Wiki">of the site's content</a></p>

<p><a href="/irc-channel/" title="IRC Channel"><img src="/images/chat-icon.png" alt="Chat icon" style="float:left; padding:4px;"/></a><b>IRC Channel</b>: Come and <a href="/irc-channel/" title="IRC channel">chat with us</a> in real time</p>

<script type="text/javascript" src="http://identi.ca/js/identica-badge.js">
    {
       "user":"schestowitz",
       "server":"identi.ca",
       "headerText":" RSS feed", 
       "width":"140px",
       "background":"#cdd3d3",
       "border":"#cfd8d8",
       "headerColor":"#444444",
       "evenBackground":"#cdd3d3"
    }
</script>

<div class='widget-content'>

<script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript">

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#cdd3d3',
      color: '#59708c'
    },
    tweets: {
      background: '#e6eeee',
      color: '#0a010a',
      links: '#59708c'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('schestowitz').start();
</script>
</div>

<h3>Recent Posts</h3>
		<ul>
		<?php mdv_recent_posts($no_posts=50); ?>
		</ul>
</div>
<?php get_footer(); ?>
