  <?xml version="1.0" encoding="UTF-8" ?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:template name="head">
 <head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> 
 <title>
  <xsl:value-of select="$title" /> 
  Feed 
  </title>
  <link type="text/css" href="preview.css" rel="stylesheet" /> 
  <script src="/js/xsl_mop-up.js" type="text/javascript" /> 
  <script>function setCopyPaste() { var copypaste = document.getElementById('copypaste'); copypaste.value = location.href; }</script> 
  </head>
  </xsl:template>
 <xsl:template name="intro">
  <h1>Subscribe to this feed here</h1> 
 <div class="sub_options">
 <!--  Web Based Readers 
  --> 
 <div class="orangebox">
  <h2>Web Based RSS Readers</h2> 
  <br /> 
 <div class="orangeboxBody">
 <div id="readersLogoContainer">
 <ul>
 <li>
<a href="javascript:location.href = 'http://add.my.yahoo.com/rss?url=' + location.href">
  <img alt="Add to My Yahoo" src="myyahoo.gif" width="91" height="17" /> 
  </a>
  </li>
 <li>
 <a href="javascript:location.href = 'http://www.newsgator.com/ngs/subscriber/subext.aspx?url=' + location.href">
  <img alt="Subscribe in Newsgator" src="newsgator.gif" width="91" height="17" /> 
  </a>
  </li>
 <li>
 <a href="javascript:location.href = 'http://www.netvibes.com/subscribe.php?url=' + location.href">
  <img alt="Subscribe in NetVibes" src="netvibes.gif" width="91" height="17" /> 
  </a>
  </li>
<!-- <li>
 <a href="javascript:location.href = 'http://www.bloglines.com/sub/' + location.href">
  <img alt="Add to Bloglines" src="http://www.bloglines.com/images/sub_modern11.gif" width="76" height="17" /> 
  </a>
  </li>
 <li>
 <a href="javascript:location.href = 'http://feeds.my.aol.com/add.jsp?url=' + location.href">
  <img alt="Subscribe in My AOL" src="http://o.aolcdn.com/myfeeds/vis/myaol_cta1.gif" width="63" height="14" /> 
  </a>
  </li>-->
 <li>
 <a href="javascript:location.href = 'http://fusion.google.com/add?feedurl=' + location.href">
  <img alt="Add to Google" src="google.gif" width="104" height="17" /> 
  </a>
  </li>
 <li>
 <a href="javascript:location.href = 'http://www.pageflakes.com/subscribe.aspx?url=' + location.href">
  <img alt="Subscribe in Pageflakes" src="pageflakes.gif" width="116" height="17" /> 
  </a>
  </li>
  </ul>
  </div>
  </div>
 <div class="orangeboxFooter">
  <div class="bottomRtCap" /> 
  </div>
  </div>
 <!--  Desktop Readers 
  --> 
 <div class="orangebox">
 
  
 
 <div class="orangeboxFooter">
  <div class="bottomRtCap" /> 
  </div>
  </div>
  </div>
  </xsl:template>
 <xsl:template name="noItems">
  <li>There are currently no items in the feed to display.</li> 
  </xsl:template>
  </xsl:stylesheet>
