<!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>Polarbit | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://polarbit.com/"></base>
  <link rel="stylesheet" href="assets/templates/modxhost/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://polarbit.com/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">var MODX_MEDIA_PATH = "media";</script>
	<script type="text/javascript" src="assets/snippets/AjaxSearch/AjaxSearch.js"></script>
	<script type="text/javascript">
		<!--
		stripHtml = 1;
		stripSnip = 1;
		stripSnippets = 1;
		useAllWords = 0;
		searchStyle = 'partial';
		minChars = 4;
		maxResults = 6;
		showMoreResults = 1;
		moreResultsPage = 8;
		as_language = 'english'
		extract = 0;
		liveSearch = 0;
		docgrp = '';
		highlightResult = 1;
		-->
	</script>
</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;">Polarbit</h1>
          <div id="sidebar">
<!--
            <h2>News:</h2>
            <div id="newssummary">
            <strong><a href="138.html" title="Armageddon Squadron available from Verizon Wireless">Armageddon Squadron available from Verizon Wireless</a></strong><br />
Armageddon Squadron available from Verizon Wireless<br /><br /><strong><a href="135.html" title="Polarbit garners praise for iPhone beta of Raging Thunder">Polarbit garners praise for iPhone beta of Raging Thunder</a></strong><br />
Polarbit garners praise for iPhone beta of Raging Thunder<br /><br />
            </div>

            <div id="recentdocsctnr">
              <h2>Most Recent:</h2>
              <a name="recentdocs"></a><ul class="LIn_shortMode">
<li><a href="fuse2.html" title="Fuse">Fuse</a> <span class="LIn_date">2008.05.23</span> <span class="LIn_desc">Fuse</span></li>
<li><a href="index.html" title="Company">Company</a> <span class="LIn_date">2008.05.23</span> <span class="LIn_desc">Company</span></li>
<li><a href="domovies.html" title="Doomination - Movies">Doomination - Movies</a> <span class="LIn_date">2008.05.22</span> <span class="LIn_desc">Movies</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" />
        <table><tr><td>
	<a href="#" onclick="webLoginShowForm(2);return false;">Forgot Your Password?</a>
        </td></tr><tr><td>
        <a href="register.html">Register!</a>
        </td></tr></table>
     </fieldset>
</form>

<!-- log out hyperlink section -->
</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><br><img height="2" width="180" src="assets/images/new/menu_sep.gif"></div>
            <div id="chunktree"></div>
            <div><br><img height="2" width="180" src="assets/images/new/menu_sep.gif"></div>
<!--
            <h2>Meta:</h2>
            <p><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></p>
            <p><a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a></p>
            <p><a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">MODx</a></p>
-->
          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>Polarbit 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://polarbit.com/feed.rss.html</link>
			<description></description>
			<language>en</language>
			<copyright>Polarbit 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>You love us, you *really* love us...</title>
				<link>http://polarbit.com/144.html</link>
				<description><![CDATA[ So, Crash Nitro Kart has been available on the AppStore for a little while now and is doing very well indeed, thankyouverymuch... ]]></description>
				<pubDate>Wed, 13 Aug 2008 16:25:03 +0200</pubDate>
				<guid isPermaLink="false">http://polarbit.com/144.html</guid>
				<dc:creator>Default admin account</dc:creator>
				
			</item>
		
			<item>
				<title>Crash Nitro Kart iPhone vid</title>
				<link>http://polarbit.com/143.html</link>
				<description><![CDATA[ As you may or may not have noticed, one of our current projects is the 3D / high-end version of Vivendis Crash Bandicoot Nitro Kart 2. I can say with perfect confidence that this game is going to be kick-ass. It already IS kick-ass, in fact. But don't take my word for it. Someone seems to have slipped a short vid of the game running on an iPhone. Mosey on over to Youtube and <a href="http://youtube.com/watch?v=y4ZoEfBxQPk" target="_blank">check it out.</a> ]]></description>
				<pubDate>Mon, 30 Jun 2008 11:27:42 +0200</pubDate>
				<guid isPermaLink="false">http://polarbit.com/143.html</guid>
				<dc:creator>Default admin account</dc:creator>
				
			</item>
		
			<item>
				<title>&quot;So, these two kids walk into an Apple Store, right...&quot;</title>
				<link>http://polarbit.com/bannedforlife.html</link>
				<description><![CDATA[ There’s a story bouncing around a few  publications of varying  circulation about these two kids that got themselves banned (or not, depending on who you ask) from their local Apple Store (and possibly all Apple Stores!) for downloading the highly popular Raging Thunder iPhone demo onto an Apple Store display unit. Apparently, and we’re prepared to accept this explanation, Raging Thunder was the most impressive demo they could think of to show off the iPhone to their pals.
Since we’re in fact responsible for unleashing said piece of software on an unsuspecting world, we feel obliged to comment. It’s not like we have anything better to do, right?  ]]></description>
				<pubDate>Mon, 02 Jun 2008 14:07:58 +0200</pubDate>
				<guid isPermaLink="false">http://polarbit.com/bannedforlife.html</guid>
				<dc:creator>Default admin account</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">
      <h1><a id="logo" href="index.html" title="Polarbit">Polarbit</a></h1>
      <div id="search"><!--search_terms--><span id="search-txt">SEARCH</span><a name="search"></a>
		
		<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;"> </div></div>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="/info.html" title="Company">Company</a><ul style="display:none">
  <li class="first"><a href="/info.html" title="Information">Information</a></li>
<li><a href="/contact.html" title="Contact Us">Contact us</a></li>
<li class="last"><a href="/career.html" title="Career">Career</a></li>

</ul></li>
<li class="category "><a href="/games.html" title="Games">Games</a><ul style="display:none">
  <li class="first"><a href="/pgames.html" title="Polarbit Games">Polarbit Games</a><ul style="display:none">
  <li class="first"><a href="/rtinfo.html" title="Raging Thunder">Raging Thunder</a><ul style="display:none">
  <li class="first"><a href="/rtinfo.html" title="Raging Thunder - Information">Features</a></li>
<li class="last"><a href="/rtmovies.html" title="Raging Thunder - Movies">Movies</a></li>

</ul></li>
<li><a href="/wbinfo.html" title="Wave Blazer">Wave Blazer</a><ul style="display:none">
  <li class="first"><a href="/wbinfo.html" title="Wave Blazer - Information">Features</a></li>
<li class="last"><a href="/wbmovies.html" title="Wave Blazer - Movies">Movies</a></li>

</ul></li>
<li><a href="/asqinfo.html" title="Armageddon Squadron">Armageddon Squadron</a><ul style="display:none">
  <li class="first"><a href="/asqinfo.html" title="Armageddon Squadron - Information">Features</a></li>
<li class="last"><a href="/asqmovies.html" title="Armageddon Squadron - Movies">Movies</a></li>

</ul></li>
<li><a href="/wzinfo.html" title="War Zone">War Zone</a><ul style="display:none">
  <li class="first"><a href="/wzinfo.html" title="War Zone - Information">Features</a></li>
<li class="last"><a href="/wzmovies.html" title="War Zone  - Movies">Movies</a></li>

</ul></li>
<li><a href="/grinfo.html" title="Global Race – Raging Thunder">Global Race – Raging Thunder</a><ul style="display:none">
  <li class="first"><a href="/grinfo.html" title="Global Race - Information">Features</a></li>
<li class="last"><a href="/grmovies.html" title="Global Race - Movies">Movies</a></li>

</ul></li>
<li><a href="/doinfo.html" title="Doomination">Doomination</a><ul style="display:none">
  <li class="first"><a href="/doinfo.html" title="Doomination - Information">Features</a></li>
<li class="last"><a href="/domovies.html" title="Doomination - Movies">Movies</a></li>

</ul></li>
<li class="last"><a href="/lsinfo.html" title="Little Soldiers">Little Soldiers</a><ul style="display:none">
  <li class="first"><a href="/lsinfo.html" title="Little Soldiers - Information">Features</a></li>
<li class="last"><a href="/lsmovies.html" title="Little Soldiers - Movies">Movies</a></li>

</ul></li>

</ul></li>
<li class="last"><a href="/tparty.html" title="Third party">Third party</a><ul style="display:none">
  <li class="first"><a href="/cbnk3d.html" title="Crash Bandicoot Nitro Kart 3D">Crash Bandicoot Nitro Kart 3D</a></li>
<li><a href="/indy500.html" title="Indy500">Indy500</a></li>
<li><a href="/ssx.html" title="SSX">SSX</a></li>
<li><a href="/tw07.html" title="Tiger Woods 07">Tiger Woods 07</a></li>
<li class="last"><a href="/fifa06.html" title="FIFA 06">FIFA 06</a></li>

</ul></li>

</ul></li>
<li class="category "><a href="/afuse.html" title="Fuse">Fuse</a><ul style="display:none">
  <li class="first"><a href="/afuse.html" title="About Fuse">About Fuse</a></li>
<li class="last"><a href="/tifuse.html" title="Technical information">Technical</a></li>

</ul></li>
<li class="category "><a href="/news.html" title="News">News</a></li>
<li class="category last"><a href="/blog.html" title="Blog">Developer blog</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">

      <p> 
       &copy; 2008 Polarbit<br />
       <a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">Powered
          by MODx</a>
      </p>

<!--
<a href="http://www.modxhost.com/" title="Template Designed by modXhost.com">Template &copy; 2006
          modXhost.com</a><br />
        MySQL: 0.0180 s, 36 request(s), PHP: 0.1577 s, total: 0.1757 s, document retrieved
        from database.
-->
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
</body>
</html>