[pantomime-clojure] 01/02: Remove non-DFSG-free test resources

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Mon Aug 28 09:30:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pantomime-clojure.

commit 05923bb78eaf14ad65297bd5a6df796fddf0b062
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Mon Aug 28 12:04:16 2017 +0300

    Remove non-DFSG-free test resources
    
    Remove all files of unknown or known-undistributable license and adjust
    the mime test accordingly.
---
 test/pantomime/test/mime_test.clj        |   32 +-
 test/resources/html/arstechnica.com_full | 1278 ---------
 test/resources/html/page_in_german       |  579 ----
 test/resources/html/wired_com_cars1      | 4265 ------------------------------
 test/resources/html/wired_com_reviews1   | 1074 --------
 test/resources/images/clojure.glyph.png  |  Bin 13659 -> 0 bytes
 test/resources/images/feather-small.gif  |  Bin 7500 -> 0 bytes
 test/resources/images/png.image.unknown  |  Bin 13659 -> 0 bytes
 test/resources/images/svg-logo.svg       |   48 -
 test/resources/pdf/qrl.pdf               |  Bin 129370 -> 0 bytes
 10 files changed, 16 insertions(+), 7260 deletions(-)

diff --git a/test/pantomime/test/mime_test.clj b/test/pantomime/test/mime_test.clj
index 6eb16cf..b00579c 100644
--- a/test/pantomime/test/mime_test.clj
+++ b/test/pantomime/test/mime_test.clj
@@ -13,28 +13,28 @@
     (are [a b] (is (= a (mime-type-of b)))
          "image/png"                "an_awesome_icon.png"
          "application/pdf"          "tika_in_action.pdf"
-         "application/pdf"          (io/resource "pdf/qrl.pdf")
-         "application/pdf"          (io/input-stream (io/resource "pdf/qrl.pdf"))
-         "application/pdf"          (io/as-file (io/resource "pdf/qrl.pdf"))
+         ;;"application/pdf"          (io/resource "pdf/qrl.pdf")
+         ;;"application/pdf"          (io/input-stream (io/resource "pdf/qrl.pdf"))
+         ;;"application/pdf"          (io/as-file (io/resource "pdf/qrl.pdf"))
          ;; slurp turns content into a string
-         "application/octet-stream" (slurp (io/resource "pdf/qrl.pdf"))
+         ;;"application/octet-stream" (slurp (io/resource "pdf/qrl.pdf"))
          "application/epub+zip"     "tika_in_action.epub"
-         "application/xhtml+xml"    (io/input-stream (io/resource "html/wired_com_cars1"))
-         "application/xhtml+xml"    (io/input-stream (io/resource "html/wired_com_reviews1"))
-         "application/xhtml+xml"    (.getBytes (slurp (io/resource "html/wired_com_reviews1")))
-         "application/xhtml+xml"    (io/input-stream (io/resource "html/arstechnica.com_full"))
-         "application/xhtml+xml"    (io/input-stream (io/resource "html/page_in_german"))
+         ;;"application/xhtml+xml"    (io/input-stream (io/resource "html/wired_com_cars1"))
+         ;;"application/xhtml+xml"    (io/input-stream (io/resource "html/wired_com_reviews1"))
+         ;;"application/xhtml+xml"    (.getBytes (slurp (io/resource "html/wired_com_reviews1")))
+         ;;"application/xhtml+xml"    (io/input-stream (io/resource "html/arstechnica.com_full"))
+         ;;"application/xhtml+xml"    (io/input-stream (io/resource "html/page_in_german"))
          "text/plain"               (io/resource "txt/a_text_file1.txt")
          "text/plain"               (io/resource "txt/a_text_file2")
-         "image/svg+xml"            (io/resource "images/svg-logo.svg")
+         ;;"image/svg+xml"            (io/resource "images/svg-logo.svg")
          "text/plain"               tmp-file
          "text/plain"               (FileInputStream. tmp-file)
          "image/jpeg"               (URL. "http://www.google.com/logos/2012/newyearsday-2012-hp.jpg")
-         "image/gif"                (io/resource "images/feather-small.gif")
-         "image/png"                (io/resource "images/clojure.glyph.png")
-         "image/png"                (io/resource "images/clojure.glyph.png")
-         "application/octet-stream" (.getBytes (slurp (io/resource "images/clojure.glyph.png")))
-         "image/png"                (io/resource "images/png.image.unknown")
+         ;;"image/gif"                (io/resource "images/feather-small.gif")
+         ;;"image/png"                (io/resource "images/clojure.glyph.png")
+         ;;"image/png"                (io/resource "images/clojure.glyph.png")
+         ;;"application/octet-stream" (.getBytes (slurp (io/resource "images/clojure.glyph.png")))
+         ;;"image/png"                (io/resource "images/png.image.unknown")
          "application/octet-stream" "an_awesome_icon"
 
          "application/javascript"   (io/resource "application/javascript/mootools.uncompressed.js")
@@ -54,4 +54,4 @@
        "http://www.amazon.com/sitemap-manual-index.xml"                      "application/xml"
        "http://docs.oracle.com/javase/7/docs/index.html"                     "application/xhtml+xml"
        "http://upload.wikimedia.org/wikipedia/commons/9/9a/PNG_transparency_demonstration_2.png" "application/octet-stream"
-       "http://upload.wikimedia.org/wikipedia/commons/e/e9/Felis_silvestris_silvestris_small_gradual_decrease_of_quality.png" "application/octet-stream"))
\ No newline at end of file
+       "http://upload.wikimedia.org/wikipedia/commons/e/e9/Felis_silvestris_silvestris_small_gradual_decrease_of_quality.png" "application/octet-stream"))
diff --git a/test/resources/html/arstechnica.com_full b/test/resources/html/arstechnica.com_full
deleted file mode 100644
index 859e028..0000000
--- a/test/resources/html/arstechnica.com_full
+++ /dev/null
@@ -1,1278 +0,0 @@
-<!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" xml:lang="en-US">
-  <head>
-      <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>
-        <title>Ars Technica</title>
-
-  <!-- Begin CSS -->
-  <link rel="stylesheet" type="text/css" href="http://static.arstechnica.net//public/v6/styles/light/light.c.css?1323894855" media="screen" />
-  <link rel="stylesheet" type="text/css" href="http://static.arstechnica.net//public/v6/styles/print/print.css?1323894855" media="print" />
-  <!-- End CSS -->
-
-  <link rel="apple-touch-icon" href="http://static.arstechnica.net/apple-touch-icon.png" />
-  <link rel="canonical" href="http://arstechnica.com/index.php" /> 
-    
-  <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Ars Technica" /> 
-  <link rel="shortcut icon" href="http://static.arstechnica.net/favicon.ico" />
-  <link rel="icon" type="image/x-icon" href="http://static.arstechnica.net/favicon.ico" />
-
-  <!-- Begin Feeds -->
-    
-    <link rel="alternate" type="application/rss+xml" title="All Articles " href="http://feeds.arstechnica.com/arstechnica/everything" />
-    <!-- End Feeds -->
-
-  <!-- C-razy IE9 stuff -->
-  <meta name="application-name" content="Ars Technica"/>
-  <meta name="msapplication-starturl" content="http://arstechnica.com/"/>
-  <meta name="msapplication-tooltip" content="Ars Technica: Serving the technologist for 1.2 decades"/>
-  <meta name="msapplication-task" content="name=News;action-uri=http://arstechnica.com/;icon-uri=http://arstechnica.com/favicon.ico"/>
-  <meta name="msapplication-task" content="name=Features;action-uri=http://arstechnica.com/features/;icon-uri=http://static.arstechnica.net/ie-jump-menu/jump-features.ico"/>
-  <meta name="msapplication-task" content="name=OpenForum;action-uri=http://arstechnica.com/civis/;icon-uri=http://static.arstechnica.net/ie-jump-menu/jump-forum.ico"/>
-  <meta name="msapplication-task" content="name=One Microsoft Way;action-uri=http://arstechnica.com/microsoft/;icon-uri=http://static.arstechnica.net/ie-jump-menu/jump-omw.ico"/>
-  <meta name="msapplication-task" content="name=Subscribe;action-uri=http://arstechnica.com/subscriptions/;icon-uri=http://static.arstechnica.net/ie-jump-menu/jump-subscribe.ico"/>
-
-  
-  <!-- Begin Metadata -->
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <meta name="viewport" content="width=1000" />
-        <meta name="description" content="Serving the Technologist for more than a decade. IT news, reviews, and analysis." />
-            
-    <meta name="advertising" content="ask" />
-  <meta property="fb:admins" content="13703630" />
-  <!-- End Metadata -->
-  <!-- Placeholder - homepage -->
-<style type="text/css" id="resource-styles">  </style>
-      <script type="text/javascript" src="http://static.arstechnica.com/public/shared/scripts/da-1.5.js"></script>
-    <script type="text/javascript">
-    try {
-                              cnp.ad.dart.setSite("ars.dart");
-                              cnp.ad.dart.setZone('homepage');
-      //cnp.ad.dart.addParameterString('');
-      cnp.ad.emptyFrameSrc="/public/shared/scripts/empty.html";
-      cnp.ad.loaderFrameSrc="/public/shared/scripts/ad-loader-frame.html";
-    } catch(e) {}
-    </script>
-     
-  <script type="text/javascript" charset="utf-8">
-    // In case someone on a desktop clicks a mobile #! link
-    var l = window.location;
-    if(l.hash.indexOf('#!') !== -1){
-      window.location = l.protocol + '//' + l.host + l.hash.slice(2);
-    }
-  </script>
-  </head>
-  <body class="homepage">
-    <div id="page" class="">
-      
-<div id="masthead" class="">
-      <div id="logo"><a href="/"><img src="http://static.arstechnica.net//public/v6/styles/light/images/masthead/logo.png?1323894855" alt="Ars Technica: The Art of Technology" width="110" height="81" /></a></div>      
-    <div id="ebc51ce07629d0e14d2fbc4236e44067" >
-<script type="text/javascript">
-  var pbanner_start = new Date();
-  try {
-    var pbanner = cnp.ad.create(cnp.ad.refreshable, false);
-    //pbanner.addParameter({'dcopt':'ist'});
-    pbanner.addParameterString('');
-    pbanner.addParameter({'sz': '728x90' });
-  } catch(e) {}
-</script>
-</div>
-  </div>
-      
-<div id="search-navigation">
-  <div id="search">
-    <a id="search-link" href="http://www.google.com/cse?cx=011835048811694782689:7zpko-isndo">Search</a>
-    
-    <div class="form">
-    <span>Search:</span>
-    <form action="http://www.google.com/cse" id="search-form">
-      <div>
-        <input type="hidden" value="011835048811694782689:7zpko-isndo" name="cx"/>
-        <input type="hidden" value="UTF-8" name="ie"/>
-        <input type="text" id="search-form-text" value="" name="q"/>
-      </div>
-    </form>
-    </div>
-  </div>
-  <div id="navigation">
-    <ul id="primary-navigation">
-          <li class=" selected"><a href="/">All</a></li>
-          <li class="apple"><a href="/apple/">Apple</a></li>
-          <li class="ask-ars"><a href="/ask-ars/">Ask Ars</a></li>
-          <li class="business"><a href="/business/">Business</a></li>
-          <li class="gadgets"><a href="/gadgets/">Gadgets</a></li>
-          <li class="gaming"><a href="/gaming/">Gaming</a></li>
-          <li class="microsoft"><a href="/microsoft/">Microsoft</a></li>
-          <li class="open-source"><a href="/open-source/">Open Source</a></li>
-          <li class="science"><a href="/science/">Science</a></li>
-          <li class="tech-policy"><a href="/tech-policy/">Tech Policy</a></li>
-          <li id="primary-navigation-more" style="display:none;">
-        More
-        <ul >
-                  <li><a href="/hardware/">Hardware</a></li>
-                  <li><a href="/media/">Media</a></li>
-                  <li><a href="/security/">Security</a></li>
-                  <li><a href="/software/">Software</a></li>
-                  <li><a href="/staff/">Staff</a></li>
-                  <li><a href="/telecom/">Telecom</a></li>
-                  <li><a href="/web/">Web</a></li>
-                  <li style="padding:0;"><span style="display:inline;background-color: #920404; padding: 3px; color:white; -webkit-border-radius: 4px;">New</span> <a style="display:inline;" href="/site/tv.ars" title="Ars Technica TV">Ars.TV</a></li>
-        </ul>
-      </li>
-    </ul>
-   
-    <ul id="secondary-navigation" class="">
-                            <li class="news selected"><a href="/">News</a></li>
-                                          <li class="guides"><a href="/guides/">Guides</a></li>
-                                          <li class="reviews"><a href="/reviews/">Reviews</a></li>
-                                          <li class="features"><a href="/features/">Features</a></li>
-                      </ul>
-    <ul id="auxiliary-navigation">
-        <li class="subscribe"><a href="/subscriptions/">Upgrade to a Premier Subscription</a>
-         
-    </li>
-    <li class="customize" style="display:none;">
-      <a href="#">Customize ▾</a>
-      <ul>
-        <li>
-          <p>Site Theme:</p>
-          <label><input type="radio" checked="checked" value="light.css" class="site-style" name="site-style" /> White</label>
-          <label><input type="radio" value="dark.css" class="site-style" name="site-style" /> Black</label>
-        </li>
-        <li>
-          <p>Choose body font:</p>
-          <label><input type="radio" checked="checked" value="arial" class="body_font" name="body_font" /> Arial</label>
-          <label><input type="radio" value="helvetica" class="body_font" name="body_font" /> Helvetica</label>
-        </li>
-        <li>
-          <p>Layout (beta):</p>
-          <label><input type="radio" checked="checked" value="normal" class="fp_layout" name="fp_layout" /> Normal</label>
-          <label><input type="radio" value="compact" class="fp_layout" name="fp_layout" /> Compact</label>
-        </li>
-      </ul>
-    </li>
-    
-    <li class="openforum"><a href="http://arstechnica.com/civis/">OpenForum</a></li>
-    
-          <li class="login-join"><a href="/civis/ucp.php?mode=login&return_to=http%3A%2F%2Farstechnica.com%2Findex.php">Login/Join</a></li>
-          </ul>
-  </div>
-</div>
-      
-            
-      <div id="news-bar">
-        <div id="news-bar-inner">
-          <ul class="type">
-            <li class="all selected"><div class="tab-inner"><a href="#" title="All ars articles">All</a></div></li>
-            <li style="display:none;" class="etc"><div class="tab-inner"><a href="#" title="Important links from around the web" >Etc</a></div></li>
-          </ul>
-          <div class="category-label" style="display:none;">Sort By:</div>
-          <ul class="category" style="display:none;">
-            <li class="apple"><span class="tab-inner"><a href="/apple/" title="View articles about Apple">Apple</a></span></li>
-            <li class="gaming"><span class="tab-inner"><a href="/gaming/" title="View articles about Gaming">Gaming</a></span></li>
-            <li class="microsoft"><span class="tab-inner"><a href="/microsoft/" title="View articles about Microsoft">Microsoft</a></span></li>
-            <li class="gadgets"><span class="tab-inner"><a href="/gadgets/" title="View articles about Gadgets">Gadgets</a></span></li>
-            <li class="open-source"><span class="tab-inner"><a href="/open-source/" title="View articles about Open Source">Open Source</a></span></li>
-            <li class="business"><span class="tab-inner"><a href="/business/" title="View articles about Business IT">Business</a></span></li>
-            <li class="science"><span class="tab-inner"><a href="/science/" title="View articles about Science">Science</a></span></li>
-            <li class="tech-policy"><span class="tab-inner"><a href="/tech-policy/" title="View articles about Tech Policy">Tech Policy</a></span></li>
-            <li class="staff"><span class="tab-inner"><a href="/staff/" title="View articles by the Ars Staff">Staff</a></span></li>
-          </ul>
-        </div>
-      </div>
-      <div id="main">
-                
-        <div id="content" class="normal">    
-<div id='content-inner'><div id='all-stories' class='front'>
-  <div id="story-1" class="story report tech-policy">
-  <div class="story-inner">
-        <h2 class="title"><a href="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars" class="article-title" title="">Tech entrepreneurs attack SOPA on the eve of markup</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars"><img src="http://static.arstechnica.net/assets/2011/12/sergey_brin_of_google_at_web_2_0-4ee9347-listing-thumb-133x75-28585-f.jpg" alt="Tech entrepreneurs attack SOPA on the eve of markup" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-15T1:00:00Z">December 14, 2011 7:00 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/timothy-b-lee/">Timothy B. Lee</a>
-</span> | <span class="category">Posted in: <a href="/tech-policy/">Law & Disorder</a></span></div>
-                  <div class="teaser">
-              <p>With the House Judiciary Committee scheduled to meet on Thursday to consider changes to the Stop Online Piracy Act, the co-founders of some of the nation's leading Internet companies have signed a letter condemning the proposal.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars?comments=1#comments-bar" title="View reader comments (53) on this article">Comment  (53)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-2" class="story report gaming">
-  <div class="story-inner">
-        <h2 class="title"><a href="/gaming/news/2011/12/sonic-cd-remains-fun-fast-and-now-includes-the-japanese-soundtrack.ars" class="article-title" title=""><em>Sonic CD</em> remains fun, fast, and now includes the Japanese soundtrack</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/gaming/news/2011/12/sonic-cd-remains-fun-fast-and-now-includes-the-japanese-soundtrack.ars"><img src="http://static.arstechnica.net/assets/2011/12/soniccdxbla-4ee91b8-listing-thumb-133x75-28582-f.jpg" alt="<em>Sonic CD</em> remains fun, fast, and now includes the Japanese soundtrack" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T22:11:00Z">December 14, 2011 4:11 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-14T22:29:03Z">December 14, 2011 4:29 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/ben-kuchera/">Ben Kuchera</a>
-</span> | <span class="category">Posted in: <a href="/gaming/">Opposable Thumbs</a></span></div>
-                  <div class="teaser">
-              <p><em>Sonic CD</em> is out now on the Xbox Live Arcade for $5. We'll describe how it looks and plays, but it's a classic, it's $5, and it's coming to a variety of platforms. This one is a no-brainer.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/gaming/news/2011/12/sonic-cd-remains-fun-fast-and-now-includes-the-japanese-soundtrack.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/gaming/news/2011/12/sonic-cd-remains-fun-fast-and-now-includes-the-japanese-soundtrack.ars?comments=1#comments-bar" title="View reader comments (37) on this article">Comment  (37)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-3" class="story report apple">
-  <div class="story-inner">
-        <h2 class="title"><a href="/apple/news/2011/12/stolen-iphone-your-imessages-may-still-be-going-to-the-wrong-place.ars" class="article-title" title="">Stolen iPhone? Your iMessages may still be going to the wrong place</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/apple/news/2011/12/stolen-iphone-your-imessages-may-still-be-going-to-the-wrong-place.ars"><img src="http://static.arstechnica.net/assets/2011/12/listing_stoleniphone-4ee9106-listing-thumb-133x75-28580-f.png" alt="Stolen iPhone? Your iMessages may still be going to the wrong place" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T21:50:00Z">December 14, 2011 3:50 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-14T23:47:54Z">December 14, 2011 5:47 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/jacqui-cheng/">Jacqui Cheng</a>
-</span> | <span class="category">Posted in: <a href="/apple/">Infinite Loop</a></span></div>
-                  <div class="teaser">
-              <p>iPhone owners shouldn't have to worry that a thief might receive their messages after they remote wipe and deactivate the account, right? Maybe not. For some users, iMessages seem to go through to their stolen devices even after taking the right precautionary measures.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/apple/news/2011/12/stolen-iphone-your-imessages-may-still-be-going-to-the-wrong-place.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/apple/news/2011/12/stolen-iphone-your-imessages-may-still-be-going-to-the-wrong-place.ars?comments=1#comments-bar" title="View reader comments (59) on this article">Comment  (59)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-4" class="story report science">
-  <div class="story-inner">
-        <h2 class="title"><a href="/science/news/2011/12/the-milky-ways-black-hole-may-spring-to-life-in-2013.ars" class="article-title" title="">The Milky Way's black hole may spring to life in 2013</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/science/news/2011/12/the-milky-ways-black-hole-may-spring-to-life-in-2013.ars"><img src="http://static.arstechnica.net/assets/2011/12/gillessen2-4ee8f3f-listing-thumb-133x75-28575-f.jpg" alt="The Milky Way's black hole may spring to life in 2013" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T19:59:00Z">December 14, 2011 1:59 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-15T0:35:11Z">December 14, 2011 6:35 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/john-timmer/">John Timmer</a>
-</span> | <span class="category">Posted in: <a href="/science/">Nobel Intent</a></span></div>
-                  <div class="teaser">
-              <p>Astronomers have spotted a cloud of gas with three times the mass of the Earth on a near-collision course with the Milky Way's central black hole.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/science/news/2011/12/the-milky-ways-black-hole-may-spring-to-life-in-2013.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/science/news/2011/12/the-milky-ways-black-hole-may-spring-to-life-in-2013.ars?comments=1#comments-bar" title="View reader comments (69) on this article">Comment  (69)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-5" class="story brief apple">
-  <div class="story-inner">
-        <h2 class="title"><a href="/apple/news/2011/12/apple-may-be-ready-to-ship-retina-macbook-pros-starting-next-year.ars" class="article-title" title="">"Retina" MacBook Pros shipping next year? It's possible</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T17:42:00Z">December 14, 2011 11:42 AM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-14T19:26:26Z">December 14, 2011 1:26 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/chris-foresman/">Chris Foresman</a>
-</span> | <span class="category">Posted in: <a href="/apple/">Infinite Loop</a></span></div>
-                  <div class="teaser">
-              <p>Apple might release a super high resolution "retina" MacBook Pro beginning in 2012, which would be a perfect fit for Lion's HiDPI display technology.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/apple/news/2011/12/apple-may-be-ready-to-ship-retina-macbook-pros-starting-next-year.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/apple/news/2011/12/apple-may-be-ready-to-ship-retina-macbook-pros-starting-next-year.ars?comments=1#comments-bar" title="View reader comments (125) on this article">Comment  (125)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-6" class="story report tech-policy">
-  <div class="story-inner">
-        <h2 class="title"><a href="/tech-policy/news/2011/12/the-ntsb-wants-you-to-shut-up-and-drive.ars" class="article-title" title="">The NTSB wants you to shut up and drive</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/tech-policy/news/2011/12/the-ntsb-wants-you-to-shut-up-and-drive.ars"><img src="http://static.arstechnica.net/assets/2011/12/texting_while_at_the_wheel-4ee8d0e-listing-thumb-133x75-28573-f.jpg" alt="The NTSB wants you to shut up and drive" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T17:35:00Z">December 14, 2011 11:35 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/sean-gallagher/">Sean Gallagher</a>
-</span> | <span class="category">Posted in: <a href="/tech-policy/">Law & Disorder</a></span></div>
-                  <div class="teaser">
-              <p>After studying crash statistics and the causes of a fatal Missouri accident last year, the NTSB has recommended banning the use of all electronic devices while driving.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/tech-policy/news/2011/12/the-ntsb-wants-you-to-shut-up-and-drive.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/tech-policy/news/2011/12/the-ntsb-wants-you-to-shut-up-and-drive.ars?comments=1#comments-bar" title="View reader comments (214) on this article">Comment  (214)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-7" class="story report science">
-  <div class="story-inner">
-        <h2 class="title"><a href="/science/news/2011/12/scientists-shrink-a-stirling-heat-engine-to-single-microscopic-particle.ars" class="article-title" title="">Scientists shrink a Stirling heat engine to single microscopic particle</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/science/news/2011/12/scientists-shrink-a-stirling-heat-engine-to-single-microscopic-particle.ars"><img src="http://static.arstechnica.net/assets/2011/12/stirling-4ee8c8f-listing-thumb-133x75-28568-f.jpg" alt="Scientists shrink a Stirling heat engine to single microscopic particle" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T16:23:00Z">December 14, 2011 10:23 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/kyle-niemeyer/">Kyle Niemeyer</a>
-</span> | <span class="category">Posted in: <a href="/science/">Nobel Intent</a></span></div>
-                  <div class="teaser">
-              <p>Researchers created a microscopic version of the Stirling engine using a single particle. At such small scales, the random fluctuations of Brownian motion affect the position of the particle and the work output of the engine.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/science/news/2011/12/scientists-shrink-a-stirling-heat-engine-to-single-microscopic-particle.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/science/news/2011/12/scientists-shrink-a-stirling-heat-engine-to-single-microscopic-particle.ars?comments=1#comments-bar" title="View reader comments (23) on this article">Comment  (23)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-8" class="story report gaming">
-  <div class="story-inner">
-        <h2 class="title"><a href="/gaming/news/2011/12/the-latest-humble-bundle-offers-amazing-games-promotes-multiplatform-releases.ars" class="article-title" title="">The latest Humble Bundle offers amazing games, promotes multiplatform releases</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/gaming/news/2011/12/the-latest-humble-bundle-offers-amazing-games-promotes-multiplatform-releases.ars"><img src="http://static.arstechnica.net/assets/2011/12/humble4-4ee8ad1-intro-thumb-133x75-28561-f.jpg" alt="The latest Humble Bundle offers amazing games, promotes multiplatform releases" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T15:55:00Z">December 14, 2011 9:55 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/ben-kuchera/">Ben Kuchera</a>
-</span> | <span class="category">Posted in: <a href="/gaming/">Opposable Thumbs</a></span></div>
-                  <div class="teaser">
-              <p>The latest Humble Bundle may offer the best series of games yet, including both <em>Super Meat Boy</em>, and <em>Shank</em>, and the "Bundle Advocate" hints at what's coming in the future for the Humble team. </p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/gaming/news/2011/12/the-latest-humble-bundle-offers-amazing-games-promotes-multiplatform-releases.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/gaming/news/2011/12/the-latest-humble-bundle-offers-amazing-games-promotes-multiplatform-releases.ars?comments=1#comments-bar" title="View reader comments (85) on this article">Comment  (85)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-9" class="story report science">
-  <div class="story-inner">
-        <h2 class="title"><a href="/science/news/2011/12/devonian-era-lungfish-may-have-faked-us-out-left-tetrapod-like-tracks.ars" class="article-title" title="">Devonian-era lungfish may have faked us out, left tetrapod-like tracks</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/science/news/2011/12/devonian-era-lungfish-may-have-faked-us-out-left-tetrapod-like-tracks.ars"><img src="http://static.arstechnica.net/assets/2011/12/australian-lungfish-4ee8b47-listing-thumb-133x75-28564-f.jpg" alt="Devonian-era lungfish may have faked us out, left tetrapod-like tracks" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T14:57:00Z">December 14, 2011 8:57 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/john-timmer/">John Timmer</a>
-</span> | <span class="category">Posted in: <a href="/science/">Nobel Intent</a></span></div>
-                  <div class="teaser">
-              <p>The modern relatives of the fish that gave rise to vertebrates with four limbs can also go for a walk, using their fins to propel themselves across river floors.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/science/news/2011/12/devonian-era-lungfish-may-have-faked-us-out-left-tetrapod-like-tracks.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/science/news/2011/12/devonian-era-lungfish-may-have-faked-us-out-left-tetrapod-like-tracks.ars?comments=1#comments-bar" title="View reader comments (15) on this article">Comment  (15)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-10" class="story report microsoft">
-  <div class="story-inner">
-        <h2 class="title"><a href="/microsoft/news/2011/12/leadership-change-could-herald-windows-8-powered-phones-whats-the-hurry.ars" class="article-title" title="">Leadership change could herald Windows 8-powered phones; what's the hurry?</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/microsoft/news/2011/12/leadership-change-could-herald-windows-8-powered-phones-whats-the-hurry.ars"><img src="http://static.arstechnica.net/assets/2011/12/lees_print-4ee7ebc-listing-thumb-133x75-28559-f.jpg" alt="Leadership change could herald Windows 8-powered phones; what's the hurry?" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-14T14:14:00Z">December 14, 2011 8:14 AM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-14T14:50:09Z">December 14, 2011 8:50 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/peter-bright/">Peter Bright</a>
-</span> | <span class="category">Posted in: <a href="/microsoft/">One Microsoft Way</a></span></div>
-                  <div class="teaser">
-              <p>Andy Lees, president of Windows Phone at Microsoft has been moved into a new role that bridges Windows Phone and Windows 8. It's hard to tell if this is a promotion or a demotion; this could be a first step towards a unified Windows platform that runs everywhere from the phone to the PC to the living room, or it could be a move to sideline a man whose major product, Windows Phone, hasn't been overwhelmingly successful.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/microsoft/news/2011/12/leadership-change-could-herald-windows-8-powered-phones-whats-the-hurry.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/microsoft/news/2011/12/leadership-change-could-herald-windows-8-powered-phones-whats-the-hurry.ars?comments=1#comments-bar" title="View reader comments (68) on this article">Comment  (68)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-11" class="story report business">
-  <div class="story-inner">
-        <h2 class="title"><a href="/business/news/2011/12/facebook-looks-to-fix-php-performance-with-hiphop-virtual-machine.ars" class="article-title" title="">Facebook looks to fix PHP performance with HipHop virtual machine</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/business/news/2011/12/facebook-looks-to-fix-php-performance-with-hiphop-virtual-machine.ars"><img src="http://static.arstechnica.net/assets/2011/12/php_elephant-4ee7b23-listing-thumb-133x75-28553-f.jpg" alt="Facebook looks to fix PHP performance with HipHop virtual machine" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T20:50:00Z">December 13, 2011 2:50 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T23:21:55Z">December 13, 2011 5:21 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/sean-gallagher/">Sean Gallagher</a>
-</span> | <span class="category">Posted in: <a href="/business/">Uptime</a></span></div>
-                  <div class="teaser">
-              <p>Based on the open-source PHP-to-C++ translator used to create nearly all of Facebook's production websites, the HipHop virtual machine turns script into bytecode, boosting performance.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/business/news/2011/12/facebook-looks-to-fix-php-performance-with-hiphop-virtual-machine.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/business/news/2011/12/facebook-looks-to-fix-php-performance-with-hiphop-virtual-machine.ars?comments=1#comments-bar" title="View reader comments (75) on this article">Comment  (75)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-12" class="story brief business">
-  <div class="story-inner">
-        <h2 class="title"><a href="/business/news/2011/12/microsoft-squashes-duqu-threat-with-windows-patch.ars" class="article-title" title="">Microsoft squashes Duqu threat with Windows patch</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T20:12:00Z">December 13, 2011 2:12 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-14T1:31:50Z">December 13, 2011 7:31 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/jon-brodkin/">Jon Brodkin</a>
-</span> | <span class="category">Posted in: <a href="/business/">Uptime</a></span></div>
-                  <div class="teaser">
-              <p>A month after releasing a temporary workaround to block malware exploiting a Windows kernel vulnerability, Microsoft today issued a patch for all supported releases of Windows aimed at putting an end to attacks based on the Duqu worm.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/business/news/2011/12/microsoft-squashes-duqu-threat-with-windows-patch.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/business/news/2011/12/microsoft-squashes-duqu-threat-with-windows-patch.ars?comments=1#comments-bar" title="View reader comments (14) on this article">Comment  (14)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-13" class="story brief business">
-  <div class="story-inner">
-        <h2 class="title"><a href="/business/news/2011/12/google-pulls-22-malicious-android-apps-to-prevent-fraudulent-charges.ars" class="article-title" title="">Google pulls 22 apps from Android Market to prevent fraudulent charges</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T19:40:00Z">December 13, 2011 1:40 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/jon-brodkin/">Jon Brodkin</a>
-</span> | <span class="category">Posted in: <a href="/business/">Uptime</a></span></div>
-                  <div class="teaser">
-              <p>Google has reportedly removed 22 malicious applications from the Android Market after security vendors pointed out that the apps had been downloaded 14,000 times and were attempting to trick users into accepting fraudulent charges via SMS. </p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/business/news/2011/12/google-pulls-22-malicious-android-apps-to-prevent-fraudulent-charges.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/business/news/2011/12/google-pulls-22-malicious-android-apps-to-prevent-fraudulent-charges.ars?comments=1#comments-bar" title="View reader comments (112) on this article">Comment  (112)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-14" class="story report gaming">
-  <div class="story-inner">
-        <h2 class="title"><a href="/gaming/news/2011/12/raams-shadow.ars" class="article-title" title=""><em>RAAM's Shadow</em> DLC adds context, richness to world of <em>Gears of Wars</em></a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/gaming/news/2011/12/raams-shadow.ars"><img src="http://static.arstechnica.net/assets/2011/12/raamscreenie-4edfce6-listing-thumb-133x75-28348-f.png" alt="<em>RAAM's Shadow</em> DLC adds context, richness to world of <em>Gears of Wars</em>" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T19:20:00Z">December 13, 2011 1:20 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/ben-kuchera/">Ben Kuchera</a>
-</span> | <span class="category">Posted in: <a href="/gaming/">Opposable Thumbs</a></span></div>
-                  <div class="teaser">
-              <p><em>RAAM's Shadow</em>, a $15 content pack for <em>Gears of War 3</em>, shows what Sera looked like before the war destroyed much of the planet's elegance, and it puts you in control of one of the most powerful characters in the series. </p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/gaming/news/2011/12/raams-shadow.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/gaming/news/2011/12/raams-shadow.ars?comments=1#comments-bar" title="View reader comments (21) on this article">Comment  (21)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-15" class="story report apple">
-  <div class="story-inner">
-        <h2 class="title"><a href="/apple/news/2011/12/design-student-scores-apple-internship-to-spiff-up-ios-notifications.ars" class="article-title" title="">Apple aiming to improve iOS notifications further with fresh talent</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/apple/news/2011/12/design-student-scores-apple-internship-to-spiff-up-ios-notifications.ars"><img src="http://static.arstechnica.net/assets/2011/12/ios5_notifications_list-4ee78d5-intro-thumb-133x75-28549-f.jpg" alt="Apple aiming to improve iOS notifications further with fresh talent" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T18:45:00Z">December 13, 2011 12:45 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/chris-foresman/">Chris Foresman</a>
-</span> | <span class="category">Posted in: <a href="/apple/">Infinite Loop</a></span></div>
-                  <div class="teaser">
-              <p>iOS 5's Notification Center is a vast improvement over what was previously available, but that doesn't mean it's perfect. To improve the situation, Apple has been hiring on some fresh eyes.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/apple/news/2011/12/design-student-scores-apple-internship-to-spiff-up-ios-notifications.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/apple/news/2011/12/design-student-scores-apple-internship-to-spiff-up-ios-notifications.ars?comments=1#comments-bar" title="View reader comments (49) on this article">Comment  (49)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-16" class="story report science">
-  <div class="story-inner">
-        <h2 class="title"><a href="/science/news/2011/12/possible-higgs-boson-signals-but-we-wont-know-for-sure-until-next-year.ars" class="article-title" title="">Possible Higgs boson signals, but we won't know for sure until next year</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/science/news/2011/12/possible-higgs-boson-signals-but-we-wont-know-for-sure-until-next-year.ars"><img src="http://static.arstechnica.net/assets/2011/12/eeee-run167675-evt876658967-rphi-subformat-icon-640-4ee785f-listing-thumb-133x75-28547-f.png" alt="Possible Higgs boson signals, but we won't know for sure until next year" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T17:28:00Z">December 13, 2011 11:28 AM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T18:51:10Z">December 13, 2011 12:51 PM</abbr></span> - <span class="author">by <a rel="author" href="/author/john-timmer/">John Timmer</a>
-</span> | <span class="category">Posted in: <a href="/science/">Nobel Intent</a></span></div>
-                  <div class="teaser">
-              <p>If the Higgs exists at anywhere near the energies that we think it must, then it's probably somewhere right around 125GeV. Both of the LHC's detectors see a signal there, but it doesn't yet rise to the level that constitutes evidence for the Higgs.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/science/news/2011/12/possible-higgs-boson-signals-but-we-wont-know-for-sure-until-next-year.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/science/news/2011/12/possible-higgs-boson-signals-but-we-wont-know-for-sure-until-next-year.ars?comments=1#comments-bar" title="View reader comments (50) on this article">Comment  (50)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-17" class="story brief apple">
-  <div class="story-inner">
-        <h2 class="title"><a href="/apple/news/2011/12/apple-reportedly-tweaking-iad-terms-to-better-appeal-to-advertisers.ars" class="article-title" title="">Apple reportedly tweaking iAd terms to better appeal to advertisers</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T17:08:00Z">December 13, 2011 11:08 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/jacqui-cheng/">Jacqui Cheng</a>
-</span> | <span class="category">Posted in: <a href="/apple/">Infinite Loop</a></span></div>
-                  <div class="teaser">
-              <p>Apple's mobile advertising service has seen some success since its launch in 2010, but nowhere near what Steve Jobs initially projected. Now, the company is reportedly changing some of its requirements in order to attract more advertisers.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/apple/news/2011/12/apple-reportedly-tweaking-iad-terms-to-better-appeal-to-advertisers.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/apple/news/2011/12/apple-reportedly-tweaking-iad-terms-to-better-appeal-to-advertisers.ars?comments=1#comments-bar" title="View reader comments (19) on this article">Comment  (19)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-18" class="story report tech-policy">
-  <div class="story-inner">
-        <h2 class="title"><a href="/tech-policy/news/2011/12/fbi-using-carrier-iq-info-for-law-enforcement-purposes-refuses-to-release-records.ars" class="article-title" title="">FBI using Carrier IQ info for "law enforcement purposes," refuses to release records</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/tech-policy/news/2011/12/fbi-using-carrier-iq-info-for-law-enforcement-purposes-refuses-to-release-records.ars"><img src="http://static.arstechnica.net/assets/2011/12/fbi_building-4ee77ca-listing-thumb-133x75-28546-f.jpg" alt="FBI using Carrier IQ info for "law enforcement purposes," refuses to release records" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T16:40:00Z">December 13, 2011 10:40 AM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T16:56:46Z">December 13, 2011 10:56 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/jon-brodkin/">Jon Brodkin</a>
-</span> | <span class="category">Posted in: <a href="/tech-policy/">Law & Disorder</a></span></div>
-                  <div class="teaser">
-              <p>The FBI refuses to release information related to Carrier IQ, the tracking software installed on millions of smartphones. The FBI is using the information in a law enforcement case, but whether it is investigating Carrier IQ for privacy violations or using the information for other investigations is unknown. </p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/tech-policy/news/2011/12/fbi-using-carrier-iq-info-for-law-enforcement-purposes-refuses-to-release-records.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/tech-policy/news/2011/12/fbi-using-carrier-iq-info-for-law-enforcement-purposes-refuses-to-release-records.ars?comments=1#comments-bar" title="View reader comments (81) on this article">Comment  (81)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-19" class="story brief tech-policy">
-  <div class="story-inner">
-        <h2 class="title"><a href="/tech-policy/news/2011/12/sponsor-waters-down-online-blacklisting-bill-but-stop-still-has-issues.ars" class="article-title" title="">Sponsor waters down online blacklisting bill, but STOP still has issues</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T16:25:00Z">December 13, 2011 10:25 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/wiredcom/">David Kravets, wired.com</a>
-</span> | <span class="category">Posted in: <a href="/tech-policy/">Law & Disorder</a></span></div>
-                  <div class="teaser">
-              <p>Rep. Lamar Smith (R-Texas) introduced amendments late Monday to the Stop Online Piracy Act—changes that dramatically water down the measure's scope. Among the amendments is a clarification that "rogue" sites must be foreign, and that rights holders now do not have the power to demand financial institutions and ad networks to stop doing business with infringing sites.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/tech-policy/news/2011/12/sponsor-waters-down-online-blacklisting-bill-but-stop-still-has-issues.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/tech-policy/news/2011/12/sponsor-waters-down-online-blacklisting-bill-but-stop-still-has-issues.ars?comments=1#comments-bar" title="View reader comments (19) on this article">Comment  (19)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-20" class="story brief gaming">
-  <div class="story-inner">
-        <h2 class="title"><a href="/gaming/news/2011/12/judge-dismisses-other-os-class-action-suit-against-sony.ars" class="article-title" title="">Judge dismisses "Other OS" class-action suit against Sony</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T15:33:00Z">December 13, 2011 9:33 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/ben-kuchera/">Ben Kuchera</a>
-</span> | <span class="category">Posted in: <a href="/gaming/">Opposable Thumbs</a></span></div>
-                  <div class="teaser">
-              <p>A class-action lawsuit against Sony for removing the "Other OS" features of the PlayStation 3 has been dismissed. The Judge noted that while the move may not have been the best thing for customers, there was no legal argument against Sony's actions in the current suit.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/gaming/news/2011/12/judge-dismisses-other-os-class-action-suit-against-sony.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/gaming/news/2011/12/judge-dismisses-other-os-class-action-suit-against-sony.ars?comments=1#comments-bar" title="View reader comments (152) on this article">Comment  (152)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-21" class="story report business">
-  <div class="story-inner">
-        <h2 class="title"><a href="/business/news/2011/12/creative-commons-ponders-ports-and-database-rights-for-license-update.ars" class="article-title" title="">Creative Commons ponders ports and database rights for license update</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/business/news/2011/12/creative-commons-ponders-ports-and-database-rights-for-license-update.ars"><img src="http://static.arstechnica.net/assets/2011/12/2500_creative_commons_licenses-4ee74a9-listing-thumb-133x75-28543-f.jpg" alt="Creative Commons ponders ports and database rights for license update" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T13:45:00Z">December 13, 2011 7:45 AM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T15:54:37Z">December 13, 2011 9:54 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/ryan-paul/">Ryan Paul</a>
-</span> | <span class="category">Posted in: <a href="/business/">Uptime</a></span></div>
-                  <div class="teaser">
-              <p>Creative Commons is planning to issue a major update to its suite of licenses next year. Some topics of discussion include harmonizing with database rights and ending regional ports in favor of improving the international applicability of unported licenses.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/business/news/2011/12/creative-commons-ponders-ports-and-database-rights-for-license-update.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/business/news/2011/12/creative-commons-ponders-ports-and-database-rights-for-license-update.ars?comments=1#comments-bar" title="View reader comments (4) on this article">Comment  (4)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-22" class="story report tech-policy">
-  <div class="story-inner">
-        <h2 class="title"><a href="/tech-policy/news/2011/12/expert-domain-seizure-oversight-too-lax-targets-out-of-luck.ars" class="article-title" title="">Domain seizure oversight lax and broken, targets out of luck</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/tech-policy/news/2011/12/expert-domain-seizure-oversight-too-lax-targets-out-of-luck.ars"><img src="http://static.arstechnica.net/assets/2011/12/cracked-mirror-4ee6b29-listing-thumb-133x75-28521-f.jpg" alt="Domain seizure oversight lax and broken, targets out of luck" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T13:15:00Z">December 13, 2011 7:15 AM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T15:20:23Z">December 13, 2011 9:20 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/timothy-b-lee/">Timothy B. Lee</a>
-</span> | <span class="category">Posted in: <a href="/tech-policy/">Law & Disorder</a></span></div>
-                  <div class="teaser">
-              <p>Can the government really hold a domain for a year and then return it without so much as an apology? A legal expert tells Ars the courts have have done a poor job overseeing the domain seizure program, but the victims are unlikely to receive significant compensation.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/tech-policy/news/2011/12/expert-domain-seizure-oversight-too-lax-targets-out-of-luck.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/tech-policy/news/2011/12/expert-domain-seizure-oversight-too-lax-targets-out-of-luck.ars?comments=1#comments-bar" title="View reader comments (80) on this article">Comment  (80)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-23" class="story report microsoft">
-  <div class="story-inner">
-        <h2 class="title"><a href="/microsoft/news/2011/12/azure-price-cuts-bigger-databases-now-with-nodejs-and-mongodb-support-hadoop-on-its-way.ars" class="article-title" title="">Azure price cuts, bigger databases, now with node.js and MongoDB support, Hadoop on its way</a></h2>
-            <div class="body">
-            <div class="story-image"><a href="/microsoft/news/2011/12/azure-price-cuts-bigger-databases-now-with-nodejs-and-mongodb-support-hadoop-on-its-way.ars"><img src="http://static.arstechnica.net/assets/2011/12/ray_ozzie-4ee6b3d-listing-thumb-133x75-28523-f.jpg" alt="Azure price cuts, bigger databases, now with node.js and MongoDB support, Hadoop on its way" width="133" height="75" /></a></div>
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T2:22:00Z">December 12, 2011 8:22 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T15:33:37Z">December 13, 2011 9:33 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/peter-bright/">Peter Bright</a>
-</span> | <span class="category">Posted in: <a href="/microsoft/">One Microsoft Way</a></span></div>
-                  <div class="teaser">
-              <p>Microsoft has released a set of updates to its Azure cloud computing platform to make it cheaper, more scalable, and easier to manage. On top of that, the company has shipped a new SDK for node.js, new guidance for MongoDB, and has started to offer support for Apache Hadoop.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/microsoft/news/2011/12/azure-price-cuts-bigger-databases-now-with-nodejs-and-mongodb-support-hadoop-on-its-way.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/microsoft/news/2011/12/azure-price-cuts-bigger-databases-now-with-nodejs-and-mongodb-support-hadoop-on-its-way.ars?comments=1#comments-bar" title="View reader comments (58) on this article">Comment  (58)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-24" class="story brief apple">
-  <div class="story-inner">
-        <h2 class="title"><a href="/apple/news/2011/12/apple-extending-airplay-over-low-power-low-latency-bluetooth-40.ars" class="article-title" title="">Apple extending AirPlay to low-power, low-latency Bluetooth 4.0</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-13T2:10:00Z">December 12, 2011 8:10 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T15:13:21Z">December 13, 2011 9:13 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/chris-foresman/">Chris Foresman</a>
-</span> | <span class="category">Posted in: <a href="/apple/">Infinite Loop</a></span></div>
-                  <div class="teaser">
-              <p>Apple will be enabling future iOS devices to connect to accessories using Bluetooth 4.0 instead of WiFi.</p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/apple/news/2011/12/apple-extending-airplay-over-low-power-low-latency-bluetooth-40.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/apple/news/2011/12/apple-extending-airplay-over-low-power-low-latency-bluetooth-40.ars?comments=1#comments-bar" title="View reader comments (25) on this article">Comment  (25)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-
-  <div id="story-25" class="story brief business">
-  <div class="story-inner">
-        <h2 class="title"><a href="/business/news/2011/12/microsoft-expands-presence-on-ios-and-android-with-onenote-and-lync-clients.ars" class="article-title" title="">Microsoft expands presence on iOS and Android with OneNote and Lync apps</a></h2>
-            <div class="body">
-                  <div class="byline"><span class="published updated"><span class="name">Published </span> <abbr class="timeago datetime" title="2011-12-12T23:37:43Z">December 12, 2011 5:37 PM</abbr></span><span class="modified" style="display:none;"><span class="name">Last updated </span> <abbr class="timeago datetime" title="2011-12-13T15:36:13Z">December 13, 2011 9:36 AM</abbr></span> - <span class="author">by <a rel="author" href="/author/jon-brodkin/">Jon Brodkin</a>
-</span> | <span class="category">Posted in: <a href="/business/">Uptime</a></span></div>
-                  <div class="teaser">
-              <p>Microsoft is boosting Office's presence on mobile devices with a new OneNote app designed for Apple's iPad and a Lync application for the major mobile platforms. </p>
-            </div>
-      
-      
-                <div class="read-more-link"> 
-                  <a href="/business/news/2011/12/microsoft-expands-presence-on-ios-and-android-with-onenote-and-lync-clients.ars">Read More</a>
-                </div>
-          
-      
-                  
-      <div class="comment-link">
-        <a rel="nofollow" href="/business/news/2011/12/microsoft-expands-presence-on-ios-and-android-with-onenote-and-lync-clients.ars?comments=1#comments-bar" title="View reader comments (31) on this article">Comment  (31)</a>
-      </div>
-
-          </div>
-     </div>
-</div>
-</div></div>  <div id="more-stories" style="display: none;"><a href="#">Load more stories</a></div>
-
-
-</div>
-        <!--googleoff: all-->
-<div id="sidebar">
-              <div id="features-slider" class="with-divider">
-            <div class="bubble">
-              <div class="bubble-inner">
-                <span class="ars-features">Ars Technica Features:</span>
-                Browse our latest in-depth, full-length stories.
-              </div>
-            </div>
-            <div id="features-slider-viewport-wrapper">
-              <div id="features-slider-viewport">
-                <ul id="featured-slider-items">
-                                                        <li id="feature-0" class="feature ">
-                    <div class="image"><a href="/science/news/2011/12/how-the-epa-linked-fracking-to-contaminated-well-water.ars"><img src="http://static.arstechnica.net/assets/2011/12/against_fracking_01-4ee250d-feature-thumb-280x280-28405-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/science/news/2011/12/how-the-epa-linked-fracking-to-contaminated-well-water.ars">How the EPA linked "fracking" to contaminated well water</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/scott-johnson/">Scott K. Johnson</a>
-</span> | <span class="category">Posted in: <a href="/science/">Nobel Intent</a></span></div>
-                    </li>
-                                      <li id="feature-1" class="feature hide">
-                    <div class="image"><a href="/gadgets/guides/2011/12/2011-gadget-gift-guide.ars"><img src="http://static.arstechnica.net/assets/2011/12/gift-guide-2011-4ede3eb-feature-thumb-280x280-28299-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/gadgets/guides/2011/12/2011-gadget-gift-guide.ars">Ars Technica's 2011 holiday gift guide extravaganza</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/ohrmazd/">Ars Staff</a>
-</span> | <span class="category">Posted in: <a href="/gadgets/">Gear & Gadgets</a></span></div>
-                    </li>
-                                      <li id="feature-2" class="feature hide">
-                    <div class="image"><a href="/gadgets/news/2011/12/the-shards-bleeding-edge-anatomy-of-a-21st-century-skyscraper.ars"><img src="http://static.arstechnica.net/assets/2011/12/4_sellar_group-4ed9522-feature-thumb-280x280-28247-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/gadgets/news/2011/12/the-shards-bleeding-edge-anatomy-of-a-21st-century-skyscraper.ars">The Shard's bleeding edge: anatomy of a 21st century skyscraper</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/ohrmazd/">James Holloway</a>
-</span> | <span class="category">Posted in: <a href="/gadgets/">Gear & Gadgets</a></span></div>
-                    </li>
-                                      <li id="feature-3" class="feature hide">
-                    <div class="image"><a href="/science/news/2011/11/how-the-collapse-of-a-scientific-hypothesis-led-to-a-lawsuit-and-arrest.ars"><img src="http://static.arstechnica.net/assets/2011/11/lab-mouse-4ed55e2-feature-thumb-280x280-28095-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/science/news/2011/11/how-the-collapse-of-a-scientific-hypothesis-led-to-a-lawsuit-and-arrest.ars">How a collapsing scientific hypothesis led to a lawsuit and arrest</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/john-timmer/">John Timmer</a>
-</span> | <span class="category">Posted in: <a href="/science/">Nobel Intent</a></span></div>
-                    </li>
-                                      <li id="feature-4" class="feature hide">
-                    <div class="image"><a href="/business/news/2011/11/private-app-stores-does-your-company-need-its-own.ars"><img src="http://static.arstechnica.net/assets/2011/11/private-apps-store-4ec55b6-feature-thumb-280x280-27851-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/business/news/2011/11/private-app-stores-does-your-company-need-its-own.ars">Private app stores: does your company need its own?</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/jon-brodkin/">Jon Brodkin</a>
-</span> | <span class="category">Posted in: <a href="/business/">Uptime</a></span></div>
-                    </li>
-                                      <li id="feature-5" class="feature hide">
-                    <div class="image"><a href="/gadgets/reviews/2011/11/lean-mean-consuming-machine-reviewing-the-nook-tablet.ars"><img src="http://static.arstechnica.net/assets/2011/11/nook_tablet_feature-thumb-280x280-28043-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/gadgets/reviews/2011/11/lean-mean-consuming-machine-reviewing-the-nook-tablet.ars">Lean, mean consuming machine: the Nook Tablet reviewed</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/casey-johnston/">Casey Johnston</a>
-</span> | <span class="category">Posted in: <a href="/gadgets/">Gear & Gadgets</a></span></div>
-                    </li>
-                                      <li id="feature-6" class="feature hide">
-                    <div class="image"><a href="/gaming/news/2011/11/2011-childs-play-drive-signed-ultima-halo-360-hardware-aliens-themed-nerf-gun.ars"><img src="http://static.arstechnica.net/assets/2011/11/childs-play-bear-4ecd169-feature-thumb-280x280-28003-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/gaming/news/2011/11/2011-childs-play-drive-signed-ultima-halo-360-hardware-aliens-themed-nerf-gun.ars">2011 Ars Child's Play Drive begins: Signed Ultima! Halo 360 hardware! Aliens-themed Nerf gun!</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/ben-kuchera/">Ben Kuchera</a>
-</span> | <span class="category">Posted in: <a href="/gaming/">Opposable Thumbs</a></span></div>
-                    </li>
-                                      <li id="feature-7" class="feature hide">
-                    <div class="image"><a href="/business/news/2011/11/bulldozer-server-benchmarks-are-here-and-theyre-a-catastrophe.ars"><img src="http://static.arstechnica.net/assets/2011/11/faildozer-4eca757-feature-thumb-280x280-27933-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/business/news/2011/11/bulldozer-server-benchmarks-are-here-and-theyre-a-catastrophe.ars">AMD's Bulldozer server benchmarks are here, and they're a catastrophe</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/peter-bright/">Peter Bright</a>
-</span> | <span class="category">Posted in: <a href="/business/">Uptime</a></span></div>
-                    </li>
-                                      <li id="feature-8" class="feature hide">
-                    <div class="image"><a href="/apple/guides/2011/11/can-the-iphone-4s-replace-a-real-digital-camera-for-many-yes.ars"><img src="http://static.arstechnica.net/assets/2011/11/iphone4s_cameras_feature-4ec703e-feature-thumb-280x280-27899-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/apple/guides/2011/11/can-the-iphone-4s-replace-a-real-digital-camera-for-many-yes.ars">Can the iPhone 4S replace a "real" digital camera? Ars investigates</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/chris-foresman/">Chris Foresman</a>
-</span> | <span class="category">Posted in: <a href="/apple/">Infinite Loop</a></span></div>
-                    </li>
-                                      <li id="feature-9" class="feature hide">
-                    <div class="image"><a href="/gadgets/reviews/2011/11/dont-call-it-a-tablet-the-kindle-fire-reviewed.ars"><img src="http://static.arstechnica.net/assets/2011/11/fire-cheese-sq-4ec54c5-feature-thumb-280x280-27848-f.jpg" alt="" height="280" width="280" /></a>
-                    </div>
-                    <h2 class="title"><a href="/gadgets/reviews/2011/11/dont-call-it-a-tablet-the-kindle-fire-reviewed.ars">Don't call it a tablet: the Kindle Fire reviewed</a></h2>
-                    <div class="byline"><span class="author">by <a rel="author" href="/author/casey-johnston/">Casey Johnston</a>
-</span> | <span class="category">Posted in: <a href="/gadgets/">Gear & Gadgets</a></span></div>
-                    </li>
-                                  </ul>
-              </div>
-            </div>
-          </div>
-   
-    <div id="tile-top" class="">
-
-<noscript>
-<div id="help-by-subscribing">
-<a href="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars/2"><img src="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars/4" alt="Please subscribe" /></a></div>
-</noscript>
-
-<script type="text/javascript">
-try {
-  var ppanel = cnp.ad.create(cnp.ad.refreshable, false);
-  ppanel.addParameterString('kw=top;');
-  ppanel.addParameter({'sz':'300x250'});
-  ppanel.load();
-} catch(e) {}
-</script>
-</div>
-  <div id="etc" class="with-divider">
-  <h2 class="title">
-    <span class="title">etc</span>      </h2>
-  <div class="body">
-    <ul>
-                                                 
-
-<li id="etc-sidebar-1" class="even apple">
-  <p><a href="/apple/news/2011/12/netflix-has-rolled-out-a.ars?comments=1">Netflix has rolled out a redesigned iOS app that displays more titles within the iOS interface, among other things.</a></p>
-</li>
-                                             
-
-<li id="etc-sidebar-2" class="odd gadgets">
-  <p><a href="/gadgets/news/2011/12/t-mobile-is-launching-the-nokia.ars?comments=1">T-Mobile is launching the Nokia Lumia 710 on January 11 for $50 with two-year contract. This budget variation of the lust-worthy Lumia 800 will be the first Nokia WP7 device to launch in the US.</a></p>
-</li>
-                                             
-
-<li id="etc-sidebar-3" class="even apple">
-  <p><a href="/apple/news/2011/12/the-original-partnership-contracts-that.ars?comments=1">The original partnership contracts that formed Apple Computer in 1976, signed by Steve Jobs, Steve Wozniak, and little-known third partner Ronald Wayne, sold at an auction at Sotheby's on Tuesday for $1.59 million.</a></p>
-</li>
-                                             
-
-<li id="etc-sidebar-4" class="odd apple">
-  <p><a href="/apple/news/2011/12/apple-appears-to-be-poking.ars?comments=1">Apple appears to be poking fun at those that dig into configuration files in iOS to glean information about upcoming iOS devices. The company included profiles for dozens of fake products in iOS 5.1b2.</a></p>
-</li>
-                                             
-
-<li id="etc-sidebar-5" class="even apple">
-  <p><a href="/apple/news/2011/12/apple-launched-the-itunes-stores.ars?comments=1">Apple launched the iTunes Stores in 15 Latin American countries on Tuesday, while Brazilians also got access to iTunes Match in addition to music and movies.</a></p>
-</li>
-                                             
-
-<li id="etc-sidebar-6" class="odd apple">
-  <p><a href="/apple/news/2011/12/the-second-beta-of-ios.ars?comments=1">The second beta of iOS 5.1 has been released to developers with the ability to delete photos from your Photo Stream, which then get pulled from all iOS 5.1 devices.</a></p>
-</li>
-    </ul>
-  </div>
-  <div style="display:none;" id="more-etc"><a href="#">Read more posts</a></div>
-</div>
-
-    <div class="with-divider" id="fb">
-    <iclint src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Farstechnica&width=300&colorscheme=light&show_faces=false&stream=false&header=false&height=62&border_color=%23FFFFFF" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:62px;" allowTransparency="true"></iclint>
-    <iclint src="http://www.facebook.com/plugins/activity.php?site=arstechnica.com&width=300&height=370&header=false&colorscheme=light&recommendations=false&border_color=%23FFFFFF" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:370px;" allowTransparency="true"></iclint>
-
-      <p><a href="#" class="anonymous">Disable Facebook on Ars</a></p>
-      </div>
-    <div id="tile-bottom" class="">
-
-<noscript>
-<div id="help-by-subscribing">
-<a href="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars/2"><img src="/tech-policy/news/2011/12/technology-entrepreneurs-attack-sopa-on-eve-of-hearings.ars/4" alt="Please subscribe" /></a></div>
-</noscript>
-
-<script type="text/javascript">
-try {
-  var ppanel = cnp.ad.create(cnp.ad.refreshable, false);
-  ppanel.addParameterString('kw=bottom;');
-  ppanel.addParameter({'sz':'300x250'});
-  ppanel.load();
-} catch(e) {}
-</script>
-</div>
-  <div class="dont-miss with-divider">
-    <h2 class="title">
-      <span class="title">Don't Miss</span>:
-      <span class="sub-title">Promos & Insight</span>
-    </h2>
-    <div class="body">
-      <a href="http://arstechnica.com/business/consumerization-of-it/"><img src="http://static.arstechnica.net/public/shared/images/dell-consumer-x-rail.png" width="300" height="100" alt="Promo image!" /></a>
-      <div class="bubble">
-        <div class="bubble-inner">
-                    <span class="promo">Promo</span>:
-                    <a href="http://arstechnica.com/business/consumerization-of-it/">Consumerization of IT: Ars explores mobility, social media, and rapid development cycles.</a>
-        </div>
-      </div>
-    </div>
-  </div>
-  <div id="jobs-ars" class="with-divider">
-    <h2 class="title">
-      <span class="title">Job.Ars</span>:
-      <span class="subtitle">looking for a new job?</span>
-    </h2>
-    <div class="body">
-      <ul>
-      <div id="jobs-ars-content">
-  <ul>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1199/">.Net Developer</a> at www.daileyideas.com</div>
-      <div class="job-location">Onsite - West Hollywood, CA</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1198/">Technical Writer</a> at Synacor</div>
-      <div class="job-location">Buffalo, NY</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1197/">Release Engineering Tools Administrator</a> at Synacor</div>
-      <div class="job-location">Buffalo, NY</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1196/">Systems Architect</a> at Synacor</div>
-      <div class="job-location">Buffalo, NY</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1195/">Storage Administrator</a> at Synacor</div>
-      <div class="job-location">Buffalo</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1194/">Database Administrator</a> at Synacor</div>
-      <div class="job-location">Buffalo, NY</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1191/">Web/Media Analyst</a> at BioWare</div>
-      <div class="job-location">Austin, Texas</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1190/">Network Security Engineer</a> at BioWare</div>
-      <div class="job-location">Austin, Texas</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1188/">Front-End Engineer</a> at AfterCollege</div>
-      <div class="job-location">San Francisco, CA</div>
-    </li>
-    
-    <li>
-      <div class="job-title"><a href="//jobs.arstechnica.com/list/1187/">Python/Django Developer</a> at Automata Studios</div>
-      <div class="job-location">Silver Spring, Maryland</div>
-    </li>
-    
-  </ul>
-  <div id="more-jobs"><a href="//jobs.arstechnica.com">More Job Listings</a></div>
-</div>      </ul>
-    </div>
-  </div>
-
-</div>
-<!--googleon: all-->
-      </div>
-      <div id="footer">
-        <div id="slogan">Serving the technologist for <span id="decades">1</span> &#x00d7; 10<sup>-1</sup> centuries</div>
-<div id="footer-navigation">
-        <div id="footer-box-1" class="footer-box">
-          <h3>Site Links</h3>
-          <ul>
-                                                <li><a href="http://arstechnica.com/?from=footer" target="_parent">Front Page</a></li>
-            <li><a href="http://arstechnica.com/site/about-ars-technica.ars" target="_parent">About Us</a></li>
-            <li><a href="http://arstechnica.com/site/advertise.ars" target="_parent">Advertise with us</a></li>
-            <li><a href="http://arstechnica.com/site/press/" target="_parent">Press Information</a></li>
-            <li><a href="http://arstechnica.com/site/tv.ars" target="_parent">Ars Technica TV</a></li>
-          </ul>
-          <h3>Site Help</h3>
-          <ul>
-            <li><a href="http://arstechnica.com/site/contact-ars-technica.ars" target="_parent">Contact Us</a></li>
-            <li><a href="http://arstechnica.com/site/faq.ars" target="_parent">General FAQ</a></li>
-            <li><a href="http://arstechnica.com/site/reprints.ars" target="_parent">Reprints</a></li>
-          </ul>
-        </div>
-        <div id="footer-box-2" class="footer-box">
-          <h3>Subscriptions</h3>
-          <ul>
-            <li><a href="http://arstechnica.com/subscriptions/" target="_parent">Subscribe to Ars</a></li>
-            <li><a href="http://arstechnica.com/site/subscriber-faq.ars" target="_parent">Subscription FAQ</a></li>
-          </ul>
-          <h3>More Reading</h3>
-          <ul>
-            <li><a href="http://arstechnica.com/site/rss-feeds.ars" target="_parent">RSS Feeds</a></li>
-            <li><a href="http://arstechnica.com/site/twitter.ars" target="_parent">Twitter</a></li>
-            <li><a href="http://arstechnica.com/site/newsletter-signup.ars" target="_parent">Newsletters</a></li>
-          </ul>
-        </div>
-        <div id="footer-box-3" class="footer-box">
-          <h3>Condé Nast Sites</h3>
-          <ul>
-            <li><a href="http://www.reddit.com" title="NARWHALS!" target="_parent">Reddit</a></li>
-            <li><a href="http://www.wired.com" target="_parent">Wired</a></li>
-            <li><a href="http://www.vanityfair.com/" target="_parent">Vanity Fair</a></li>
-            <li><a href="http://www.style.com/?from-ars" target="_parent">Style</a></li>
-            <li><a href="http://www.details.com/" target="_parent">Details</a></li>
-          </ul>
-          <form action="#" method="get">
-            <div>
-              <select onchange="(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null" name="mag_list" id="mag_list">
-                <option selected="selected" value="">Visit our sister sites</option>
-                <option value="">- - - - - - - - - - - - - -</option>
-                <option value="http://www.gq.com">GQ</option>
-                <option value="http://www.concierge.com">Concierge</option>
-                <option value="http://www.epicurious.com">Epicurious</option>
-                <option value="http://men.style.com">Men.Style.com</option>
-                <option value="http://www.style.com">Style.com</option>
-                <option value="http://www.wired.com">Wired.com</option>
-                <option value="http://www.lipstick.com">Lipstick.com</option>
-                <option value="http://www.nutritiondata.com">NutritionData</option>
-                <option value="http://www.allure.com">Allure</option>
-                <option value="http://www.architecturaldigest.com">Architectural Digest</option>
-                <option value="http://www.bonappetit.com">Bon Appétit</option>
-                <option value="http://www.brides.com">Brides</option>
-                <option value="http://www.portfolio.com">Condé Nast Portfolio</option>
-                <option value="http://www.glamour.com">Glamour</option>
-                <option value="http://www.golfdigest.com">Golf Digest</option>
-                <option value="http://www.golfworld.com">Golf World</option>
-                <option value="http://www.luckymag.com">Lucky</option>
-                <option value="http://www.self.com">Self</option>
-                <option value="http://www.teenvogue.com">Teen Vogue</option>
-                <option value="http://www.newyorker.com">The New Yorker</option>
-                <option value="http://www.vanityfair.com">Vanity Fair</option>
-                <option value="http://www.wmagazine.com">W</option>
-              </select>
-            </div>
-          </form>
-          <form action="#" method="get">
-            <div>
-              <select onchange="(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null" name="sub_list" id="sub_list" size="1">
-                  <option selected="selected" value="">Subscribe to a magazine</option>
-                  <option value="http://www.magazinestoresubscriptions.com?source=univdropdown">View All Titles</option>
-                  <option value="">- - - - - - - - - - - - - -</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER">Allure</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest">Architectural Digest</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER">Bon Appétit</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER">Brides</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastPortfolio?source=SITEFOOTER">Condé Nast Portfolio</option>
-
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER">Condé Nast Traveler</option>
-
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER">Details</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ElegantBride?source=SITEFOOTER">Elegant Bride</option>
-
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER">Glamour</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER">Golf Digest</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER">Golf World</option>
-
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER">GQ</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER">Lucky</option>
-
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ModernBride?source=SITEFOOTER">Modern Bride</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER">Self</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER">Teen Vogue</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER">The New Yorker</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER">Vanity Fair</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER">Vogue</option>
-
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER">W</option>
-                  <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER">Wired</option>
-              </select>
-            </div>
-          </form>
-        </div>
-        <div id="footer-box-4" class="footer-box">
-        <p><a href="http://arstechnica.com/?__set=mobile" title="View mobile
-          site" target="_parent"><img src="http://static.arstechnica.net/public/v6/styles/light/images/footer/footer-mobile-badge.png" width="99" height="104" alt="Ars Technica"></a></p>
-         <p><a href="http://arstechnica.com/?__set=mobile" title="View mobile site" target="_parent">View mobile site</a></p>
-        </div>
-      </div>
-      </div>
-    </div> 
-    <script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-31997-1']);
-  _gaq.push(['_trackPageview']);
-  _gaq.push(['_trackPageLoadTime']);
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-
-</script>
-
-
-<script type="text/javascript">
-  var page_class = 'home',
-    site_root = "",
-    site_root_rel = '/',
-        discussion_url = false,
-    entry_is_feature = false,
-        fp_layout = 'normal',
-    syntaxhighlighter = "http://static.arstechnica.com/public/full/scripts/syntaxhighlighter.js",
-    new_comments = true,
-    disable_fb = 'false';
-</script>
-   
-
-  <script src="http://static.arstechnica.net//public/v6/scripts/site.min.js?1323894855" type="text/javascript" charset="utf-8"></script>
-
-<noscript>
-<img src="http://b.scorecardresearch.com/b?c1=2&c2=6035094&c3=&c4=&c5=&c6=&c15=&cv=1.3&cj=1" style="position:absolute; bottom: 0px; right:0px;"
-width="1" height="1" alt="" />
-</noscript>
-
-<span style="display: none" id="ArsTechnicaNews" class="hslice">
-  <span style="display: none" class="entry-title">Ars Technica News</span>
-  <a style="display: none" href="http://www.ieaddons.com/en/ie8slice/Content.ashx?id=330" rel="entry-content"></a>
-</span>
-
-<!-- START Parse.ly Include: Standard -->
-<div id="parsely-root" style="display: none">
-  <a id="parsely-cfg" data-parsely-site="arstechnica.com"
-       href="http://parsely.com">Powered by the Parse.ly Publisher Platform (P3).</a>
-</div>
-<script>
-(function(s, p, d) {
-    var h=d.location.protocol, i=p+"-"+s,
-        e=d.getElementById(i), r=d.getElementById(p+"-root");
-    if (e) return;
-    e = d.createElement(s); e.id = i; e.async = true;
-    e.src = h+"//static.parsely.com/p.js"; r.appendChild(e);
-})("script", "parsely", document);
-</script>
-<!-- END Parse.ly Include -->            <script type='text/javascript'>
-        var _sf_async_config={};
-        /** CONFIGURATION START **/
-        _sf_async_config.uid = 27113;
-        _sf_async_config.domain = 'arstechnica.com';
-        _sf_async_config.sections = 'All';  //CHANGE THIS
-                _sf_async_config.path = "http://arstechnica.com/index.php";
-        _sf_async_config.title = '';
-        /** CONFIGURATION END **/
-        (function(){
-          function loadChartbeat() {
-            window._sf_endpt=(new Date()).getTime();
-            var e = document.createElement('script');
-            e.setAttribute('language', 'javascript');
-            e.setAttribute('type', 'text/javascript');
-            e.setAttribute('src',
-               (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +
-               'js/chartbeat.js');
-            document.body.appendChild(e);
-          }
-          var oldonload = window.onload;
-          window.onload = (typeof window.onload != 'function') ?
-             loadChartbeat : function() { oldonload(); loadChartbeat(); };
-        })();
-    </script>
-  </body>
-</html>
diff --git a/test/resources/html/page_in_german b/test/resources/html/page_in_german
deleted file mode 100644
index f140c60..0000000
--- a/test/resources/html/page_in_german
+++ /dev/null
@@ -1,579 +0,0 @@
-<!DOCTYPE html>
-<html xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
-<head>
-<title>
-Telefonanlagen 
-</title>
-<link href="/assets/common.css" media="screen" rel="stylesheet" type="text/css" />
-<script src="/assets/common.js" type="text/javascript"></script>
-<link href='/assets/logo_main.png' rel='image_src'>
-<script type='text/javascript'>
-$(function() { document.title = "orceo: Business Tools > Telefonanlagen "; });
-</script>
-<meta content='k/zDXDzz75H8ODJubppTiu02ZS1MBZWuxMOrTu/XYig=' name='csrf-token'>
-<script id='shared_dialog' type='text/template'>
-<div class='test'>
-<div class='overlay'></div>
-<div class='overlay-wrap'>
-<div class='overlay-content'>
-<div class='spinner'></div>
-</div>
-</div>
-</div>
-
-</script>
-
-
-<meta content='' name='description'>
-<meta content='' name='keywords'>
-</head>
-<body>
-<div class='container'>
-<div class='left'></div>
-<script src="/assets/orceo/header.js" type="text/javascript"></script>
-<div class='header'>
-<a href='/'>
-<img alt="orceo group" class="logo" src="/assets/logo_main.png" />
-</a>
-<div class='search'>
-<form action='/search' method='get'>
-<input name='q' placeholder='Hier Suchbegriff eingeben' type='text'>
-<input type='submit' value=''>
-</form>
-</div>
-<br>
-<ul class='head_navigation'>
-<li>
-<a href="/contact">Kontakt</a>
-|
-</li>
-<li><a href="/users/sign_in" class="hand" id="sign_in_link">Kunden Login</a></li>
-</ul>
-<ul class='main_navigation'>
-<li class='active green'>
-<div class='line_left'></div>
-<div class='line_right'></div>
-<a href='/de/bt/12-home'>
-Business Tools
-</a>
-<div class='wrapper'>
-<ul>
-<div class='left_bg'></div>
-<li>
-<a href="/de/bt/7-telefonanlagen-%28telekommunikation%29">Telefonanlagen</a>
-</li>
-<li>
-<a href="/de/bt/8-it-systeme">IT Systeme</a>
-</li>
-<li>
-<a href="/de/bt/9-netzwerke">Netzwerke</a>
-</li>
-<li>
-<a href="/de/bt/480-dokumenten-management-system-dms">Dokumentenmanagement</a>
-</li>
-<li>
-<a href="/de/bt/82-zahlungssysteme-ec-geraete-kartenterminals">Zahlungssysteme</a>
-</li>
-<div class='right_bg'></div>
-</ul>
-</div>
-</li>
-<li class='red'>
-<div class='line_left'></div>
-<div class='line_right'></div>
-<a href='/de/lt/6-home'>
-Living Tech
-</a>
-<div class='wrapper'>
-<ul>
-<div class='left_bg'></div>
-<li>
-<a href="/de/lt/1-video%C3%BCberwachung-kamera%C3%BCberwachung">Videoüberwachung</a>
-</li>
-<li>
-<a href="/de/lt/2-zutrittskontrolle">Zutrittskontrolle</a>
-</li>
-<div class='right_bg'></div>
-</ul>
-</div>
-</li>
-<li class='blue'>
-<div class='line_left'></div>
-<div class='line_right'></div>
-<a href='/de/rd/18-home'>
-Research & Development
-</a>
-<div class='wrapper'>
-<ul>
-</ul>
-</div>
-</li>
-<li class='gray'>
-<div class='line_left'></div>
-<div class='line_right'></div>
-<a href='/de/orceo/30-home'>
-orceo
-</a>
-<div class='wrapper'>
-<ul>
-<div class='left_bg'></div>
-<li>
-<a href="/de/orceo/262-news-presse">News & Presse</a>
-</li>
-<li>
-<a href="/de/orceo/54-kontakt-oeffnungszeiten">Kontakt und Öffnungszeiten</a>
-</li>
-<li>
-<a href="/de/orceo/26-jobs">Jobs</a>
-</li>
-<div class='right_bg'></div>
-</ul>
-</div>
-</li>
-</ul>
-
-</div>
-
-<div class='green main'>
-<ul class='promoboxes'>
-<li class='promo'>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<div style="top: -5px; left: -6px; position: absolute;" class="item"><img class="item" style="left: 0px; top: 0px; position: relative;" alt="Header_ta_2011_06_0000" src="http://www.orceo.com/system/imgs/4e08442c10d0760f2e000001/original/Header_TA_2011_06_0000.jpg?1309164587"></div>
-
-
-
-</li>
-</ul>
-
-<div class='green one-third'>
-<div class='box'>
-<a href='/de/bt/12-home'>
-<div class='icon'></div>
-<h1>
-Business Tools
-
-</h1>
-<div class='clear'></div>
-</a>
-</div>
-<div class='box noborder'>
-<div class='box_top'>
-<div class='corner'></div>
-</div>
-<div class='box_middle' id='side_navigation'>
-<div class='shadow'></div>
-<ul class='subnav'>
-<li class='active'>
-<a href="/de/bt/7-telefonanlagen-%28telekommunikation%29">Telefonanlagen</a>
-</li>
-<ul class='subnav'>
-<li class=''>
-<a href="/de/bt/telefonanlagen-%28telekommunikation%29/224-tk-planung">Lösungen</a>
-</li>
-<li class=''>
-<a href="/de/bt/telefonanlagen-%28telekommunikation%29/226-tk-produkte">Produkte</a>
-</li>
-<li class=''>
-<a href="/de/bt/telefonanlagen-%28telekommunikation%29/386-themen-blog">Themen</a>
-</li>
-</ul>
-
-<li class=''>
-<a href="/de/bt/8-it-systeme">IT Systeme</a>
-</li>
-<li class=''>
-<a href="/de/bt/9-netzwerke">Netzwerke</a>
-</li>
-<li class=''>
-<a href="/de/bt/480-dokumenten-management-system-dms">Dokumentenmanagement</a>
-</li>
-<li class=''>
-<a href="/de/bt/82-zahlungssysteme-ec-geraete-kartenterminals">Zahlungssysteme</a>
-</li>
-<li class=''>
-<a href="/de/bt/484-video%C3%BCberwachung">Videoüberwachung</a>
-</li>
-<li class=''>
-<a href="/de/bt/188-it-service">Service</a>
-</li>
-</ul>
-
-</div>
-<div class='box_bottom'>
-<div class='corner'></div>
-</div>
-</div>
-</div>
-
-<div class='two-thirds'>
-<div class='' id='category'>
-<input id='page_id' type='hidden' val='4e3a90a6255060d2f60447a0'>
-<div class='breadcrumbs' id='breadcrumbs'>
-<div class='text_wrapper'>
-<a href="/de/bt/12-home">Business Tools</a>
->>
-Telefonanlagen
-</div>
-<div class='icons'>
-<a href='http://www.facebook.com/sharer.php?u=http%3A%2F%2Forceo.com%2F%2Fde%2Fbt%2F7-telefonanlagen-%2528telekommunikation%2529&src=sp' id='facebook_link' name='fb_share' type='box_count'>
-<img alt="Facebook_icon" src="/assets/facebook_icon.png" title="Share on Facebook" />
-</a>
-<div href='/de/pages/4e3a90a6255060d2f60447a0/print' id='print_link'>
-<img alt="Print_icon" src="/assets/print_icon.png" title="Seite drucken" />
-Drucken
-</div>
-<div href='/de/pages/4e3a90a6255060d2f60447a0/email' id='email_link'>
-<img alt="Send_icon" src="/assets/send_icon.png" title="Seite empfehlen" />
-E-Mail die Seite
-</div>
-</div>
-</div>
-
-<h1>Telefonanlagen</h1>
-<div id='content_markdown'><h5></h5><h4></h4><p> </p>
-<h5><strong>Telefonieren ist heute mehr als drehen der Wählscheibe. </strong></h5>
-<p>Sprachübertragung ist noch immer das A und O moderner Telefonanlagen, doch die Möglichkeiten gehen heute weit darüber hinaus. Wir bieten Ihnen zuverlässige Lösungen mit hohem Mehrwert und Investitionssicherheit.</p>
-<p> </p>
-<img src="../../../system/imgs/4dfb7c6010d07644f0000002/original/Wir%20bieten_Header_gr%C3%BCn_etc..jpg?1308327008" />
-<table style="line-height:10%" class="no-border" valign="top" border="0" height="200" width="807">
-  <tbody><tr>
-        <td height="25" width="25">
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>
-        <td height="25" width="325"><strong>Über 10 Jahre Erfahrungen</strong><br /></td>
-        <td height="25" width="30"><br /></td>
-        <td height="25" width="25">
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>      
-        <td height="25" width="325"><strong>Design & Komfort</strong><br /></td>
-    </tr><tr>
-        <td><br /></td>
-        <td><em>Mit Siemens HiPath, Panasonic, Agfeo & Co.<br /></em></td>
-        <td><em><br /></em></td>
-        <td><br /></td>
-        <td><em>Farbdisplays - Alle Infos auf einen Blick</em><br /></td>
-  </tr><tr>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Projektierung & Beratung</strong><br /></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Vollständige Integration</strong><br /></td>
-  </tr><tr>
-        <td><br /></td>
-        <td><em>Von Bedarfsermittlung bis zur Umsetzung</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td>Anrufbeantworter in Outlook, CTI<br /></td>
-  </tr><tr>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>
-        <td><strong>Rundum - Betreuung</strong><br /></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Einheitliches Look & Feel</strong><br /></td>
-  </tr><tr>
-        <td><br /></td>
-        <td><em>Alle Leistungen inklusive</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td><em>Die gleichen Telefone im Homeoffice nutzen</em><br /></td>
-  </tr><tr>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Mietangebote</strong></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Sicherheit & Compliance</strong><br /></td>
-  </tr><tr>
-        <td><br /></td>
-        <td><em>Direkt absetzbar, kein Anlagevermögen</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td><em>Planung und Dokumentation nach ITIL</em><br /></td>
-  </tr>
-        <tr><td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>
-        <td><strong>Inbetriebnahme & Wartung</strong><br /></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Zuverlässigkeit & Stabilität</strong><br /></td>
-  </tr>
-        <tr><td><br /></td>
-        <td><em>Wenn Sie möchten sogar über Nacht</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td><em>Wir garantieren höchste Ausfallsicherheit</em><br /></td>
-  
-</tr></tbody>
-</table>
-<h5>
-</h5><h5></h5><h5></h5><h5></h5><p> </p>
-<p><strong><br /></strong></p>
-<h5><strong>Wir bieten Ihnen ein umfassendes Konzept zur Umsetzung Ihrer Wünsche.<br /></strong></h5>
-<p>Gemeinsam finden wir mit Ihnen heraus, wo die Prioritäten liegen und welche individuell angepasste Telefonanlage einen praktischen Vorteil für Ihre speziellen Geschäftsprozesse bietet. </p>
-<p> </p>
-<p><a href="http://www.orceo.com/link/224">
-<img src="../../../system/imgs/4dfb84fe10d07644f8000001/original/Ablaufdiagramm_%20_schrift.jpg?1308329214" /></a></p>
-<blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><p> </p>
-<p><a href="http://www.orceo.com/link/224">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a> </p>
-<p> </p>
-<p> </p>
-</blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote>
-<h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5><strong>Wie sieht das in der Praxis aus?</strong></h5>
-<p><strong>Kommt ganz darauf an... es muss nicht immer eine neue Telefonanlage sein, entscheidend ist das bereits vorhandene System und die Ausschöpfung aller Möglichkeiten um die für Sie notwendige Lösung zu finden. <br /></strong></p>
-<p>Folgen Sie uns auf den nächsten Seiten und lassen Sie sich von den vielfältigen Möglichkeiten heutiger Telefonanlagen inspirieren. Zur Veranschaulichung finden Sie bei uns Anwendungsbeispiele, welche die weitläufigen Möglichkeiten darstellen. Ergänzend finden Sie auch Praxisbeispiele von Kunden die sich bereits auf unsere Telekommunikationslösungen verlassen.</p>
-<p> </p>
-<p><a href="http://www.orceo.com/link/231">
-</a></p>
-<table style="line-height:10%" class="no-border" valign="top" border="0" height="200" width="807">
-  <tbody><tr>
-        <td width="25">
-<img src="http://www.orceo.com/system/imgs/4dff518b10d0763b51000001/original/TA_Landing_Submodul_Kleinstinstallationen.jpg?1308578187" /><br /></td>
-        <td width="325">  
-<img src="http://www.orceo.com/system/imgs/4dff51a010d0763b51000002/original/TA_Landing_Submodul_KMU%20Installationen.jpg?1308578208" /><br /></td>
- <td>
-<img src="http://www.orceo.com/system/imgs/4dff523110d0763b45000001/original/TA_Landing_Submodul_Vernetzte%20Szenarien.jpg?1308578352" /><br /></td>
- </tr><tr>
-        <td>
-<a href="http://www.orceo.com/link/231">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a></td>
-        <td>
-<a href="http://www.orceo.com/link/232">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a></td>
-        <td>
-<a href="http://www.orceo.com/link/233">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a></td>
-         
-</tr></tbody>
-</table></div>
-<div id='content'>
-<h5></h5><h4></h4><p> </p>
-<h5><strong>Telefonieren ist heute mehr als drehen der Wählscheibe. </strong></h5>
-<p>Sprachübertragung ist noch immer das A und O moderner Telefonanlagen, doch die Möglichkeiten gehen heute weit darüber hinaus. Wir bieten Ihnen zuverlässige Lösungen mit hohem Mehrwert und Investitionssicherheit.</p>
-<p> </p>
-<img src="../../../system/imgs/4dfb7c6010d07644f0000002/original/Wir%20bieten_Header_gr%C3%BCn_etc..jpg?1308327008" />
-<table style="line-height:10%" class="no-border" valign="top" border="0" height="200" width="807">
-  <tbody><tr>
-        <td height="25" width="25">
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>
-        <td height="25" width="325"><strong>Über 10 Jahre Erfahrungen</strong><br /></td>
-        <td height="25" width="30"><br /></td>
-        <td height="25" width="25">
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>      
-        <td height="25" width="325"><strong>Design & Komfort</strong><br /></td>
-    </tr><tr>
-        <td><br /></td>
-        <td><em>Mit Siemens HiPath, Panasonic, Agfeo & Co.<br /></em></td>
-        <td><em><br /></em></td>
-        <td><br /></td>
-        <td><em>Farbdisplays - Alle Infos auf einen Blick</em><br /></td>
-  </tr><tr>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Projektierung & Beratung</strong><br /></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Vollständige Integration</strong><br /></td>
-  </tr><tr>
-        <td><br /></td>
-        <td><em>Von Bedarfsermittlung bis zur Umsetzung</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td>Anrufbeantworter in Outlook, CTI<br /></td>
-  </tr><tr>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>
-        <td><strong>Rundum - Betreuung</strong><br /></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Einheitliches Look & Feel</strong><br /></td>
-  </tr><tr>
-        <td><br /></td>
-        <td><em>Alle Leistungen inklusive</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td><em>Die gleichen Telefone im Homeoffice nutzen</em><br /></td>
-  </tr><tr>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Mietangebote</strong></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Sicherheit & Compliance</strong><br /></td>
-  </tr><tr>
-        <td><br /></td>
-        <td><em>Direkt absetzbar, kein Anlagevermögen</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td><em>Planung und Dokumentation nach ITIL</em><br /></td>
-  </tr>
-        <tr><td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /><br /></td>
-        <td><strong>Inbetriebnahme & Wartung</strong><br /></td>
-        <td><br /></td>
-        <td>
-<img src="http://www.orceo.com/system/imgs/4dff1b3f10d0763b48000001/original/Haken_1.jpg?1308564287" /></td>
-        <td><strong>Zuverlässigkeit & Stabilität</strong><br /></td>
-  </tr>
-        <tr><td><br /></td>
-        <td><em>Wenn Sie möchten sogar über Nacht</em><br /></td>
-        <td><br /></td>
-        <td><br /></td>
-        <td><em>Wir garantieren höchste Ausfallsicherheit</em><br /></td>
-  
-</tr></tbody>
-</table>
-<h5>
-</h5><h5></h5><h5></h5><h5></h5><p> </p>
-<p><strong><br /></strong></p>
-<h5><strong>Wir bieten Ihnen ein umfassendes Konzept zur Umsetzung Ihrer Wünsche.<br /></strong></h5>
-<p>Gemeinsam finden wir mit Ihnen heraus, wo die Prioritäten liegen und welche individuell angepasste Telefonanlage einen praktischen Vorteil für Ihre speziellen Geschäftsprozesse bietet. </p>
-<p> </p>
-<p><a href="http://www.orceo.com/link/224">
-<img src="../../../system/imgs/4dfb84fe10d07644f8000001/original/Ablaufdiagramm_%20_schrift.jpg?1308329214" /></a></p>
-<blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><p> </p>
-<p><a href="http://www.orceo.com/link/224">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a> </p>
-<p> </p>
-<p> </p>
-</blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote>
-<h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5><strong>Wie sieht das in der Praxis aus?</strong></h5>
-<p><strong>Kommt ganz darauf an... es muss nicht immer eine neue Telefonanlage sein, entscheidend ist das bereits vorhandene System und die Ausschöpfung aller Möglichkeiten um die für Sie notwendige Lösung zu finden. <br /></strong></p>
-<p>Folgen Sie uns auf den nächsten Seiten und lassen Sie sich von den vielfältigen Möglichkeiten heutiger Telefonanlagen inspirieren. Zur Veranschaulichung finden Sie bei uns Anwendungsbeispiele, welche die weitläufigen Möglichkeiten darstellen. Ergänzend finden Sie auch Praxisbeispiele von Kunden die sich bereits auf unsere Telekommunikationslösungen verlassen.</p>
-<p> </p>
-<p><a href="http://www.orceo.com/link/231">
-</a></p>
-<table style="line-height:10%" class="no-border" valign="top" border="0" height="200" width="807">
-  <tbody><tr>
-        <td width="25">
-<img src="http://www.orceo.com/system/imgs/4dff518b10d0763b51000001/original/TA_Landing_Submodul_Kleinstinstallationen.jpg?1308578187" /><br /></td>
-        <td width="325">  
-<img src="http://www.orceo.com/system/imgs/4dff51a010d0763b51000002/original/TA_Landing_Submodul_KMU%20Installationen.jpg?1308578208" /><br /></td>
- <td>
-<img src="http://www.orceo.com/system/imgs/4dff523110d0763b45000001/original/TA_Landing_Submodul_Vernetzte%20Szenarien.jpg?1308578352" /><br /></td>
- </tr><tr>
-        <td>
-<a href="http://www.orceo.com/link/231">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a></td>
-        <td>
-<a href="http://www.orceo.com/link/232">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a></td>
-        <td>
-<a href="http://www.orceo.com/link/233">
-<img src="http://www.orceo.com/system/imgs/4df0839010d0765e87000007/original/Mehr%20Informationen%20gr%C3%BCn.jpg?1307609957" /></a></td>
-         
-</tr></tbody>
-</table>
-
-
-</div>
-<a class='top' href='#top' rel='nofollow'>
-Zurück zum Anfang
-</a>
-</div>
-
-</div>
-</div>
-<div class='clear'></div>
-<div class='footer'>
-<div class='wrapper'>
-<div class='nav'>
-<a href="/de/impressum/72-home">Impressum</a>
-|
-<a href="/de/nutzungsbedingungen/75-home">Nutzungsbedingungen</a>
-|
-<a href="/sitemap">Themen</a>
-|
-<a href="/mobile">Mobile</a>
-</div>
-<div class='minibox'>
-<h2>
-© 2010 orceo
-</h2>
-</div>
-</div>
-</div>
-
-<div class='right'></div>
-</div>
-<script type='text/javascript'>
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'UA-20408814-1']);
-_gaq.push(['_trackPageview']);
-
-(function() {
-var ga = document.createElement('script'); ga.type = 
-'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
-'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
-s.parentNode.insertBefore(ga, s);
-})();
-</script>
-
-</body>
-</html>
diff --git a/test/resources/html/wired_com_cars1 b/test/resources/html/wired_com_cars1
deleted file mode 100644
index 40bdfa2..0000000
--- a/test/resources/html/wired_com_cars1
+++ /dev/null
@@ -1,4265 +0,0 @@
-<!-- main -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!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" lang="en" xml:lang="en">
-<head>
-
-    
-            
-        
-    
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-<title>Section: Cars </title>
-
-
-    
-
-
-
-
-
-
-
-<meta name="Copyright" content="Copyright (c) 2012 Condé Nast Digital. All rights reserved." />
-
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="Content-Language" content="en-us" />
-<meta name="distribution" content="Global" />
-
-
-        <meta name="ROBOTS" content="INDEX,FOLLOW,NOODP,NOYDIR" />
-    
-<meta name="MSSmartTagsPreventParsing" content="true" />
-<meta http-equiv="imagetoolbar" content="false" />
-<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
-<meta name="Author" content="Wired" />
-
-
-<meta property="fb:admins" content="648235154,789168297,688620285,650984415" />
-<meta property="fb:page_id" content="19440638720" />
-<meta property="og:site_name" content="WIRED" />
-<meta property="og:title" content="Section: Cars" />
-
-
-
-<meta name="gmapkey" content="ABQIAAAAF5yd_X_vTzike6sB6lp3wBQ4h890iMeKvsDZGQOc75SG0lWKAhQW755bw9E_-3ijKe6eqE5sg_NLEw" />
-
-
-
-    
-            <meta name="description"
-                  content="Get the latest Car and Automotive News from Wired.com, including electric cars, hybrid cars, future automobiles and concept vehicles."/>
-            <meta name="keywords"
-                  content="cars 2.0, electric cars, hybrids, concept cars, technology, tech, gadgets, gizmos, SUVs, van, motorcycle, sports car, convertible, ethanol, alternative fuels, hybrid vehicles"/>
-        
-
-    
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        
-
-        <!-- ECOM: added ecom.common.targeters -->
-        
-        
-        <!-- ECOM: added ecom.headerCallout.targeters -->
-        
-        
-
-        
-                <!-- ECOM: added ecom.global.subService.targeters -->
-                
-                
-
-                
-                        <!-- ECOM: added ecom.xrail.sections.targeters -->
-                        
-                        
-                    
-
-            
-        
-
-        <!-- CSS: global -->
-        <link rel="stylesheet" type="text/css" media="all" href="/css/global.css?ver=20120312" />
-        <link rel="stylesheet" type="text/css" media="all" href="/css/xrail.css" />
-        <link rel="alternate stylesheet" type="text/css" media="screen,print" href="/css/fontSmall.css" title="small" />
-        <link rel="alternate stylesheet" type="text/css" media="screen,print" href="/css/fontLarge.css" title="large" />
-        <link rel="alternate stylesheet" type="text/css" media="screen,print" href="/css/fontLarge2.css" title="largest" />
-
-        <!-- JAVASCRIPT: global -->
-        <script type="text/javascript" src="/js/cn-fe-common/jquery-1.6.4.min.js"></script>
-        <script type="text/javascript" src="/js/cn-fe-common/cn.js"></script>
-
-        <!-- JAVASCRIPT: dart -->
-        <script type="text/javascript" src="/js/cn-fe-ads/cn.dart.js"></script>
-        <script type="text/javascript" src="/js/cn-fe-ads/cn.ad.lotame.js"></script>
-        <script type="text/javascript" src="/js/cn-fe-ads/cn.ad.yieldex.js"></script>
-
-        <script type="text/javascript" src="/js/global.js"></script>
-
-        <script type="text/javascript">
-        // <!--
-            var platformEnvironment = "production";
-            CN.site.init({
-                code: 'WIR',
-                title: 'Wired',
-                name: 'wired'
-            });
-        // -->
-        </script>
-
-        <!-- JAVASCRIPT: ecom -->
-        <script type="text/javascript" src="/js/ecom/ecomfw.min.js"></script>
-        
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        
-        
-        
-            
-        
-            
-                
-            
-        
-            
-                
-            
-        
-            
-                
-            
-        
-            
-                
-            
-        
-            
-                
-            
-        
-        
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-
-
-
-
-
-
-
-
-                                
-                
-
-
-    
-
-
-
-    
-
-
-
-    
-
-
-
-    
-
-
-
-    
-
-
-
-
-    
-
-
-
-    
-
-
-
-
-<script>
-
-    var _ghearst_vars = (function() {
-    var metaKeyWords = (function(){
-    var metaKeywordContent='';
-    metaCollection = document.getElementsByTagName('meta');
-    for (i=0;i<metaCollection.length;i++) {
-        nameAttribute = metaCollection[i].name.search(/keywords/);
-        if (nameAttribute!= -1) {
-            metaKeywordContent = metaCollection[i].content;
-            metaKeywordContent = metaKeywordContent.replace(/,/g,'%2C'); // to replace ,
-            metaKeywordContent = metaKeywordContent.replace(/ /g,''); // to replace space
-        }
-    }
-    return metaKeywordContent;
-    })();
-    return {
-    'ams_ads_script_src': 'http://subscribe.wired.com/ams/page-ads.js?ad_category_prefix=cars&browser_path=%2Fcars%2F&cat_prefixes=%2Ccars%2C&keywords='+metaKeyWords+'&position_list=AMS_WIR_GLOBAL_NAVBAR%2CAMS_WIR_GLOBAL_NAVBAR_ROLLOVER%2CAMS_WIR_CONTENTPAGE_HEADERCALLOUT%2CAMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_SECTIONS_RIGHTRAIL_A&site_prefix=wired&subdomain=www&url_name='
-    };
-    })();
-    if (!window.$h) {window.$h = {}}(function(){
-    if (!$h.util){$h.util = {
-        buildScriptTag: function(src){
-            if (!!src){
-                document.write('<scr' + 'ipt src="'+src+'" language="javascript"></scr' + 'ipt>')
-                }
-            }
-        }
-    }
-    $h.util.buildScriptTag(_ghearst_vars.ams_ads_script_src)})();
-
-</script>
-
-
-
-    
-
-
-
-
-
-        
-        <link rel="alternate" type="application/rss+xml" title="Wired Top Stories"  href="http://feeds.wired.com/wired/index" />
-
-        
-            <!-- TYPEKIT -->
-            <script type="text/javascript" src="http://fonts.condenast.com/ztc8lol.js"></script>
-            <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
-
-            <!-- Microsoft Campaign -->
-            <script type="text/javascript">
-            //<!--
-                // Async load
-                var buildmypinnedsite = document.createElement('script');
-                    buildmypinnedsite.type = 'text/javascript';
-                    buildmypinnedsite.async = true;
-                    buildmypinnedsite.src = '/js/buildmypinnedsite_634612705116045234.js';
-                    //buildmypinnedsite.src = 'http://buildmypinnedsite.com/script/v1.0/634612705116045234.js';
-                var async_head = document.getElementsByTagName('head')[0];
-                async_head.appendChild(buildmypinnedsite);
-            //-->
-            </script>
-        
-    
-
-    <link rel="stylesheet" type="text/css" media="screen" href="/css/tag.css" />
-    
-
-
-
-
-
-
-
-    
-    
-    
-    
-    
-    
-    
-    
-
-    
-            <script type="text/javascript">
-    //<!--
-        
-        CN.dart.init({site:'wiredcom.dart', zone: 'cars_front;', kws:[ "cars"], charmap : {' ' : '+', '-' : '_'}});
-    //-->
-    </script>
-        
-
-
-</head>
-
-<body class="s_cars/">
-<div id="global_header">
-    
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        <div id="leaderboard">
-            <div class="advertisement" id="bannerAd">
-                
-                    
-                    
-
-
-
-
-
-
-
-
-
-
-        <div id="topLeaderboard728x90_frame" class="displayAd"></div>
-    <script type="text/javascript">
-    //<!--
-        
-        CN.dart.call('topLeaderboard', {sz:'728x90', kws:["top"]});
-    //-->
-    </script>
-    
-
-                
-            </div>
-            <div class="subscriptionUnit">
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        <div id="AMS_WIR_CONTENTPAGE_HEADERCALLOUT">
-            <a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe">
-                <img alt="Subscribe to Wired" src="/images/global_header/subscribe/gh_lbSubUnit.gif" />
-            </a>
-            
-
-
-
-
-
-
-
-
-
-
-
-    
-
-
-<script>
-
-(function(){
-    if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT != 'undefined') && (CN.url.params('nojoy') !=1) ) {
-        var div = document.getElementById("AMS_WIR_CONTENTPAGE_HEADERCALLOUT");
-        div.innerHTML = "";
-        document.write(pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT);
-    }
-    else { // If NO response from HEARST
-        //var failSafeArea = ""; var displayFailsafeDiv = document.getElementById(failSafeArea); displayFailsafeDiv.style.display = "block";
-    }
-
-    
-})();
-
-</script>
-
-        </div>
-    
-
-
-            </div>
-            <div class="clearer"></div>
-        </div>
-    
-    
-<!-- global nav -->
-<div id="global_navigation">
-	<div id="primary_navigation">
-		<ul id="pnav_list">
-			<li id="pn_home">
-				<a class="primaryLink" href="/"><span>Wired Home</span></a>
-			</li>
-
-		
-                <li id="pn_subscribe_a">
-                    
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        <div id="global_navBar">
-        <div id="AMS_WIR_GLOBAL_NAVBAR">
-            <a target="_new" class="primaryLink" href="https://w1.buysub.com/loc/WIR/ATGFailsafe">
-                <span>Subscribe</span>
-            </a>
-            
-
-
-
-
-
-
-
-
-
-
-
-    
-
-
-<script>
-
-(function(){
-    if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_GLOBAL_NAVBAR != 'undefined') && (CN.url.params('nojoy') !=1) ) {
-        var div = document.getElementById("AMS_WIR_GLOBAL_NAVBAR");
-        div.innerHTML = "";
-        document.write(pageAds.AMS_WIR_GLOBAL_NAVBAR);
-    }
-    else { // If NO response from HEARST
-        //var failSafeArea = ""; var displayFailsafeDiv = document.getElementById(failSafeArea); displayFailsafeDiv.style.display = "block";
-    }
-
-    
-})();
-
-</script>
-
-        </div>
-        </div>
-    
-
-
-                    <div class="dropdownMenu">
-                        
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        <div id="AMS_WIR_GLOBAL_NAVBAR_ROLLOVER">
-            <a target="_new" id="global_navBar_failsafe" href="https://w1.buysub.com/loc/WIR/ATGFailsafe">
-                <img src="/images/global_header/subscribe/gh_flyout_failsafe.gif" alt="Subscribe to Wired" />
-            </a>
-            
-
-
-
-
-
-
-
-
-
-
-
-    
-
-
-<script>
-
-(function(){
-    if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER != 'undefined') && (CN.url.params('nojoy') !=1) ) {
-        var div = document.getElementById("AMS_WIR_GLOBAL_NAVBAR_ROLLOVER");
-        div.innerHTML = "";
-        document.write(pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER);
-    }
-    else { // If NO response from HEARST
-        //var failSafeArea = ""; var displayFailsafeDiv = document.getElementById(failSafeArea); displayFailsafeDiv.style.display = "block";
-    }
-
-    
-})();
-
-</script>
-
-        </div>
-    
-
-
-                    </div>
-                </li>
-            
-
-			<li id="pn_sections">
-				<a class="primaryLink"><span>Sections</span></a>
-				<div class="dropdownMenu">
-					<ul>
-						<li><a href="/cars/">Cars 2.0</a></li>
-						<li><a href="/culture/">Culture</a></li>
-						<li><a href="/entertainment/">Entertainment</a></li>
-						<li><a href="/gadgets/">Gadgets</a></li>
-						<li><a href="/gaming/">Gaming</a></li>
-						<li><a href="http://howto.wired.com">How-To</a></li>
-						<li><a href="/medtech/">Med Tech</a></li>
-					</ul>
-					<ul>
-						<li><a href="/multimedia/">Multimedia</a></li>
-						<li><a href="/politics/">Politics</a></li>
-						<li><a href="/reviews/">Product Reviews</a></li>
-						<li><a href="/science/">Science</a></li>
-						<li><a href="/software/">Software</a></li>
-						<li><a href="/techbiz/">Tech Biz</a></li>
-						<li><a href="http://jobs.wired.com/">Tech Jobs</a></li>
-					</ul>
-					<div class="featured">
-						<ul>
-                            <li><a href="http://wiredbusinessconference.com/">Wired Biz</a></li>
-							<li><a href="http://wiredinsider.com">Wired Insider</a></li>
-						</ul>
-                        <ul>
-                            <li><a href="/wellness">Weekly Wellness</a></li>
-                        </ul>
-					</div>
-				</div>
-			</li>
-			<li id="pn_blogs">
-				<a class="primaryLink" href="/blogs"><span>Blogs</span></a>
-				<div class="dropdownMenu">
-                    <ul>
-                        <li><a href="/autopia/">Autopia</a></li>
-                        <li><a href="/cloudline/">Cloudline</a></li>
-                        <li><a href="/dangerroom/">Danger Room</a></li>
-                        <li><a href="/magazine/decode/">Decode</a></li>
-                        <li><a href="/epicenter/">Epicenter</a></li>
-                        <li><a href="/gadgetlab/">Gadget Lab</a></li>
-                        <li><a href="/gamelife/">Game | Life</a></li>
-                        <li><a href="/geekdad/">GeekDad</a></li>
-                        <li><a href="/playbook/">Playbook</a></li>
-                    </ul>
-                    <ul>
-						<li><a href="/rawfile/">Raw File</a></li>
-                        <li><a href="/thisdayintech/">This Day in Tech</a></li>
-                        <li><a href="/threatlevel/">Threat Level</a></li>
-                        <li><a href="/underwire/">Underwire</a></li>
-                        <li><a href="http://www.webmonkey.com/">Webmonkey</a></li>
-                        <li><a href="/wiredenterprise/">Wired Enterprise</a></li>
-                        <li><a href="/wiredscience/">Wired Science</a></li>
-						<li><a href="/wiredscience/science-blogs/">Wired Science Blogs</a></li>
-                        <li><a href="/blogs/">All Blogs</a></li>
-                    </ul>
-				</div>
-			</li>
-			<li id="pn_reviews">
-				<a class="primaryLink" href="/reviews/"><span>Reviews</span></a>
-				<div class="dropdownMenu">
-					<ul>
-						<li><a href="/reviews/category/automotive/">Automotive</a></li>
-						<li><a href="/reviews/category/desktops-and-accessories/">Desktops</a></li>
-						<li><a href="/reviews/category/digital-cameras-and-camcorders/">Digital Cameras</a></li>
-						<li><a href="/reviews/category/gaming-gear/">Gaming Gear</a></li>
-						<li><a href="/reviews/category/home-audio-and-video/">Home Audio/Video</a></li>
-						<li><a href="/reviews/category/household/">Household</a></li>
-						<li><a href="/reviews/category/media-players/">Media Players</a></li>
-						<li><a href="/reviews/category/mobile-audio/">Mobile Audio</a></li>
-					</ul>
-					<ul>
-						<li><a href="/reviews/category/mobile-phones/">Mobile Phones</a></li>
-						<li><a href="/reviews/category/notebooks-and-accessories/">Notebooks</a></li>
-						<li><a href="/reviews/category/roundups/">Roundups</a></li>
-						<li><a href="/reviews/category/software-and-apps/">Software/Apps</a></li>
-						<li><a href="/reviews/category/sports-and-outdoors/">Sports/Outdoors</a></li>
-						<li><a href="/reviews/category/tablets-and-ebook-readers/">Tablets/eBooks</a></li>
-						<li><a href="/reviews/category/televisions/">Televisions</a></li>
-						<li><a href="/reviews/">All Reviews</a></li>
-					</ul>
-				</div>
-			</li>
-			<li id="pn_video">
-				<a class="primaryLink" href="/video/"><span>Video</span></a>
-			</li>
-			<li id="pn_how_to">
-				<a class="primaryLink" href="http://howto.wired.com/"><span>How To</span></a>
-			</li>
-			<li id="pn_magazine">
-				<a class="primaryLink" href="/magazine/"><span>Magazine</span></a>
-			</li>
-			
-			
-
-            <li id="pn_ipad">
-                <a class="primaryLink" href="/magazine/ipad"><span>iPad</span></a>
-            </li>
-        </ul>
-    </div>
-</div>
-<div id="extra_navigation">
-    <div id="secondary_navigation">
-        <div id="supplemental_links">
-            <ul id="user_options">
-                <li id="gh_greeting"></li>
-                <li id="gh_rss">
-                    <a id="header_rss_icon" href="/about/rss_feeds/">RSS Feeds</a>
-                </li>
-
-			</ul>
-		</div>
-		<div id="global_search">
-		    <form id="gs_search_form" name="search" action="/search">
-            <input id="q" name="query" size="19" type="text" autocomplete="on" value="" />
-            <select name="cx" id="cx">
-                <option name="all" value="010858178366868418930:fk33zkiunj8">All Wired</option>
-                <option name="bc_video" value="bc_video">Videos</option>
-            </select>
-            <input id="gs_submit" type="submit" value="Go" />
-            <input type="hidden" name="cof" value="FORID:9"/>
-            <input type="hidden" name="ie" value="UTF-8"/>
-			</form>
-		</div>
-	</div>
-</div>
-
-<script type="text/javascript" language="JavaScript 1.5">
-//Init code put here so that the nav is usuable as early as possible.
-(function(){
-	var listElement, menu;
-	listElement = document.getElementById('pnav_list');
-	menu = new DropdownMenu('350');
-	menu.addList(listElement, 'primaryLink', 'dropdownMenu');
-	globalNav.init("pn_subscribe_a", menu);
-})();
-</script>
-
-
-
-
-</div>
-<div id="shell">
-    <div id="content">
-        <div id="contentwell">
-            <div id="tag_header">
-            <div id="tag_topicsHeadline">                                                                <!--http://feeds.wired.com/wired/cars-->
-                <h1><a class="sectionNameHeader" href="">Cars</a> <a target="_blank" href="/rss/cars.xml" class="rssLink"><img alt="rss" src="/images/icon_rss.gif"></a></h1>
-                
-            </div>
-            <div id="tag_FeaturePackage">
-                
-                    <ul>
-                        
-                            
-                        <li >
-                            <!--<div style="background: white url(http://www.wired.com/images/cms/220x152/reviews/wp-content/uploads/2012/03/ts_revelectricmotos5_f.jpeg) center center no-repeat; height:152px; width:220px;">-->
-                                <a href="http://www.wired.com/reviews/2012/03/reviews_electricmotorcycles/">
-                                    <img src="http://www.wired.com/images/cms/220x152/reviews/wp-content/uploads/2012/03/ts_revelectricmotos5_f.jpeg" alt="Electric Mayhem" />
-                                </a>
-                            <!--</div>-->
-                            <div class="caption">
-                                <a href="http://www.wired.com/reviews/2012/03/reviews_electricmotorcycles/">Electric Mayhem</a>
-                            </div>
-                        </li>
-                        
-                            
-                        <li >
-                            <!--<div style="background: white url(http://www.wired.com/images/cms/220x152/images_blogs/autopia/2012/03/imiev.jpg) center center no-repeat; height:152px; width:220px;">-->
-                                <a href="http://www.wired.com/autopia/2012/03/mitsubishi-turns-their-evs-into-portable-power-supplies/">
-                                    <img src="http://www.wired.com/images/cms/220x152/images_blogs/autopia/2012/03/imiev.jpg" alt="Mitsubishi Turns Their EVs Into Portable Power Supplies" />
-                                </a>
-                            <!--</div>-->
-                            <div class="caption">
-                                <a href="http://www.wired.com/autopia/2012/03/mitsubishi-turns-their-evs-into-portable-power-supplies/">Mitsubishi Turns Their EVs Into Portable Power Supplies</a>
-                            </div>
-                        </li>
-                        
-                            
-                        <li  class="last">
-                            <!--<div style="background: white url(http://www.wired.com/images/cms/220x152/geekdad/wp-content/uploads/2012/03/Geekdad-4.jpg) center center no-repeat; height:152px; width:220px;">-->
-                                <a href="http://www.wired.com/geekdad/2012/03/start-up-trek-money/">
-                                    <img src="http://www.wired.com/images/cms/220x152/geekdad/wp-content/uploads/2012/03/Geekdad-4.jpg" alt="A Start-Up Trek - Money Makes the World Go Around" />
-                                </a>
-                            <!--</div>-->
-                            <div class="caption">
-                                <a href="http://www.wired.com/geekdad/2012/03/start-up-trek-money/">A Start-Up Trek - Money Makes the World Go Around</a>
-                            </div>
-                        </li>
-                        
-                    </ul>
-                
-            </div>
-            <div class="clearer"></div>
-        </div>
-
-        <div id="tag_content" class="allContentTypes">
-            <div id="primary_tag_content">
-                <div class="tag_articleListing">
-                    
-                        <h2>591 articles on Cars</h2>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/behind-the-wheel-not-all-distractions-are-equal/">Behind the Wheel, Not All Distractions Are Equal</a>
-                                    <div></div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.16.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/boeings-composite-airliner-wins-top-award/">Boeing's Composite Airliner Wins Top Award</a>
-                                    <div></div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.15.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/new-diesel-electric-hybrid-ferries-are-a-seagoing-first/">New Diesel Electric Hybrid Ferries Are A Seagoing First</a>
-                                    <div></div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.15.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/nissan-deltawing/">Batmobile-Like Nissan DeltaWing Is the Future of Racing</a>
-                                    <div>If you want to know what the future of racing looks like, the Nissan DeltaWing is it. It's lighter, more aerodynamic and uses half the fuel of a conventional race car. And against all odds, it's coming to the only race that matters: the 24 Hours of LeMans.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.13.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/mercedes-benz-classics-center/">Inside Mercedes-Benz's American Dream Factory</a>
-                                    <div>There are many fine restoration shops that will bring your old Mercedes-Benz up to par. But there is only one in the United States that has the factory' full backing to make your car good as new. Join us as we step inside.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.12.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/futuristic-airports-unhindered-with-the-baggage-of-todays-reality/">Futuristic Airports Unhindered By the Baggage of Reality</a>
-                                    <div>The airport of the future will float, and we'll fly here and there on hypersonic aircraft that take off and land vertically. So goes the winning entry in a contest to envision the airport of tomorrow.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.09.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/geekdad/2012/03/geeks-inherited-the-earth/">The Geeks Have Officially Inherited the Earth</a>
-                                    <div></div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.09.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/2012-geneva-motor-show/">Sensible, Creative and Sublime: Our Favorites From the 2012 Geneva Motor Show</a>
-                                    <div>Take a closer look at the sensible superminis, creative concepts and sublime supercars of the 2012 Geneva Motor Show.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.09.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/reviews/2012/03/ducati-panigale/">Mamma Mia!</a>
-                                    <div>When viewed purely as a monument to two-wheeled speed, the Ducati 1199 Panigale is about as good as production superbikes get.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.09.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/ferrari-f12berlinetta-video/">Video: Enjoy a Little Ferocious Ferrari Porn</a>
-                                    <div>We've given you the stats. We've explained the styling. Now we show you video for the Ferrari F12berlinetta.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.08.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/infiniti-emerg-e-ev/">Infiniti's Gorgeous EV Proves 'Silence Is the New Vroom'</a>
-                                    <div>Infinit's first mid-engine sports car is a range-extended electric sports car, providing yet another glimpse at the direction premium luxury sports cars are headed.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.08.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/valmet-dawn-electric-car/">Finns Show Off New EV That Appears to Have Melted</a>
-                                    <div>The Finns, in building an EV that looks like a melted Roomba, put the French on notice that they no longer own the market for bizarre concept cars.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.08.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/morgan-plue-e/">Morgan's New-Old EV Has a 5-Speed</a>
-                                    <div>You don't need gears in an electric vehicle, but that isn't keeping the retro-loving blokes at Morgan Motor Co. from installing a five-speed in their slick Plus E roadster.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.08.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/ferrari-f12berlinetta-debut/">Ferrari F12berlinetta Says Goodbye West, Hello East</a>
-                                    <div>Even more than most Ferrari's, the latest flagship from Maranello is designed to say, "I've got money." Which means it is targeted squarely at the explosive markets of Asia and the Middle East.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.07.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/video-flying-around-the-world-at-30-miles-per-gallon/">Video: Flying Around The World At 30 MPG</a>
-                                    <div></div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.07.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/ford-b-max/">Ford B-Max: A European Reality Check With Sliding Doors</a>
-                                    <div>For all the outrageous supercars and ostentatious SUVs we're seing in Geneva, its cars like the pedestrian Ford B-Max that reflect what's really happening in the auto biz.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.07.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/dangerroom/2012/03/spaceplane-year/">A Year Later, Mysterious Space Plane Is Still in Orbit </a>
-                                    <div>The Air Force's secretive X-37B space plane gets more mysterious by the day. Designed to spend up to nine months skipping across orbits on its unspecified errands, the second copy of the Boeing-made craft has now been in space for a year and two days -- and is still going strong. The endurance milestone is unqualified good news for America's space force at a time when its funding and future missions are in doubt.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.07.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/a-turbocharged-porsche-museum-goes-on-the-block/">Going Once, Going Twice: An Unreal Lot of Turbocharged Porsches</a>
-                                    <div>The Drendel collection is more than a collection. It is a potted education in the history of blown Porsches, and its sale is a landmark event.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.07.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/toyota-gt-86/">Toyota's GT 86 Is the Perfect 30-Year-Old Car</a>
-                                    <div>The Toyota GT 86 isn't exactly new, but it's still the most exciting car at the Geneva Motor Show, both for what it is and what it represents.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.06.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/bentley-exp-95-suv/">Bentley's SUV Is a Rapper's Delight</a>
-                                    <div>Bentley rolls into Geneva with an SUV only slightly smaller than a Manhattan apartment, and good lord is it gaudy.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.06.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/volt-ampera-europe-car-year/">Chevrolet Volt Named European Car of the Year</a>
-                                    <div></div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.05.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/geekdad/2012/03/start-up-trek-name/">A Start-Up Trek - What's in a Name?</a>
-                                    <div></div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.05.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/reviews/2012/03/fisker-karma/">Karma Comes Around at Last</a>
-                                    <div>Curvy as a chanteuse and as bright-eyed as a Hollywood musical, the Fisker Karma is a blue-sky vision of a green future.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.02.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/03/battery-boosted-rapid-ev-charging-station-wont-shock-the-electric-grid/">Battery-Boosted Quick-Charger Doesn't Shock System</a>
-                                    <div>Portland State University installs the nation's first battery-buffer quick-charger, which minimizes the impact of a quick charge on the grid and your wallet.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                03.01.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/02/ferrari-f12berlinetta/">Behold: The Most Fabulously Ferocious Ferrari Ever</a>
-                                    <div>Let's skip to the numbers: 750 horsepower. Zero to 62 in 3.1 seconds. Top speed of 210. For that, we'll overlook the styling.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                02.29.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/02/now-the-autonomous-quadrotors-can-play-music/">Video: Autonomous Quadrotors Perform Music</a>
-                                    <div>The University of Pennsylvania's amazing robocopters are back, and they're making music. Literally.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                02.29.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                            <ul>
-                                <li>
-                                    <a href="http://www.wired.com/autopia/2012/02/how-nascar-took-over-twitter/">How NASCAR Took Over Twitter</a>
-                                    <div>Twitter and NASCAR became inextricably linked when the Daytona 500 exploded in a fireball Monday night, and the sport of good ol' boys will never be the same.</div>
-                                    <div class="tag_articleMeta">
-                                        
-                                        <span>
-                                            
-                                            
-                                            
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-    
-
-    
-        
-
-    
-    
-        
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-        
-    
-
-    
-     
-
-        
-        
-
-        
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-                02.28.12
-            
-         
-     
-
-    
-
-
-    
-
-
-
-
-                                        </span>
-                                        
-                                    </div>
-                                </li>
-                            </ul>
-                        
-                    
-                </div>
-                
-                    <div id="pagination">
-                        <!-- Pagination Begins -->
-                        
-
-
-
-
-   
-   
-   Results 1 to 30 of 591 | Page:
-   
-       
-   
-       
-               <span id="selectedPage"><a class="currentPage">1</a></span>
-           
-   
-       
-               <span class="pglnk2"><a href="?page=2">2</a></span>
-           
-   
-       
-               <span class="pglnk3"><a href="?page=3">3</a></span>
-           
-   
-       
-               <span class="pglnk4"><a href="?page=4">4</a></span>
-           
-   
-       
-               <span class="pglnk5"><a href="?page=5">5</a></span>
-           
-   
-       
-               <span class="pglnk6"><a href="?page=6">6</a></span>
-           
-   
-       
-               <span class="pglnk7"><a href="?page=7">7</a></span>
-           
-   
-       
-               <span class="pglnk8"><a href="?page=8">8</a></span>
-           
-   
-       
-               <span class="pglnk9"><a href="?page=9">9</a></span>
-           
-   
-       
-               <span class="pglnk10"><a href="?page=10">10</a></span>
-           
-   
-       
-               <span class="pglnk11"><a href="?page=11">11</a></span>
-           
-   
-       
-               <span class="pglnk12"><a href="?page=12">12</a></span>
-           
-   
-       
-               <span class="pglnk13"><a href="?page=13">13</a></span>
-           
-   
-       
-               <span class="pglnk14"><a href="?page=14">14</a></span>
-           
-   
-       
-               <span class="pglnk15"><a href="?page=15">15</a></span>
-           
-   
-       
-               <span class="pglnk16"><a href="?page=16">16</a></span>
-           
-   
-       
-               <span class="pglnk17"><a href="?page=17">17</a></span>
-           
-   
-       
-               <span class="pglnk18"><a href="?page=18">18</a></span>
-           
-   
-       
-               <span class="pglnk19"><a href="?page=19">19</a></span>
-           
-   
-       
-               <span class="pglnk20"><a href="?page=20">20</a></span>
-           
-   
-   
-           <a href="?page=2" title="Next">next »</a>
-       
-
-                        <!-- Pagination Ends -->
-                    </div>
-                
-            </div>
-            
-            <div class="clearer"></div>
-        </div>
-        </div>
-        <div id="xrail">
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    
-    
-    
-    
-
-    <!-- start xrail -->
-    <!-- null-->
-
-    
-
-            <br class="ad_margin"/>
-
-            
-            
-                
-
-
-
-
-
-
-
-
-
-
-        <div id="xrailTop300x250_frame" class="displayAd"></div>
-    <script type="text/javascript">
-    //<!--
-        
-        CN.dart.call('xrailTop', {sz:'300x250', kws:["top"]});
-    //-->
-    </script>
-    
-
-                <div class="matchbook_bubble"></div>
-                <br class="ad_margin"/>
-            
-
-            
-                
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        <div id="AMS_WIR_SECTIONS_RIGHTRAIL_A">
-            <div id="mag_sub_promo">
-                <div class="sub_unit">
-                    <div class="cover_img">
-                        <a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe"><img src="/images/subscribe/xrail_cover.gif"></a>
-                    </div>
-                    <div class="text_side">
-                        <div class="xrail_headline">
-                            <a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe"><img src="/images/subscribe/xrail_headline.gif"></a>
-                            <br clear="all"/>
-                        </div>
-                        <div class="xrail_bullets">
-                            <p>
-                                <a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe">Subscribe to WIRED</a>
-
-                            </p>
-                            <p>
-                                <a target="_new" href="https://w1.buysub.com/servlet/CSGateway?cds_mag_code=WIR&cds_page_id=2659">Renew</a>
-                            </p>
-                            <p>
-                                <a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafeGift">Give a gift</a>
-                            </p>
-                            <p>
-
-                                <a target="_new" href="https://w1.buysub.com/servlet/CSGateway?cds_mag_code=WIR&cds_page_id=2659">Customer Service</a>
-                            </p>
-                        </div>
-                    </div>
-                </div>
-            </div>
-            
-
-
-
-
-
-
-
-
-
-
-
-    
-
-
-<script>
-
-(function(){
-    if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_SECTIONS_RIGHTRAIL_A != 'undefined') && (CN.url.params('nojoy') !=1) ) {
-        var div = document.getElementById("AMS_WIR_SECTIONS_RIGHTRAIL_A");
-        div.innerHTML = "";
-        document.write(pageAds.AMS_WIR_SECTIONS_RIGHTRAIL_A);
-    }
-    else { // If NO response from HEARST
-        //var failSafeArea = ""; var displayFailsafeDiv = document.getElementById(failSafeArea); displayFailsafeDiv.style.display = "block";
-    }
-
-    
-})();
-
-</script>
-
-        </div>
-    
-
-
-                <div class="matchbook_bubble"></div>
-            
-
-            
-            
-                <!-- iterate through the XrailComponents -->
-                
-                    
-                        
-                        
-                        
-<script type="text/javascript" src="/js/ecom/ecomPlacement.js"></script>
-<!--Commentary Scrape-->
-<div class="scrape">
-    <div class="mod5">
-        <h3 class="feat_com"></h3>
-
-        
-            
-                
-                
-
-                <div class="inner"><p>
-                    
-                    <h4><a href=""></a></h4>
-                    
-                    <h2><a href=""> </a></h2>
-                    
-                    <blockquote><!-- Autopia Xrail Brightcove Player zindex fixed --><script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script>
-<script language="javascript" type="text/javascript" src="http://www.wired.com/js/videos/MobileCompatibility.js"></script>
-
-<object id="myExperience" class="BrightcoveExperience">
-
-  <param name="bgcolor" value="#FFFFFF" />
-
-  <param name="wmode" value="transparent" />
-
-  <param name="width" value="300" />
-
-  <param name="height" value="340" />
-
-  <param name="playerID" value="748779844001" />
-
-  <param name="publisherID" value="1564549380"/>
-
-  <param name="isVid" value="true" />
-
-  <param name="isUI" value="true" />
-
-  <param name="dynamicStreaming" value="true" />
-
-</object><script type="text/javascript"> runMobileCompatibilityScript('myExperience', 'anId'); </script><!-- End of Brightcove Player --></blockquote>
-                    
-                    
-                    <p>
-                        <!-- need link -->
-                        
-                    </p>
-                </div>
-                <div class="clearer"> </div>
-            
-        
-
-        <div class="matchbook_bubble"></div>
-    </div>
-</div>
-
-                    
-                
-            
-            
-
-            
-
-            
-            
-                
-
-
-
-
-
-
-
-
-
-
-        <div id="xrailLowerBody300x250_frame" class="displayAd"></div>
-    <script type="text/javascript">
-    //<!--
-        
-        CN.dart.call('xrailLowerBody', {sz:'300x250', kws:["lowerbody"]});
-    //-->
-    </script>
-    
-
-                <div class="matchbook_bubble"></div>
-            
-        
-
-    
-
-
-    
-    
-    <div class="scrape">
-        <div id="services">
-           <h3 id="serv_mod_title"><span>Services</span></h3>
-            
-            
-            
-            
-                   
-                
-            
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        <div id="AMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES">
-            <div class="group"><strong>Subscription: </strong><a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe">Subscribe</a> | <a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafeGift">Give a Gift</a> | <a target="_new" href="https://w1.buysub.com/servlet/CSGateway?cds_mag_code=WIR&cds_page_id=2659">Renew</a> | <a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafeInt">International</a> | <a target="_new" href="https://w1.buysub.com/se [...]
-            
-
-
-
-
-
-
-
-
-
-
-
-    
-
-
-<script>
-
-(function(){
-    if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES != 'undefined') && (CN.url.params('nojoy') !=1) ) {
-        var div = document.getElementById("AMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES");
-        div.innerHTML = "";
-        document.write(pageAds.AMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES);
-    }
-    else { // If NO response from HEARST
-        //var failSafeArea = ""; var displayFailsafeDiv = document.getElementById(failSafeArea); displayFailsafeDiv.style.display = "block";
-    }
-
-    
-})();
-
-</script>
-
-        </div>
-    
-
-
-            <div class="group"><strong>Quick Links: </strong><a href="/about/feedback/">Contact Us</a> | <a href="/user/login" id="login_link">Login/Register</a><a href="/user/logout" id="logout_link">Logout</a> | <a href="/services/newsletters">Newsletter</a> | <a href="/about/rss_feeds/">RSS Feeds</a> | <a href="http://jobs.wired.com">Tech Jobs</a> | <a href="/about/mobile/">Wired Mobile</a> | <a href="/about/faq">FAQ</a> | <a href="/about/sitemap/">Sitemap</a></div>
-            <div class="matchbook_bubble" id="mb_bottom"> </div>
-        </div>
-    </div>
-    
-
-<!-- end xrail -->
-
-
-        </div>
-        <div class="clearer"><!--  --></div>
-        
-        
-
-
-
-
-
-<div id="footer">
-	<div id="foot_row1">
-		<div class="pad">
-			<span class="link_row">
-                <a href="/services/corrections/">Corrections</a>
-                | <a href="/about/sitemap/">Sitemap</a>
-                | <a href="/about/faq/">FAQ</a>
-                | <a href="/about/feedback/">Contact Us</a>
-                | <a href="/about/staff_web/">Wired Staff</a>
-                | <a href="/about/staff_publishing/" target="_blank">Advertising</a>
-                | <a href="/about/press/">Press Center</a>
-                | <a href="http://www.wired.com/customerservice" target="_blank">Subscription Services</a>
-                | <a href="/services/newsletters">Newsletter</a>
-                | <a id="footer_rss_icon" href="/about/rss_feeds/">RSS Feeds</a>
-            </span>
-			<span class="text_size" id="footer_text_size_widget">
-                <img alt="Text Size: " height="18" src="/images/label_textsize.gif" width="50" />
-                <a href="#" id="small" onclick="setActiveStyleSheet('small'); return false;"></a>
-                <a href="#" id="normal" onclick="setActiveStyleSheet('normal'); return false;"></a>
-                <a href="#" id="large" onclick="setActiveStyleSheet('large'); return false;"></a>
-                <a href="#" id="largest" onclick="setActiveStyleSheet('largest'); return false;"></a>
-                <script type="text/javascript">
-                //<!--
-                    var textPref = getCookie("style");
-                    var ActiveStyleSheetTitle = textPref ? textPref : getPreferredStyleSheet();
-                    setActiveStyleSheet(ActiveStyleSheetTitle);
-                //-->
-                </script>
-            </span>
-        </span>
-    </div>
-        <div class="clear"></div>
-    </div>
-	<div id="foot_row3">
-		<div class="pad">
-			<strong>Condé Nast Web Sites:</strong>
-			<div class="condenet_sites">
-                <a href="http://www.webmonkey.com">Webmonkey</a> |
-                <a href="http://www.reddit.com">Reddit</a> |
-                <a href="http://www.arstechnica.com">ArsTechnica</a> |
-                <a href="http://www.details.com/">Details</a> |
-                <a href="http://www.golfdigest.com/">Golf Digest</a> |
-        		<a href="http://www.gq.com/">GQ</a> |
-		        <a href="http://www.newyorker.com/">New Yorker</a>
-            </div>
-			<div id="drop_downs">
-                <form id="footer_dropdowns">
-                <fieldset>
-                <select id="footer_dropdowns_subscribe" name="footer_dropdowns_subscribe">
-                    <option>Subscribe to a magazine:</option>
-                    <option value="http://www.magazinestoresubscriptions.com/?source=SITEFOOTER">View All Titles</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER">Allure</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER">Architectural Digest</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER">Bon Appétit</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER">Brides</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER">Condé Nast Traveler</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER">Details</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER">Glamour</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER">Golf Digest</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER">Golf World</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER">GQ</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER">Lucky</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER">Self</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER">Teen Vogue</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER">The New Yorker</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER">Vanity Fair</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER">Vogue</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER">W</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER">Wired</option>
-                </select>
-                <select id="footer_dropdowns_sites" name="footer_dropdowns_sites">
-                    <option>Condé Nast web sites:</option>
-                    <option value="http://www.allure.com/">Allure</option>
-                    <option value="http://www.architecturaldigest.com/">Architectural Digest</option>
-                    <option value="http://www.arstechnica.com/">ArsTechnica</option>
-                    <option value="http://www.bonappetit.com/">Bon Appétit</option>
-                    <option value="http://www.brides.com/">Brides.com</option>
-                    <option value="http://www.cntraveler.com/">Condé Nast Traveler</option>
-                    <option value="http://www.portfolio.com/">Condé Nast Portfolio</option>
-                    <option value="http://www.concierge.com/">Concierge</option>
-                    <option value="http://www.details.com/">Details</option>
-                    <option value="http://www.epicurious.com/">Epicurious</option>
-                    <option value="http://www.glamour.com/">Glamour</option>
-                    <option value="http://www.golfdigest.com">Golf Digest</option>
-                    <option value="http://www.golfworld.com">Golf World</option>
-                    <option value="http://www.gq.com/">GQ</option>
-                    <option value="http://www.hotelchatter.com/">Hotel Chatter</option>
-                    <option value="http://www.jaunted.com/">Jaunted</option>
-                    <option value="http://www.luckymag.com/">Lucky</option>
-                    <option value="http://www.nutritiondata.com/">Nutrition Data</option>
-                    <option value="http://www.reddit.com/">Reddit</option>
-                    <option value="http://www.self.com/">Self</option>
-                    <option value="http://www.style.com">Style.com</option>
-                    <option value="http://www.teenvogue.com/">Teen Vogue</option>
-                    <option value="http://www.newyorker.com/">The New Yorker</option>
-                    <option value="http://www.vanityfair.com/">Vanity Fair</option>
-                    <option value="http://www.vogue.com">Vogue</option>
-                    <option value="http://www.webmonkey.com">Webmonkey</option>
-                    <option value="http://www.wmagazine.com/">W</option>
-                </select>
-                <select id="footer_dropdowns_international" name="footer_dropdowns_international">
-                    <option>International Sites:</option>
-                    <option value="http://www.wired.co.uk">Wired UK</option>
-                    <option value="http://www.wired.it">Wired Italy</option>
-                    <option value="http://wired.jp">Wired Japan</option>
-                </select>
-                </fieldset>
-                </form>
-			</div>
-
-           <div class="copyright">
-                <p>Wired.com © 2012 Condé Nast. All rights reserved. Use of this Site constitutes acceptance of our <a href="http://www.condenast.com/privacy-policy" title="User Agreement" target="_blank">User Agreement</a> <span class="revision-date">(effective 3/21/12)</span> and <a href="http://www.condenast.com/privacy-policy#privacypolicy" title="Privacy Policy" target="_blank">Privacy Policy</a> <span class="revision-date">(effective 3/21/12)</span>. <a href="http://www [...]
-                <p>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.</p>
-                <div class="add-choice">
-                    <a class="ac" href="http://www.condenast.com/privacy-policy#privacypolicy-optout" title="Privacy Policy" target="_blank">Ad Choices</a>
-                </div>
-            </div>
-		</div>
-        <div class="clear"></div>
-	</div>
-    <div class="clear"></div>
-</div>
-
-
-    </div>
-    <!-- close content div -->
-</div>
-<!-- close shell div -->
-
-<!-- Stats -->
-
-
-
-
-
-
-
-
-
-<script type="text/javascript">
-//<!--
-    var _gaq = _gaq || [];
-    _gaq.push(['a._setAccount', 'UA-2624369-1']);
-    _gaq.push(['a._trackPageview']);
-    (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-//-->
-</script>
-
-<!-- SiteCatalyst code version: H.15.1.
-Copyright 1997-2008 Omniture, Inc. More info available at
-http://www.omniture.com -->
-
-<script type="text/javascript">
-//<!--
-    var s_account="conde-wired";
-    var s_linkInternalFilters="javascript:,wired.com";
-    var s_trackingServer="stats.wired.com";
-    var s_trackingServerSecure='sstats.wired.com';
-//-->
-</script>
-
-<script type="text/javascript" src="/js/omniture/s_code.js"></script>
-<script type="text/javascript">
-//<!--
-    /* You may give each page an identifying name, server, and channel on
-    the next lines. Omniture variables. */
-    s.pageType=setPageType
-    s.prop1=setProp1
-    s.prop2=setProp2
-    s.prop3="";
-    s.prop5=setProp5
-    s.prop6=setProp6
-    s.prop7=setProp7
-    s.prop8=setProp8
-    s.prop9=setProp9
-    try{
-        s.prop10=s.prop1.replace(/ /g,',')
-    } catch(err) {
-        s.prop10="";
-    }
-    s.events=setEvents
-    s.hier1=omniHierarchy
-    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
-    var s_code=s.t();
-    if(s_code) {
-        document.write(s_code);
-    }
-//-->
-</script>
-<script type="text/javascript"><!--
-if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
-//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img
-src="http://condenast.112.2o7.net/b/ss/conde-wired/1/H.15.1--NS/0"
-height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
-<!-- End SiteCatalyst code version: H.15.1. -->
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/test/resources/html/wired_com_reviews1 b/test/resources/html/wired_com_reviews1
deleted file mode 100644
index 797c715..0000000
--- a/test/resources/html/wired_com_reviews1
+++ /dev/null
@@ -1,1074 +0,0 @@
-<!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" dir="ltr" lang="en-US">
-
-<head profile="http://gmpg.org/xfn/11">
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
-    <!-- TITLE/META TAGS -->
-    <title>Product Reviews - | Wired.com</title>
-
-    <!-- MISC -->
-    <link rel="alternate" type="application/rss+xml" title="Product Reviews RSS Feed" href="http://www.wired.com/reviews/feed/" />
-    <link rel="pingback" href="http://www.wired.com/reviews/xmlrpc.php" />
-    <link rel="apple-touch-icon" href="http://www.wired.com/apple-touch-icon.png"/>
-
-    <!-- ALL STYLES/CSS -->
-    <link rel="stylesheet" href="/css/global.css" type="text/css" media="screen" />
-    <link rel="stylesheet" href="/css/blogs/wired-blogs-global.css" type="text/css" media="screen" />
-    <link rel="stylesheet" href="http://www.wired.com/reviews/wp-content/themes/wired/style.css" type="text/css" media="screen" />
-    <link rel="stylesheet" href="/css/blogs/wired-blogs-print.css" type="text/css" media="print" />
-
-   <!-- WP_HEAD -->
-   
-<!-- This site is optimized with the Yoast WordPress SEO plugin v1.1.5 - http://yoast.com/wordpress/seo/ -->
-<link rel="canonical" href="http://www.wired.com/reviews/" />
-<link rel="next" href="http://www.wired.com/reviews/page/2/" />
-<!-- / Yoast WordPress SEO plugin. -->
-
-<link rel='stylesheet' id='NextGEN-css'  href='http://www.wired.com/reviews/wp-content/themes/wired/nggallery.css?ver=1.0.0' type='text/css' media='screen' />
-<link rel='stylesheet' id='shutter-css'  href='http://www.wired.com/reviews/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css?ver=1.3.4' type='text/css' media='screen' />
-<link rel='stylesheet' id='wired-partnerbugs-css'  href='http://www.wired.com/reviews/wp-content/plugins/wired-tweak-pack/modules/partnerbugs/bug_and_partner.css?ver=3.3.1' type='text/css' media='all' />
-<link rel='stylesheet' id='social-media-buttons-css'  href='http://www.wired.com/reviews/wp-content/plugins/wired-tweak-pack/modules/social/social-media.css?ver=3.3.1' type='text/css' media='all' />
-<script type='text/javascript' src='http://www.wired.com/reviews/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
-<script type='text/javascript'>
-/* <![CDATA[ */
-var shutterSettings = {"msgLoading":"L O A D I N G","msgClose":"Click to Close","imageCount":"1"};
-/* ]]> */
-</script>
-<script type='text/javascript' src='http://www.wired.com/reviews/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js?ver=1.3.3'></script>
-<script type='text/javascript' src='http://www.wired.com/reviews/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995'></script>
-<script type='text/javascript' src='http://www.wired.com/reviews/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.05'></script>
-<script type='text/javascript' src='http://www.wired.com/js/cn-fe-common/cn.js?ver=20120301'></script>
-<script type='text/javascript' src='http://admin.brightcove.com/js/BrightcoveExperiences.js?ver=20120301'></script>
-<script type='text/javascript' src='http://www.wired.com/js/videos/MobileCompatibility.js?ver=20120301'></script>
-<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ads/cn.dart.js?ver=20120301'></script>
-<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ads/cn.ad.lotame.js?ver=20120301'></script>
-<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ads/cn.ad.yieldex.js?ver=20120301'></script>
-<script type='text/javascript' src='http://www.wired.com/js/ecom/ecomfw.min.js?ver=20120301'></script>
-<script type='text/javascript' src='http://www.wired.com/js/ads/google_customize.js?ver=20120301'></script>
-<script type='text/javascript' src='http://widgets.twimg.com/j/2/widget.js?ver=3.3.1'></script>
-        <script type="text/javascript">
-        //<!--
-            var platformEnvironment = "production";
-            CN.site.init({
-                env: 'PROD',
-                code: 'WIR',
-                title: 'Wired',
-                name: 'wired',
-                alias: 'Wired.com',
-                tld: 'wired.com'
-            });
-        //-->
-        </script>
-        <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.wired.com/reviews/xmlrpc.php?rsd" />
-<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.wired.com/reviews/wp-includes/wlwmanifest.xml" /> 
-<!-- <meta name="NextGEN" version="1.9.2" /> -->
-        <!-- START Facebook Meta -->
-        <meta property="fb:page_id" content="19440638720" />
-        <meta property="fb:admins" content="648235154,789168297,688620285,650984415" />
-        <!-- END Facebook Meta -->
-
-        <!-- START Open Graph Meta -->
-        <meta property="og:site_name" content="WIRED" />
-        <meta property="og:image" content="http://www.wired.com/reviews/wp-content/uploads/2012/03/ts_revelectricmotos5_f.jpeg" />
-        <meta property="og:title" content="Electric Mayhem" />
-            <meta property="og:description" content=".left_rail {float:right; margin-left:15px;}..." />
-            <!-- END Open Graph Meta -->
-                <!-- Chartbeat -->
-        <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
-                    <!-- ECOM -->
-            <script type="text/javascript">
-            //<!--
-                var _ghearst_vars = (function() {
-                    var metaKeyWords = (function() {
-                        var metaKeywordContent = '';
-                        var metaCollection = document.getElementsByTagName('meta');
-                        for (i=0;i<metaCollection.length;i++) {
-                            nameAttribute = metaCollection[i].name.search(/keywords/);
-                            if (nameAttribute!= -1) {
-                                metaKeywordContent = metaCollection[i].content;
-                                metaKeywordContent = metaKeywordContent.replace(/,/g,'%2C'); // to replace ,
-                                metaKeywordContent = metaKeywordContent.replace(/ /g,''); // to replace space
-                            }
-                        }
-                        return metaKeywordContent;
-                    })();
-                    return {
-                        'ams_ads_script_src' : 'http://subscribe.wired.com/ams/page-ads.js'
-                        +'?ad_category_prefix=reviews'
-                        +'&browser_path=%2Freviews%2F'
-                        +'&cat_prefixes=%2Creviews%2C'
-                        +'&keywords='+metaKeyWords+''
-                        +'&position_list=AMS_WIR_CONTENTPAGE_HEADERCALLOUT%2CAMS_WIR_GLOBAL_NAVBAR%2CAMS_WIR_GLOBAL_NAVBAR_ROLLOVER%2CAMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_BLOGS_RIGHTRAIL_A'
-                        +'&site_prefix=wired'
-                        +'&subdomain=www'
-                        +'&url_name='
-                    };
-                })();
-                if (!window.$h) {window.$h = {}}
-                (function(){
-                    if (!$h.util) {
-                        $h.util = {
-                            buildScriptTag: function(src){
-                                if (!!src){ document.write('<scr' + 'ipt src="'+src+'" type="text/javascript"></scr' + 'ipt>');}
-                            }
-                        }
-                    }
-                    $h.util.buildScriptTag(_ghearst_vars.ams_ads_script_src)
-                })();
-            //-->
-            </script>
-                        <script type="text/javascript">
-            //<!--
-                CN.dart.remote.init(
-                    "",
-                    CN.url.section(),
-                    "kw=blogs;kw=index"
-                );
-            //-->
-            </script>
-            
-   <script type="text/javascript" src="/js/blogs/blog-global.js"></script>
-   <script type="text/javascript" src="/js/videos/MobileCompatibility.js"></script>
-
-   <!-- TYPEKIT -->
-   <script type="text/javascript" src="http://fonts.condenast.com/ztc8lol.js"></script>
-   <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
-
-
-   <link rel="stylesheet" href="http://www.wired.com/reviews/wp-content/themes/wired/pricegrabber.css" type="text/css" media="screen" />
-
-</head>
-<body class="home">
-
-    <!-- BEGIN GLOBAL HEADER -->
-<div id="global_header">
-    <div id="leaderboard">
-        <div class="advertisement"><div id="header728x90_frame" class="displayAd displayAd728x90Js"></div><script type="text/javascript">
-//<!--
-if(typeof CN!=="undefined" && CN.dart){  CN.dart.call("header",{    sz: "728x90",    kws : ["top"],    collapse : true  });}
-//-->
-</script></div>        <div class="subscriptionUnit">
-        <div id="AMS_WIR_CONTENTPAGE_HEADERCALLOUT"><a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe"><img alt="Subscribe to Wired Magazine" src="/images/global_header/subscribe/gh_lbSubUnit.gif" /></a><script type="text/javascript">
-//<!--
-(function(){if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT != 'undefined') && (CN.url.params('nojoy') != 1) ) {var div = document.getElementById("AMS_WIR_CONTENTPAGE_HEADERCALLOUT");div.innerHTML = "";document.write(pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT);}})();
-//-->
-</script></div>        </div>
-        <div class="clear"></div>
-    </div>
-    <!-- global nav bar -->
-    <!-- Blogs nav -->
-<div id="global_navigation">
-    <div id="primary_navigation">
-        <ul id="pnav_list">
-            <li id="pn_home">
-                <a class="primaryLink" href="/"><span>Wired Home</span></a>
-            </li>
-            <li id="pn_subscribe_a">
-                <div id="AMS_WIR_GLOBAL_NAVBAR"><a target="_new" class="primaryLink" href="https://w1.buysub.com/loc/WIR/ATGFailsafe"><span>Subscribe</span></a><script type="text/javascript">
-//<!--
-(function(){if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_GLOBAL_NAVBAR != 'undefined') && (CN.url.params('nojoy') != 1) ) {var div = document.getElementById("AMS_WIR_GLOBAL_NAVBAR");div.innerHTML = "";document.write(pageAds.AMS_WIR_GLOBAL_NAVBAR);}})();
-//-->
-</script></div><div class="dropdownMenu"><div id="AMS_WIR_GLOBAL_NAVBAR_ROLLOVER"><a id="global_navBar_failsafe" target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe"><img alt="Subscribe to Wired Magazine" src="/images/global_header/subscribe/gh_flyout_failsafe.gif" /></a><script type="text/javascript">
-//<!--
-(function(){if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER != 'undefined') && (CN.url.params('nojoy') != 1) ) {var div = document.getElementById("AMS_WIR_GLOBAL_NAVBAR_ROLLOVER");div.innerHTML = "";document.write(pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER);}})();
-//-->
-</script></div><a id="gh_close_sub_flyout"></a></div>            </li>
-            <li id="pn_sections">
-                <a class="primaryLink"><span>Sections</span></a>
-                <div class="dropdownMenu">
-                    <ul>
-                        <li><a href="/cars/">Cars 2.0</a></li>
-                        <li><a href="/culture/">Culture</a></li>
-                        <li><a href="/entertainment/">Entertainment</a></li>
-                        <li><a href="/gadgets/">Gadgets</a></li>
-                        <li><a href="/gaming/">Gaming</a></li>
-                        <li><a href="http://howto.wired.com">How-To</a></li>
-                        <li><a href="/medtech/">Med Tech</a></li>
-                    </ul>
-                    <ul>
-                        <li><a href="/multimedia/">Multimedia</a></li>
-                        <li><a href="/politics/">Politics</a></li>
-                        <li><a href="/reviews/">Product Reviews</a></li>
-                        <li><a href="/science/">Science</a></li>
-                        <li><a href="/software/">Software</a></li>
-                        <li><a href="/techbiz/">Tech Biz</a></li>
-                        <li><a href="http://jobs.wired.com/">Tech Jobs</a></li>
-                    </ul>
-                    <div class="featured">
-						<ul>
-                            <li><a href="http://wiredbusinessconference.com/">Wired Biz</a></li>
-							<li><a href="http://wiredinsider.com">Wired Insider</a></li>
-						</ul>
-                        <ul>
-                            <li class="lastLink"><a href="/wellness">Weekly Wellness</a></li>
-                        </ul>
-					</div>
-                </div>
-            </li>
-            <li id="pn_blogs">
-                <a class="active primaryLink" href="/blogs/"><span>Blogs</span></a>
-                <div class="dropdownMenu">
-                    <ul>
-                        <li><a href="/autopia/">Autopia</a></li>
-                        <li><a href="/cloudline/">Cloudline</a></li>
-                        <li><a href="/dangerroom/">Danger Room</a></li>
-                        <li><a href="/magazine/decode/">Decode</a></li>
-                        <li><a href="/epicenter/">Epicenter</a></li>
-                        <li><a href="/gadgetlab/">Gadget Lab</a></li>
-                        <li><a href="/gamelife/">Game | Life</a></li>
-                        <li><a href="/geekdad/">GeekDad</a></li>
-                        <li><a href="/playbook/">Playbook</a></li>
-                    </ul>
-                    <ul>
-                        <li><a href="/rawfile/">Raw File</a></li>
-                        <li><a href="/thisdayintech/">This Day in Tech</a></li>
-                        <li><a href="/threatlevel/">Threat Level</a></li>
-                        <li><a href="/underwire/">Underwire</a></li>
-                        <li><a href="http://www.webmonkey.com/">Webmonkey</a></li>
-                        <li><a href="/wiredenterprise/">Wired Enterprise</a></li>
-                        <li><a href="/wiredscience/">Wired Science</a></li>
-                        <li><a href="/wiredscience/science-blogs/">Wired Science Blogs</a></li>
-                        <li><a href="/blogs/">All Blogs</a></li>
-                    </ul>
-                </div>
-            </li>
-            <li id="pn_reviews">
-                <a class="primaryLink" href="/reviews/"><span>Reviews</span></a>
-                <div class="dropdownMenu">
-                <ul>
-                <li><a href="/reviews/category/automotive/">Automotive</a></li>
-                <li><a href="/reviews/category/desktops-and-accessories/">Desktops</a></li>
-                <li><a href="/reviews/category/digital-cameras-and-camcorders/">Digital Cameras</a></li>
-                <li><a href="/reviews/category/gaming-gear/">Gaming Gear</a></li>
-                <li><a href="/reviews/category/home-audio-and-video/">Home Audio/Video</a></li>
-                <li><a href="/reviews/category/household/">Household</a></li>
-                <li><a href="/reviews/category/media-players/">Media Players</a></li>
-                <li><a href="/reviews/category/mobile-audio/">Mobile Audio</a></li>
-                </ul>
-                <ul>
-                <li><a href="/reviews/category/mobile-phones/">Mobile Phones</a></li>
-                <li><a href="/reviews/category/notebooks-and-accessories/">Notebooks</a></li>
-                <li><a href="/reviews/category/roundups/">Roundups</a></li>
-                <li><a href="/reviews/category/software-and-apps/">Software/Apps</a></li>
-                <li><a href="/reviews/category/sports-and-outdoors/">Sports/Outdoors</a></li>
-                <li><a href="/reviews/category/tablets-and-ebook-readers/">Tablets/eBooks</a></li>
-                <li><a href="/reviews/category/televisions/">Televisions</a></li>
-                <li><a href="/reviews/">All Reviews</a></li>
-                </ul>
-                </div>
-            </li>
-            <li id="pn_video">
-                <a class="primaryLink" href="/video/"><span>Video</span></a>
-            </li>
-            <li id="pn_how_to">
-                <a class="primaryLink" href="http://howto.wired.com/"><span>How To</span></a>
-            </li>
-            <li id="pn_magazine">
-                <a class=" primaryLink" href="/magazine/"><span>Magazine</span></a>
-            </li>
-            <li id="pn_ipad">
-                <a class="primaryLink" href="/magazine/ipad"><span>iPad</span></a>
-            </li>
-        </ul>
-    </div>
-</div>
-<div id="extra_navigation">
-    <div id="secondary_navigation">
-        <div id="supplemental_links">
-            <ul id="user_options">
-                <li id="gh_greeting"></li>
-                <li id="gh_rss">
-                    <a id="header_rss_icon" href="/about/rss_feeds/">RSS Feeds</a>
-                </li>
-            </ul>
-        </div>
-        <div id="global_search">
-            <form id="gs_search_form" name="search" action="/search">
-            <fieldset>
-                <input id="q" name="query" size="19" type="text" autocomplete="on" value="" />
-                <select name="cx" id="cx">
-                    <option name="all" value="010858178366868418930:fk33zkiunj8">All Wired</option>
-                    <option name="bc_video" value="bc_video">Video</option>
-                </select>
-                <input id="gs_submit" type="submit" value="Go" />
-                <input type="hidden" name="cof" value="FORID:9"/>
-                <input type="hidden" name="ie" value="UTF-8"/>
-            </fieldset>
-            </form>
-        </div>
-    </div>
-</div>
-
-<!-- This include appends the JS/CSS for the Story Ribbon -->
-<script type="text/javascript" src="/js/story_ribbon/story_ribbon_init.js?ver=20111216"></script>
-</div>
-<!-- END GLOBAL HEADER -->
-
-    <div id="adSkinLayer1">
-        <div id="shell">
-            <div id="page">
-
-
-
-<div id="header" class="reviews">
-    <a id="blog_header" href="http://www.wired.com/reviews">
-        <h1>
-            <span class="blogName">Product Reviews</span>
-            <span class="blogInfo"></span>
-        </h1>
-    </a>
-    
-    <div id="social">
-        <a href="http://twitter.com/gadgetlab/"><p class="twitter">Follow Us</p></a>
-        <a href="http://www.wired.com/reviews/feed/"><p class="rss">Subscribe</p></a>
-    </div>
-</div>
-
-<div id="content" class="blogIndex" style="clear: both;">
-	<div class="idx_holder">        
-
-        <div class="post-37351 post type-post status-publish format-standard hentry category-automotive tag-brammo-enertia-plus tag-brd-redshift-sm tag-electric-motorcycle tag-motorcycles tag-zero-ds tag-zero-mx idx_list_p1" id="post-001">
-            <a href="http://www.wired.com/reviews/2012/03/reviews_electricmotorcycles/" rel="bookmark" title="Permanent Link to Electric Mayhem" class="rowlink">
-            <div class="overlay">
-                <img width="430" height="310" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/ts_revelectricmotos5_f-430x310.jpg" class="attachment-p1-thumbnail wp-post-image" alt="ts_revelectricmotos5_f" title="ts_revelectricmotos5_f" />
-				<h3 class="latest">Latest</h3>                
-                <div class="entryDescription">
-                    <p class="time">03.20.2012</p>
-                    <p class="title">Electric Mayhem</p>
-                    <p class="excerpt">With plenty of range for city-dwellers and enough muscle to keep up with traffic, your next chopper could be powered by electrons instead of...</p>
-                    <p class="name"></p>
-                    
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="post-37348 post type-post status-publish format-standard hentry category-roundups category-sports-and-outdoors tag-ant tag-garmin tag-gps tag-polar tag-suunto tag-timex tag-triathlon tag-watches idx_list" id="post-37348">
-            <a href="http://www.wired.com/reviews/2012/03/ts_revtechwatches/" rel="bookmark" title="Permanent Link to The Rundown on Sports Training Watches" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/ts_revtechwatches2_f-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="ts_revtechwatches2_f" title="ts_revtechwatches2_f" />
-                <div class="entryDescription">
-                    <h4 class="date">03.20</h4>
-                    <h2><span>The Rundown on Sports Training Watches</span></h2><h3 class=""></h3>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/roundups/" title="View all posts in Roundups" rel="category tag">Roundups</a>,<a href="http://www.wired.com/reviews/category/sports-and-outdoors/" title="View all posts in Sports & Outdoors" rel="category tag">Sports & Outdoors</a></p>
-
-                    <h4 class="ratsm rating"><span>Rating: </span></h4>    
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37345 post type-post status-publish format-standard hentry category-automotive tag-rc-cars tag-remote-control-cars tag-toys tag-traxxas tag-zees-are-speed-holes idx_list" id="post-37345">
-            <a href="http://www.wired.com/reviews/2012/03/reviews_fetish_traxxas/" rel="bookmark" title="Permanent Link to Radio-Controlled Car Goes Over 100 MPH" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/ts_fetish_f-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="Traxxas X0-1" title="Traxxas X0-1" />
-                <div class="entryDescription">
-                    <h4 class="date">03.20</h4>
-                    <h2><span>Radio-Controlled Car Goes Over 100 MPH</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/automotive/" title="View all posts in Automotive" rel="category tag">Automotive</a> · $1,100</p>
-
-                    <h4 class="rat8sm rating"><span>Rating: 8</span></h4>                        <p class="name">X0-1</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37549 post type-post status-publish format-standard hentry category-tablets-and-ebook-readers tag-apple tag-ipad tag-lte tag-retina-display idx_list" id="post-37549">
-            <a href="http://www.wired.com/reviews/2012/03/apple-new-ipad/" rel="bookmark" title="Permanent Link to Is This the Last iPad That Really Matters?" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/120316-NEW-IPAD-066edit-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="caption TK. Photo: Wired/Ariel Zambelich" title="120316-NEW-IPAD-066edit" />
-                <div class="entryDescription">
-                    <h4 class="date">03.19</h4>
-                    <h2><span>Is This the Last iPad That Really Matters?</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/tablets-and-ebook-readers/" title="View all posts in Tablets & E-Book Readers" rel="category tag">Tablets & E-Book Readers</a> · $500</p>
-
-                    <h4 class="rat9sm rating"><span>Rating: 9</span></h4>                        <p class="name">iPad</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-    
-
-        <div class="post-37514 post type-post status-publish format-standard hentry category-sports-and-outdoors tag-golf tag-golf-clubs tag-scor tag-scor4161 tag-sports tag-sports-outdoors idx_list" id="post-37514">
-            <a href="http://www.wired.com/reviews/2012/03/scor-4161/" rel="bookmark" title="Permanent Link to SCOR Wedges Tighten Up Your Short Game" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/120308-GOLF-CLUBS-021edit-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="Photo by Ariel Zambelich/Wired" title="120308-GOLF-CLUBS-021edit" />
-                <div class="entryDescription">
-                    <h4 class="date">03.15</h4>
-                    <h2><span>SCOR Wedges Tighten Up Your Short Game</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/sports-and-outdoors/" title="View all posts in Sports & Outdoors" rel="category tag">Sports & Outdoors</a> · $150</p>
-
-                    <h4 class="rat8sm rating"><span>Rating: 8</span></h4>                        <p class="name">4161</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37475 post type-post status-publish format-standard hentry category-tablets-and-ebook-readers tag-folding tag-honeycomb-tablets tag-sony tag-sony-tablet-p tag-tablets idx_list" id="post-37475">
-            <a href="http://www.wired.com/reviews/2012/03/sony-tablet-p/" rel="bookmark" title="Permanent Link to Behold, It Folds" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/Sony-tablet-p-502-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="Sony-tablet-p-502" title="Sony-tablet-p-502" />
-                <div class="entryDescription">
-                    <h4 class="date">03.12</h4>
-                    <h2><span>Behold, It Folds</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/tablets-and-ebook-readers/" title="View all posts in Tablets & E-Book Readers" rel="category tag">Tablets & E-Book Readers</a> · $400</p>
-
-                    <h4 class="rat6sm rating"><span>Rating: 6</span></h4>                        <p class="name">Tablet P</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37439 post type-post status-publish format-standard hentry category-automotive tag-ducati tag-italian tag-motorcycles tag-panigale tag-racing tag-superbikes idx_list" id="post-37439">
-            <a href="http://www.wired.com/reviews/2012/03/ducati-panigale/" rel="bookmark" title="Permanent Link to Mamma Mia!" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/Ducati-1199-Panigale-action-3-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="Ducati-1199-Panigale-action-3" title="Ducati-1199-Panigale-action-3" />
-                <div class="entryDescription">
-                    <h4 class="date">03.09</h4>
-                    <h2><span>Mamma Mia!</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/automotive/" title="View all posts in Automotive" rel="category tag">Automotive</a> · $18,000</p>
-
-                    <h4 class="rat9sm rating"><span>Rating: 9</span></h4>                        <p class="name">1199 Panigale</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37424 post type-post status-publish format-standard hentry category-desktops-and-accessories tag-logitech tag-mice tag-mouse tag-powerpoint idx_list" id="post-37424">
-            <a href="http://www.wired.com/reviews/2012/03/logitech-cube/" rel="bookmark" title="Permanent Link to A Mouse Small Enough for a Cat" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/Logitech_Cube1s-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="Logitech_Cube1s" title="Logitech_Cube1s" />
-                <div class="entryDescription">
-                    <h4 class="date">03.07</h4>
-                    <h2><span>A Mouse Small Enough for a Cat</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/desktops-and-accessories/" title="View all posts in Desktops & Accessories" rel="category tag">Desktops & Accessories</a> · $70</p>
-
-                    <h4 class="rat5sm rating"><span>Rating: 5</span></h4>                        <p class="name">Cube</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37384 post type-post status-publish format-standard hentry category-mobile-audio tag-celebrities tag-dj tag-djs tag-headphones tag-mix-master-mike tag-skullcandy idx_list" id="post-37384">
-            <a href="http://www.wired.com/reviews/2012/03/mix-master-mikes/" rel="bookmark" title="Permanent Link to Celebrity DJ Headphones Are Nothing to Celebrate" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/120104_SKULLCANDY_064edit-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="120104_SKULLCANDY_064edit" title="120104_SKULLCANDY_064edit" />
-                <div class="entryDescription">
-                    <h4 class="date">03.06</h4>
-                    <h2><span>Celebrity DJ Headphones Are Nothing to Celebrate</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/mobile-audio/" title="View all posts in Mobile Audio" rel="category tag">Mobile Audio</a> · $300</p>
-
-                    <h4 class="rat5sm rating"><span>Rating: 5</span></h4>                        <p class="name">Mix Master Mike DJ Headphones</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37365 post type-post status-publish format-standard hentry category-apps category-creativity-apps tag-adobe tag-ipad tag-ipad-2 tag-photoshop idx_list" id="post-37365">
-            <a href="http://www.wired.com/reviews/2012/03/photoshop-touch-app/" rel="bookmark" title="Permanent Link to A Dime Bag of Photoshop" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/photoshop-touch5-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="photoshop-touch5" title="photoshop-touch5" />
-                <div class="entryDescription">
-                    <h4 class="date">03.06</h4>
-                    <h2><span>A Dime Bag of Photoshop</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/apps/" title="View all posts in Apps" rel="category tag">Apps</a>,<a href="http://www.wired.com/reviews/category/apps/creativity-apps/" title="View all posts in Creativity" rel="category tag">Creativity</a> · $10</p>
-
-                    <h4 class="rat8sm rating"><span>Rating: 8</span></h4>                        <p class="name">Photoshop Touch for iPad 2</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37353 post type-post status-publish format-standard hentry category-home-audio-and-video category-televisions tag-hdmi tag-ip-telephony tag-skype tag-telyhd tag-videochat idx_list" id="post-37353">
-            <a href="http://www.wired.com/reviews/2012/03/telyhd/" rel="bookmark" title="Permanent Link to Put Some Clothes On: Video Calling Just Got Easier" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/telyHD1-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="telyHD" title="telyHD" />
-                <div class="entryDescription">
-                    <h4 class="date">03.05</h4>
-                    <h2><span>Put Some Clothes On: Video Calling Just Got Easier</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/home-audio-and-video/" title="View all posts in Home Audio & Video" rel="category tag">Home Audio & Video</a>,<a href="http://www.wired.com/reviews/category/televisions/" title="View all posts in Televisions" rel="category tag">Televisions</a> · $250</p>
-
-                    <h4 class="rat8sm rating"><span>Rating: 8</span></h4>                        <p class="name">TelyHD</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37331 post type-post status-publish format-standard hentry category-automotive tag-cars tag-eco tag-fisker tag-fisker-automotive tag-fisker-karma tag-hybrids tag-karma tag-luxury-sedans tag-super-expensive idx_list" id="post-37331">
-            <a href="http://www.wired.com/reviews/2012/03/fisker-karma/" rel="bookmark" title="Permanent Link to Karma Comes Around at Last" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/Fisker-Karma-action-1-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="Fisker-Karma-action-1" title="Fisker-Karma-action-1" />
-                <div class="entryDescription">
-                    <h4 class="date">03.02</h4>
-                    <h2><span>Karma Comes Around at Last</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/automotive/" title="View all posts in Automotive" rel="category tag">Automotive</a> · $102,000</p>
-
-                    <h4 class="rat8sm rating"><span>Rating: 8</span></h4>                        <p class="name">Karma</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37313 post type-post status-publish format-standard hentry category-sports-and-outdoors tag-danger tag-freebord tag-skateboards tag-snowboarding tag-snowboards idx_list" id="post-37313">
-            <a href="http://www.wired.com/reviews/2012/03/freebord/" rel="bookmark" title="Permanent Link to Swap Snow for Pavement on a Freebord" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/03/120228-FREEBORD-013edit-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="Photo by Ariel Zambelich/Wired" title="120228-FREEBORD-013edit" />
-                <div class="entryDescription">
-                    <h4 class="date">03.01</h4>
-                    <h2><span>Swap Snow for Pavement on a Freebord</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/sports-and-outdoors/" title="View all posts in Sports & Outdoors" rel="category tag">Sports & Outdoors</a> · $250</p>
-
-                    <h4 class="rat8sm rating"><span>Rating: 8</span></h4>                        <p class="name"></p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37294 post type-post status-publish format-standard hentry category-desktops-and-accessories tag-input-devices tag-intuos tag-intuos5 tag-pen-tablets tag-tablets tag-wacom idx_list" id="post-37294">
-            <a href="http://www.wired.com/reviews/2012/03/wacom-intuos5/" rel="bookmark" title="Permanent Link to Touchy Subjects: Wacom’s New Tablets Add Multitouch" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <div class="prod_review_img_cont" style=""><img src="230" class="prod_review_img_off" style="" onLoad="resizeImage(this, 200, 100);"></div>
-                <div class="entryDescription">
-                    <h4 class="date">03.01</h4>
-                    <h2><span>Touchy Subjects: Wacom’s New Tablets Add Multitouch</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/desktops-and-accessories/" title="View all posts in Desktops & Accessories" rel="category tag">Desktops & Accessories</a></p>
-
-                    <h4 class="rat7sm rating"><span>Rating: 7</span></h4>                        <p class="name">Intuos5</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    
-
-        <div class="post-37263 post type-post status-publish format-standard hentry category-digital-cameras-and-camcorders tag-cameras tag-digital-cameras tag-light-field-cameras tag-lytro idx_list" id="post-37263">
-            <a href="http://www.wired.com/reviews/2012/02/lytro-camera/" rel="bookmark" title="Permanent Link to Focus on the Future" style="height: 100%; width: 100%;" class="rowlink">
-            <div class="overlay">
-                <img width="200" height="100" src="http://www.wired.com/reviews/wp-content/uploads/2012/02/120227-LYTRO-006edit-200x100.jpg" class="attachment-200-100-thumbnail wp-post-image" alt="120227-LYTRO-006edit" title="120227-LYTRO-006edit" />
-                <div class="entryDescription">
-                    <h4 class="date">02.29</h4>
-                    <h2><span>Focus on the Future</span></h2>
-                    <p class="cat_listings"><a href="http://www.wired.com/reviews/category/digital-cameras-and-camcorders/" title="View all posts in Digital Cameras & Camcorders" rel="category tag">Digital Cameras & Camcorders</a> · $400</p>
-
-                    <h4 class="rat7sm rating"><span>Rating: 7</span></h4>                        <p class="name">Light Field Camera</p>
-                </div>
-            </div>
-            </a>
-        </div>
-
-        <div class="mobify_backtotop_link"><a href="#top"><span class="backtotop_link">Back to top</span></a></div>
-        <hr style="height: 30px; position: absolute"/>
-
-    </div>
-    <div class="navigation">
-        <div class="back"></div>
-        <div class="next"><a href="http://www.wired.com/reviews/page/2/" >Next</a></div>
-
-    </div>
-</div>
-
-<div id="sidebar">
-<div id="text-9" class="widget_widget_text"><h2>More Reviews</h2>			<div class="textwidget"><div id="cat_widget">
-<img class="xrail_hed" src="/reviews/wp-content/images/wp_theme/xrail_hed_morereviews.gif">
-<h3 style="display:none;">More Reviews</h3>
-<div id="cat_col1" class="cat_col">
-<ul>
-<li><a href="/reviews/category/automotive">Automotive</a>
-<li><a href="/reviews/category/desktops-and-accessories">Desktops</a>
-<li><a href="/reviews/category/digital-cameras-and-camcorders">Digital Cameras</a>
-<li><a href="/reviews/category/gaming-gear">Gaming Gear</a>
-<li><a href="/reviews/category/home-audio-and-video">Home Audio and Video</a>
-<li><a href="/reviews/category/household">Household</a>
-<li><a href="/reviews/category/media-players">Media Players</a>
-
-</ul>
-</div>
-
-<div id="cat_col2"  class="cat_col">
-<ul>
-<li><a href="/reviews/category/mobile-audio">Mobile Audio</a>
-<li><a href="/reviews/category/mobile-phones">Mobile Phones</a>
-
-<li><a href="/reviews/category/notebooks-and-accessories">Notebooks</a>
-<!-- <li><a href="/reviews/category/roundups">Roundups</a>-->
-<li><a href="/reviews/category/software-and-apps">Software and Apps</a>
-<li><a href="/reviews/category/sports-and-outdoors">Sports and Outdoors</a>
-<li><a href="/reviews/category/tablets-and-ebook-readers">Tablets and Readers</a>
-<li><a href="/reviews/category/televisions">Televisions</a>
-</ul>
-</div>
-</div>
-<div style="clear:both; "></div></div>
-		</div><div id="text-10" class="widget_widget_text"><h2>Search</h2>			<div class="textwidget"><!-- Search -->
-<div id="search_widget">
-<script type="text/javascript" src="http://www.google.com/jsapi"></script>
-<script type="text/javascript">
-  google.load('search', '1');
-  google.setOnLoadCallback(function() {
-    google.search.CustomSearchControl.attachAutoCompletion(
-      '006791239123053240581:o2extmgis78',
-      document.getElementById('query'),
-      'cse-search-box');
-  });
-</script>
-
-<form action="/search" id="cse-search-box" method="get">
-<fieldset class="search">
-
-    <input type="hidden" name="cx" value="006791239123053240581:o2extmgis78" />
-    <input type="hidden" name="cof" value="FORID:9" />
-    <input type="hidden" name="ie" value="UTF-8" />
-    <input type="text" name="query"  class="box" autocomplete="on" size="20" />
-    <button class="btn" title="Submit Search">Search</button>
-    
-</fieldset>
-  
-</form>
-<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
-</div>
-<div style="clear:both; "></div></div>
-		</div><div id="wiredwidgetsecommerce-4" class="widget_WiredWidgetsEcommerce"><div class="xrailComponent" id="blog_subscription_unit"><h4><span>Subscribe to Wired Magazine</span></h4><div id="AMS_WIR_BLOGS_RIGHTRAIL_A"><div class="sub_unit"><div class="cover_img"><a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe"><img alt="Subscribe to Wired Magazine" src="/images/subscribe/xrail_cover.gif"></a></div><div class="text_side"><div class="xrail_headline"><a target="_new" href [...]
-//<!--
-(function(){if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_BLOGS_RIGHTRAIL_A != 'undefined') && (CN.url.params('nojoy') != 1) ) {var div = document.getElementById("AMS_WIR_BLOGS_RIGHTRAIL_A");div.innerHTML = "";document.write(pageAds.AMS_WIR_BLOGS_RIGHTRAIL_A);}})();
-//-->
-</script></div></div></div><div id="wiredwidgetsdartads-3" class="widget_WiredWidgetsDartAds"><div class="advertisement"><div id="xrailTop300x250_frame" class="displayAd displayAd300x250Js"></div><script type="text/javascript">
-//<!--
-if(typeof CN!=="undefined" && CN.dart){  CN.dart.call("xrailTop",{    sz: "300x250",    kws : ["top"],    collapse : 1  });}
-//-->
-</script></div></div><div id="text-15" class="widget_widget_text">			<div class="textwidget"><a href="http://www.wired.com/reviews/2011/11/wishlist2011/"><img src="http://www.wired.com/reviews/wp-content/uploads/2011/12/wishlistxrail.jpg"/></a><br /><br /><div style="clear:both; "></div></div>
-		</div><div id="text-4" class="widget_widget_text"><h2>How We Rate</h2>			<div class="textwidget"><!-- How We Rate -->
-<div id="rate_widget">
-<img class="xrail_hed" src="/reviews/wp-content/images/wp_theme/xrail_hed_howwerate.gif">
-<ul>
-<li id="rate1">A complete failure in every way
-<li id="rate2">Barely functional; don't buy it
-<li id="rate3">Serious flaws; proceed with caution
-<li id="rate4">Downsides outweigh upsides
-<li id="rate5">Recommended with reservations
-<li id="rate6">A solid product with some issues
-<li id="rate7">Very good, but not quite great
-<li id="rate8">Excellent, with room to kvetch
-<li id="rate9">Nearly flawless; buy it now
-<li id="rate10">Metaphysical product perfection
-</ul>
-</div>
-<div style="clear:both; "></div></div>
-		</div><div id="text-8" class="widget_widget_text"><h2>Editorial Staff </h2>			<div class="textwidget"><!-- Editorial Staff -->
-<style type="text/css">
-#staff_widget{border-bottom:5px solid #ccc; display:block; float:left; padding:0 0 15px 0; margin-bottom:18px;  }
-#staff_widget ul li {list-style-type:none; padding:0 0 5px 0; line-height:16px;}
-img.xrail_hed{padding:0 0 10px 0;}
-.role {color:#666; font-size:10px; text-transform:uppercase; padding-right:5px; }
-#staff_widget a{color:#000;}
-#staff_widget a:hover{background:#00bcec; color:#FFF;}
-</style>
-
-<div id="staff_widget">
-<img class="xrail_hed" src="/reviews/wp-content/images/wp_theme/xrail_hed_edteam.gif">
-
-
-<ul>
-<li><span class="role">Editors</span> <a href="/reviews/author/michael-calore/">Michael Calore</a> (<a TITLE="follow @snackfight on Twitter" href="http://www.twitter.com/snackfight">@snackfight</a>), <a href="/reviews/author/john-bradley/">John Bradley</a> (<a TITLE="follow @johnwbradley on Twitter" href="http://twitter.com/johnwbradley">@johnwbradley</a>)
-<li>
-<li><span class="role">Photo Dept</span> Keith Axline (<a TITLE="follow @kaxline on Twitter" href="http://www.twitter.com/kaxline">@kaxline</a>), Jim Merithew (<a TITLE="follow @tinyblackbox on Twitter" href="http://www.twitter.com/tinyblackbox">@tinyblackbox</a>), Jon Snyder (<a TITLE="follow @jonsnyder on Twitter" href="http://www.twitter.com/jonsnyder">@jonsnyder</a>)
-<li>
-<li><span class="role">Contributors</span> 
-<a href="/reviews/author/christopher-null/">Christopher Null</a>, <a href="/reviews/author/bbrown028/">Billy Brown</a>, <a href="/reviews/author/jon-phillips/">Jon Phillips</a>, <a href="/reviews/author/terrence-russell/">Terrence Russell</a>, <a href="/reviews/author/steven-leckart/">Steven Leckart</a>, <a href="/reviews/author/jackson-lynch/">Jackson Lynch</a>, <a href="/reviews/author/mike_isaac/">Mike Isaac</a>, <a href="/reviews/author/bryan-gardiner/">Bryan Gardiner</a>, <a href="/ [...]
-
-
-
-</ul>
-
-</div>
-<div style="clear:both; "></div></div>
-		</div><div id="wiredwidgetsecommerce-3" class="widget_WiredWidgetsEcommerce"><div id="services" class="xrailComponent"><h4><span>Services</span></h4><ul class="xrcInlineList"><li><div id="AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES"><dl><dt>Subscription: </dt><dd><a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafe">Subscribe</a> | </dd><dd><a target="_new" href="https://w1.buysub.com/loc/WIR/ATGFailsafeGift">Give a Gift</a> | </dd><dd><a target="_new" href="https://w1.bu [...]
-//<!--
-(function(){if((typeof pageAds != 'undefined') && (typeof pageAds.AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES != 'undefined') && (CN.url.params('nojoy') != 1) ) {var div = document.getElementById("AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES");div.innerHTML = "";document.write(pageAds.AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES);}})();
-//-->
-</script></div></li><li><dl><dt>Quick Links: </dt><dd><a href="/about/feedback/">Contact Us</a> | </dd><dd><a href="/services/newsletters">Newsletter</a> | </dd><dd><a href="/about/rss_feeds/">RSS Feeds</a> | </dd><dd><a href="http://jobs.wired.com/">Tech Jobs</a> | </dd><dd><a href="/about/mobile/">Wired Mobile</a> | </dd><dd><a href="/about/faq/">FAQ</a> | </dd><dd><a href="/about/sitemap/">Site Map</a></dd></dl></li></ul></div></div><div id="text-13" clas [...]
-
- <script type="text/javascript" id="wau_scr_ccbc3fbb">
-    var wau_p = wau_p || []; wau_p.push(["39me", "ccbc3fbb", false]);
-    (function() {
-        var s=document.createElement("script"); s.type="text/javascript";
-        s.async=true; s.src="http://widgets.amung.us/a_pro.js";
-        document.getElementsByTagName("head")[0].appendChild(s);
-    })();
-</script>
-
-
-</div></div>
-		</div><div id="text-14" class="widget_widget_text">			<div class="textwidget"><!-- google analytics -->
-
-<script type="text/javascript">
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-20020151-1']);
-  _gaq.push(['_trackPageview']);
-
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-
-</script></div>
-		</div><div id="wiredwidgetsdartads-4" class="widget_WiredWidgetsDartAds"><div class="advertisement"><div id="xrailTop300x250_frame" class="displayAd displayAd300x250Js"></div><script type="text/javascript">
-//<!--
-if(typeof CN!=="undefined" && CN.dart){  CN.dart.call("xrailTop",{    sz: "300x250",    kws : ["top"],    collapse : 1  });}
-//-->
-</script></div></div></div>
-
-<div class="clear"><hr /></div>
-
-    </div><!--end #page-->
-
-    <div class="footer_ad"><div class="advertisement"><div id="bottom728x90_frame" class="displayAd displayAd728x90Js"></div><script type="text/javascript">
-//<!--
-if(typeof CN!=="undefined" && CN.dart){  CN.dart.call("bottom",{    sz: "728x90",    kws : ["bottom"],    collapse : true  });}
-//-->
-</script></div></div>
-    <!-- global footer -->
-    <div id="footer">
-	<div id="foot_row1">
-		<div class="pad">
-			<span class="link_row">
-                <a href="http://www.wired.com/services/corrections/">Corrections</a>
-                | <a href="http://www.wired.com/about/sitemap/">Sitemap</a>
-                | <a href="http://www.wired.com/about/faq/">FAQ</a>
-                | <a href="http://www.wired.com/about/feedback/">Contact Us</a>
-                | <a href="http://www.wired.com/about/staff_web/">Wired Staff</a>
-                | <a href="http://www.wired.com/about/staff_publishing/" target="_blank">Advertising</a>
-                | <a href="http://www.wired.com/about/press/">Press Center</a>
-                | <a href="http://www.wired.com/customerservice" target="_blank">Subscription Services</a>
-                | <a href="http://www.wired.com/services/newsletters">Newsletter</a>
-                | <a id="footer_rss_icon" href="http://www.wired.com/about/rss_feeds/">RSS Feeds</a>
-            </span>
-        </div>
-        <div class="clear"></div>
-    </div>
-	<div id="foot_row3">
-		<div class="pad">
-			<strong>Condé Nast Web Sites:</strong>
-			<div class="condenet_sites">
-                <a href="http://www.webmonkey.com">Webmonkey</a> |
-                <a href="http://www.reddit.com">Reddit</a> |
-                <a href="http://www.arstechnica.com">ArsTechnica</a> |
-                <a href="http://www.details.com/">Details</a> |
-                <a href="http://www.golfdigest.com/">Golf Digest</a> |
-        		<a href="http://www.gq.com/">GQ</a> |
-		        <a href="http://www.newyorker.com/">New Yorker</a>
-            </div>
-			<div id="drop_downs">
-                <form id="footer_dropdowns">
-                <fieldset>
-                <select id="footer_dropdowns_subscribe" name="footer_dropdowns_subscribe">
-                    <option>Subscribe to a magazine:</option>
-                    <option value="http://www.magazinestoresubscriptions.com/?source=SITEFOOTER">View All Titles</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER">Allure</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER">Architectural Digest</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER">Bon Appétit</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER">Brides</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER">Condé Nast Traveler</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER">Details</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER">Glamour</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER">Golf Digest</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER">Golf World</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER">GQ</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER">Lucky</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER">Self</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER">Teen Vogue</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER">The New Yorker</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER">Vanity Fair</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER">Vogue</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER">W</option>
-                    <option value="http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER">Wired</option>
-                </select>
-                <select id="footer_dropdowns_sites" name="footer_dropdowns_sites">
-                    <option>Condé Nast web sites:</option>
-                    <option value="http://www.allure.com/">Allure</option>
-                    <option value="http://www.architecturaldigest.com/">Architectural Digest</option>
-                    <option value="http://www.arstechnica.com/">ArsTechnica</option>
-                    <option value="http://www.bonappetit.com/">Bon Appétit</option>
-                    <option value="http://www.brides.com/">Brides.com</option>
-                    <option value="http://www.cntraveler.com/">Condé Nast Traveler</option>
-                    <option value="http://www.portfolio.com/">Condé Nast Portfolio</option>
-                    <option value="http://www.concierge.com/">Concierge</option>
-                    <option value="http://www.details.com/">Details</option>
-                    <option value="http://www.epicurious.com/">Epicurious</option>
-                    <option value="http://www.glamour.com/">Glamour</option>
-                    <option value="http://www.golfdigest.com">Golf Digest</option>
-                    <option value="http://www.golfworld.com">Golf World</option>
-                    <option value="http://www.gq.com/">GQ</option>
-                    <option value="http://www.hotelchatter.com/">Hotel Chatter</option>
-                    <option value="http://www.jaunted.com/">Jaunted</option>
-                    <option value="http://www.luckymag.com/">Lucky</option>
-                    <option value="http://www.nutritiondata.com/">Nutrition Data</option>
-                    <option value="http://www.reddit.com/">Reddit</option>
-                    <option value="http://www.self.com/">Self</option>
-                    <option value="http://www.style.com">Style.com</option>
-                    <option value="http://www.teenvogue.com/">Teen Vogue</option>
-                    <option value="http://www.newyorker.com/">The New Yorker</option>
-                    <option value="http://www.vanityfair.com/">Vanity Fair</option>
-                    <option value="http://www.vogue.com">Vogue</option>
-                    <option value="http://www.webmonkey.com">Webmonkey</option>
-                    <option value="http://www.wmagazine.com/">W</option>
-                </select>
-                <select id="footer_dropdowns_international" name="footer_dropdowns_international">
-                    <option>International Sites:</option>
-                    <option value="http://www.wired.co.uk">Wired UK</option>
-                    <option value="http://www.wired.it">Wired Italy</option>
-                    <option value="http://wired.jp">Wired Japan</option>
-                </select>
-                </fieldset>
-                </form>
-            </div>
-
-            <div class="copyright">
-                <p>Wired.com © 2012 Condé Nast. All rights reserved. Use of this Site constitutes acceptance of our <a href="http://www.condenast.com/privacy-policy" title="User Agreement" target="_blank">User Agreement</a> <span class="revision-date">(effective 3/21/12)</span> and <a href="http://www.condenast.com/privacy-policy#privacypolicy" title="Privacy Policy" target="_blank">Privacy Policy</a> <span class="revision-date">(effective 3/21/12)</span>. <a href="http://www [...]
-                <p>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.</p>
-                <div class="add-choice">
-                    <a class="ac" href="http://www.condenast.com/privacy-policy#privacypolicy-optout" title="Privacy Policy" target="_blank">Ad Choices</a>
-                </div>
-            </div>
-		</div>
-        <div class="clear"></div>
-	</div>
-    <div class="clear"></div>
-</div>
-
-
-</div><!-- end shell -->
-</div><!-- end adSkinLayer1 -->
-
-    <script type="text/javascript">
-    // <![CDATA[
-        var disqus_shortname = 'wiredreviews';
-        (function () {
-            var nodes = document.getElementsByTagName('span');
-            for (var i = 0, url; i < nodes.length; i++) {
-                if (nodes[i].className.indexOf('dsq-postid') != -1) {
-                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel'));
-                    url = nodes[i].parentNode.href.split('#', 1);
-                    if (url.length == 1) url = url[0];
-                    else url = url[1]
-                    nodes[i].parentNode.href = url + '#disqus_thread';
-                }
-            }
-            var s = document.createElement('script'); s.async = true;
-            s.type = 'text/javascript';
-            s.src = 'http://disqus.com/forums/' + disqus_shortname + '/count.js';
-            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
-        }());
-    //]]>
-    </script>
-        <script type="text/javascript">
-        //<!--
-            var s_account="conde-wired";
-            var s_linkInternalFilters="javascript:,wired.com,webmonkey.com";
-            var s_trackingServer="stats.wired.com";
-            var s_trackingServerSecure="sstats.wired.com";
-        //-->
-        </script>
-        <script type="text/javascript" src="http://www.wired.com/js/omniture/s_code.js"></script>
-        <script type="text/javascript">
-        //<!--
-        /*  You may give each page an identifying name, server, and channel on
-            the next lines. Omniture variables.
-        */
-            s.pageType="";
-            s.pageName="http://www.wired.com/reviews";
-            s.prop1="";
-            s.prop2="";
-            s.prop3="Product Reviews";
-            s.prop5="blog";
-            s.prop6="reviews";
-            s.prop7="";
-            s.prop8="";
-            s.prop9="";
-            s.prop10=s.prop1.replace(/ /g,',');
-            s.events="";
-            s.hier1="reviews";
-
-        /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
-        var s_code=s.t();if(s_code)document.write(s_code)//--></script>
-        <script type="text/javascript"><!--
-        if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
-        //--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img
-        src="http://condenast.112.2o7.net/b/ss/conde-wired/1/H.15.1--NS/0"
-        height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
-        <!-- End SiteCatalyst code version: H.15.1. -->
-                <script type="text/javascript">
-        //<!--
-                    var _sf_async_config={
-                uid:15455,
-                domain:"wired.com",
-                sections:"Product Reviews"
-            };
-                    (function(){
-                function loadChartbeat() {
-                    window._sf_endpt=(new Date()).getTime();
-                    var e = document.createElement('script');
-                    e.setAttribute('language', 'javascript');
-                    e.setAttribute('type', 'text/javascript');
-                    e.setAttribute('src',
-                    (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") + "static.chartbeat.com/js/chartbeat.js");
-                    document.body.appendChild(e);
-                }
-                var oldonload = window.onload;
-                window.onload = (typeof window.onload != 'function') ?
-                loadChartbeat : function() { oldonload(); loadChartbeat(); };
-            })();
-        //-->
-        </script>
-                <script type="text/javascript">
-        //<!--
-            var _gaq = _gaq || [];
-        _gaq.push(['a._setAccount', 'UA-2167242-2']);
-_gaq.push(['a._trackPageview']);
-_gaq.push(['b._setAccount', 'UA-2624369-1']);
-_gaq.push(['b._trackPageview']);
-            (function() {
-            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-            })();
-        //-->
-        </script>
-                <script type="text/javascript">
-        //<!--
-            var async_head = document.getElementsByTagName('head')[0];
-            var async_body = document.getElementsByTagName('body')[0];
-
-            var facebookdiv = async_body.appendChild(document.createElement('div'));
-            facebookdiv.id = 'fb-root';
-
-            /* Facebook */
-            window.fbAsyncInit = function() {
-                FB.init({
-                    //appId      : 'd53bb4300a345fefeeccdfadf717335c', // App ID
-                    channelURL : 'http://www.wired.com/channel.html', // Channel File
-                    status     : true, // check login status
-                    cookie     : true, // enable cookies to allow the server to access the session
-                    oauth      : true, // enable OAuth 2.0
-                    xfbml      : true  // parse XFBML
-                });
-            };
-            (function(d){
-                var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
-                js = d.createElement('script'); js.id = id; js.async = true;
-                js.src = "//connect.facebook.net/en_US/all.js";
-                d.getElementsByTagName('head')[0].appendChild(js);
-            }(document));
-
-            // Add all the other social buttons async so we don't hold up the page
-            // Google Plus
-            var google_plus_one = document.createElement('script');
-                google_plus_one.type = 'text/javascript';
-                google_plus_one.async = true;
-                google_plus_one.src = 'https://apis.google.com/js/plusone.js';
-            async_head.appendChild(google_plus_one);
-
-            // Twitter
-            var twitter_tweet = document.createElement('script');
-                twitter_tweet.type = 'text/javascript';
-                twitter_tweet.async = true;
-                twitter_tweet.src = 'http://platform.twitter.com/widgets.js';
-            async_head.appendChild(twitter_tweet);
-
-            // Linked In
-            var linkedin = document.createElement('script');
-                linkedin.type = 'text/javascript';
-                linkedin.async = true;
-                linkedin.src = 'http://platform.linkedin.com/in.js';
-            async_head.appendChild(linkedin);
-
-            jQuery(function(){
-
-                // Some social buttons should open in a new window
-                jQuery('.sb_delicious, .sb_digg, .sb_stumbleupon, .sb_reddit, .sb_google-buzz').find('a').bind('click', function(e) {
-                    var windowSizes = [];
-                    windowSizes['sb_delicious'] = 'width=550,height=350,toolbar=no';
-                    windowSizes['sb_digg'] = 'width=900,height=500,toolbar=no';
-                    windowSizes['sb_stumbleupon'] = 'width=800,height=550,toolbar=no';
-                    windowSizes['sb_reddit'] = 'width=900,height=700,toolbar=no';
-                    windowSizes['sb_google-buzz'] = 'width=800,height=350,toolbar=no';
-
-                    var windowName = jQuery(this).parent().attr('class');
-
-                    window.open(jQuery(this).attr('href'), windowName, windowSizes[windowName]);
-                    //console.warn(jQuery(this).attr('href'));
-                    e.preventDefault();
-                    return false;
-                });
-            });
-        //-->
-        </script>
-        
-</body>
-</html><!-- hyper cache: fbf3a47ac19afc9cf893510bfb2f15b1 12-03-21 02:26:17 -->
\ No newline at end of file
diff --git a/test/resources/images/clojure.glyph.png b/test/resources/images/clojure.glyph.png
deleted file mode 100644
index 493ea5b..0000000
Binary files a/test/resources/images/clojure.glyph.png and /dev/null differ
diff --git a/test/resources/images/feather-small.gif b/test/resources/images/feather-small.gif
deleted file mode 100644
index 94f1892..0000000
Binary files a/test/resources/images/feather-small.gif and /dev/null differ
diff --git a/test/resources/images/png.image.unknown b/test/resources/images/png.image.unknown
deleted file mode 100644
index 493ea5b..0000000
Binary files a/test/resources/images/png.image.unknown and /dev/null differ
diff --git a/test/resources/images/svg-logo.svg b/test/resources/images/svg-logo.svg
deleted file mode 100644
index 9188c8c..0000000
--- a/test/resources/images/svg-logo.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 195 82">
-  <title>SVG logo combined with the W3C logo, set horizontally</title>
-  <desc>The logo combines three entities displayed horizontally: the W3C logo with the text 'W3C'; the drawing of a flower or star shape with eight arms; and the text 'SVG'. These three entities are set horizontally.</desc>
-  
-  <metadata>
-    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:cc="http://creativecommons.org/ns#" xmlns:xhtml="http://www.w3.org/1999/xhtml/vocab#" xmlns:dc="http://purl.org/dc/elements/1.1/">
-      <cc:Work rdf:about="">
-        <dc:title>SVG logo combined with the W3C logo</dc:title>
-        <dc:format>image/svg+xml</dc:format>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2007/10/sw-logos.html"/>
-        <dc:date>2007-11-01</dc:date>
-        <xhtml:license rdf:resource="http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231"/>
-        <cc:morePermissions rdf:resource="http://www.w3.org/2007/10/sw-logos.html#LogoWithW3C"/>
-        <cc:attributionURL rdf:reource="http://www.w3.org/2001/sw/"/>
-        <dc:description>The logo combines three entities displayed horizontally: the W3C logo with the text 'W3C'; the drawing of a flower or star shape with eight arms; and the text 'SVG'. These three entities are set horizontally.
-			</dc:description>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  
-  <text x="0" y="75" font-size="83" fill-opacity="0" font-family="Trebuchet" letter-spacing="-12">W3C</text>
-  <text x="180" y="75" font-size="83" fill-opacity="0" font-family="Trebuchet" font-weight="bold">SVG</text>
-  <defs>
-    <g id="SVG" fill="#005A9C">
-      <path id="S" d="M 5.482,31.319 C2.163,28.001 0.109,23.419 0.109,18.358 C0.109,8.232 8.322,0.024 18.443,0.024 C28.569,0.024 36.782,8.232 36.782,18.358 L26.042,18.358 C26.042,14.164 22.638,10.765 18.443,10.765 C14.249,10.765 10.850,14.164 10.850,18.358 C10.850,20.453 11.701,22.351 13.070,23.721 L13.075,23.721 C14.450,25.101 15.595,25.500 18.443,25.952 L18.443,25.952 C23.509,26.479 28.091,28.006 31.409,31.324 L31.409,31.324 C34.728,34.643 36.782,39.225 36.782,44.286 C36.782,54.412 28. [...]
-      <path id="V" d="M 73.452,0.024 L60.482,62.625 L49.742,62.625 L36.782,0.024 L47.522,0.024 L55.122,36.687 L62.712,0.024 L73.452,0.024 Z"/>
-      <path id="G" d="M 91.792,25.952 L110.126,25.952 L110.126,44.286 L110.131,44.286 C110.131,54.413 101.918,62.626 91.792,62.626 C81.665,62.626 73.458,54.413 73.458,44.286 L73.458,44.286 L73.458,18.359 L73.453,18.359 C73.453,8.233 81.665,0.025 91.792,0.025 C101.913,0.025 110.126,8.233 110.126,18.359 L99.385,18.359 C99.385,14.169 95.981,10.765 91.792,10.765 C87.597,10.765 84.198,14.169 84.198,18.359 L84.198,44.286 L84.198,44.286 C84.198,48.481 87.597,51.880 91.792,51.880 C95.981,51.880  [...]
-    </g>
-  </defs>
-  <g shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality">
-    <g>
-      <g id="logo" transform="scale(0.24) translate(0, 35)">
-        <g stroke-width="38.0086" stroke="#000">
-          <g id="svgstar" transform="translate(150, 150)">
-            <path id="svgbar" fill="#EDA921" d="M-84.1487,-15.8513 a22.4171,22.4171 0 1 0 0,31.7026 h168.2974 a22.4171,22.4171 0 1 0 0,-31.7026 Z"/>
-            <use xlink:href="#svgbar" transform="rotate(45)"/>
-            <use xlink:href="#svgbar" transform="rotate(90)"/>
-            <use xlink:href="#svgbar" transform="rotate(135)"/>
-          </g>
-        </g>
-        <use xlink:href="#svgstar"/>
-      </g>
-      <g id="SVG-label">
-        <use xlink:href="#SVG" transform="scale(1.08) translate(65,10)"/>
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/test/resources/pdf/qrl.pdf b/test/resources/pdf/qrl.pdf
deleted file mode 100644
index b0d2289..0000000
Binary files a/test/resources/pdf/qrl.pdf and /dev/null differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pantomime-clojure.git



More information about the pkg-java-commits mailing list