<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Google Reader"
             title_url="http://www.google.com/reader/view/__UP_displayStreamId__"
             author="Google Reader Team"
             author_email="google-reader-help@googlegroups.com"
             author_affiliation="Google Inc."
             author_location="Mountain View, CA"
             thumbnail="/ig/modules/reader-thm.png"
             screenshot="/ig/modules/reader.png"
             description="View your Google Reader items and read any RSS or Atom feed."
             scaling="false"
             singleton="false">
  <Require feature="minimessage"/>
  <Require feature="setprefs"/>
  <Require feature="views"/>
</ModulePrefs>

<UserPref name="displayStreamId"
          default_value="user/-/state/com.google/reading-list"
          datatype="hidden"/>

<UserPref name="itemCount"
          display_name="Item count: "
          datatype="enum"
          default_value="5">
  <EnumValue value="1"/>
  <EnumValue value="2"/>
  <EnumValue value="3"/>
  <EnumValue value="4"/>
  <EnumValue value="5"/>
  <EnumValue value="6"/>
  <EnumValue value="7"/>
  <EnumValue value="8"/>
  <EnumValue value="9"/>
  <EnumValue value="10"/>
</UserPref>

<UserPref name="ranking" 
          display_name="Sorting: "
          datatype="enum"
          default_value="d">
  <EnumValue value="m" display_value="auto"/>
  <EnumValue value="d" display_value="newest first"/>
  <EnumValue value="o" display_value="oldest first"/>
</UserPref>

<UserPref name="readItemsVisible" 
          display_name="Show read items: "
          datatype="bool"
          default_value="false" />

<UserPref name="linkTarget" 
          display_name="Items open: "
          datatype="enum"
          default_value="bubble">
  <EnumValue value="bubble" display_value="as bubbles"/>
  <EnumValue value="new" display_value="in a new window"/>
  <EnumValue value="same" display_value="in the same window"/>
</UserPref>

<Content type="html" view="home"><![CDATA[

<style type="text/css">
    #modules #m___MODULE_ID___form .settings-cell .settings-link,
#modules #m___MODULE_ID___form .settings-cell .settings-link:visited {
color: #77c;
padding: 0 13px 0 0.5em;
background-image: url("http://www.google.com/reader/ui/module-new-window-icon.gif");
background-position: center right;
background-repeat: no-repeat;
}
#container-__MODULE_ID__ {
border-top: solid 1px #fff;
}
#container-__MODULE_ID__ a:focus {
outline: 0;
-moz-outline: 0;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
#container-__MODULE_ID__ .controls {
margin: 0;
padding: 0 0.5em 0.5em 0.5em;
white-space: nowrap;
position: relative;
float: none;
}
#container-__MODULE_ID__ .controls .link {
color: #77c;
text-decoration: underline;
cursor: pointer;
}
#container-__MODULE_ID__ .controls .left-controls #refresh-__MODULE_ID__ {
padding-left: 0.5em;
}
#container-__MODULE_ID__ .controls .right-controls {
background: #fff;
position: absolute;
top: 0;
right: 0.5em;
}
#container-__MODULE_ID__ .controls #label-selector-menu-__MODULE_ID__ {
width: 10.5em;
}
#container-__MODULE_ID__ .controls #label-selector-menu-__MODULE_ID__ option.header {
color: #777;
}
#container-__MODULE_ID__ .controls #label-selector-menu-__MODULE_ID__ option.unread {
font-weight: bold;
}
#container-__MODULE_ID__ .navigation {
display: block;
background-repeat: repeat-x;
text-align: center;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
color: #00c;
background-color: #fff;
text-decoration: none;
font-size: 14px;
padding: 0;
margin: 0;
font-weight: bold;
}
.ie6 #container-__MODULE_ID__ .navigation {
font-size: 28px;
line-height: 16px;
}
#container-__MODULE_ID__ .navigation-disabled {
color: #bbb;
cursor: default;
}
#container-__MODULE_ID__ #up-__MODULE_ID__,
#container-__MODULE_ID__ #up-__MODULE_ID__.navigation-disabled:hover {
border-top: solid 1px #e2e2e2;
padding-top: 1px;
background-image: url("http://www.google.com/reader/ui/module-gradient-top.gif");
background-position: top left;
}
#container-__MODULE_ID__ #up-__MODULE_ID__:hover {
border-top-color: #cde;
background-image: url("http://www.google.com/reader/ui/module-gradient-top-hover.gif");
}
#container-__MODULE_ID__ #down-__MODULE_ID__,
#container-__MODULE_ID__ #down-__MODULE_ID__.navigation-disabled:hover {
border-bottom: solid 1px #e2e2e2;
padding-bottom: 1px;
background-image: url("http://www.google.com/reader/ui/module-gradient-bottom.gif");
background-position: bottom left;
}
#container-__MODULE_ID__ #down-__MODULE_ID__:hover {
border-bottom-color: #cde;
background-image: url("http://www.google.com/reader/ui/module-gradient-bottom-hover.gif");
}
#container-__MODULE_ID__ ul {
margin: 0;
padding: 0.3em 0 0 0;
background: #fff;
}
#container-__MODULE_ID__ li div.placeholder {
color: #aaa;
font-size: 2em;
text-align: center;
}
#container-__MODULE_ID__ li div.message {
text-align: center;
}
#container-__MODULE_ID__ li {
position: relative;
zoom: 1;
list-style-type: none;
padding: 0 0 0.3em 0;
margin: 0;
height: 2.6em;
}
#container-__MODULE_ID__ li div.item-star,
#container-__MODULE_ID__ li div.item-star-active {
position: absolute;
left: 2px;
cursor: hand;
cursor: pointer;
background-repeat: no-repeat;
width: 15px;
height: 15px;
}
#container-__MODULE_ID__ li div.item-star {
background-image: url("http://www.google.com/reader/ui/module-star-off.gif");
}
#container-__MODULE_ID__ li div.item-star-active {
background-image: url("http://www.google.com/reader/ui/module-star-on.gif");
}
#container-__MODULE_ID__ li a.title-link {
display: block;
overflow: hidden;
height: 1.3em;
color: #00c;
margin-left: 20px;
}
#container-__MODULE_ID__ li.read a.title-link {
color: #99b;
}
#container-__MODULE_ID__ li div.source {
color: #999;
overflow: hidden;
height: 1.3em;
margin-left: 20px;
}
#container-__MODULE_ID__ li.read div.source {
color: #ccc;
}
#container-__MODULE_ID__ li div.source a {
color: green;
}
#container-__MODULE_ID__ li div.source a * {
display: inline;
}
#container-__MODULE_ID__ li.read div.source a {
color: #8A8;
}
#container-__MODULE_ID__ .hidden {
display: none;
}
#container-__MODULE_ID__ .label-name {
color: #008000;
}
.mmlib_table__MODULE_ID__ {
font-size: 11px;
}
#mm___MODULE_ID__ .info-message {
background: #ffffd9;
}
#mm___MODULE_ID__ .progress-message {
background: #b8ff6b;
}
#mm___MODULE_ID__ .error-message {
background: #fdd;
}
.invisible {
visibility: hidden;
}
    .bubble-__MODULE_ID__ {
position: absolute;
font-size: 12px;
margin: 0;
padding: 25px;
zoom: 1;
z-index: 2001;
}
.bubble-__MODULE_ID__ .hidden {
display: none;
}
.bubble-__MODULE_ID__ ins {
text-decoration: none;
}
.bubble-__MODULE_ID__ .header,
.bubble-__MODULE_ID__ .scroller {
padding: 5px;
margin: 0;
background: #fff;
}
.bubble-__MODULE_ID__ .header {
padding-top: 0;
}
.bubble-__MODULE_ID__ .scroller {
border-top: solid 1px #ddd;
padding-top: 0.5em;
overflow: auto;
position: relative;
}
.bubble-__MODULE_ID__ .scroller .google-video div {
float: none !important;
margin: 0 !important;
width: auto !important;
width: height !important;
padding-top: 0 !important;
}
.bubble-__MODULE_ID__ img {
border: 0;
}
.bubble-__MODULE_ID__ h3 {
font-size: 180%;
line-height: 105%;
font-weight: bold;
color: #000;
margin: 0 14px 0.5em 0;
}
.bubble-__MODULE_ID__ h3 a {
color: #000;
text-decoration: none;
border-bottom: 1px solid #ddd;
}
.bubble-__MODULE_ID__ .item-attribution,
.bubble-__MODULE_ID__ .via-attribution {
margin: .5em 0 0 0;
color: #222;
}
.bubble-__MODULE_ID__ .item-attribution a.launch-original,
.bubble-__MODULE_ID__ .item-attribution a.launch-original:visited {
font-style: normal;
color: green;
}
.bubble-__MODULE_ID__ .close {
position: absolute;
top: 15px;
right: 15px;
width: 14px;
height: 13px;
cursor: pointer;
background-image: url("http://www.google.com/reader/ui/module-close.gif");
background-repeat: no-repeat;
}
.bubble-__MODULE_ID__ .i {
background-repeat: no-repeat;
position: absolute;
}
.bubble-__MODULE_ID__ .ne, .bubble-__MODULE_ID__ .e, .bubble-__MODULE_ID__ .se,
.bubble-__MODULE_ID__ .sw, .bubble-__MODULE_ID__ .w, .bubble-__MODULE_ID__ .nw {
width: 25px;
}
.bubble-__MODULE_ID__ .nw, .bubble-__MODULE_ID__ .n,.bubble-__MODULE_ID__ .ne,
.bubble-__MODULE_ID__ .se, .bubble-__MODULE_ID__ .s,.bubble-__MODULE_ID__ .sw {
height: 25px;
}
.bubble-__MODULE_ID__ .ne, .bubble-__MODULE_ID__ .n, .bubble-__MODULE_ID__ .nw { top: 0; }
.bubble-__MODULE_ID__ .nw, .bubble-__MODULE_ID__ .w, .bubble-__MODULE_ID__ .sw { left: 0; }
.bubble-__MODULE_ID__ .sw, .bubble-__MODULE_ID__ .s, .bubble-__MODULE_ID__ .se { bottom: 0; }
.bubble-__MODULE_ID__ .se, .bubble-__MODULE_ID__ .e, .bubble-__MODULE_ID__ .ne { right: 0; }
.bubble-__MODULE_ID__ .n, .bubble-__MODULE_ID__ .s {
margin: 0 25px;
background-repeat: repeat-x;
left: 0;
/* width is set in FR_Module_Bubble.shrinkToFit() */
}
.bubble-__MODULE_ID__ .e, .bubble-__MODULE_ID__ .w {
top: 25px;
background-repeat: repeat-y;
/* height is set in FR_Module_Bubble.shrinkToFit() */
}
.bubble-__MODULE_ID__ .nw {
background-image: url("http://www.google.com/reader/ui/module-bubble-nw.png");
}
.ie6 .bubble-__MODULE_ID__ .nw {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.google.com/reader/ui/module-bubble-nw.png");
}
.bubble-__MODULE_ID__ .n {
background-image: url("http://www.google.com/reader/ui/module-bubble-n.png");
}
.bubble-__MODULE_ID__ .ne {
background-image: url("http://www.google.com/reader/ui/module-bubble-ne.png");
}
.ie6 .bubble-__MODULE_ID__ .ne {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.google.com/reader/ui/module-bubble-ne.png");
}
.bubble-__MODULE_ID__ .e {
background-image: url("http://www.google.com/reader/ui/module-bubble-e.png");
}
.bubble-__MODULE_ID__ .se {
background-image: url("http://www.google.com/reader/ui/module-bubble-se.png");
}
.ie6 .bubble-__MODULE_ID__ .se {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.google.com/reader/ui/module-bubble-se.png");
}
.bubble-__MODULE_ID__ .s {
background-image: url("http://www.google.com/reader/ui/module-bubble-s.png");
}
.bubble-__MODULE_ID__ .sw {
background-image: url("http://www.google.com/reader/ui/module-bubble-sw.png");
}
.ie6 .bubble-__MODULE_ID__ .sw {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.google.com/reader/ui/module-bubble-sw.png");
}
.bubble-__MODULE_ID__ .w {
background-image: url("http://www.google.com/reader/ui/module-bubble-w.png");
}
.bubble-__MODULE_ID__ .point {
top: 25px;
width: 71px;
height: 94px;
}
.bubble-__MODULE_ID__ .point-left {
background-image: url("http://www.google.com/reader/ui/module-point-left.png");
margin-left: -70px;
left: 0;
}
.ie6 .bubble-__MODULE_ID__ .point-left {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.google.com/reader/ui/module-point-left.png");
}
.bubble-__MODULE_ID__ .point-right {
background-image: url("http://www.google.com/reader/ui/module-point-right.png");
margin-right: -70px;
right: 0;
}
.ie6 .bubble-__MODULE_ID__ .point-right {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.google.com/reader/ui/module-point-right.png");
}
.bubble-__MODULE_ID__ p,
.bubble-__MODULE_ID__ ol,
.bubble-__MODULE_ID__ ul {
margin: 1em 0;
}
.bubble-__MODULE_ID__ ol,
.bubble-__MODULE_ID__ ul {
padding: 0 0 0 3em;
}
.bubble-__MODULE_ID__ ul {
list-style-type: disc;
}
.bubble-__MODULE_ID__ ol {
list-style-type: decimal;
}
  </style>
<script type="text/javascript">
    (function() {
      var _USER_ID = '-';
      var _INPUT_STREAM_ID = null;
      var _COMMAND_TOKEN_EXPIRES = 0;    
      var _DISPLAY_LOCALE = "en";
      var aa=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ba=["AM","PM"],ca="0";function da(a,b){a=String(a);return(new Array(Math.max(0,b-a.length+1))).join(ca)+a}var k="";function ea(){return Array.prototype.join.call(arguments,k)}var n=" ",fa=", ",ga=":";function ha(a){var b=a.getMonth(),c=a.getDate(),d=a.getFullYear(),e=a.getHours(),f=a.getMinutes();if(d<=0)d=-d+1;return ea(aa[b],n,da(c,1),fa,da(d,4),n,da(e%12||12,1),ga,da(f,2),n,ba[e>=12&&e<24?1:0])}function ia(a){var b=
a.getHours(),c=a.getMinutes();return ea(da(b%12||12,1),ga,da(c,2),n,ba[b>=12&&b<24?1:0])}function ja(a){var b=a.getMonth(),c=a.getDate(),d=a.getFullYear();if(d<=0)d=-d+1;return ea(aa[b],n,da(c,1),fa,da(d,4))};var ka=/["^<>?&\\\/,]+/,la="http://www.google.com/reader/api/0/tag/list",ma="/reader/api/0/edit-tag",na="/reader/api/0/subscription/list",oa="/reader/api/0/unread-count",pa="/reader/api/0/mark-all-as-read",qa="/reader/api/0/token",ra="/reader/public/atom/",sa="/reader/settings",ta="/reader/ui/3247397568-audio-player.swf",ua="/reader/perf",va="label",wa="source",xa="state",ya="recommendations",za="pref",Aa="link",Ba=Aa,Ca="post",Da="reading-list",Ea="read",Fa=Ea,Ga="kept-unread",Ha="starred",Ia="broadcast",Ja="broadcast-friends",
Ka="created",La="self",Ma=La,Na="skimmed",Oa="tracking-igoogle-module-read",Pa="blogger-following",Qa="token-fetch",Ra="stream-contents-fetch",Sa="mozilla",Ta=Sa,Ua="ie",Va=Ua,Wa="ie6",Xa=Wa,Ya="ie7",Za=Ya,$a="safari",ab=$a,bb="opera",cb=bb,db="unknown";var o="ERROR",eb="Items shared by %1",fb="Blogs I&#39;m following",gb="Friends&#39; shared items",hb="Your stuff",ib={q:"Read items",K:"My read items",o:"Your read items",C:"You have no read items.",D:o,L:o,F:"Items read by %1",G:"%1 hasn&#39;t yet read anything.",H:o},jb={q:"All items",K:"My reading list",o:"Your reading list",C:"Your reading list is empty.",D:"Your reading list has no unread items.",L:o,F:"The reading list of %1",G:"The reading list of %1 is currently empty.",H:"You have no unread items from the reading list of %1"},
kb={q:"Starred items",K:"My starred items",o:"Your starred items",C:"You have no starred items.",D:"You have no unread starred items.",L:o,F:"Items starred by %1",G:"%1 has no starred items.",H:"You have read all of the items starred by %1."},lb={K:"My &quot;%1&quot; items",o:"Your &quot;%1&quot; items",C:"You have no &quot;%1&quot; items.",D:"You have no unread &quot;%1&quot; items.",L:o,F:"&quot;%1&quot; via %2",G:"There are currently no &quot;%1&quot; via %2 items.",H:"You have read all of the &quot;%1&quot; via %2 items."},
mb={o:"Your saved items",q:"Saved items"},nb={o:"Your shared items",q:"Shared items",K:"My shared items",C:"You have no shared items.",D:o,L:o,F:eb,G:"%1 has no shared items.",H:o},ob={o:fb,q:fb,K:fb,C:"The blogs you&#39;re following have no items.",D:"The blogs you&#39;re following have no unread items.",L:o,F:o,G:o,H:o},pb={o:gb,q:gb,K:gb,C:'Your friends haven&#39;t shared any items. <span class="friends-empty-msg">You can view more about your friends and your profile in your <span class="link friends-settings">settings page</span>.</span>',
D:'You have no unread items from your friends. <span class="friends-empty-msg">You can view more about your friends and your profile in your <span class="link friends-settings">settings page</span>.</span>',L:o,F:o,G:o,H:o},qb={o:"Your skimmed items",q:"Skimmed items"},rb={o:"Your posts",q:"Posts",K:"My posts",C:"You have no posts. &lt;span class=&quot;post-empty-msg&quot;&gt;...but you can add updates to your Shared Items using the form above or share links from the web by using the bookmarklet.&lt;/span&gt;",
D:"You have no unread posts.",L:o,F:"Posts by %1",G:"%1 has no posts.",H:"You have read all of the posts by %1."},sb={o:"Your links",q:"Links",K:"My links",C:"You have no links.",D:"You have no unread links.",L:o,F:"Links by %1",G:"%1 has no links.",H:"You have read all of the links posted by %1."},tb={o:"Your notes",q:"Notes",K:"My notes",C:"You have no notes.",D:"You have no unread notes.",L:o,F:o,G:o,H:o},ub={o:hb,q:hb,K:"My stuff",C:"You haven&#39;t created any stuff yet.",D:"None of your stuff is unread.",
L:o,F:o,G:o,H:o};var vb=vb||{},q=this;var xb=".",yb=function(a,b){var c=a.split(xb),d=b||q;for(var e;e=c.shift();)if(d[e])d=d[e];else return null;return d};var zb="object",r="number",Ab="length",Bb="array",s="function",Cb="null",Eb=function(a){var b=typeof a;if(b==zb)if(a){if(typeof a.length==r&&typeof a.splice!="undefined"&&!Db(a,Ab))return Bb;if(typeof a.call!="undefined")return s}else return Cb;else if(b==s&&typeof a.call=="undefined")return zb;return b};if(Object.prototype.propertyIsEnumerable)var Db=function(a,
b){return Object.prototype.propertyIsEnumerable.call(a,b)};else Db=function(a,b){if(b in a)for(var c in a)if(c==b&&Object.prototype.hasOwnProperty.call(a,b))return true;return false};var Fb=function(a){return typeof a!="undefined"},t=function(a){return Eb(a)==Bb},Gb=function(a){var b=Eb(a);return b==Bb||b==zb&&typeof a.length==r},Hb="string",u=function(a){return typeof a==Hb},Ib=function(a){return Eb(a)==s},Jb=function(a){var b=Eb(a);return b==zb||b==Bb||b==s},Kb="closure_hashCode_",Mb=function(a){if(a.hasOwnProperty&&
a.hasOwnProperty(Kb)){var b=a.closure_hashCode_;if(b)return b}a.closure_hashCode_||(a.closure_hashCode_=++Lb);return a.closure_hashCode_},Lb=0,v=function(a,b){var c=a.rf;if(arguments.length>2){var d=Array.prototype.slice.call(arguments,2);c&&d.unshift.apply(d,c);c=d}b=a.tf||b;a=a.sf||a;var e,f=b||q;e=c?function(){var g=Array.prototype.slice.call(arguments);g.unshift.apply(g,c);return a.apply(f,g)}:function(){return a.apply(f,arguments)};e.rf=c;e.tf=b;e.sf=a;return e},Nb=function(a){var b=Array.prototype.slice.call(arguments,
1);b.unshift(a,null);return v.apply(null,b)},Ob=Date.now||function(){return(new Date).getTime()},Pb="\\{\\$",Qb="\\}",Rb="gi",Sb=function(a,b){var c=b||{};for(var d in c)a=a.replace(new RegExp(Pb+d+Qb,Rb),c[d]);return a},w=function(a,b){function c(){}c.prototype=b.prototype;a.J=b.prototype;a.prototype=new c};Function.prototype.ue=function(){var a=Array.prototype.slice.call(arguments);a.unshift(this,null);return v.apply(null,a)};var Tb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,
b,c);var d=c==null?0:c<0?Math.max(0,a.length+c):c;for(var e=d;e<a.length;e++)if(e in a&&a[e]===b)return e;return-1},Ub=function(a,b,c){if(a.forEach)a.forEach(b,c);else if(Array.forEach)Array.forEach(a,b,c);else{var d=a.length,e=u(a)?a.split(k):a;for(var f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)}},Vb=function(a,b,c){if(a.every)return a.every(b,c);if(Array.every)return Array.every(a,b,c);var d=a.length,e=u(a)?a.split(k):a;for(var f=0;f<d;f++)if(f in e&&!b.call(c,e[f],f,a))return false;return true},Wb=
function(a,b){if(a.contains)return a.contains(b);return Tb(a,b)>-1},Yb=function(a,b){var c=Tb(a,b),d;if(d=c!=-1)Xb(a,c);return d},Xb=function(a,b){return Array.prototype.splice.call(a,b,1).length==1},Zb=function(a){if(t(a))return a.concat();else{var b=[];for(var c=0,d=a.length;c<d;c++)b[c]=a[c];return b}},$b=function(a){for(var b=1;b<arguments.length;b++){var c=arguments[b];t(c)?a.push.apply(a,c):a.push(c)}},bc=function(a){return Array.prototype.splice.apply(a,ac(arguments,1))},ac=function(a,b,c){return arguments.length<=
2?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)},cc,dc=function(a){var b=a.className;return b&&typeof b.split==s?b.split(n):[]},x=function(a){var b=dc(a),c=1;for(var d=1;d<arguments.length;d++)if(Wb(b,arguments[d]))c&=0;else{b.push(arguments[d]);c&=1}a.className=b.join(n);return Boolean(c)},ec=function(a){var b=dc(a),c=ac(arguments,1),d=0;for(var e=0;e<b.length;e++)if(Wb(c,b[e])){bc(b,e--,1);d++}a.className=b.join(n);return d==c.length};var fc=function(a,b,c){c?x(a,b):ec(a,b)};
var gc=function(a){return/^[\s\xa0]*$/.test(a==null?k:String(a))},hc=function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,k)},ic=/^[a-zA-Z0-9\-_.!~*'()]*$/,jc=function(a){a=String(a);if(!ic.test(a))return encodeURIComponent(a);return a},kc=function(a){return decodeURIComponent(a.replace(/\+/g,n))},lc="&amp;",mc="&lt;",nc="&gt;",oc="&quot;",y="&",pc="<",qc=">",rc='"',xc=function(a,b){if(b)return a.replace(sc,lc).replace(tc,mc).replace(uc,nc).replace(vc,oc);else{if(!wc.test(a))return a;if(a.indexOf(y)!=
-1)a=a.replace(sc,lc);if(a.indexOf(pc)!=-1)a=a.replace(tc,mc);if(a.indexOf(qc)!=-1)a=a.replace(uc,nc);if(a.indexOf(rc)!=-1)a=a.replace(vc,oc);return a}},sc=/&/g,tc=/</g,uc=/>/g,vc=/\"/g,wc=/[&<>\"]/,yc="document",Bc=function(a){if(a.indexOf(y)!=-1)return yc in q&&!(a.indexOf(pc)!=-1)?zc(a):Ac(a);return a},Cc="a",zc=function(a){var b=q.document.createElement(Cc);b.innerHTML=a;b.normalize&&b.normalize();a=b.firstChild.nodeValue;b.innerHTML=k;return a},Dc="amp",Ec="lt",Fc="gt",Gc="quot",Hc="#",Ac=function(a){return a.replace(/&([^;]+);/g,
function(b,c){switch(c){case Dc:return y;case Ec:return pc;case Fc:return qc;case Gc:return rc;default:if(c.charAt(0)==Hc){var d=Number(ca+c.substr(1));if(!isNaN(d))return String.fromCharCode(d)}return b}})},Ic="...",Jc=function(a,b,c){if(c)a=Bc(a);if(a.length>b)a=a.substring(0,b-3)+Ic;if(c)a=xc(a);return a};var Kc="(\\d*)(\\D*)",Lc="g",Nc=function(a,b){var c=0,d=hc(String(a)).split(xb),e=hc(String(b)).split(xb),f=Math.max(d.length,e.length);for(var g=0;c==0&&g<f;g++){var h=d[g]||k,j=e[g]||k,i=new RegExp(Kc,
Lc),l=new RegExp(Kc,Lc);do{var m=i.exec(h)||[k,k,k],p=l.exec(j)||[k,k,k];if(m[0].length==0&&p[0].length==0)break;var P=m[1].length==0?0:parseInt(m[1],10),wb=p[1].length==0?0:parseInt(p[1],10);c=Mc(P,wb)||Mc(m[2].length==0,p[2].length==0)||Mc(m[2],p[2])}while(c==0)}return c},Mc=function(a,b){if(a<b)return-1;else if(a>b)return 1;return 0},Oc="StopIteration";if(Oc in q)var Pc=q.StopIteration;else Pc=Error(Oc);var Qc=function(){};Qc.prototype.next=function(){throw Pc;};Qc.prototype.Ob=function(){return this};
var Rc=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)},Sc=function(a){var b=0;for(var c in a)b++;return b},Tc=function(a){var b=[],c=0;for(var d in a)b[c++]=a[d];return b},Uc=function(a){var b=[],c=0;for(var d in a)b[c++]=d;return b},Vc=function(a,b){for(var c in a)if(a[c]==b)return true;return false},Wc=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Yc=function(a){var b,c;for(var d=1;d<arguments.length;d++){c=arguments[d];for(b in c)a[b]=
c[b];for(var e=0;e<Wc.length;e++){b=Wc[e];if(Object.prototype.hasOwnProperty.call(c,b))a[b]=c[b]}}},Zc=function(a){if(typeof a.ma==s)return a.ma();if(Gb(a)||u(a))return a.length;return Sc(a)},$c=function(a){if(typeof a.Q==s)return a.Q();if(u(a))return a.split(k);if(Gb(a)){var b=[],c=a.length;for(var d=0;d<c;d++)b.push(a[d]);return b}return Tc(a)},ad=function(a){if(typeof a.va==s)return a.va();if(typeof a.Q==s)return undefined;if(Gb(a)||u(a)){var b=[],c=a.length;for(var d=0;d<c;d++)b.push(d);return b}return Uc(a)},
bd=function(a,b){if(typeof a.contains==s)return a.contains(b);if(typeof a.Wb==s)return a.Wb(b);if(Gb(a)||u(a))return Wb(a,b);return Vc(a,b)},cd=function(a,b,c){if(typeof a.forEach==s)a.forEach(b,c);else if(Gb(a)||u(a))Ub(a,b,c);else{var d=ad(a),e=$c(a),f=e.length;for(var g=0;g<f;g++)b.call(c,e[g],d&&d[g],a)}},dd=function(a,b,c){if(typeof a.every==s)return a.every(b,c);if(Gb(a)||u(a))return Vb(a,b,c);var d=ad(a),e=$c(a),f=e.length;for(var g=0;g<f;g++)if(!b.call(c,e[g],d&&d[g],a))return false;return true},
ed="Uneven number of arguments",z=function(a){this.d={};this.a=[];var b=arguments.length;if(b>1){if(b%2)throw Error(ed);for(var c=0;c<b;c+=2)this.set(arguments[c],arguments[c+1])}else a&&this.Qb(a)};z.prototype.b=0;z.prototype.hb=0;z.prototype.ma=function(){return this.b};z.prototype.Q=function(){this.ib();var a=[];for(var b=0;b<this.a.length;b++)a.push(this.d[this.a[b]]);return a};z.prototype.va=function(){this.ib();return this.a.concat()};z.prototype.ca=function(a){return fd(this.d,a)};z.prototype.Wb=
function(a){for(var b=0;b<this.a.length;b++){var c=this.a[b];if(fd(this.d,c)&&this.d[c]==a)return true}return false};z.prototype.clear=function(){this.d={};this.a.length=0;this.b=0;this.hb=0};z.prototype.remove=function(a){if(fd(this.d,a)){delete this.d[a];this.b--;this.hb++;this.a.length>2*this.b&&this.ib();return true}return false};z.prototype.ib=function(){if(this.b!=this.a.length){var a=0,b=0;while(a<this.a.length){var c=this.a[a];if(fd(this.d,c))this.a[b++]=c;a++}this.a.length=b}if(this.b!=this.a.length){var d=
{},a=0,b=0;while(a<this.a.length){var c=this.a[a];if(!fd(d,c)){this.a[b++]=c;d[c]=1}a++}this.a.length=b}};z.prototype.v=function(a,b){if(fd(this.d,a))return this.d[a];return b};z.prototype.set=function(a,b){if(!fd(this.d,a)){this.b++;this.a.push(a);this.hb++}this.d[a]=b};z.prototype.Qb=function(a){var b,c;if(a instanceof z){b=a.va();c=a.Q()}else{b=Uc(a);c=Tc(a)}for(var d=0;d<b.length;d++)this.set(b[d],c[d])};z.prototype.U=function(){return new z(this)};var gd="The map has changed since the iterator was created";
z.prototype.Ob=function(a){this.ib();var b=0,c=this.a,d=this.d,e=this.hb,f=this,g=new Qc;g.next=function(){while(true){if(e!=f.hb)throw Error(gd);if(b>=c.length)throw Pc;var h=c[b++];return a?h:d[h]}};return g};if(Object.prototype.hasOwnProperty)var fd=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};else fd=function(a,b){return b in a&&a[b]!==Object.prototype[b]};var A=function(a,b){var c;if(a instanceof A){this.Da(b==null?a.R:b);this.Dc(a.Fd());this.Gc(a.gb);this.yc(a.Fa);this.Bc(a.Aa);
this.Ac(a.Za);this.Cc(a.I.U());this.zc(a.Ia)}else if(a&&(c=String(a).match(hd()))){this.Da(!!b);this.Dc(c[1],true);this.Gc(c[2],true);this.yc(c[3],true);this.Bc(c[4]);this.Ac(c[5],true);this.Cc(c[6]);this.zc(c[7],true)}else{this.Da(!!b);this.I=new B(null,this,this.R)}};A.prototype.ha=k;A.prototype.gb=k;A.prototype.Fa=k;A.prototype.Aa=null;A.prototype.Za=k;A.prototype.Ia=k;A.prototype.Ig=false;A.prototype.R=false;var id="//",jd="@",kd="?";A.prototype.toString=function(){if(this.k)return this.k;var a=
[];this.ha&&a.push(ld(this.ha,md),ga);if(this.Fa){a.push(id);this.gb&&a.push(ld(this.gb,md),jd);a.push(nd(this.Fa));this.Aa!=null&&a.push(ga,String(this.Aa))}this.Za&&a.push(ld(this.Za,od));var b=String(this.I);b&&a.push(kd,b);this.Ia&&a.push(Hc,ld(this.Ia,pd));return this.k=a.join(k)};A.prototype.U=function(){return qd(this.ha,this.gb,this.Fa,this.Aa,this.Za,this.I.U(),this.Ia,this.R)};A.prototype.Fd=function(){return this.ha};A.prototype.Dc=function(a,b){this.ka();delete this.k;this.ha=b?a?decodeURIComponent(a):
k:a;if(this.ha)this.ha=this.ha.replace(/:$/,k);return this};A.prototype.Gc=function(a,b){this.ka();delete this.k;this.gb=b?a?decodeURIComponent(a):k:a;return this};A.prototype.yc=function(a,b){this.ka();delete this.k;this.Fa=b?a?decodeURIComponent(a):k:a;return this};var rd="Bad port number ";A.prototype.Bc=function(a){this.ka();delete this.k;if(a){a=Number(a);if(isNaN(a)||a<0)throw Error(rd+a);this.Aa=a}else this.Aa=null;return this};A.prototype.Ac=function(a,b){this.ka();delete this.k;this.Za=b?
a?decodeURIComponent(a):k:a;return this};A.prototype.Cc=function(a){this.ka();delete this.k;if(a instanceof B){this.I=a;this.I.fb=this;this.I.Da(this.R)}else this.I=new B(a,this,this.R);return this};A.prototype.Dd=function(){return this.I.toString()};A.prototype.cg=function(a){return this.I.v(a)};A.prototype.zc=function(a,b){this.ka();delete this.k;this.Ia=b?a?decodeURIComponent(a):k:a;return this};var sd="Tried to modify a read-only Uri";A.prototype.ka=function(){if(this.Ig)throw Error(sd);};A.prototype.Da=
function(a){this.R=a;this.I&&this.I.Da(a)};var qd=function(a,b,c,d,e,f,g,h){var j=new A(null,h);a&&j.Dc(a);b&&j.Gc(b);c&&j.yc(c);d&&j.Bc(d);e&&j.Ac(e);f&&j.Cc(f);g&&j.zc(g);return j};var nd=function(a){if(u(a))return encodeURIComponent(a);return null},td=/^[a-zA-Z0-9\-_.!~*'():\/;?]*$/,ld=function(a,b){var c=null;if(u(a)){c=a;td.test(c)||(c=encodeURI(a));if(c.search(b)>=0)c=c.replace(b,ud)}return c},vd="%",ud=function(a){var b=a.charCodeAt(0);return vd+(b>>4&15).toString(16)+(b&15).toString(16)},
wd=null,hd=function(){wd||(wd=/^(?:([^:\/?#]+):)?(?:\/\/(?:([^\/?#]*)@)?([^\/?#:@]*)(?::([0-9]+))?)?([^?#]+)?(?:\?([^#]*))?(?:#(.*))?$/);return wd},md=/[#\/\?@]/g,od=/[\#\?]/g,pd=/#/g,xd="=",B=function(a,b,c){this.h=new z;this.fb=b;this.R=!!c;if(a){var d=a.split(y);for(var e=0;e<d.length;e++){var f=d[e].indexOf(xd),g=null,h=null;if(f>=0){g=d[e].substring(0,f);h=d[e].substring(f+1)}else g=d[e];g=kc(g);g=this.na(g);this.add(g,h?kc(h):k)}}};B.prototype.b=0;B.prototype.ma=function(){return this.b};B.prototype.add=
function(a,b){this.Na();a=this.na(a);if(this.ca(a)){var c=this.h.v(a);t(c)?c.push(b):this.h.set(a,[c,b])}else this.h.set(a,b);this.b++;return this};B.prototype.remove=function(a){a=this.na(a);if(this.h.ca(a)){this.Na();var b=this.h.v(a);if(t(b))this.b-=b.length;else this.b--;return this.h.remove(a)}return false};B.prototype.clear=function(){this.Na();this.h.clear();this.b=0};B.prototype.ca=function(a){a=this.na(a);return this.h.ca(a)};B.prototype.Wb=function(a){var b=this.Q();return Wb(b,a)};B.prototype.va=
function(){var a=this.h.Q(),b=this.h.va(),c=[];for(var d=0;d<b.length;d++){var e=a[d];if(t(e))for(var f=0;f<e.length;f++)c.push(b[d]);else c.push(b[d])}return c};B.prototype.Q=function(a){var b;if(a){var c=this.na(a);if(this.ca(c)){var d=this.h.v(c);if(t(d))return d;else{b=[];b.push(d)}}else b=[]}else{var e=this.h.Q();b=[];for(var f=0;f<e.length;f++){var g=e[f];t(g)?$b(b,g):b.push(g)}}return b};B.prototype.set=function(a,b){this.Na();a=this.na(a);if(this.ca(a)){var c=this.h.v(a);if(t(c))this.b-=c.length;
else this.b--}this.h.set(a,b);this.b++;return this};B.prototype.v=function(a,b){a=this.na(a);if(this.ca(a)){var c=this.h.v(a);return t(c)?c[0]:c}else return b};B.prototype.toString=function(){if(this.k)return this.k;var a=[],b=0,c=this.h.va();for(var d=0;d<c.length;d++){var e=c[d],f=jc(e),g=this.h.v(e);if(t(g))for(var h=0;h<g.length;h++){b>0&&a.push(y);a.push(f,xd,jc(g[h]));b++}else{b>0&&a.push(y);a.push(f,xd,jc(g));b++}}return this.k=a.join(k)};B.prototype.Na=function(){delete this.k;this.fb&&delete this.fb.k};
B.prototype.U=function(){var a=new B;a.h=this.h.U();return a};B.prototype.na=function(a){var b=String(a);if(this.R)b=b.toLowerCase();return b};B.prototype.Da=function(a){if(a&&!this.R){this.Na();cd(this.h,function(b,c){var d=c.toLowerCase();if(c!=d){this.remove(c);this.add(d,b)}},this)}this.R=a};var yd=function(a,b){this.x=Fb(a)?Number(a):undefined;this.y=Fb(b)?Number(b):undefined};yd.prototype.U=function(){return new yd(this.x,this.y)};var zd="(",Ad=")";yd.prototype.toString=function(){return zd+
this.x+fa+this.y+Ad};var Bd=function(a,b){this.width=Fb(a)?Number(a):undefined;this.height=Fb(b)?Number(b):undefined};Bd.prototype.U=function(){return new Bd(this.width,this.height)};var Cd=" x ";Bd.prototype.toString=function(){return zd+this.width+Cd+this.height+Ad};Bd.prototype.ceil=function(){this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};Bd.prototype.floor=function(){this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};Bd.prototype.round=
function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this};var Dd,Ed,Fd,Gd,Hd,Id,Jd,Kd,Ld,Md,Nd,Od="Opera",Pd="MSIE",Qd="WebKit",Rd="Mobile",Sd="Gecko",Td="Camino",Ud="Mac",Vd="Win",Wd="Linux";(function(){var a=false,b=false,c=false,d=false,e=false,f=false,g=false,h=false,j=false,i=k;if(q.navigator){var l=q.navigator,m=l.userAgent;a=m.indexOf(Od)==0;b=!a&&m.indexOf(Pd)!=-1;c=!a&&m.indexOf(Qd)!=-1;j=c&&m.indexOf(Rd)!=-1;d=!a&&!c&&l.product==Sd;e=d&&l.vendor==Td;var p,
P;if(a)p=q.opera.version();else{if(d)P=/rv\:([^\);]+)(\)|;)/;else if(b)P=/MSIE\s+([^\);]+)(\)|;)/;else if(c)P=/WebKit\/(\S+)/;if(P){P.test(m);p=RegExp.$1}}i=l.platform||k;f=i.indexOf(Ud)!=-1;g=i.indexOf(Vd)!=-1;h=i.indexOf(Wd)!=-1}Dd=a;Ed=b;Fd=d;Gd=e;Hd=c;Id=j;Jd=p;Kd=i;Ld=f;Md=g;Nd=h})();var Xd=Dd,Yd=Ed,Zd=Fd,$d=Hd,ae=Id;var ce=function(){cc||(cc=new be);return cc},ee=function(a){return a?new be(de(a)):ce()};var fe="style",ge="class",he="for",je=function(a,b){Rc(b,function(c,d){if(d==fe)a.style.cssText=
c;else if(d==ge)a.className=c;else if(d==he)a.htmlFor=c;else if(d in ie)a.setAttribute(ie[d],c);else a[d]=c})},ke="height",le="width",ie={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",rowspan:"rowSpan",valign:"vAlign",height:ke,width:le,usemap:"useMap",frameborder:"frameBorder"},me="500",ne="CSS1Compat",oe="9.50",pe=function(a){var b=a||q||window,c=b.document;if($d&&!(Nc(Jd,me)>=0)&&!ae){if(typeof b.innerHeight=="undefined")b=window;var d=b.innerHeight,e=b.document.documentElement.scrollHeight;
if(b==b.top)if(e<d)d-=15;return new Bd(b.innerWidth,d)}var f=ee(c).Pf()==ne&&(!Xd||Xd&&Nc(Jd,oe)>=0)?c.documentElement:c.body;return new Bd(f.clientWidth,f.clientHeight)},qe=function(a){return ee((a||q||window).document).vd()},re=function(){var a=ce();return a.ed.apply(a,arguments)},se=function(a){return ce().ug(a)},te=function(a,b){a.appendChild(b)},ue=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null};var ve="521",we=$d&&Nc(Jd,ve)<=0,xe=function(a,b){if(typeof a.contains!="undefined"&&
!we&&b.nodeType==1)return a==b||a.contains(b);if(typeof a.compareDocumentPosition!="undefined")return a==b||Boolean(a.compareDocumentPosition(b)&16);while(b&&a!=b)b=b.parentNode;return b==a},de=function(a){return a.nodeType==9?a:a.ownerDocument||a.document},ye=function(a){if(a&&typeof a.length==r)if(Jb(a))return typeof a.item==s||typeof a.item==Hb;else if(Ib(a))return typeof a.item==s;return false},be=function(a){this.r=a||q.document||document},ze=' name="',Ae='">';be.prototype.ed=function(a,b){if(Yd&&
b&&b.name)a=pc+a+ze+xc(b.name)+Ae;var c=this.createElement(a);b&&je(c,b);if(arguments.length>2){function d(g){if(g)this.appendChild(c,u(g)?this.createTextNode(g):g)}for(var e=2;e<arguments.length;e++){var f=arguments[e];Gb(f)&&!(Jb(f)&&f.nodeType>0)?Ub(ye(f)?Zb(f):f,d,this):d.call(this,f)}}return c};be.prototype.createElement=function(a){return this.r.createElement(a)};be.prototype.createTextNode=function(a){return this.r.createTextNode(a)};var Be="div";be.prototype.ug=function(a){var b=this.r.createElement(Be);
b.innerHTML=a;if(b.childNodes.length==1)return b.firstChild;else{var c=this.r.createDocumentFragment();while(b.firstChild)c.appendChild(b.firstChild);return c}};var Ce="position:absolute;width:0;height:0;width:1",De="1px",Ee="BackCompat";be.prototype.Pf=function(){if(this.r.compatMode)return this.r.compatMode;if($d)return this.r.compatMode=this.ed(Be,{style:Ce}).style.width==De?Ee:ne;return Ee};be.prototype.vd=function(){var a=this.r,b,c;if(!$d&&a.compatMode==ne){b=a.documentElement.scrollLeft;c=
a.documentElement.scrollTop}else{b=a.body.scrollLeft;c=a.body.scrollTop}return new yd(b,c)};be.prototype.appendChild=te;be.prototype.contains=xe;var Fe,Ge="ScriptEngine",He="JScript";(function(){var a=false,b=ca;if(Ge in q){a=q.ScriptEngine()==He;if(a)b=q.ScriptEngineMajorVersion()+xb+q.ScriptEngineMinorVersion()+xb+q.ScriptEngineBuildVersion()}Fe=a})();var Ie=function(a){this.M=Fe?[]:k;a!=null&&this.ba.apply(this,arguments)};Ie.prototype.set=function(a){this.clear();this.ba(a)};if(Fe){Ie.prototype.Vb=
0;Ie.prototype.ba=function(a,b){if(b==null)this.M[this.Vb++]=a;else{this.M.push.apply(this.M,arguments);this.Vb=this.M.length}return this}}else Ie.prototype.ba=function(a,b){this.M+=a;if(b!=null)for(var c=1;c<arguments.length;c++)this.M+=arguments[c];return this};Ie.prototype.clear=function(){if(Fe){this.M.length=0;this.Vb=0}else this.M=k};Ie.prototype.toString=function(){if(Fe){var a=this.M.join(k);this.clear();a&&this.ba(a);return a}else return this.M};var Je=Ie,Ke=se;var Le="pop",Me="contains",
Ne="implementation",Oe="createDocument",Pe="compatMode",Qe="XMLHttpRequest",Re="Wii";function Se(){this.mg=document.all?true:false;this.sg=Le in Array.prototype;this.Nd=Me in document;this.og=Ne in document&&Oe in document.implementation;this.ng=Pe in document;this.rg=Qe in window;var a=navigator.userAgent,b=/\(.*\) AppleWebKit\/(.*) \((.*)/.exec(a);if(b){this.Qa=true;this.Nh=parseInt(b[1],10)}else this.Qa=false;this.ra=window.opera;this.Mg=a.indexOf(Re)!=-1}Se.prototype.ia=function(){return this.mg&&
!this.Nd&&!this.ra};Se.prototype.Xe=function(){return this.ia()&&this.sg&&!this.ra};Se.prototype.Nc=function(){return this.Xe()&&this.ng};Se.prototype.Mb=function(){return this.ia()&&this.rg};var Te="ui=wii";Se.prototype.Ze=function(){return window.location.search.indexOf(Te)!=-1||this.ra&&this.Mg};Se.prototype.Nb=function(){return this.og&&!this.Nd&&!this.ra&&!this.Qa};Se.prototype.Ye=function(){return this.Qa&&this.Nh>=520};var Ue="wii",Ve="safari3";Se.prototype.zg=function(){function a(b){x(document.body,
b)}this.ia()&&a(Ua);this.Nc()&&!this.Mb()&&a(Wa);this.Mb()&&a(Ya);this.ra&&a(bb);this.Ze()&&a(Ue);this.Nb()&&a(Sa);this.Qa&&a($a);this.Ye()&&a(Ve)};var C=new Se;function D(a,b){return(b||document).getElementById(a)}var We=".//",Xe="*",Ye="[contains(concat(' ', @class, ' '), ' ",Ze=" ')]";function $e(a,b,c,d){var e=[];if(document.getElementsByClassName){var f=a.getElementsByClassName(b);if(c)for(var g=0,h;h=f[g];g++)c==h.nodeName.toLowerCase()&&e.push(h);else e=Zb(f)}else if(d&&document.evaluate){var j=
We+(c||Xe);j+=Ye+b+Ze;var i=document.evaluate(j,a,null,XPathResult.ORDERED_NODE_ITERATOR_TYPE,null);for(var l=i.iterateNext();l;l=i.iterateNext())e.push(l)}else{var f=a.getElementsByTagName(c||Xe);for(var g=0,h;h=f[g];g++)Wb(dc(h),b)&&e.push(h)}return e}function af(a,b,c){var d=$e(a,b,c);if(d.length>=1)return d[0];else throw new Error;}function bf(a){if(a==null)throw new Error;var b={},c=a.getElementsByTagName(Xe);for(var d=0,e;e=c[d];d++){var f=dc(e);for(var g=0,h;h=f[g];g++){h in b||(b[h]=[]);b[h].push(e)}}return b}
var cf="className";function df(a,b,c){var d=(c||document).createElement(a);if(b)for(var e in b){var f=b[e];if(C.ia()&&e==ge)e=cf;d.setAttribute(e,f)}return d}var ef="area";function ff(a,b){function c(d){for(var e=0;e<d.length;e++)d[e].target=b}c(a.getElementsByTagName(Cc));c(a.getElementsByTagName(ef))}function gf(a,b){if(b){var c=new Date;return a.getMonth()==c.getMonth()&&a.getDate()==c.getDate()&&a.getFullYear()==c.getFullYear()||Math.abs(c.getTime()-a.getTime())<43200000?ia(a):ja(a)}else return ha(a)}
var hf="%1";function jf(a,b){if(b instanceof Array){for(var c=0;c<b.length;c++)a=a.replace(vd+(c+1),b[c]);return a}else return a.replace(hf,b)}var kf="<(/s*(blockquote|body|center|dd|dir|div|dl|dt|form|h1|h2|h3|h4|h5|h6|head|html|hr|isindex|li|menu|noframes|ol|p|table|td|th|tr|title|ul)[^>]*|s*br[^>]*)>",lf=new RegExp(kf,Rb),mf="<[^>]*>",nf=function(a,b){if(!a)return k;if(b)a=a.replace(lf,n);return a.replace(new RegExp(mf,Rb),k)};function E(a,b,c){a+=a.indexOf(kd)==-1?kd:y;return a+jc(b)+xd+jc(c)}
function of(a,b,c){if(a)a+=y;return a+jc(b)+xd+jc(c)}function pf(){return(new Date).getTime()}function qf(a){var b=[];for(var c=0,d;d=a[c];c++)b.push(d[0]+xd+jc(d[1]));return b.join(y)}var rf=null;function sf(a){if(!rf)try{rf=new A(window.location.href)}catch(b){return null}return rf.cg(a)}var tf="hl",uf="gl";function vf(a){if(window._DISPLAY_LOCALE)if(sf(tf))a=E(a,tf,_DISPLAY_LOCALE);var b=sf(uf);if(b)a=E(a,uf,b);return a}var wf=function(){};wf.prototype.kd=false;wf.prototype.ja=function(){if(!this.kd){this.l();
this.kd=true}};wf.prototype.l=function(){};var F=function(a,b){wf.call(this);this.ke=b;this.la=[];this.Bf(a)};w(F,wf);F.prototype.Xb=null;F.prototype.$b=null;F.prototype.$a=function(a){this.Xb=a};F.prototype.Ie=function(a){this.$b=a};F.prototype.W=function(){if(this.la.length)return this.la.pop();return this.fd()};F.prototype.ta=function(a){this.la.length<this.ke?this.la.push(a):this.jd(a)};var xf="[goog.structs.SimplePool] Initial cannot be greater than max";F.prototype.Bf=function(a){if(a>this.ke)throw Error(xf);
for(var b=0;b<a;b++)this.la.push(this.fd())};F.prototype.fd=function(){return this.Xb?this.Xb():{}};F.prototype.jd=function(a){if(this.$b)this.$b(a);else if(Ib(a.ja))a.ja();else for(var b in a)delete a[b]};F.prototype.l=function(){F.J.l.call(this);var a=this.la;while(a.length)this.jd(a.pop());delete this.la};var yf=function(a,b){this.type=a;this.target=b;this.currentTarget=this.target};w(yf,wf);yf.prototype.l=function(){delete this.type;delete this.target;delete this.currentTarget};yf.prototype.ga=
false;yf.prototype.Ca=true;yf.prototype.stopPropagation=function(){this.ga=true};yf.prototype.preventDefault=function(){this.Ca=false};var G=function(a,b){a&&this.xb(a,b)};w(G,yf);G.prototype.type=null;G.prototype.target=null;G.prototype.currentTarget=null;G.prototype.relatedTarget=null;G.prototype.offsetX=0;G.prototype.offsetY=0;G.prototype.clientX=0;G.prototype.clientY=0;G.prototype.screenX=0;G.prototype.screenY=0;G.prototype.button=0;G.prototype.keyCode=0;G.prototype.charCode=0;G.prototype.ctrlKey=
false;G.prototype.altKey=false;G.prototype.shiftKey=false;G.prototype.metaKey=false;G.prototype.u=null;var zf="mouseover",Af="mouseout",Bf="keypress";G.prototype.xb=function(a,b){this.type=a.type;this.target=a.target||a.srcElement;this.currentTarget=b;this.relatedTarget=a.relatedTarget?a.relatedTarget:this.type==zf?a.fromElement:this.type==Af?a.toElement:null;this.offsetX=typeof a.layerX==r?a.layerX:a.offsetX;this.offsetY=typeof a.layerY==r?a.layerY:a.offsetY;this.clientX=typeof a.clientX==r?a.clientX:
a.pageX;this.clientY=typeof a.clientY==r?a.clientY:a.pageY;this.screenX=a.screenX||0;this.screenY=a.screenY||0;this.button=a.button;this.keyCode=a.keyCode||0;this.charCode=a.charCode||(this.type==Bf?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.u=a;this.Ca=null;this.ga=null};G.prototype.stopPropagation=function(){this.ga=true;if(this.u.stopPropagation)this.u.stopPropagation();else this.u.cancelBubble=true};G.prototype.preventDefault=
function(){this.Ca=false;if(this.u.preventDefault)this.u.preventDefault();else{this.u.returnValue=false;try{this.u.keyCode=-1}catch(a){}}};G.prototype.l=function(){G.J.l.call(this);this.u=null};var H=function(){},Cf=0;H.prototype.hc=null;H.prototype.ya=null;H.prototype.xe=null;H.prototype.src=null;H.prototype.type=null;H.prototype.capture=null;H.prototype.sb=null;H.prototype.X=0;H.prototype.Ba=false;H.prototype.Xc=false;var Df="Invalid listener argument";H.prototype.xb=function(a,b,c,d,e,f){if(Ib(a))this.hc=
true;else if(a&&a.xa&&Ib(a.xa))this.hc=false;else throw Error(Df);this.ya=a;this.xe=b;this.src=c;this.type=d;this.capture=!!e;this.sb=f;this.Xc=false;this.X=++Cf;this.Ba=false};H.prototype.xa=function(a){if(this.hc)return this.ya.call(this.sb||this.src,a);return this.ya.xa.call(this.ya,a)};var Ef={},I={},Ff={},Gf=new F(0,600);Gf.$a(function(){return{b:0}});Gf.Ie(function(a){a.b=0});var Hf=new F(0,600);Hf.$a(function(){return[]});Hf.Ie(function(a){a.length=0;delete a.Va;delete a.qc});var If=new F(0,
600);If.$a(function(){var a=function(b){return Jf.call(a.src,a.X,b)};return a});var Kf=function(){return new H},Lf=new F(0,600);Lf.$a(Kf);var Mf=function(){return new G},Nf=(function(){var a=null;if(Yd){a=new F(0,600);a.$a(Mf)}return a})(),Of="on",Pf=Of,Qf={},Rf="Invalid event type",J=function(a,b,c,d,e){if(b)if(t(b)){for(var f=0;f<b.length;f++)J(a,b[f],c,d,e);return null}else{var g=!!d,h=I;b in h||(h[b]=Gf.W());h=h[b];if(!(g in h)){h[g]=Gf.W();h.b++}h=h[g];var j=Mb(a),i,l;if(h[j]){i=h[j];for(var f=
0;f<i.length;f++){l=i[f];if(l.ya==c&&l.sb==e){if(l.Ba)break;return i[f].X}}}else{i=h[j]=Hf.W();h.b++}var m=If.W();m.src=a;l=Lf.W();l.xb(c,m,a,b,g,e);var p=l.X;m.X=p;i.push(l);Ef[p]=l;Ff[j]||(Ff[j]=Hf.W());Ff[j].push(l);if(a.addEventListener){if(a==q||!a.gd)a.addEventListener(b,m,g)}else a.attachEvent(Sf(b),m);return p}else throw Error(Rf);},Tf=function(a,b,c,d,e){if(t(b)){for(var f=0;f<b.length;f++)Tf(a,b[f],c,d,e);return null}var g=!!d,h=Uf(a,b,g);if(!h)return false;for(var f=0;f<h.length;f++)if(h[f].ya==
c&&h[f].capture==g&&h[f].sb==e)return Vf(h[f].X);return false},Vf=function(a){if(!Ef[a])return false;var b=Ef[a];if(b.Ba)return false;var c=b.src,d=b.type,e=b.xe,f=b.capture;if(c.removeEventListener){if(c==q||!c.gd)c.removeEventListener(d,e,f)}else c.detachEvent&&c.detachEvent(Sf(d),e);var g=Mb(c),h=I[d][f][g];if(Ff[g]){var j=Ff[g];Yb(j,b);j.length==0&&delete Ff[g]}b.Ba=true;h.qc=true;Wf(d,f,g,h);delete Ef[a];return true},Wf=function(a,b,c,d){if(!d.Va)if(d.qc){for(var e=0,f=0;e<d.length;e++){if(d[e].Ba){Lf.ta(d[e]);
continue}if(e!=f)d[f]=d[e];f++}d.length=f;d.qc=false;if(f==0){Hf.ta(d);delete I[a][b][c];I[a][b].b--;if(I[a][b].b==0){Gf.ta(I[a][b]);delete I[a][b];I[a].b--}if(I[a].b==0){Gf.ta(I[a]);delete I[a]}}}},Xf=function(a,b,c){var d=0,e=a==null,f=b==null,g=c==null;c=!!c;if(e)Rc(Ff,function(m){for(var p=m.length-1;p>=0;p--){var P=m[p];if((f||b==P.type)&&(g||c==P.capture)){Vf(P.X);d++}}});else{var h=Mb(a);if(Ff[h]){var j=Ff[h];for(var i=j.length-1;i>=0;i--){var l=j[i];if((f||b==l.type)&&(g||c==l.capture)){Vf(l.X);
d++}}}}return d},Uf=function(a,b,c){var d=I;if(b in d){d=d[b];if(c in d){d=d[c];var e=Mb(a);if(d[e])return d[e]}}return null},Sf=function(a){if(a in Qf)return Qf[a];return Qf[a]=Pf+a},Zf=function(a,b,c,d){var e=1,f=I;if(b in f){f=f[b];if(c in f){f=f[c];var g=Mb(a);if(f[g]){var h=f[g];if(h.Va)h.Va++;else h.Va=1;try{var j=h.length;for(var i=0;i<j;i++){var l=h[i];if(l&&!l.Ba)e&=Yf(l,d)!==false}}finally{h.Va--;Wf(b,c,g,h)}}}}return Boolean(e)},Yf=function(a,b){var c=a.xa(b);a.Xc&&Vf(a.X);return c},$f=
function(a,b){if(u(b))b=new yf(b,a);else if(b instanceof yf)b.target=b.target||a;else{var c=b;b=new yf(b.type,a);Yc(b,c)}var d=1,e,f=b.type,g=I;if(!(f in g))return true;g=g[f];var h=true in g,j=false in g;if(h){e=[];for(var i=a;i;i=i.rc)e.push(i);for(var l=e.length-1;!b.ga&&l>=0;l--){b.currentTarget=e[l];d&=Zf(e[l],b.type,true,b)&&b.Ca!=false}}if(j)if(h)for(var l=0;!b.ga&&l<e.length;l++){b.currentTarget=e[l];d&=Zf(e[l],b.type,false,b)&&b.Ca!=false}else for(var m=a;!b.ga&&m;m=m.rc){b.currentTarget=
m;d&=Zf(m,b.type,false,b)&&b.Ca!=false}return Boolean(d)},ag="window.event",Jf=function(a,b){if(!Ef[a])return true;var c=Ef[a],d=c.type,e=I;if(!(d in e))return true;e=e[d];var f;if(Yd){var g=b||yb(ag),h=true in e;if(h){if(g.keyCode<0||g.returnValue!=undefined)return true;bg(g)}Mb(c.src);var j=Nf.W();j.xb(g,this);f=true;try{if(h){var i=Hf.W();for(var l=j.currentTarget;l;l=l.parentNode)i.push(l);for(var m=i.length-1;!j.ga&&m>=0;m--){j.currentTarget=i[m];f&=Zf(i[m],d,true,j)}for(var m=0;!j.ga&&m<i.length;m++){j.currentTarget=
i[m];f&=Zf(i[m],d,false,j)}}else f=Yf(c,j)}finally{if(i){i.length=0;Hf.ta(i)}j.ja();Nf.ta(j)}return f}var p=new G(b,this);try{f=Yf(c,p)}finally{p.ja()}return f},bg=function(a){var b=false;if(a.keyCode==0)try{a.keyCode=-1;return}catch(c){b=true}if(b||a.returnValue==undefined)a.returnValue=true};var cg=[],dg="load";function eg(a){fg(window,dg,a,false)}var gg=[];function hg(){for(var a=0,b;b=gg[a];a++)b();ig()}var jg="unload";function ig(){for(var a=0,b;b=cg[a];a++)kg(b.Z,b.u,b.Nf,b.Mh);kg(window,jg,
hg,false)}var lg="scroll",mg="mousewheel",ng="click";function fg(a,b,c,d){C.ra&&b==lg&&fg(a,mg,c,d);if(a.addEventListener){a.addEventListener(b,c,d);if(b==ng&&!og(a))a.onclick=function(){return false}}else if(a.attachEvent){var e=og(a)?c:function(){c();return false};c.Uc=e;a.attachEvent(Of+b,e)}cg.push({Z:a,u:b,Nf:c,Mh:d})}function kg(a,b,c,d){if(a.removeEventListener){a.removeEventListener(b,c,d);if(b==ng&&!og(a))a.onclick=null}else if(a.detachEvent){a.detachEvent(Of+b,c.Uc);c.Uc=null}}var pg="input";
function og(a){return a==window||a==window.document||a.tagName.toLowerCase()==pg}eg(function(){});fg(window,jg,hg,false);var qg;function K(a){try{a=a.replace(/&#38;/g,y);this.url=a}catch(b){this.url=null}this.uc=null;this.Ga=[];this.Ag();if(this.p.Pa){var c=L(this.url);for(var d=0;d<c.$.length;d++)c.$[d]=rg(c.$[d]);this.url=c.z()}this.Wg=false}var sg=function(a,b,c,d){this.Tc=a;this.Pa=b;this.Xh=c;this.Xd=d},tg,ug,vg,wg,xg,yg,zg,Ag,Bg,Cg,Dg,Eg,Fg,Gg,Hg;K.prototype.Ag=function(){var a;if(this.p&&this.p instanceof
sg)return;else a=this instanceof Ig?tg:this instanceof Jg&&!this.Yd(true)?ug:Kg(this.url)?Lg(this):vg;this.p=a};(function(){var a=sg;wg=new a(false,true,false,true);xg=new a(true,true,false,true);tg=new a(false,false,false,false);yg=new a(false,true,true,true);zg=new a(false,true,true,true);ug=new a(true,true,true,false);Ag=new a(true,true,true,false);Bg=new a(false,true,true,true);Cg=new a(false,true,true,true);Dg=new a(false,true,true,true);Eg=new a(false,true,true,true);Fg=new a(true,true,true,
true);vg=new a(true,false,false,true);Gg=new a(false,false,false,false);Hg=new a(false,false,false,true)})();var Lg=function(a){try{var b=L(a.url);if(b.type==xa||b.type==wa){switch(b.P()){case Fa:return wg;case Ga:return wg;case Na:return wg;case Ha:return yg;case Da:return xg;case Ia:return zg}if(b.P()==Ca)return Bg;if(b.P()==Ba)return Cg;if(b.P()==Ka)return Dg;if(b.P()==Ma)return Eg;if(b.P()==Ja)return Ag}else if(b.type==ya)return Hg;return Fg}catch(c){return null}},Ng=function(a){return Mg(a.z())},
Mg=function(a){var b=new K(a),c=qg?qg(b):null;return c?new Jg(c):b},Og="/";K.prototype.wd=function(){if(this.zb()||this.url==null)return null;var a=this.url.substring(this.url.indexOf(Og,1)+1,this.url.length),b=jc(a);return this.url.substring(0,this.url.indexOf(Og,1)+1)+b};var Pg="feed/",Qg="tv/",Rg="-";K.prototype.Kd=function(a,b){if(this.url.indexOf(a)==0)return this.wd();if(this.url.indexOf(Pg)!=0&&this.url.indexOf(Qg)!=0){var c=L(this.url);b&&!c.yb()&&c.Fc(Rg);return c.type==za||c.type==xa?a+
c.z():a+jc(c.z())}return a+this.wd()};var Sg="http://www.google.com/reader/api/0/stream/contents/";K.prototype.bc=function(a){if(this.zb())return null;var b=this.Kd(Sg);return a?b:this.Vf(b)};var Tg="ot",Ug="r",Vg="scr",Wg="xt";K.prototype.Vf=function(a){if(this.pe)a=E(a,Tg,this.pe);if(this.uc)a=E(a,Ug,this.uc);if(this.mh)a=E(a,Vg,this.mh);for(var b=0;b<this.Ga.length;b++)a=E(a,Wg,this.Ga[b].z());return a};var Xg="/reader/view/";K.prototype.Rf=function(a){if(this.zb())return null;return vf(this.Kd(Xg,a))};K.prototype.t=
function(a){if(!(a instanceof K))return false;function b(c){return c.zb()?c.Dd():c.bc(true)}return b(this)==b(a)};K.prototype.Jg=function(){return this.Ab(M.dc())};K.prototype.Ab=function(a){return Ng(a).t(this)};K.prototype.zb=function(){return this.p==tg||this.p==Gg};K.prototype.Wd=function(){return this.p==ug};K.prototype.Xd=function(){return this.p.Xd};K.prototype.vh=function(a){this.uc=a};K.prototype.th=function(a){this.pe=a};K.prototype.wf=function(){this.Ga=[]};K.prototype.df=function(a){this.Ga.push(a)};
K.prototype.Gg=function(a){for(var b=0,c;c=this.Ga[b];b++)if(c.t(a))return true;return false};K.prototype.Yd=function(a){return a||this.p.Pa?!L(this.url).yb():false};function Jg(a,b){this.qd=a;K.call(this,b||a.c.url)}w(Jg,K);var Yg="search/";function Ig(a,b){this.hh=a;this.$h=b;K.call(this,Yg+a)}w(Ig,K);Ig.prototype.Dd=function(){return this.hh};function Zg(){this.Oe={};if($g){var a=this;$g.Oc(function(){a.Oe={}})}}Zg.prototype.La=function(a,b,c){var d=this.Oe;if(a.url in d){c(d[a.url]);return}var e=
function(h){d[a.url]=h;c(h)},f=function(){return b};if(a.Wd()){e(a.qd.Uh(eb));return}if(a.p.Pa&&this.uf()){var g=L(a.url);if(a.Yd())e(g.Ka(ah));else b?f().Fb(function(){e(g.Ka(ah))}):c(null);return}if($g&&($g.Ua||!b))$g.rb(a,function(h){if(h)e(xc(h.f));else b?f().Id(e):c(null)});else b?f().Id(e):c(null)};Zg.prototype.uf=function(){return this.Zg?this.Zg():true};var bh="alternate",ch="enclosure",dh="via",eh=[bh,"related",La,ch,dh,"feed"];function fh(a){var b={};for(var c=0;c<eh.length;c++)if(eh[c]in
a)b[eh[c]]=a[eh[c]];return b}var gh="http://www.google.com";function hh(a){if(a.href.indexOf(gh+ra)==-1)return null;try{var b=Mg(a.href.replace(gh+ra,k))}catch(c){return null}return{c:b,f:a.title}}var ih=null,kh=function(a){ih||(ih=new jh);return ih.Ge(a)},jh=function(){};jh.prototype.Ge=function(a){if(a!=null&&typeof a.toJSONString==s)return a.toJSONString();var b=[];this.xc(a,b);return b.join(k)};var lh="boolean",mh="Unknown type: ";jh.prototype.xc=function(a,b){switch(typeof a){case Hb:this.He(a,
b);break;case r:this.oh(a,b);break;case lh:b.push(a);break;case "undefined":b.push(Cb);break;case zb:if(a==null){b.push(Cb);break}if(t(a)){this.nh(a,b);break}this.ph(a,b);break;default:throw Error(mh+typeof a);}};var nh={'"':'\\"',"\\":"\\\\","/":"\\/","\u0008":"\\b","\u000c":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\u000b":"\\u000b"},oh="\\u",ph="000",qh="00";jh.prototype.He=function(a,b){b.push(rc,a.replace(/[\\\"\x00-\x1f\x80-\uffff]/g,function(c){if(c in nh)return nh[c];var d=c.charCodeAt(0),e=
oh;if(d<16)e+=ph;else if(d<256)e+=qh;else if(d<4096)e+=ca;return nh[c]=e+d.toString(16)}),rc)};jh.prototype.oh=function(a,b){b.push(isFinite(a)&&!isNaN(a)?a:Cb)};var rh="[",sh=",",th="]";jh.prototype.nh=function(a,b){var c=a.length;b.push(rh);var d=k;for(var e=0;e<c;e++){b.push(d);this.xc(a[e],b);d=sh}b.push(th)};var uh="{",vh="}";jh.prototype.ph=function(a,b){b.push(uh);var c=k;for(var d in a){b.push(c);this.He(d,b);b.push(ga);this.xc(a[d],b);c=sh}b.push(vh)};function N(){}N.prototype.La=function(){return this.f};
N.prototype.eg=function(){if(!Fb(this.Ke)){var a=nf(this.Ea,true)||k;this.Ke=Jc(a,200)}return this.Ke};N.prototype.Ad=function(a){return this.Y[a]};N.prototype.qb=function(a){if(a in this.Y)return this.Y[a].Ma;return null};N.prototype.ub=function(a){for(var b=0;b<this.aa.length;b++)if(this.aa[b].t(a))return true;return false};N.prototype.Rb=function(a){if(this.ub(a))return false;this.aa.push(a);return true};N.prototype.wc=function(a){var b=-1;for(var c=0;c<this.aa.length;c++)if(this.aa[c].t(a)){b=
c;break}if(b>=0){Xb(this.aa,b);return true}return false};N.prototype.jg=function(a,b){var c=[];for(var d=0;d<this.Mc.length;d++){var e=this.Mc[d];if(a&&!a(e))continue;if(b){var f=b(e.f);if(f)e={c:e.c,f:f}}c.push(e)}return c};N.prototype.isReadStateLocked=function(){return this.jh};N.prototype.sd=function(){var a=df(Be);a.innerHTML=this.Ea;return a};function wh(){}wh.prototype.La=function(){return this.f};wh.prototype.ob=function(){return this.zf};wh.prototype.qb=function(a){if(a in this.Y)return this.Y[a].Ma;
return null};var xh="ltr";function yh(a){N.call(this);this.wb=a.id;this.f=a.title;this.gh=new Date(a.published*1000);this.ei=new Date(a.updated*1000);if(a.origin){var b=Mg(a.origin.streamId);this.Ya={c:b,f:a.origin.title,vg:a.origin.htmlUrl};this.Qh=a.annotations;if(b.p.Pa){this.Wh=L(b.url).md(M.dg());this.Vh=L(b.url).md(M.Zf())}}this.Tb=xc(a.author);this.aa=[];if(a.categories)for(var c=0;c<a.categories.length;c++)try{this.aa.push(L(a.categories[c]))}catch(d){}this.Y={};this.Mc=[];var e=fh(a);for(var f in e){var g=
e[f];if(g.length==0)continue;this.Y[f]={Ma:g[0].href,Re:g[0].type};if(g[0].streamId)this.Y[f].c=Mg(g[0].streamId);if(f==dh)for(var c=0;c<g.length;c++){var h=hh(g[c]);h&&this.Mc.push(h)}}var j=a.content||a.summary;function i(m){return m?m.replace(/[\s\xa0]+/g,n).replace(/^\s+|\s+$/g,k):k}if(j&&i(this.f)!=i(j.content)){this.lf=j.direction;this.Ea=j.content}else{this.lf=xh;this.Ea=k}this.Af=parseInt(a.crawlTimeMsec,10);this.jh=!_USER_ID||a.isReadStateLocked;if(a.mediaGroup){var l=[];for(var c=0;c<a.mediaGroup.content.length;c++)l.push({Kc:a.mediaGroup.content[c].url});
this.Yg={yf:l}}this.ea=a}w(yh,N);yh.prototype.Rb=function(a){if(!yh.J.Rb.call(this,a))return;if(!this.ea.categories)this.ea.categories=[];this.ea.categories.push(a.z())};yh.prototype.wc=function(a){if(!yh.J.wc.call(this,a))return false;if(!this.ea.categories)return false;var b=-1;for(var c=0;c<this.ea.categories.length;c++)try{if(L(this.ea.categories[c]).t(a)){b=c;break}}catch(d){}if(b>=0)Xb(this.ea.categories,b);return true};yh.prototype.Ge=function(){return kh(this.ea)};function zh(a){wh.call(this);
var b=eval(zd+a+Ad);this.wb=b.id;this.f=b.title;this.zf=b.continuation;this.di=new Date(b.updated*1000);this.Tb=xc(b.author);this.Zd=[];for(var c=0;c<b.items.length;c++)this.Zd.push(new yh(b.items[c]));this.Y={};var d=fh(b);for(var e in d){var f=d[e];if(f.length==0)continue;this.Y[e]={Ma:f[0].href,Re:f[0].type}}}w(zh,wh);var O=function(){};w(O,wf);O.prototype.gd=true;O.prototype.rc=null;O.prototype.addEventListener=function(a,b,c,d){J(this,a,b,c,d)};O.prototype.removeEventListener=function(a,b,c,
d){Tf(this,a,b,c,d)};O.prototype.dispatchEvent=function(a){return $f(this,a)};O.prototype.l=function(){O.J.l.call(this);Xf(this);this.rc=null};var Q=function(a){this.d=new z;a&&this.Qb(a)},Ah="o",Bh=function(a){var b=typeof a;return b==zb?Ah+Mb(a):b.substr(0,1)+a};Q.prototype.ma=function(){return this.d.ma()};Q.prototype.add=function(a){this.d.set(Bh(a),a)};Q.prototype.Qb=function(a){var b=$c(a),c=b.length;for(var d=0;d<c;d++)this.add(b[d])};Q.prototype.Ce=function(a){var b=$c(a),c=b.length;for(var d=
0;d<c;d++)this.remove(b[d])};Q.prototype.remove=function(a){return this.d.remove(Bh(a))};Q.prototype.clear=function(){this.d.clear()};Q.prototype.contains=function(a){return this.d.ca(Bh(a))};Q.prototype.Q=function(){return this.d.Q()};Q.prototype.U=function(){return new Q(this)};Q.prototype.t=function(a){return this.ma()!=Zc(a)?false:this.Kg(a)};Q.prototype.Kg=function(a){var b=Zc(a);if(this.ma()>b)return false;if(!(a instanceof Q)&&b>5)a=new Q(a);return dd(this,function(c){return bd(a,c)})};Q.prototype.Ob=
function(){return this.d.Ob(false)};var Ch=function(a){this.tb=a};w(Ch,wf);var Dh=new F(0,100);Ch.prototype.mc=function(a,b,c,d,e){if(t(b)){for(var f=0;f<b.length;f++)this.mc(a,b[f],c,d,e);return}var g=J(a,b,c||this,d||false,e||this.tb||this);if(this.a)this.a[g]=true;else if(this.Sa){this.a=Dh.W();this.a[this.Sa]=true;this.Sa=null;this.a[g]=true}else this.Sa=g};Ch.prototype.Ce=function(){if(this.a){for(var a in this.a){Vf(a);delete this.a[a]}Dh.ta(this.a);this.a=null}else this.Sa&&Vf(this.Sa)};Ch.prototype.l=
function(){Ch.J.l.call(this);this.Ce()};var Eh="EventHandler.handleEvent not implemented";Ch.prototype.xa=function(){throw Error(Eh);};var Hh=function(a){O.call(this);var b;if(a)if(t(a)){b=[];for(var c=0;c<a.length;c++)b.push(a[c].r)}else b=[a.r];else b=[ee().r];this.kb=b;this.ae=Ob();var d=new Ch(this);this.nd=d;for(var c=0;c<this.kb.length;c++){d.mc(this.kb[c],Fh,this.Md,true);d.mc(this.kb[c].body,Gh,this.Md,true)}};w(Hh,O);Hh.prototype.Qg=k;Hh.prototype.le=0;var Ih="mousemove",Gh=[ng,"dblclick",
"mousedown","mouseup",Ih],Fh=["keydown","keyup"];Hh.prototype.l=function(){Hh.J.l.call(this);this.nd.ja();this.nd=null;delete this.kb};Hh.prototype.Md=function(a){var b=false;switch(a.type){case Ih:if(typeof this.be==r&&this.be!=a.clientX||typeof this.ce==r&&this.ce!=a.clientY)b=true;this.be=a.clientX;this.ce=a.clientY;break;default:b=true}b&&this.Hh(Ob(),a.type)};var Jh="activity";Hh.prototype.Hh=function(a,b){this.ae=a;this.Qg=b;if(a>this.le){this.dispatchEvent(Jh);this.le=a+3000}};Hh.prototype.Xf=
function(a){return(a||Ob())-this.ae};var Kh;var Mh=function(a,b,c){if(a.isReadStateLocked())return;b?Lh(a,[M.wa()],[M.Yf()],c):Lh(a,[],[M.wa()],c)},Nh=function(a,b,c){var d=a.aa,e={},f;for(var f=0,g;g=d[f];f++)e[g.z()]=true;var h=[];for(f=0,g;g=b[f];f++)g.z()in e||h.push(g);var j=[];for(f=0,g;g=c[f];f++)g.z()in e&&j.push(g);return{Pc:h,Ee:j}},Lh=function(a,b,c,d){var e=Nh(a,b,c);if(e.Pc.length==0&&e.Ee.length==0)return;Kh(a,e.Pc,e.Ee,d)},Oh="Oops...an error occurred. Please try again in a few seconds.";
Kh=function(a,b,c,d){var e=Ph(a,b,c);e?e.exec(d):Qh(Oh,Rh);Sh(a,b,c)};var Sh=function(a,b,c){var d=M.wa();for(var e=0,f;f=b[e];e++){R&&f.t(d)&&R.Kh(a);a.Rb(f)}for(var e=0,f;f=c[e];e++){R&&f.t(d)&&R.Lh(a);a.wc(f)}},Ph=function(a,b,c){var d=a.Ya.c.url,e=a.wb;if(d&&e)return new Th(d,e,b,c);return null},Uh=null;function Vh(a){$g?$g.qa(function(b){a(b.length>0)}):Wh(na,function(b){a(b.subscriptions.length>0)})}var Xh="output",Yh="json";function Wh(a,b,c,d){Zh(E(a,Xh,Yh),b,c,d)}function $h(a,b,c,d){if(d&&
window[d]&&true){b(window[d]);window[d]=null;return}var e=new S;e.Jb(function(){var f=eval(zd+e.text+Ad);b(f)});c&&e.Ib(c);e.v(a)}var Zh=$h,ai="Are you sure you want to mark %1 items from %2 as read?",bi="Are you sure you want to mark more than %1 items from %2 as read?";function ci(a,b,c){var d=jf(b<1000?ai:bi,[b,a]);c(confirm(d))}function di(a,b,c,d,e,f){function g(){var h=new ei(a.url,c);b&&h.sh((b+1)*1000-1);h.exec(d)}R?R.gg(a,function(h){h>50?(e||ci)(c,h,function(j){if(j)g();else f&&f()}):g()}):
g()}function fi(a,b,c){if(!_USER_ID)return;var d=Nb(gi,a,b||1,c||0.05);Uh?Uh(d):d()}var hi="opmsg",ii="opusec",ji="op",ki="browser";function gi(a,b,c){if(Math.random()>c)return;var d=db;if(C.Nb())d=Ta;else if(C.Mb())d=Za;else if(C.Nc())d=Xa;else if(C.ia())d=Va;else if(C.Qa)d=ab;else if(C.ra)d=cb;var e=hi;if(typeof b==r){b=Math.round(b);e=ii}(new S).tc(ua,qf([[ji,a],[e,b],[ki,d]]))}function li(a,b){if(!_USER_ID)return;var c=M.Ja(b);Lh(a,[c],[])}function rg(a){while(a.search(ka)!=-1)a=a.replace(ka,
n);return a}var mi={qe:{bd:"item-star-active star link",rd:function(){return[M.pa()]},Ed:function(){return[]},Db:"Remove star"},oe:{bd:"item-star star link",rd:function(){return[]},Ed:function(){return[M.pa()]},Db:"Add star"},af:function(){return M.pa()}},ni="empty";function oi(a,b,c){this.m=b;this.Z=a;this.Xa=c;this.Vd=a&&Wb(dc(a),ni);this.Bg()}oi.prototype.Bg=function(){if(this.Z){this.sa&&Vf(this.sa);this.sa=J(this.Z,ng,this.Eh,false,this)}if(!this.m.ua)this.m.ua=[];this.m.ua.push(this);this.We()};
oi.prototype.ja=function(){this.sa&&Vf(this.sa);Yb(this.m.ua,this);this.m.ua.length==0&&delete this.m.ua};oi.prototype.Eh=function(a){a&&a.preventDefault();var b=this.Bd(true);Lh(this.m,b.rd(),b.Ed());for(var c=0,d;d=this.m.ua[c];c++)d.We()};var pi=" unselectable";oi.prototype.We=function(){if(this.Z){var a=this.Bd();this.Z.className=a.bd+pi;if(this.Vd)x(this.Z,ni);else try{if(a.Db&&!this.Vd&&this.Z.innerHTML!=a.Db)this.Z.innerHTML=a.Db}catch(b){}}this.$g&&this.$g()};oi.prototype.Bd=function(a){return this.Hg()?
a?this.Xa.oe:this.Xa.qe:a?this.Xa.qe:this.Xa.oe};oi.prototype.Hg=function(){return this.m.ub(this.Xa.af())};function qi(a,b){oi.call(this,a,b,mi)}w(qi,oi);var ri=function(a,b){var c=a+xd,d=String(document.cookie).split(/\s*;\s*/);for(var e=0,f;f=d[e];e++)if(f.indexOf(c)==0)return f.substr(c.length);return b},si="DOMMouseScroll",ti=function(a){O.call(this);this.Ff=a;this.sa=J(this.Ff,Zd?si:mg,this)};w(ti,O);ti.prototype.xa=function(a){var b=0,c=a.u;if(c.type==mg){b=-c.wheelDelta/40;if($d)b/=3}else b=
c.detail;if(b>100)b=3;else if(b<-100)b=-3;var d=new ui(b,c);try{this.dispatchEvent(d)}finally{d.ja()}};ti.prototype.l=function(){ti.J.l.call(this);Vf(this.sa);delete this.sa};var ui=function(a,b){G.call(this,b);this.type=mg;this.detail=a};w(ui,G);var vi=function(a,b,c,d){this.left=Fb(a)?Number(a):undefined;this.top=Fb(b)?Number(b):undefined;this.width=Fb(c)?Number(c):undefined;this.height=Fb(d)?Number(d):undefined};vi.prototype.U=function(){return new vi(this.left,this.top,this.width,this.height)};
var wi=" - ",xi="w x ",yi="h)";vi.prototype.toString=function(){return zd+this.left+fa+this.top+wi+this.width+xi+this.height+yi};var zi=function(a,b){var c=Math.max(a.left,b.left),d=Math.min(a.left+a.width,b.left+b.width);if(c<=d){var e=Math.max(a.top,b.top),f=Math.min(a.top+a.height,b.top+b.height);if(e<=f)return new vi(c,e,d-c,f-e)}return null};vi.prototype.contains=function(a){return this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top+this.height>=a.top+a.height};
var Ai,Bi=function(a,b){var c=de(a);if(c.defaultView&&c.defaultView.getComputedStyle){var d=c.defaultView.getComputedStyle(a,k);if(d)return d[b]}return null};var Ci=function(a,b){return Bi(a,b)||(a.currentStyle?a.currentStyle[b]:null)||a.style[b]},Di=function(a){var b;b=a?a.nodeType==9?a:de(a):ce().r;if(Yd&&b.compatMode!=ne)return b.body;return b.documentElement},Ei="position",Fi="absolute",Gi="1.8.0.11",Hi="fixed",Ii="TR",Ji="static",Ki="relative",Li=function(a){var b=de(a),c=Zd&&b.getBoxObjectFor&&
Ci(a,Ei)==Fi&&(a.style.top==k||a.style.left==k);if(typeof Ai=="undefined")Ai=Gd&&!(Nc(Jd,Gi)>=0);var d=new yd(0,0),e=Di(b);if(a==e)return d;var f=null,g;if(a.getBoundingClientRect&&!c){g=a.getBoundingClientRect();var h=ee(b).vd();d.x=g.left+h.x;d.y=g.top+h.y}else if(b.getBoxObjectFor&&!c&&!Ai){g=b.getBoxObjectFor(a);var j=b.getBoxObjectFor(e);d.x=g.screenX-j.screenX;d.y=g.screenY-j.screenY}else{f=a;do{d.x+=f.offsetLeft;d.y+=f.offsetTop;if($d&&Ci(f,Ei)==Hi){d.x+=b.body.scrollLeft;d.y+=b.body.scrollTop;
break}f=f.offsetParent}while(f&&f!=a);if(Xd||$d&&Ci(a,Ei)==Fi)d.y-=b.body.offsetTop;f=a.offsetParent;while(f&&f!=b.body){d.x-=f.scrollLeft;if(!Xd||f.tagName!=Ii)d.y-=f.scrollTop;f=f.offsetParent}}if(Zd&&a.getBoundingClientRect){var i=Ci(a,Ei);if(i==Ji||i==Ki){d.x=Math.floor(d.x);d.y=Math.floor(d.y)}}return d},Mi="display",Ni="none",Oi="hidden",Pi=function(a){if(Ci(a,Mi)!=Ni)return new Bd(a.offsetWidth,a.offsetHeight);var b=a.style,c=b.display,d=b.visibility,e=b.position;b.visibility=Oi;b.position=
Fi;b.display=k;var f=a.offsetWidth,g=a.offsetHeight;b.display=c;b.position=e;b.visibility=d;return new Bd(f,g)},Qi=function(a){var b=Li(a),c=Pi(a);return new vi(b.x,b.y,c.width,c.height)},Ri="com.google",Si="com.blogger";function T(a,b,c){this.userId=a;if(this.userId==Rg)this.userId=_USER_ID;this.type=b;this.$=c}var Ti="user";T.prototype.z=function(){var a=[];a.push(Ti);a.push(this.userId);a.push(this.type);a=a.concat(this.$);return a.join(Og)};T.prototype.t=function(a){if(!(a instanceof T))return false;
return a.z()==this.z()};T.prototype.md=function(a){if(!(a instanceof T))return false;return a.type+a.$==this.type+this.$};var Ui="Malformed tag from '",Vi="'",L=function(a){var b=Kg(a);if(b)return new T(b[1],b[2],b.slice(3));else throw Ui+a+Vi;},Kg=function(a){var b=a.split(Og);return b.length<3?false:b[0]==Ti?b:false};T.prototype.cc=function(){return this.type==va?this.P():this.Ka(ah)};T.prototype.Wf=function(){return this.type==va?this.P():this.Ka(Wi)};T.prototype.bg=function(){return[this.P(),
this.Ld()]};T.prototype.Ld=function(){return this.yb()?this.hg():null};T.prototype.hg=function(){var a=Ng(this);if(a.Wd())return a.qd.Sh();if(!(this.userId in Xi))return this.userId;return Xi[this.userId]};T.prototype.Fc=function(a){this.userId=a};var Xi={};function Yi(a,b){if(!a.p.Pa)return;var c=L(a.url);Xi[c.userId]=b.Tb}T.prototype.yb=function(){return this.userId!=_USER_ID&&this.userId!=Rg};var ah=[function(a){return a.o},function(a){return a.F}],Wi=[function(a){return a.q},function(a){return a.Ph}],
Zi=[function(a){return a.C},function(a){return a.G}],$i=[function(a){return a.D},function(a){return a.H}];T.prototype.Ka=function(a){var b=this.yb()?1:0,c=a[b];if(this.type==xa||this.type==wa){var d=this.P(),e=null;if(d==Fa)e=ib;else if(d==Ha)e=kb;else if(d==Da)e=jb;else if(d==Ga)e=mb;else if(d==Ia)e=nb;else if(d==Ja)e=pb;else if(d==Ca)e=rb;else if(d==Ba)e=sb;else if(d==Ka)e=tb;else if(d==Ma)e=ub;else if(d==Na)e=qb;else if(this.t(M.Of()))e=ob;if(!e)return d;var f=c(e);return jf(Bc(f),this.Ld())}else return jf(c(lb),
this.bg())};var aj="http://www.google.com/reader/";T.prototype.Fd=function(){return aj};T.prototype.P=function(){if(this.type==va)return this.$[0];else if(this.type==ya)return this.$[1];else if(this.type==xa||this.type==wa)return this.$[1];return null};function U(a){this.Fc(a)}U.prototype.Fc=function(a){this.userId=a};U.prototype.dc=function(){return this.Ja(Da)};U.prototype.wa=function(){return this.Ja(Fa)};U.prototype.Yf=function(){return this.Ja(Ga)};U.prototype.pa=function(){return this.Ja(Ha)};
U.prototype.Of=function(){return this.Gd(Si,Pa)};U.prototype.dg=function(){return this.yd(Ca)};U.prototype.Zf=function(){return this.yd(Ba)};U.prototype.ig=function(a){return new T(this.userId,va,[a])};U.prototype.Ja=function(a){return this.Gd(Ri,a)};U.prototype.yd=function(a){return this.fg(Ri,a)};U.prototype.Gd=function(a,b){return new T(this.userId,xa,[a,b])};U.prototype.fg=function(a,b){return new T(this.userId,wa,[a,b])};var M,bj=null,$g=null;function V(){this.S=[];this.cb={};this.Be=[];this.Ua=
false;this.nc=false;this.Rg=0}V.prototype.qa=function(a){if(this.Ua)a(this.S);else{this.nc||this.ge();window.setTimeout(v(this.qa,this,a),50)}};V.prototype.rb=function(a,b){var c=this;this.qa(function(){b(c.S[c.cb[a.url]])})};V.prototype.Jd=function(a){if(!this.Ua)return null;return this.S[this.cb[a.url]]};V.prototype.ge=function(){this.Ua=false;this.nc=true;var a=[],b=this;this.ee(a,function(){b.S=a;b.cb={};for(var c=0,d;d=b.S[c];c++)b.cb[d.c.url]=c;b.Ua=true;b.nc=false;b.Rg=pf()})};V.prototype.hf=
function(a){this.S.push(a);this.cb[a.c.url]=this.S.length-1};V.prototype.refresh=function(){this.ge();this.qa(v(this.Fh,this))};V.prototype.Fh=function(){for(var a=0,b;b=this.Be[a];a++)b(this.S)};V.prototype.Oc=function(a){this.Be.push(a)};function cj(){V.call(this)}w(cj,V);var dj="all",ej="_STREAM_LIST_TAGS";cj.prototype.ee=function(a,b){Wh(la,function(c){for(var d=0,e;e=c.tags[d];d++){var f=L(e.id);a.push({c:Ng(f),f:f.cc(),$d:f,bi:e.shared==dj,ci:e.sortid})}b()},undefined,ej)};cj.prototype.qg=function(a){return this.Jd(Ng(a))!=
null};cj.prototype.yh=function(a){if(a.type==va)return true;if(a.type==xa&&a.t(M.pa()))return true;return false};cj.prototype.zd=function(a){this.qa(function(b){var c=[];for(var d=0,e;e=b[d];d++)e.$d.type==va&&c.push(e.$d);a(c)})};var R;function W(a){V.call(this);this.Pb=null;this.fc=0;this.Hb=null;this.Cb=1000;this.jf=!a;this.Vc=0;this.Tg=v(this.Sg,this);this.Se=[];var b=this;this.Oc(function(c){b.yg=true;for(var d=0,e;e=c[d];d++)b.Sd(e);b.yg=false})}w(W,V);var fj="true",gj="autorefresh",hj="_STREAM_LIST_UNREAD_COUNTS";
W.prototype.Sg=function(a,b){var c=E(oa,dj,fj);if(this.Ud){c=E(c,gj,++this.Vc);this.Ud=false}else this.Vc=0;Wh(c,a,b,hj)};W.prototype.ee=function(a,b){if(ij){var c=this;ij.Th(function(){c.fe(a,b)},1);return}this.fe(a,b)};W.prototype.fe=function(a,b){this.Hb&&window.clearTimeout(this.Hb);var c=this;function d(){var g=c.S;for(var h=0;h<g.length;h++)a.push(g[h])}function e(g){return g<3600000?4:8}function f(){if(c.jf)c.Hb=window.setTimeout(function(){if(c.Pb==null)c.Pb=new Hh;var g=c.Pb.Xf();if(g>600000&&
c.fc<e(g)){c.fc++;f()}else{c.fc=0;c.Hb=null;c.Ud=true;c.refresh()}},300000)}this.Tg(function(g){if(g.denied)d();else{c.Cb=g.max;var h={};for(var j=0,i;i=g.unreadcounts[j];j++){var l={c:Mg(i.id),f:i.id,T:i.count,da:i.count>=c.Cb};a.push(l);h[l.c.url]=true}var m=c.S;for(var j=0,p;p=m[j];j++)p.c.url in h||a.push({c:p.c,f:p.f,T:0,da:0})}b();f()},function(){d();b();f()})};W.prototype.gg=function(a,b){this.rb(a,function(c){c?b(c.T,c.da):b(0,false)})};W.prototype.Kh=function(a){this.Ve(a,-1)};W.prototype.Lh=
function(a){this.Ve(a,1)};W.prototype.Ve=function(a,b){var c={},d=[];function e(i){if(i.url in c)return;c[i.url]=true;d.push(i)}e(a.Ya.c);var f=a.aa;for(var g=0,h;h=f[g];g++)e(Ng(h));for(var g=0,j;j=d[g];g++)this.Ih(j,b)};W.prototype.Ih=function(a,b){var c=this;this.rb(a,function(d){if(d==null){d={c:a,f:a.url,T:0,da:false};c.hf(d)}if(d.da)return;var e=d.T,f=e+b;if(f<0)f=0;if(f>=c.Cb){f=c.Cb;d.da=true}d.T=f;f!=e&&c.Sd(d)})};W.prototype.Sd=function(a){for(var b=0,c;c=this.Se[b];b++)c(a.c,a.T,a.da)};
W.prototype.Rc=function(a){this.Se.push(a)};var jj="+";function kj(a,b,c){if(a>0){var d=zd;d+=a;if(b)d+=jj;d+=Ad;return(c?c+n:k)+d}else return c||k}var lj=null,mj="ignored",nj=mj,oj=mj,pj="__MODULE_ID__",qj=parseInt(pj,10);_LOGIN_URL=k;var ij=null;function rj(a,b,c){lj=new sj(c);_INPUT_STREAM_ID=lj.V.url;bj=new cj;R=new W;M=new U(a);eg(function(){tj=uj;C.zg();(new X(b,lj)).jb()})}var vj=null,wj=null;function uj(a,b,c){vj||(vj=new _IG_MiniMessage(qj));if(wj)try{vj.dismissMessage(wj)}catch(d){}wj=c?
vj.createTimerMessage(a,c):vj.createStaticMessage(a);x(wj,b.className)}var xj="SID";function X(a,b){this.Oa=!gc(ri(xj));this.wg=a;this.i=b;this.Fe();this.db=D(a.Ch);this.Pe=D(a.Dh);this.ac=D(a.de);this.Te=D(a.Kb);this.ld=D(a.lb);this.Ta=D(a.Pg);var c=this;J(this.Te,ng,this.Kb,false,this);J(this.ld,ng,this.lb,false,this);J(D(a.oc),ng,this.oc,false,this);J(D(a.kh),ng,this.vc,false,this);var d=new ti(D(a.de));J(d,mg,function(e){e.stopPropagation();e.preventDefault();if(e.detail>0)c.lb();else e.detail<
0&&c.Kb()});this.Cg();this.Oa&&window.setTimeout(v(this.Dg,this),0);R.Rc(function(e){e.t(c.i.V)&&c.Lb(e)})}var yj="table",zj="settings-cell",Aj="settings-link",Bj="_blank",Cj="Edit subscriptions";X.prototype.Cg=function(){var a=D(this.wg.Ef);if(!a)return;var b=a.getElementsByTagName(yj)[1];if(!b)return;var c=b.rows;if(c.length!=1)return;var d=c[0].cells[0];x(d,zj);var e=df(Cc,{href:sa,"class":Aj,target:Bj});e.innerHTML=Cj;d.appendChild(e)};X.prototype.Dg=function(){var a=this;this.bb.Hd(function(b){a.Ue(b);
bj.zd(function(){});R.qa(function(){});bj.zd(function(c){R.qa(function(){a.Mf(c)})})})};X.prototype.Ue=function(a){if(_USER_ID==Rg){var b=L(a);_USER_ID=b.userId}};var Dj="block";X.prototype.Mf=function(a){this.Ic={};var b=this.Ta,c=M.pa(),d=this.ec(c);b.insertBefore(d,b.firstChild);var e=M.dc(),f=this.ec(e);b.insertBefore(f,b.firstChild);this.jc=Zb(a);for(var g=0,h;h=this.jc[g];g++){var j=this.ec(h,true);b.appendChild(j)}this.Lb(this.i.V);var i=this;b.onchange=function(){var l=b.selectedIndex;switch(l){case 0:i.Ec(e);
break;case 1:i.Ec(c);break;case 2:i.Lb(i.i.V);break;default:i.Ec(i.jc[l-3]);break}};R.Rc(v(this.Jh,this));window.setTimeout(function(){i.ac.style.display=Dj},0)};var Ej="option",Fj="&nbsp;&nbsp;&nbsp;&nbsp;",Gj="unread";X.prototype.ec=function(a,b){var c=Ng(a),d=R.Jd(c),e=d&&d.T>0,f=a.Wf(),g=df(Ej),h=b?Fj:k;g.innerHTML=h+(e?kj(d.T,d.da,f):f);e&&x(g,Gj);this.Ic[c.url]={kf:h,Df:f,bh:g};return g};X.prototype.Jh=function(a,b,c){if(!(a.url in this.Ic))return;var d=this.Ic[a.url],e=d.kf,f=d.Df,g=d.bh;fc(g,
Gj,b>0);g.innerHTML=e+kj(b,c,f)};var Hj="Google Reader",Ij="Google Reader: Starred",Jj="Google Reader: %1";X.prototype.Lb=function(a){this.Ta.selectedIndex=0;var b=M.dc();if(a.Ab(b)){this.Ta.selectedIndex=0;this.Jc(Hj,b);return}var c=M.pa();if(a.Ab(M.pa())){this.Ta.selectedIndex=1;this.Jc(Ij,c);return}for(var d=0,e;e=this.jc[d];d++)if(a.Ab(e)){var f=this;window.setTimeout(function(){f.Ta.selectedIndex=d+3;var g=jf(Jj,e.cc());f.Jc(g,e)},0);break}};X.prototype.Jc=function(a,b){if(!this.db||!this.Pe)return;
var c=this,d=Ng(b);R.rb(d,function(e){if(e&&e.T)a=kj(e.T,e.da,a);c.Pe.innerHTML=a;c.db.href=d.Jg()?Xg:Ng(b).Rf()})};X.prototype.Ec=function(a){var b=Ng(a);this.Lb(b);this.i.rh(b);this.vc()};X.prototype.Kb=function(a){a&&a.preventDefault();if(!this.$c())return;this.ab--;this.eb();this.jb()};X.prototype.lb=function(a){a&&a.preventDefault();if(!this.Zc())return;this.ab++;this.eb();this.jb()};X.prototype.Fe=function(){var a=this.i.V;a.wf();if(a.p.Tc){a.vh(this.i.ze);if(!this.i.Ae){var b=Math.round((new Date).getTime()/
1000)-2592000;a.th(b);a.df(M.wa())}}this.bb=new Y(a,Math.ceil(this.i.Ra*1.5),Math.ceil(this.i.Ra*0.5));this.ab=0};X.prototype.vc=function(){this.Fe();this.eb();this.jb()};var Kj="d";X.prototype.oc=function(){var a=0;if(this.i.ze==Kj){var b=this.bb.Uf(0);if(b)a=b.Af}var c=this.i.V,d=L(c.url).cc();di(c,a,d,v(this.vc,this))};var Lj="navigation-disabled";X.prototype.eb=function(){fc(this.Te,Lj,!this.$c());fc(this.ld,Lj,!this.Zc())};X.prototype.$c=function(){return this.Oa&&!(this.ab==0)};X.prototype.Zc=
function(){var a=this.bb;return this.Oa&&(a.vb()||this.ab+this.i.Ra<=a.O.length-1)};var Mj="li",Nj="placeholder",Oj="message",Pj="Sign up for &lt;a href=&quot;http://www.google.com/reader&quot;&gt;Google Reader&lt;/a&gt; to view your reading list.",Qj='<a href="https://www.google.com/accounts/ServiceLogin?hl=en&amp;nui=1&amp;service=reader">Sign in</a> to your Google Reader account.';X.prototype.jb=function(){var a=this.bb;this.ac.innerHTML=k;var b=[];for(var c=0;c<this.i.Ra;c++){var d=b[c]=df(Mj);
this.ac.appendChild(d);if(!this.Oa)continue;var e=c+this.ab;if(!a.Od(e)){var f=df(Be,{"class":Nj});f.innerHTML=Ic;d.appendChild(f)}a.pb(e,v(this.Cf,this,d))}var g=this,h=function(j){var i=df(Be,{"class":Oj});i.innerHTML=Bc(j);b[Math.floor(g.i.Ra/2)].appendChild(i);g.eb()};this.Oa?a.pb(0,function(j){j==null&&!a.vb()&&Vh(function(i){if(i){var l=g.i.Sf();h(l.Ka(g.i.Ae?Zi:$i))}else h(Pj)})}):h(Bc(Qj))};X.prototype.Cf=function(a,b){_USER_ID==Rg&&this.bb.Hd(v(this.Ue,this));if(b)a.parentNode&&this.Lf(b,
a);else{a.innerHTML=k;this.eb()}};var Rj="item-star",Sj="title-link",Tj="new",Uj="source-link";X.prototype.Lf=function(a,b){var c=Vj({Og:a.La()||a.eg(),Ah:a.Ya.f}),d=a.ub(M.wa());d&&this.i.V.p.Tc&&x(c,Ea);var e=bf(c);new qi(e[Rj][0],a);var f=e[Sj][0];f.href=a.qb(bh);f.target=this.i.lc==Tj?Bj:k;J(f,ng,v(this.lg,this,a,c,f,d));var g=e[Uj][0];g.href=a.Ya.vg;g.target=f.target;b.parentNode.replaceChild(c,b)};var Wj="same",Xj="bubble";X.prototype.lg=function(a,b,c,d,e){var f=false;if(!d){var g=null;if(this.i.lc==
Wj){f=true;g=function(){window.location.href=a.qb(bh)}}this.Vg(a,b,g)}if(this.i.lc==Xj){this.ah(a,c);f=true}f&&e.preventDefault()};X.prototype.Vg=function(a,b,c){x(b,Ea);Mh(a,true,c);li(a,Oa)};X.prototype.ah=function(a,b){this.Yb&&this.Yb.close();this.Yb=new Yj(a,b);this.Yb.display()};var Zj="displayStreamId",$j="itemCount",ak="ranking",bk="readItemsVisible",ck="linkTarget";function sj(a){this.xg=a;this.V=Mg(a.getString(Zj));this.Ra=parseInt(a.getString($j),10);this.ze=a.getString(ak);this.Ae=a.getBool(bk);
this.lc=a.getString(ck)}sj.prototype.rh=function(a){this.V=a;this.xg.set(Zj,a.url)};sj.prototype.Sf=function(){return L(this.V.url)};rj(_USER_ID,{Ch:"m___MODULE_ID___url",Dh:"m___MODULE_ID___title",Rh:"container-__MODULE_ID__",Ef:"m___MODULE_ID___form",oc:"mark-all-as-read-__MODULE_ID__",kh:"refresh-__MODULE_ID__",Pg:"label-selector-menu-__MODULE_ID__",Kb:"up-__MODULE_ID__",lb:"down-__MODULE_ID__",de:"list-__MODULE_ID__"},new _IG_Prefs(qj));var dk="Couldn't find a handler for entry node.";function ek(a,
b,c,d){for(var e=0,f;f=b[e];e++)if(f.ad(a)){var g=new f.tb(a,c,d);g.hd();fk(c);gk&&gk(c);return g}throw new Error(dk);}var gk=null,hk="item-body";function ik(a){var b=a.sd();ff(b,Bj);var c=re(Be),d=re(Be,{"class":hk});d.appendChild(b);c.appendChild(d);return c}function jk(a,b){this.Hf=a;this.Ub=b}var kk=function(){return true};jk.prototype.hd=function(){this.Ub.appendChild(ik(this.Hf))};var lk={tb:jk,ad:kk},mk="embed";function fk(a){var b=a.getElementsByTagName(zb);for(var c=0,d;d=b[c];c++)nk(d);
var e=a.getElementsByTagName(mk);for(var c=0,f;f=e[c];c++)f.parentNode.tagName.toLowerCase()!=zb&&nk(f)}var ok="src",pk="param",qk="name",rk="movie",sk="value",tk="500px",uk="400px",vk="span",wk="link popout",xk="Click to open in a new window",yk="Popout";function nk(a){var b=k;if(a.tagName.toLowerCase()==mk&&a.getAttribute(ok))b=a.getAttribute(ok);else if(a.tagName.toLowerCase()==zb){var c=a.getElementsByTagName(pk);for(var d=0,e;e=c[d];d++)if(e.getAttribute(qk)&&e.getAttribute(qk).toLowerCase()==
rk){b=e.getAttribute(sk);break}}if(b==k)return;var f=a.getAttribute(le)||tk,g=a.getAttribute(ke)||uk,h=df(vk,{"class":wk,title:xk});h.onclick=b.indexOf(ta)!=-1?zk.ue(a.cloneNode(true),f,g):Ak.ue(b,f,g);h.innerHTML=yk;a.parentNode.insertBefore(h,a.nextSibling)}function Ak(a,b,c){vb.Oh.Zh(a,{target:Bj,width:b,height:c,toolbar:false,scrollbars:false,resizable:false,menubar:false})}var Bk="head",Ck="type",Dk="text/css",Ek="stylesheet",Fk="popout-body",Gk="popout-container";function zk(a,b,c){var d=vb.Oh.open(k,
{target:Bj,width:b,height:c,toolbar:false,scrollbars:false,resizable:false,menubar:false}),e=d.document,f=e.getElementsByTagName(Bk)[0];if(f){var g=document.getElementsByTagName(Bk)[0].getElementsByTagName(Aa),h=k;for(var j=0,i;i=g[j];j++)if(i.getAttribute(Ck)==Dk){h=i.href;break}var l=df(Aa,{rel:Ek,type:Dk,href:h},e);f.appendChild(l)}x(e.body,Fk);var m=df(Be,{"class":Gk},e);e.body.appendChild(m);if(d.document.importNode)a=e.importNode(a,true);m.appendChild(a)}var Hk=[{Xg:/^feed\/http:\/\/video\.google\.com\/.*(video).*/i}];
function Ik(a,b){this.Bb=a;this.Ub=b;this.ai=Jk(a)}function Kk(a){if(!a)return false;return(Lk(a)||Jk(a)!=null)&&!(a.sd().getElementsByTagName(mk).length>0)}function Jk(a){var b=a.Ya.c.url;for(var c=0,d;d=Hk[c];c++)if(d.Xg.test(b))return d;return null}var Mk="application/x-shockwave-flash";function Lk(a){var b=a.Ad(ch);if(b==null)return false;var c=b.Re;if(!b.Ma||!c)return false;return c==Mk}Ik.prototype.ag=function(){var a=this.Bb.Yg;if(a!=null)return a.yf;return null};var Nk=function(a){return Kk(a)};
Ik.prototype.hd=function(){var a=ik(this.Bb);Lk(this.Bb)?this.ef(a):this.ff(a);this.Ub.appendChild(a)};var Ok="video-player-placeholder player",Pk="<object ",Qk='classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ',Rk='codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/',Sk='flash/swflash.cab#version=7,0,0,0" ',Tk='align="middle" ',Uk='width="',Vk='px" ',Wk='height="',Xk='px">',Yk='<param name="quality" value="best">',Zk='<param name="allowScriptAccess" value="never">',$k='<param name="wmode" value="transparent">',
al='<param name="movie" value="',bl="<embed ",cl='className="video-player-embed" ',dl='type="application/x-shockwave-flash" ',el='src="',fl='" ',gl='allowScriptAccess="never" ',hl='quality="best" ',il='bgcolor="#ffffff" ',jl='wmode="transparent" ',kl='FlashVars="playerMode=embedded" ',ll='pluginspage="http://www.macromedia.com/go/getflashplayer">',ml="</embed>",nl="</object>";Ik.prototype.xd=function(a){var b=df(Be,{"class":Ok});b.innerHTML=[Pk,Qk,Rk,Sk,Tk,Uk,400,Vk,Wk,326,Xk,Yk,Zk,$k,al,a,Ae,bl,
cl,Uk,400,Vk,Wk,326,Vk,dl,el,a,fl,gl,hl,il,jl,kl,ll,ml,nl].join(k);return b};var ol="img";Ik.prototype.ef=function(a){this.De(a);var b=this.xd(this.Bb.Ad(ch).Ma);try{var c=a.getElementsByTagName(ol)[0];c.parentNode.removeChild(c)}catch(d){}a.insertBefore(b,a.firstChild)};var pl="video";Ik.prototype.ff=function(a){x(af(a,hk),pl);this.gf(a)};var ql="google-video",rl="http://video.google.com/googleplayer.swf";Ik.prototype.gf=function(a){this.De(a);var b=a.getElementsByTagName(ol)[0];x(af(a,hk),ql);var c=
this.ag();if(!c)return;var d;for(var e=0,f;f=c[e];e++){d=f.Kc;if(d.indexOf(rl)==0){d=d.replace(/&#38;/g,y);break}}if(!d)return;var g=this.xd(d),h=b.parentNode;h.parentNode.replaceChild(g,h)};Ik.prototype.De=function(a){var b=a.getElementsByTagName(mk);while(b[0])ue(b[0])};function Yj(a,b){this.m=a;this.ic=false;var c=Qi(b);this.sc=pe(window).width-c.left>c.left+c.width;this.Eg();this.Fg(c);this.cf()}var sl=[{tb:Ik,ad:Nk},lk],tl="Close",ul="scroller",vl="point-left",wl="point-right",xl="item-title-link",
yl="launch-original";Yj.prototype.Eg=function(){var a=this.Tf(this.m);this.g=zl({title:a.title,author:a.author,Zb:a.Zb,Lc:a.Lc,xf:tl});af(this.g,ul).appendChild(a.body);document.body.appendChild(this.g);var b=bf(this.g);this.fa=b.point[0];x(this.fa,this.sc?vl:wl);this.j=b.scroller[0];this.cd=b.close[0];var c=this;this.cd.onclick=function(){c.close()};this.db=b[xl][0];this.kc=b[yl][0];this.kc.href=this.db.href=this.m.qb(bh);this.tg=b.header[0];this.nf=b.n[0];this.Wc=b.s[0];this.mf=b.e[0];this.qf=b.w[0];
this.of=b.se[0];this.pf=b.sw[0]};var Z="px";Yj.prototype.Fg=function(a){var b=a.height/2;this.g.style.top=a.top+b-this.fa.offsetHeight-this.fa.offsetTop+Z;if(this.sc)this.g.style.left=a.left+b+this.fa.offsetWidth+Z;else this.g.style.right=pe(window).width-(a.left+a.width)+b+this.fa.offsetWidth+Z};Yj.prototype.Tf=function(a){var b=a.gh,c=df(Be);ek(a,sl,c);return{title:a.La(),author:a.Tb,Zb:b?gf(b):null,body:c,Lc:a.jg()}};Yj.prototype.cf=function(){var a,b=this,c=function(d){var e=d.target,f=false;
while(e){if(e==b.fa){f=false;break}if(e==b.g){f=true;break}e=e.parentNode}if(!f){b.close();Vf(a)}};window.setTimeout(function(){a=J(window,ng,c)},0)};var Al="select",Bl="invisible";Yj.prototype.display=function(){this.ic=true;var a=this.j.getElementsByTagName(ol),b=this;for(var c=0,d;d=a[c];c++)d.onload=function(){b.Je()};this.Je();if(C.ia()){var e=Qi(this.g);this.Pd=[];var f=document.getElementsByTagName(Al);for(var c=0,g;g=f[c];c++){var h=Qi(g);if(zi(h,e)!=null){x(g,Bl);this.Pd.push(g)}}}};Yj.prototype.Je=
function(){this.j.style.width=k;this.j.style.height=k;this.g.style.height=k;var a=Qi(this.g),b=pe(window).width;this.g.style.width=this.sc?b-a.left-50-20+Z:a.left+a.width-50-20+Z;var c=Math.max(this.db.offsetWidth,this.kc.offsetLeft+this.kc.offsetWidth)+this.cd.offsetWidth,d=this.$f(),e=Math.min(this.j.offsetWidth-10,Math.max(d,600)),f=Math.max(100,Math.min(e,Math.max(d,c))),g=this.j.clientHeight;while(e-f>1){var h=Math.round((e+f)/2);this.j.style.width=h+Z;var j=this.j.clientHeight;if(j==g)e=h;else f=
h}this.j.style.width=e+Z;this.g.style.width=e+10+Z;this.tg.style.width=this.nf.style.width=this.Wc.style.width=e+10+Z;if(/^[\s\xa0]*$/.test(this.m.Ea==null?k:String(this.m.Ea))){this.j.style.display=Ni;return}var i=-1;this.j.style.display=Ni;var l=this.g.offsetHeight,m=pe(window).height-40-l;this.j.style.display=Dj;var p=qe(window).y+20;if(this.g.offsetHeight>m){this.j.style.height=m-10+Z;i=p}else{var P=a.top+this.g.offsetHeight,wb=qe(window).y+m;if(P>wb)i=wb-this.g.offsetHeight}var j=this.j.offsetHeight-
1;this.mf.style.height=this.qf.style.height=j+l-50+Z;this.of.style.top=this.pf.style.top=this.Wc.style.top=j+l-25+Z;if(i!=-1){var Ll=this.g.offsetTop;this.g.style.top=i+Z;var Ml=this.g.offsetTop-Ll,Xc=parseInt(this.fa.style.marginTop,10);if(isNaN(Xc))Xc=0;this.fa.style.marginTop=Xc-Ml+Z}};Yj.prototype.$f=function(){var a=-1,b=this.j.getElementsByTagName(ol);for(var c=0,d;d=b[c];c++)a=Math.max(a,d.width);var e=this.j.getElementsByTagName(mk);for(var c=0,f;f=e[c];c++){var g=f.getAttribute(le);if(g)a=
Math.max(a,parseInt(g,10))}return a};Yj.prototype.close=function(){if(!this.ic)return;if(C.ia())for(var a=0,b;b=this.Pd[a];a++)ec(b,Bl);ue(this.g);this.ic=false};function $(a,b,c){this.Kc=a;this.pc=true;this.Sc=[];var d=function(e){for(var f=0;f<e.length;f++)if(!(e[f]instanceof T)&&e[f])e[f]=M.ig(e[f]);return e};this.Qc=d(b||[]);this.lh=d(c||[])}$.prototype.Gb=function(a,b,c){if(a instanceof Array)for(var d=0,e;e=a[d];d++)c.push([b,e]);else c.push([b,a])};$.prototype.ye=function(a,b,c){for(var d=
0,e;e=a[d];d++)c.push([b,e.z()])};var Cl="async";$.prototype.oa=function(){var a=[];this.ye(this.Qc,Cc,a);this.ye(this.lh,Ug,a);this.Td()&&a.push([Cl,fj]);return a};$.prototype.vf=function(){if(!bj)return;var a=false;for(var b=0,c;c=this.Qc[b];b++)if(!bj.qg(c)&&bj.yh(c)){a=true;break}a&&bj.refresh()};$.prototype.exec=function(a,b){if(this.pc){var c=this.Cd();c&&Qh(c,Dl)}var d=this,e=new S;e.Jb(function(){if(d.pc){var h=d.ud();if(h){var j=d.Qf();Qh(h,El,j)}}var i=d.td();if(i)for(var l=0;l<i.length;l++)i[l]&&
i[l].refresh();d.ve&&d.ve();a&&a()});e.wh(true);e.Ib(function(){if(d.pc){var h=Oh;h&&Qh(h,Rh,Fl,e.text)}b&&b()});this.eh&&this.eh();e.te=false;var f=this.Kc;if(this.Sc.length)f+=kd+qf(this.Sc);var g=qf(this.oa());e.tc(f,g)};$.prototype.Cd=function(){return null};$.prototype.ud=function(){return null};$.prototype.Qf=function(){return Fl};$.prototype.td=function(){return null};$.prototype.Td=function(){return false};function Gl(a,b,c,d,e,f){$.call(this,a,e,f);this.Hc=b;this.f=d;this.me=c}w(Gl,$);var Hl=
"s",Il="ac",Jl="t";Gl.prototype.oa=function(){var a=Gl.J.oa.call(this);this.Gb(this.Hc,Hl,a);this.me&&this.Gb(this.me,Il,a);this.f&&a.push([Jl,this.f]);return a};function Kl(a,b,c,d,e){$.call(this,a,d,e);this.Hc=b;this.Ng=c}w(Kl,$);var Nl="i";Kl.prototype.oa=function(){var a=Kl.J.oa.call(this);this.Gb(this.Hc,Hl,a);this.Gb(this.Ng,Nl,a);return a};function Th(a,b,c,d){Kl.call(this,ma,a,b,c,d)}w(Th,Kl);Th.prototype.ve=function(){this.vf()};Th.prototype.Td=function(){return true};function ei(a,b){Gl.call(this,
pa,a,null,b)}w(ei,Gl);var Ol="Marking all items in &quot;%1&quot; as read...";ei.prototype.Cd=function(){return jf(Ol,xc(this.f))};var Pl="Marked %1 items as read.";ei.prototype.ud=function(){return jf(Pl,xc(this.f))};ei.prototype.sh=function(a){this.je=a};var Ql="ts";ei.prototype.oa=function(){var a=ei.J.oa.call(this);this.je&&a.push([Ql,this.je]);return a};ei.prototype.td=function(){return[R]};function S(){this.te=true;this.B=this.kg();this.qh(true);this.Lg(true);this.Qe=0;this.ie=false;this.Le=
false}var Rl;S.prototype.he=function(a){this.ie=true;this.Ug=a};var Sl="Msxml2.XMLHTTP";S.prototype.kg=function(){try{return new XMLHttpRequest}catch(a){return new ActiveXObject(Sl)}};S.prototype.Jb=function(a){this.mb=a};S.prototype.Ib=function(a){this.Ha=a};S.prototype.wh=function(a){this.Le=a};S.prototype.Lg=function(a){this.Yh=a};S.prototype.getResponseHeader=function(a){try{return this.B.getResponseHeader(a)}catch(b){return null}};S.prototype.setTimeout=function(a){this.Me=a};S.prototype.clearTimeout=
function(){this.Ne&&window.clearTimeout(this.Ne)};S.prototype.pg=function(){this.status==401&&null&&null();var a=parseInt(this.status,10);return a==0||(this.Le?a!=200:a>=400)};var Tl="X-Reader-Google-Bad-Token",Ul="END";S.prototype.qh=function(a){if(a){this.Sb=true;var b=this;this.B.onreadystatechange=function(){if(b.B.readyState==4){b.clearTimeout();if(b.getResponseHeader(Tl)==fj){b.Gh();return}if(!b.dd()||b.pg()){if(b.Ha){b.Wa();b.Ha()}return}b.log(Ul,false,true);b.mb&&b.mb(b)}}}else this.Sb=false};
S.prototype.Gh=function(){if(this.Qe>=5)return;this.Qe++;_COMMAND_TOKEN_EXPIRES=0;window.setTimeout(v(this.tc,this,this.re,this.dh),0)};S.prototype.dd=function(){try{this.status=this.B.status;this.document=this.B.responseXML;this.text=this.B.responseText;return true}catch(a){return false}};var Vl="ck",Wl="client",Xl="module";S.prototype.xh=function(a){this.re=a;if(this.te){var b=pf();a=E(a,Vl,b)}a=E(a,Wl,Xl);a=vf(a);this.fb=a};var Yl="GET";S.prototype.v=function(a){this.Rd(a,Yl,null)};var Zl="POST",
$l="T";S.prototype.tc=function(a,b){this.dh=b;var c=this;am(function(d){c.Rd(a,Zl,of(b,$l,d))})};var bm="Content-Type",cm="application/x-www-form-urlencoded",dm="Content-Length";S.prototype.uh=function(a){try{this.B.setRequestHeader(bm,cm);C.Nb()&&this.B.setRequestHeader(dm,a.length)}catch(b){this.Wa(b.message)}};var em="Failed a request via ",fm=" for ",gm="\n";S.prototype.Wa=function(a){var b=em+this.Eb.toUpperCase()+fm+this.re;if(a)b+=gm+a};var hm="No URL was supplied.";S.prototype.Rd=function(a,
b,c){this.Eb=b;a?this.xh(a):this.Wa(hm);Rl&&Rl(this);if(this.Me){var d=this;this.Ne=window.setTimeout(function(){d.abort();d.Ha()},this.Me)}if(im){var d=this;im(this,function(e){if(e)d.send(c);else{d.clearTimeout();d.Wa()}})}else this.send(c)};S.prototype.send=function(a){try{this.B.open(this.Eb,this.fb,this.Sb);this.Eb==Zl&&this.uh(a);this.log(this.Eb);this.Bh=pf();this.B.send(a)}catch(b){if(this.Ha){this.Wa();this.Ha()}return}if(!this.Sb){this.dd();this.mb&&this.mb()}};S.prototype.abort=function(){this.B.onreadystatechange=
function(){};this.B.abort();this.clearTimeout()};S.prototype.log=function(a,b,c){var d=pf()-this.Bh;c&&this.ie&&window.setTimeout(Nb(fi,this.Ug,d*1000,0.05),1000)};function jm(a){var b=new S;b.he(Qa);b.Ib(function(){});b.Jb(function(c){km(c.text);a&&a(_COMMAND_TOKEN)});b.v(qa)}function am(a){if(pf()>_COMMAND_TOKEN_EXPIRES)jm(a);else a&&a(_COMMAND_TOKEN)}function km(a){_COMMAND_TOKEN=a;_COMMAND_TOKEN_EXPIRES=pf()+1800000}var im=null;function Y(a,b,c){this.c=a;this.od=b||0;this.we=c||0;this.N=[];this.Kf=
2;this.ih=[];this.O=[];this.pd={};this.A=null;this.za=null;this.nb=[];this.Gf=true}Y.prototype.vb=function(){return this.za==null&&(this.N.length==0||this.ob()!=null)};Y.prototype.gc=function(){return this.A!=null};Y.prototype.zh=function(a){return this.we>0&&!this.gc()&&this.vb()&&this.O.length-a<=this.we};Y.prototype.ob=function(){if(this.N.length==0)return null;var a=this.N[this.N.length-1];if(a==null)return null;return a.ob()};var lm="Already fetching data for stream: ";Y.prototype.Jf=function(a,
b){if(this.gc())throw lm+this.c.bc();this.A=new S;var c=this;this.A.Jb(function(){c.fh(c.A.text);c.za=null;c.A=null;b()});this.A.Ib(function(){Qh(Oh,Rh);c.za=c.A.status;c.A=null;b()});this.If(a)};var mm="c",nm="n",om="freshness",pm="false",qm="refresh";Y.prototype.If=function(){var a=this.c.bc(),b=this.ob();if(b!=null)a=E(a,mm,b);if(this.od){var c=this.od;if(this.O.length)c*=this.Kf;a=E(a,nm,c)}this.Gf||(a=E(a,om,pm));if(b==null&&this.c.Wg)a=E(a,qm,fj);this.A.he(Ra);this.A.v(a)};Y.prototype.bf=function(a){this.N.length==
0&&a!=null&&Yi(this.c,a)};Y.prototype.fh=function(a){this.ih.push(a);a=new zh(a);this.bf(a);this.N.push(a);var b=M.wa(),c=this.c.Gg(b),d=a.Zd;for(var e=0;e<d.length;e++){var f=d[e],g=f.wb;if(!(g in this.pd))if(!c||!f.ub(b)){this.pd[g]=this.O.length;this.O.push(f)}}};Y.prototype.abort=function(){this.A&&this.A.abort();this.$e=true};Y.prototype.Od=function(a){return a<this.O.length};Y.prototype.Uf=function(a){if(a<0||!this.Od(a))return null;return this.O[a]};Y.prototype.pb=function(a,b,c){if(this.$e)return;
var d=this;if(a<0){b(null);return}if(a<this.O.length){b(this.O[a]);!c&&this.zh(a)&&this.pb(this.O.length,function(){},true);return}if(this.vb()){if(this.gc())this.nb.push({Qd:a,Yc:b,ne:c});else{this.nb=[{Qd:a,Yc:b,ne:c}];this.Jf(a,function(){var e=d.nb;d.nb=[];for(var f=0,g;g=e[f];f++)d.pb(g.Qd,g.Yc,g.ne)})}return}b(null)};Y.prototype.Id=function(a){var b=this;this.Fb(function(){b.za?a(null):a(b.N[0].La())})};var rm="tag:google.com,2005:reader/";Y.prototype.Hd=function(a){var b=this;this.Fb(function(){b.za?
a(null):a(b.N[0].wb.replace(rm,k))})};Y.prototype.Fb=function(a){if(this.N.length==0){window.setTimeout(v(this.Fb,this,a),50);return}if(this.N[0]||this.za)a()};var Fl=7;function Qh(a,b,c,d){tj(a,b,c,d)}var sm,tj=function(a,b,c){sm&&window.clearTimeout(sm);var d=D(nj);D(oj).innerHTML=a;d.className=b.className;if(b!=Dl){var e=c||Fl;sm=window.setTimeout(Nb(x,d,Oi),e*1000)}},El={className:"info-message"},Dl={className:"progress-message"},Rh={className:"error-message"};var tm='You have been signed out of Reader. <a href="{$link}">Sign back in.</a>';
Sb(tm,{link:_LOGIN_URL});var um="from {$startLink}{$sourceTitle}{$endLink}",vm='<a target="_blank" class="source-link">',wm="</a>",xm='<li><div class="item-star empty"></div><a target="_blank" class="title-link">',ym='</a><div class="source">',zm="</div></li>",Vj=function(a,b){var c=Sb(um,{startLink:vm,sourceTitle:a.Ah,endLink:wm}),d=b||new Je;d.ba(xm,a.Og,ym,c,zm);if(!b)return Ke(d.toString())},Am="Show original item",Bm='<div class="bubble-__MODULE_ID__"><div class="i nw"></div><div class="i n"></div><div class="i ne"></div><div class="i e"></div><div class="i se"></div><div class="i s"></div><div class="i sw"></div><div class="i w"></div><div class="i point"></div><div class="close" title="',
Cm='"></div><div class="header"><h3 id="item-title"><a class="item-title-link" target="_blank">',Dm='</a></h3><p class="item-attribution">',Em='<span class="author-parent">',Fm=" </span>",Gm='<span class="date-parent">',Hm='</span><span class="launch-original-parent"> - <a href="" class="launch-original" target="_blank">',Im='</a></span></p><p class="via-attribution via-parent">',Jm="via {$startEmphasis}{$title}{$endEmphasis}",Km="<em>",Lm="</em>",Mm='<div class="via">',Nm="</div>",Om='</p></div><div class="scroller"></div></div>',
zl=function(a,b){var c=Sb(Am),d=b||new Je;d.ba(Bm,a.xf,Cm,a.title,Dm,a.author?Em+a.author+Fm:k,Gm,a.Zb,Hm,c,Im);var e=a.Lc,f=e.length;for(var g=0;g<f;g++){var h=Sb(Jm,{startEmphasis:Km,title:e[g].f,endEmphasis:Lm});d.ba(Mm,h,Nm)}d.ba(Om);if(!b)return Ke(d.toString())};
    }());
  </script>
<div id="container-__MODULE_ID__"><div class="controls"><div class="left-controls"><select id="label-selector-menu-__MODULE_ID__"><option value="" class="header">Tags...</option></select>
<span class="link" id="refresh-__MODULE_ID__">refresh</span></div>
<div class="right-controls"><select style="width: 5px;visibility:hidden;"><option value=""></option></select>
<span class="link" id="mark-all-as-read-__MODULE_ID__">mark all as read</span></div></div>
<a href="" id="up-__MODULE_ID__" class="navigation navigation-disabled">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#9650;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<ul id="list-__MODULE_ID__"></ul>
<a href="" id="down-__MODULE_ID__" class="navigation">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#9660;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></div>

]]></Content>

<Content type="html" view="canvas"><![CDATA[
<script type="text/javascript">
  var prefs = new _IG_Prefs(__MODULE_ID__);
  // We just redirect to the iGoogle integration UI for this stream, making 
  // sure to use the same hostname as the parent, so that we are on the same
  // domain (so that infinite scrolling hooks can be installed).
  window.location.href = _args()['parent'] + '/reader/ig/' + 
      encodeURIComponent(prefs.getString('displayStreamId'));
</script>

]]></Content>


</Module>
