<!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">

<head>
  <title>PerformO | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://www.performo.co.nz/"></base>
  <link rel="stylesheet" href="assets/templates/performo/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/performo/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/performo/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/performo/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/performo/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.performo.co.nz/feed.rss.html" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">
function setActiveStyleSheet() {
var el= $('modxhost');
el.style.background = '#ffd700';
el.style.padding = '10px';
el.style.display='block';
var bgEffect = new Fx.Styles('modxhost', {duration: 1000,transition: Fx.Transitions.linear});
bgEffect.start( {'background-color': '#f9f9f9'});
return false;
}

function highlight(el,endcolor,duration) {
$(el).style.background = '#ffd700';
var fx = $(el).effects({duration: 1000, transition: Fx.Transitions.linear});
fx.start.delay(duration/2,fx,{
'background-color': endcolor
});
return false;
}
</script>
	<script type="text/javascript" src="assets/snippets/ajaxSearch/js/ajaxSearch.js"></script>
<!-- start AjaxSearch header -->
<script type="text/javascript">
as_version = '1.7.1';
debug = 0;
as_language = 'english';
opacity = 1;
stripHtml = 1;
stripSnip = 1;
stripSnippets = 1;
searchStyle = 'partial';
advSearch = 'oneword';
minChars = 4;
ajaxMax = 6;
showMoreResults = 1;
moreResultsPage = 8;
extract = 0;
extractLength = 200;
liveSearch = 0;
docgrp = '';
idgrp = '';
idType = 'parents';
depth = '10';
highlightResult = 1;
hideMenu = 2;
</script>
<!-- end AjaxSearch header -->
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">PerformO</h1>
          <div id="sidebar">
           <h2>News:</h2>
            <strong><a href="news/article-1210752440.html" title="Performo is Re-invented">Performo is Re-invented</a></strong><br />
Performo is back with a refreshed look and lots more features<br /><br /><strong><a href="news/speights-coast-to-coast-special-offer.html" title="Speights Coast to Coast Special Offer!! ">Speights Coast to Coast Special Offer!! </a></strong><br />
We’d like to remind any competitors registered for the Speights Coast to Coast that the last day for starting our 15 day altitude program is January 8th 2007!  No competitors will be accepted after that date. <br /><br /><strong><a href="news/speights-coast-to-coast.html" title="Speights Coast to Coast">Speights Coast to Coast</a></strong><br />
Congratulations to Heather Gallagher from Sumner, who wins a 15 day altitude course.  We are certain that the boost you receive will make a huge difference at the Graperide!
<br /><br /><strong><a href="news/the-o2-observer-has-arrived.html" title="The O2 Observer Has Arrived!!">The O2 Observer Has Arrived!!</a></strong><br />
The O2 Observer Has Arrived!!
Check out the first monthly newsletter from PerformO!
The aim of this newsletter is to keep you informed of general Altitude Training issues, provide health tips, to feature some of our amazing guests at Performo HQ, as well as announce new products throughout the coming months.<br /><br />
            <div id="recentdocsctnr">
              <h2>Most Recent:</h2>
              <a name="recentdocs"></a><ul class="LIn_shortMode">
<li><a href="products/altolab.html" title="AltoLab">AltoLab</a> <span class="LIn_date">2008.06.02</span> <span class="LIn_desc">Portable Altitude Training System</span></li>
<li><a href="products/oxy-gene.html" title="Oxy Gene">Oxy Gene</a> <span class="LIn_date">2008.06.02</span> <span class="LIn_desc">Bottles of Enhanced Oxygen</span></li>
<li><a href="products/spirotiger.html" title="SpiroTiger">SpiroTiger</a> <span class="LIn_date">2008.06.02</span> <span class="LIn_desc">Respiratory Muscle Endurance Training Device</span></li>
</ul>
 </div>
            <h2>Login:</h2>
            <div id="sidebarlogin">    <script type="text/JavaScript">

        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/feed.rss.html"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Your Login Details</h3>
        <label for="username">User: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Password: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Remember me</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/feed.rss.html">
    <fieldset>
        <h3>It happens to everyone...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Enter the email address of your account to reset your password: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>To return to the login form, press the cancel button.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Cancel" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div>

          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
            <div style="float:right"><a href="http://digg.com/submit?phase=2&url=http://www.performo.co.nz/feed.rss.html"><img alt=" " border="0" height="20" src="assets/images/bookmark/digg.gif" title="Save to digg" width="20" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http://www.performo.co.nz/feed.rss.html&title=RSS Feed"><img alt=" " border="0" height="20" src="assets/images/bookmark/slashdot.gif" title="Save to slashdot" width="20" /></a>
<a href="http://del.icio.us/post?url=http://www.performo.co.nz/feed.rss.html&amp;title=RSS Feed&amp;notes="><img alt=" " border="0" height="20" src="assets/images/bookmark/delicious.gif" title="Save to del.icio.us" width="20" /></a>
<a href="http://technorati.com/faves/?add=http://www.performo.co.nz/feed.rss.html"><img alt=" " border="0" height="20" src="assets/images/bookmark/technorati.gif" title="Save to technorati" width="20" /></a>
<a href="http://furl.net/storeIt.jsp?u=http://www.performo.co.nz/feed.rss.html&t=RSS Feed"><img alt=" " border="0" height="20" src="assets/images/bookmark/furl.gif" title="Save to furl" width="20" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://www.performo.co.nz/feed.rss.html&title=RSS Feed"><img alt=" " border="0" height="20" src="assets/images/bookmark/google.gif" title="Save to Google" width="20" /></a>
<a href="http://myweb.yahoo.com/myresults/bookmarklet?t=RSS Feed&u=http://www.performo.co.nz/feed.rss.html"><img alt=" " border="0" height="20" src="assets/images/bookmark/yahoo.gif" title="Save to Yahoo" width="20" /></a>
</div>
           <h2>PerformO RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://www.performo.co.nz/feed.rss.html</link>
			<description></description>
			<language>en</language>
			<copyright>PerformO 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>Mini-Blog HOWTO</title>
				<link>http://www.performo.co.nz/blog/article-1126081344.html</link>
				<description><![CDATA[ <p>Setting up a mini-blog is relatively simple. Here's what you need to do to get started with making new posts:</p>
<ol>
    <li>Login to the <a href="http://www.performo.co.nz/http://www.performo.co.nz/manager/">MODx Control Panel</a>.</li>
    <li>Create a new Webuser by clicking the <strong>Users &gt; Manage web users</strong> link.</li>
    <li>Make sure to check the <strong>Site Admins</strong> Webuser Group at the bottom of the page.</li>
    </ol> ]]></description>
				<pubDate>Thu, 13 Apr 2006 17:00:00 +1200</pubDate>
				<guid isPermaLink="false">http://www.performo.co.nz/blog/article-1126081344.html</guid>
				<dc:creator>Site Admin</dc:creator>
				
			</item>
		
			<item>
				<title>Just a pretend, older post</title>
				<link>http://www.performo.co.nz/blog/article-1128398162.html</link>
				<description><![CDATA[ <p>Not so exciting, after all, eh?<br /></p>
 ]]></description>
				<pubDate>Thu, 13 Apr 2006 17:00:00 +1200</pubDate>
				<guid isPermaLink="false">http://www.performo.co.nz/blog/article-1128398162.html</guid>
				<dc:creator>Site Admin</dc:creator>
				
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
       <div id="search">
  
  <form id="ajaxSearch_form" action="search-results.html" method="post">
      <label for="ajaxSearch_input">
        <input id="ajaxSearch_input" type="text" name="search" value="Search here..." onfocus="this.value=(this.value=='Search here...')? '' : this.value ;" />
      </label>
      <label for="ajaxSearch_submit">
        <input id="ajaxSearch_submit" type="submit" name="sub" value="Go!" />
      </label>
    </form>
  
  <div id="ajaxSearch_output" style="opacity:0;filter:alpha(opacity=0);-moz-opacity:0.;" > </div></div>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://www.performo.co.nz/" title="Home">Home</a></li>
<li class="category "><a href="/About-Us.html" title="About PerformO">About PerformO</a></li>
<li class="category "><a href="/products.html" title="Products">Products</a><ul style="display:none">
  <li class="first"><a href="/products/spirotiger.html" title="SpiroTiger">SpiroTiger</a></li>
<li><a href="/products/ESR10.html" title="ESR 10">ESR10</a></li>
<li><a href="/products/airo-HTMH.html" title="Airo">airo HTMH</a></li>
<li><a href="/products/oxy-gene.html" title="Oxy Gene">Oxy Gene</a></li>
<li class="last"><a href="/products/altolab.html" title="AltoLab">AltoLab</a></li>

</ul></li>
<li class="category "><a href="/benefits.html" title="Benefits">Benefits</a></li>
<li class="category "><a href="/Research.html" title="Research">Research</a></li>
<li class="category "><a href="/endorsements.html" title="Endorsements">Endorsements</a><ul style="display:none">
  <li class="first"><a href="/endorsements/devern-burchett.html" title="Devern Burchett ">Devern Burchett</a></li>
<li><a href="/endorsements/zoe-baker.html" title="Zoe Baker">Zoe Baker</a></li>
<li><a href="/endorsements/soulan-pownceby.html" title="Soulan Pownceby">Soulan Pownceby </a></li>
<li><a href="/endorsements/mark-bailey.html" title="Dr Mark Bailey">Dr Mark Bailey</a></li>
<li><a href="/endorsements/dion-vincent.html" title="Dion Vincent">Dion Vincent</a></li>
<li><a href="/endorsements/kerstin-fahrenschon.html" title="Kerstin Fahrenschon">Kerstin Fahrenschon</a></li>
<li><a href="/endorsements/john-mckenzie.html" title="John McKenzie">John McKenzie</a></li>
<li class="last"><a href="/endorsements/wendy-johnson.html" title="Wendy Johnson">Wendy Johnson</a></li>

</ul></li>
<li class="category "><a href="/training-tips.html" title="Training Tips">Training Tips</a></li>
<li class="category "><a href="/Media.html" title="Media">Media</a></li>
<li class="category last"><a href="/friends-of-performo.html" title="Friends of Performo">Friends</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
<div>PerformO Altitude,  Harvey Norman Centre, Moorhouse Avenue, Christchurch<br />
Phone:&nbsp; 03-365-6402&nbsp;&nbsp;|&nbsp;&nbsp; E-mail:&nbsp;<a href="mailto:info@performo.co.nz">Performo</a>&nbsp;|&nbspWeb:&nbsp; www.performo.co.nz</div>
<div><a href="http://www.bitstream.co.nz" title="Bitstream Technologies Ltd.">Powered by Bitstream</a> &nbsp;|&nbsp;Using a <a href="http://www.modxcms.com/">modX</a> framework</div
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
</body>
</html>