<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>ByteSized Gaming - Updates</title>
    <link>http://www.bytesizedgaming.com</link>
    <description>
      Multi-platform handheld gaming coverage with
      news, reviews, previews and more.
    </description>
    <item>
      <title>Preview: Grand Theft Auto: Vice City Stories</title>
      <description>If you own a PSP and sport a mullet, you should read this preview.  If you don&#039;t sport a mullet, you should still read this preview.</description>
      <link>http://www.bytesizedgaming.com/article/225/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/225/</guid>
    </item>
    <item>
      <title>Review: New Super Mario Bros.</title>
      <description>A 2D Super Mario Bros. game on a DS?  That&#039;s insanity!  Check out the review to see if the game is worthy of the SMB name.</description>
      <link>http://www.bytesizedgaming.com/article/217/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/217/</guid>
    </item>
    <item>
      <title>Review: Metroid Prime: Hunters</title>
      <description>Is Metroid Prime: Hunters good, bad, or ugly?  Find out in this review.</description>
      <link>http://www.bytesizedgaming.com/article/216/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/216/</guid>
    </item>
    <item>
      <title>Review: Soundvoyager: bit Generations</title>
      <description>One of the most unique and unusual games in the bit Generations series; Soundvoyager is initially a pleasure to pick up. However, it’s not without its own flaws.</description>
      <link>http://www.bytesizedgaming.com/article/202/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/202/</guid>
    </item>
    <item>
      <title>Review: Orbital: bit Generations</title>
      <description>Simple in concept, but difficult to master - Orbital is yet another example of rather unique and innovative ganeplay design in the excellent bit Generations series.</description>
      <link>http://www.bytesizedgaming.com/article/178/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/178/</guid>
    </item>
    <item>
      <title>Notice: We&#039;re Hiring!</title>
      <description>Yes, we&#039;re looking for staff. To be more specific, we&#039;re looking for news editors and writers. If either of those sound like you, we&#039;d like to hear from you.</description>
      <link>http://www.bytesizedgaming.com/article/171/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/171/</guid>
    </item>
    <item>
      <title>Review: Boundish: bit Generations</title>
      <description>Perhaps the weakest game in the bit Generations series, Boundish is a Pong clone with multiple takes on the ancient formula.</description>
      <link>http://www.bytesizedgaming.com/article/162/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/162/</guid>
    </item>
    <item>
      <title>Article: Interview: Mario Wynands of Sidhe Interactive</title>
      <description>Mario Wynands, Managing Director of Sidhe Interactive, was kind enough to answer a few questions for us.  Sidhe Interactive are the creators of GripShift on the PSP, as well as the upcoming Jackass: The Game.</description>
      <link>http://www.bytesizedgaming.com/article/160/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/160/</guid>
    </item>
    <item>
      <title>Article: PlayStation Portable FAQ</title>
      <description>Almost everything you wanted to know about the PSP (but are afraid to ask) is covered in this FAQ.</description>
      <link>http://www.bytesizedgaming.com/article/157/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/157/</guid>
    </item>
    <item>
      <title>Review: Dragon Quest Heroes: Rocket Slime</title>
      <description>Square Enix and Tose join forces to bring an unforgettable spin-off from the Dragon Quest series to the Nintendo DS.</description>
      <link>http://www.bytesizedgaming.com/article/152/</link>
      <guid isPermaLink="true">http://www.bytesizedgaming.com/article/152/</guid>
    </item>
  </channel>
</rss>
<SCRIPT language="Javascript">
<!--

// FILE ARCHIVED ON 20070513051554 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20100105053216.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).

   var sWayBackCGI = "http://web.archive.org/web/20070513051554/";

   function xResolveUrl(url) {
      var image = new Image();
      image.src = url;
      return image.src;
   }
   function xLateUrl(aCollection, sProp) {
      var i = 0;
      for(i = 0; i < aCollection.length; i++) {
         var url = aCollection[i][sProp];         if (typeof(url) == "string") { 
          if (url.indexOf("mailto:") == -1 &&
             url.indexOf("javascript:") == -1
             && url.length > 0) {
            if(url.indexOf("http") != 0) {
                url = xResolveUrl(url);
            }
            url = url.replace('.wstub.archive.org','');
            aCollection[i][sProp] = sWayBackCGI + url;
         }
         }
      }
   }

   xLateUrl(document.getElementsByTagName("IMG"),"src");
   xLateUrl(document.getElementsByTagName("A"),"href");
   xLateUrl(document.getElementsByTagName("AREA"),"href");
   xLateUrl(document.getElementsByTagName("OBJECT"),"codebase");
   xLateUrl(document.getElementsByTagName("OBJECT"),"data");
   xLateUrl(document.getElementsByTagName("APPLET"),"codebase");
   xLateUrl(document.getElementsByTagName("APPLET"),"archive");
   xLateUrl(document.getElementsByTagName("EMBED"),"src");
   xLateUrl(document.getElementsByTagName("BODY"),"background");
   xLateUrl(document.getElementsByTagName("TD"),"background");
   xLateUrl(document.getElementsByTagName("INPUT"),"src");
   var forms = document.getElementsByTagName("FORM");
   if (forms) {
       var j = 0;
       for (j = 0; j < forms.length; j++) {
              f = forms[j];
              if (typeof(f.action)  == "string") {
                 if(typeof(f.method)  == "string") {
                     if(typeof(f.method) != "post") {
                        f.action = sWayBackCGI + f.action;
                     }
                  }
              }
        }
    }


//-->
</SCRIPT>

