
/*
 * -------
 * :ATTRIBUTION NOTICE BEGINS
 *
 * The following JSMsg functions are:
 * 
 *    (C) Copyright 2002 - 2005, Creativyst, Inc.
 *               ALL RIGHTS RESERVED
 * 
 * For more information go to:
 *   http://www.Creativyst.com/Doc/Std/JSMsg/JSMsg.htm
 * or email:
 *            Support@Creativyst.com
 * 
 * Licensed under the Open Software License version 1.1
 *
 * END ATTRIBUTION NOTICE:
 * -------
 *
 * The following version token is 
 * required by aggregators
 * -------
 * JSMsgVersion:1.0a
 * -------
 *
 * Made by: JSMFeed.pl v1.0e
*/
/* JSCpragma:StartCompress
*/
/* These functions are free software; you can redistribute 
 * them and/or modify them under the terms of the Open 
 * Software License (OSL) version 1.1 as published by
 * the Open Source Initiative;
 * 
 * This program is distributed in the hope that it will 
 * be useful, but WITHOUT ANY WARRANTY; without even the 
 * implied warranty of MERCHANTABILITY or FITNESS FOR A 
 * PARTICULAR PURPOSE. See the Open Software License
 * version 1.1 for more details.
 * 
 * For the complete details of the Open Software License
 * please visit the Open Source Initiative website.
 *
 * 
 * These functions are part of a shared convention.
 * called JSMsg.  Please see the JSMsg document
 * for more details.
 *
 * www.creativyst.com/Doc/Std/JSMsg/JSMsg.htm
 *
 * -------------------------------------------
 * Parts of this code were automatically
 * generated and may contain copyrighted
 * content from other sources as well.
 * Such content may not be used without
 * first obtaining explicit permissions
 * from their sources.
 *
 *
*/

function reu_JSMsg() {

this.Title = Array([this.ShortListSize]);
this.Desc = Array([this.ShortListSize]);
this.Author = Array([this.ShortListSize]);
this.Link = Array([this.ShortListSize]);
this.Cat = Array([this.ShortListSize]);
this.DateN = Array([this.ShortListSize]);

this.MetaKeys = Array([6]);
this.MetaVals = Array([6]);



 this.ShortListSize = 11;
 this.BeenLoaded = 0;
 this.dispNumb;

 this.Msg = function(msgPart, msgOffset)
 {
    document.write( this.Get(msgPart, msgOffset) );
 }

 this.MsgDay = function(msgPart)
 {
    document.write( this.GetDay(msgPart) );
 }

 this.MsgN = function(msgPart, msgNumber)
 {
    document.write( this.GetN(msgPart, msgNumber) );
 }


 this.Get = function(msgPart, msgOffset)
 {
    if(!msgOffset) {
        msgOffset = 0;
    }
    if(!this.BeenLoaded) {
        this.BeenLoaded = 1;
        dispNumb = 
           this.getRandInt(this.ShortListSize);
    }
    return( this.GetN(msgPart, (dispNumb + msgOffset)) );
 }

 this.GetDay = function(msgPart)
 {
    var d = new Date();
    var x = d.getDate();
    return( this.GetN(msgPart, x) );
 }


 this.GetN = function(msgPart, msgNumber)
 {
    return( this.GetNCore(msgPart, msgNumber) );
 }

 this.GetNCore = function(msgPart, msgNumber)
 {
    var myTmp;

    if(!msgPart) {
        msgPart = "Body";
    }
    if(!msgNumber) {
        msgNumber = 0;
    }

    if(msgNumber >= this.ShortListSize) {
        msgNumber = msgNumber % this.ShortListSize;
    }

    if(  this.ok(msgPart,"Type") ) {
        return(this.Type[msgNumber]);
    }
    if(  this.ok(msgPart,"Title") ) {
        return(this.Title[msgNumber]);
    }
    if(  this.ok(msgPart, "Desc Description Content") ) {
        return(this.Desc[msgNumber]);
    }
    if(  this.ok(msgPart,"Body") ) {
        return(this.Body[msgNumber]);
    }
    if(  this.ok(msgPart, "Attrib Attribute Source") ) {
        return(this.Attrib[msgNumber]);
    }
    if(  this.ok(msgPart, "Author") ) {
        if(!this.Author[msgNumber]) {
            return(this.Attrib[msgNumber]);
        }
        return(this.Author[msgNumber]);
    }

    if(  this.ok(msgPart,"DayN Day2N Day") ) {
        myTmp = this.DateN[msgNumber];
        if(myTmp.length) { 
          myTmp = myTmp.substr(6,2);
          if(  this.ok(msgPart,"Day2N") ) {
            return(myTmp);
          }
          if(myTmp.charAt(0) == "0") {
            return(myTmp.substr(1,1))
          }
          return(myTmp);
        }
    }
    if(  this.ok(msgPart, "MonthN Month2N") ) {
        myTmp = this.DateN[msgNumber];
        if(myTmp.length) {
          myTmp = myTmp.substr(4,2)
          if(  this.ok(msgPart,"Month2N") ) {
            return(myTmp);
          }
          if(myTmp.charAt(0) == "0") {
            return(myTmp.substr(1,1))
          }
          return(myTmp);
        }
    }
    if(  this.ok(msgPart, "Year2N Year4N YearN Year") ) {
        if(this.DateN[msgNumber].length) {
          if(  this.ok(msgPart,"Year2N") ) {
            return(this.DateN[msgNumber].substr(2,2));
          }
          return(this.DateN[msgNumber].substr(0,4));
        }
    }

    if(  this.ok(msgPart,"Time") ) {
      myTmp = this.DateN[msgNumber];
      return(myTmp.substr(8,6));
    }
    if(  this.ok(msgPart,"Hour2N") ) {
      myTmp = this.DateN[msgNumber];
      return(myTmp.substr(8,2));
    }
    if(  this.ok(msgPart,"Minute2N") ) {
      myTmp = this.DateN[msgNumber];
      return(myTmp.substr(10,2));
    }

    if(  this.ok(msgPart,"Link") ) {
        return(this.Link[msgNumber]);
    }
    if( this.ok(msgPart,"LinkTitle") ) {
        if(this.MetaMsg(msgPart,"Link") && this.MetaMsg(msgPart,"Title") ) {
          if( !this.Link[msgNumber] ) {
              return(this.Title[msgNumber]);
          }

          if( !this.Title[msgNumber] ) {
            this.Title[msgNumber] =  this.Link[msgNumber];              
          }
          myTmp = '<A TARGET="_blank" \n'; 
          myTmp = myTmp + 'HREF="' + this.Link[msgNumber] + '">\n';
          myTmp = myTmp + this.Title[msgNumber] + '</A>\n';

          return(myTmp);

        }
        if( this.MetaMsg(msgPart,"Title") ) {
          return(this.Title[msgNumber]);
        }
        if( this.MetaMsg(msgPart,"Link") ) {
          if( this.Link[msgNumber] ) {
            myTmp = "<A TARGET=\"_blank\" \n"; 
            myTmp = myTmp + "HREF=\"" + this.Link[msgNumber] + "\">\n";
            myTmp = myTmp + this.Link[msgNumber] + "</A>\n";
            return(myTmp);
          }
        }
        return("");
    }
    if( this.ok(msgPart,"Cat Category Subject") ) {
        return(this.Cat[msgNumber]);
    }
    if( this.ok(msgPart,"Thumb") ) {
        return(this.Thumb[msgNumber]);
    }
    if( this.ok(msgPart,"Alt") ) {
        return(this.Alt[msgNumber]);
    }

    return("");
 }




 this.getRandInt = function(RandSz)
 {
    var t, t2, t3;

    t = 0;
    while(t < .000001) {
        t = Math.random();
        t = Math.abs(t);
    }
    t2 = t * 1000000;
    t2 = Math.round(t2);
    t3 = t2 % RandSz;
    return(t3);
 }



 this.ok = function(a, b)
 {
    var t, t2;

    if(!this.is(a,b)) {
        return(0);
    }
    return(this.MetaMsg(a));
 }

 this.is = function(a, b)
 {
    var t, t2;

    t = a + " ";
    t2 = b + " ";
    t2 = t2.toUpperCase();
    t = t.toUpperCase();

    if(t2.indexOf(t) == -1) {
        return(0);
    }
    return(1);
 }


 this.MetaMsg = function(msgCmd)
 {
    var i,l;

    if( this.is(msgCmd, "Title LinkTitle Desc Description Author Link LinkTitle Cat Category SubjectDayN Day2N MonthN Month2N Year2N Year4N YearN Year Time Hour2N Minute2N ") ) {
         return(1);

    }
    else if( this.is(msgCmd, "MetaCount") ) {
        return(11);
    }
    else {
        if(this.MetaKeys) {
            l = this.MetaKeys.length;
            for(i = 0;i < l;i++) {
                if(this.MetaKeys[i] == msgCmd) {
                    return(this.MetaVals[i]);
                }
            }
        }
        return(0);
    }
 }

     

}

reu = new reu_JSMsg();

/* how slow is the with statement */

with( reu ) {
/* Meta values
*/
MetaKeys[0] = "MetaCopyright";
MetaVals[0] = "Copyright 2012  The New York Times Company";
MetaKeys[1] = "MetaTitle";
MetaVals[1] = "NYT &gt; Home Page";
MetaKeys[2] = "MetaLink";
MetaVals[2] = "http://www.nytimes.com/pages/index.html?partner=rss&amp;emc=rss";
MetaKeys[3] = "MetaLinkTitle";
MetaVals[3] = "<A HREF=\"http://www.nytimes.com/pages/index.html?partner=rss&amp;emc=rss\" CLASS=\"JSMsg\">NYT &gt; Home Page</A>";
MetaKeys[4] = "MetaUpdateDate";
MetaVals[4] = "20120128234603";
MetaKeys[5] = "MetaDesc";
MetaVals[5] = "\n		";


/* content vaues:
*/
Title[0] = "Arab League Suspends Its Monitoring in Syria";
Desc[0] = "The Arab League said a harsh new crackdown by the government made it too dangerous to proceed with its observer mission and was resulting in the deaths of innocents across Syria.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=a7e120325263155fab7ce4cb3b933916&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=a7e120325263155fab7ce4cb3b933916&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[0] = "By KAREEM FAHIM and NADA BAKRI";
Link[0] = "http://feeds.nytimes.com/click.phdo?i=a7e120325263155fab7ce4cb3b933916";
Cat[0] = "<item>\n			<title>Arab League Suspends Its Monitoring in Syria</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=a7e120325263155fab7ce4cb3b933916</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/world/middleeast/arab-league-suspends-its-monitoring-in-syria.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/world/middleeast/arab-league-suspends-its-monitoring-in-syria.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/world/middleeast/arab-league-suspends-its-monitoring-in-syria.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/world/syria/syria-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Free Syrian Army fighters spoke with reporters inside a house in Rankous, Syria on Saturday.</media:description>\n			<media:credit>Tomas Munita for The New York Times</media:credit>\n			<description>The Arab League said a harsh new crackdown by the government made it too dangerous to proceed with its observer mission and was resulting in the deaths of innocents across Syria.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=a7e120325263155fab7ce4cb3b933916&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=a7e120325263155fab7ce4cb3b933916&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By KAREEM FAHIM and NADA BAKRI</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 23:05:06 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Syria</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Arab League</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Middle East and North Africa Unrest (2010- )</category>\n		";
DateN[0] = "20120128230506";

Title[1] = "Greece Inches Toward Deal in Talks With Its Creditors";
Desc[1] = "Greece and its private sector creditors have made new progress toward an agreement on how much of a loss the creditors would be willing to accept on their bond holdings.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=d5d9d91dc155baf2b6d1fe2829890cb8&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=d5d9d91dc155baf2b6d1fe2829890cb8&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[1] = "By LANDON THOMAS Jr.";
Link[1] = "http://feeds.nytimes.com/click.phdo?i=d5d9d91dc155baf2b6d1fe2829890cb8";
Cat[1] = "\n		<item>\n			<title>Greece Inches Toward Deal in Talks With Its Creditors</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=d5d9d91dc155baf2b6d1fe2829890cb8</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/business/global/greece-in-talks-with-creditors-on-debt-deal.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/business/global/greece-in-talks-with-creditors-on-debt-deal.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/business/global/greece-in-talks-with-creditors-on-debt-deal.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/world/29greece2/29greece2-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Charles Dallara, left, of the Institute of International Finance, and Jean Lemierre of BNP Paribas, after a meeting in Athens on Saturday.</media:description>\n			<media:credit>Kostas Tsironis/Bloomberg News</media:credit>\n			<description>Greece and its private sector creditors have made new progress toward an agreement on how much of a loss the creditors would be willing to accept on their bond holdings.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=d5d9d91dc155baf2b6d1fe2829890cb8&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=d5d9d91dc155baf2b6d1fe2829890cb8&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By LANDON THOMAS Jr.</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 21:26:40 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Greece</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">European Sovereign Debt Crisis (2010- )</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Credit and Debt</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Banking and Financial Institutions</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Institute of International Finance</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">International Monetary Fund</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Dallara, Charles H</category>\n		";
DateN[1] = "20120128212640";

Title[2] = "Panetta Credits Pakistani Doctor in Bin Laden Raid";
Desc[2] = "Defense Secretary Leon E. Panetta said in a &#x201C;60 Minutes&#x201D; interview that a doctor who is now in prison worked with the C.I.A. to gain access to Osama bin Laden&#x2019;s compound.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=b73590fc079099eb3410147211f59796&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=b73590fc079099eb3410147211f59796&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[2] = "By MARK MAZZETTI";
Link[2] = "http://feeds.nytimes.com/click.phdo?i=b73590fc079099eb3410147211f59796";
Cat[2] = "\n		<item>\n			<title>Panetta Credits Pakistani Doctor in Bin Laden Raid</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=b73590fc079099eb3410147211f59796</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/world/asia/panetta-credits-pakistani-doctor-in-bin-laden-raid.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/world/asia/panetta-credits-pakistani-doctor-in-bin-laden-raid.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/world/asia/panetta-credits-pakistani-doctor-in-bin-laden-raid.html?partner=rss&emc=rss\"/>\n			<description>Defense Secretary Leon E. Panetta said in a &#x201C;60 Minutes&#x201D; interview that a doctor who is now in prison worked with the C.I.A. to gain access to Osama bin Laden&#x2019;s compound.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=b73590fc079099eb3410147211f59796&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=b73590fc079099eb3410147211f59796&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By MARK MAZZETTI</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 21:51:36 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">bin Laden, Osama</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">United States Defense and Military Forces</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Central Intelligence Agency</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Panetta, Leon E</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Pakistan</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Abbottabad (Pakistan)</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">CBS Corporation|CBS|NYSE</category>\n		";
DateN[2] = "20120128215136";

Title[3] = "5 Are Arrested in British Tabloid Scandal";
Desc[3] = "Police searched the offices of the British tabloid, The Sun, after arresting an officer and four journalists with ties to the paper.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=9dc851eff248e7c16c09bddf7f9e3027&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=9dc851eff248e7c16c09bddf7f9e3027&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[3] = "By JOHN F. BURNS";
Link[3] = "http://feeds.nytimes.com/click.phdo?i=9dc851eff248e7c16c09bddf7f9e3027";
Cat[3] = "\n		<item>\n			<title>5 Are Arrested in British Tabloid Scandal</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=9dc851eff248e7c16c09bddf7f9e3027</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/world/europe/5-are-arrested-in-british-tabloid-scandal.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/world/europe/5-are-arrested-in-british-tabloid-scandal.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/world/europe/5-are-arrested-in-british-tabloid-scandal.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/world/europe/29britain/29britain-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Members of the media gathered outside the east London offices of News International on Saturday.</media:description>\n			<media:credit>Paul Hackett/Reuters</media:credit>\n			<description>Police searched the offices of the British tabloid, The Sun, after arresting an officer and four journalists with ties to the paper.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=9dc851eff248e7c16c09bddf7f9e3027&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=9dc851eff248e7c16c09bddf7f9e3027&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By JOHN F. BURNS</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 19:56:28 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Sun, The (British Newspaper)</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">News of the World</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Wiretapping and Other Eavesdropping Devices and Methods</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">News Corporation|NWSA|NASDAQ</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Great Britain</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">News and News Media</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Scotland Yard (Metropolitan Police Service)</category>\n		";
DateN[3] = "20120128195628";

Title[4] = "A Rally for Putin, Enthusiasm Optional";
Desc[4] = "Teams of mechanics, welders and heavy-machinery operators gathered Saturday in support of Vladimir V. Putin. But not all of them were happy about it.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=2ef27022b4636b6dc621e5def25b419f&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=2ef27022b4636b6dc621e5def25b419f&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[4] = "By MICHAEL SCHWIRTZ";
Link[4] = "http://feeds.nytimes.com/click.phdo?i=2ef27022b4636b6dc621e5def25b419f";
Cat[4] = "\n		<item>\n			<title>A Rally for Putin, Enthusiasm Optional</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=2ef27022b4636b6dc621e5def25b419f</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/world/europe/a-rally-for-putin-enthusiasm-optional.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/world/europe/a-rally-for-putin-enthusiasm-optional.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/world/europe/a-rally-for-putin-enthusiasm-optional.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/world/29protest/29protest-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Russians rallied to show mass support for Prime Minister Vladimir Putin\'s bid for a new Kremlin term on Saturday.</media:description>\n			<media:credit>Andrey Smirnov/Agence France-Presse &#x2014; Getty Images</media:credit>\n			<description>Teams of mechanics, welders and heavy-machinery operators gathered Saturday in support of Vladimir V. Putin. But not all of them were happy about it.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=2ef27022b4636b6dc621e5def25b419f&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=2ef27022b4636b6dc621e5def25b419f&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By MICHAEL SCHWIRTZ</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 23:12:24 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Putin, Vladimir V</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Demonstrations, Protests, and Riots</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Russia</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Labor and Jobs</category>\n		";
DateN[4] = "20120128231224";

Title[5] = "Chinese Crack Down to Curb Spread of Tibetan Unrest";
Desc[5] = "Confronting an outbreak of Tibetan protest in western Sichuan Province, Chinese authorities have cordoned off the area.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=9ec036b6cc2532d6ac195d231cd8f18e&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=9ec036b6cc2532d6ac195d231cd8f18e&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[5] = "By MICHAEL WINES";
Link[5] = "http://feeds.nytimes.com/click.phdo?i=9ec036b6cc2532d6ac195d231cd8f18e";
Cat[5] = "\n		<item>\n			<title>Chinese Crack Down to Curb Spread of Tibetan Unrest</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=9ec036b6cc2532d6ac195d231cd8f18e</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/world/asia/chinese-crack-down-to-curb-spread-of-tibetan-unrest.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/world/asia/chinese-crack-down-to-curb-spread-of-tibetan-unrest.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/world/asia/chinese-crack-down-to-curb-spread-of-tibetan-unrest.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/world/29china1/29china1-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Armed Chinese soldiers patrolled Chengdu in southwest China on Friday.</media:description>\n			<media:credit>Peter Parks/Agence France-Presse &#x2014; Getty Images</media:credit>\n			<description>Confronting an outbreak of Tibetan protest in western Sichuan Province, Chinese authorities have cordoned off the area.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=9ec036b6cc2532d6ac195d231cd8f18e&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=9ec036b6cc2532d6ac195d231cd8f18e&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By MICHAEL WINES</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 23:43:56 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Chengdu (China)</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Demonstrations, Protests, and Riots</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Buddhism</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Tibet</category>\n		";
DateN[5] = "20120128234356";

Title[6] = "Gingrich Predicts &#x2018;Wild and Woolly&#x2019; Campaign";
Desc[6] = "Despite recent setbacks, Newt Gingrich pledged on Saturday to stay in the nominating fight until the end, vowing to a group in central Florida, &#x201C;We&#x2019;re going to the convention.&#x201D;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=c744f3e84831b5417e3fa16d351a90b2&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=c744f3e84831b5417e3fa16d351a90b2&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[6] = "By KATHARINE Q. SEELYE";
Link[6] = "http://feeds.nytimes.com/click.phdo?i=c744f3e84831b5417e3fa16d351a90b2";
Cat[6] = "\n		<item>\n			<title>Gingrich Predicts &#x2018;Wild and Woolly&#x2019; Campaign</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=c744f3e84831b5417e3fa16d351a90b2</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/us/politics/gingrich-ignoring-attacks-plays-up-ties-to-reagan.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/us/politics/gingrich-ignoring-attacks-plays-up-ties-to-reagan.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/us/politics/gingrich-ignoring-attacks-plays-up-ties-to-reagan.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/us/29campaign1/29campaign1-thumbStandard-v2.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Newt Gingrich and his wife, Callista, campaigned in Port St. Lucie,&#xA0;Fla. on Saturday.</media:description>\n			<media:credit>Marcus Yam for The New York Times</media:credit>\n			<description>Despite recent setbacks, Newt Gingrich pledged on Saturday to stay in the nominating fight until the end, vowing to a group in central Florida, &#x201C;We&#x2019;re going to the convention.&#x201D;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=c744f3e84831b5417e3fa16d351a90b2&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=c744f3e84831b5417e3fa16d351a90b2&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By KATHARINE Q. SEELYE</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 23:17:20 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Presidential Election of 2012</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Gingrich, Newt</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Florida</category>\n		";
DateN[6] = "20120128231720";

Title[7] = "Lobbyists Drop Egypt&#x2019;s Government as Client";
Desc[7] = "Tensions have grown since a crackdown by Egyptian authorities on several American nonprofit organizations.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=34f250c53a7497a1a6e2a7fd385b50b4&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=34f250c53a7497a1a6e2a7fd385b50b4&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[7] = "By RON NIXON";
Link[7] = "http://feeds.nytimes.com/click.phdo?i=34f250c53a7497a1a6e2a7fd385b50b4";
Cat[7] = "\n		<item>\n			<title>Lobbyists Drop Egypt&#x2019;s Government as Client</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=34f250c53a7497a1a6e2a7fd385b50b4</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/world/middleeast/us-lobbyists-drop-egypts-government-as-client.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/world/middleeast/us-lobbyists-drop-egypts-government-as-client.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/world/middleeast/us-lobbyists-drop-egypts-government-as-client.html?partner=rss&emc=rss\"/>\n			<description>Tensions have grown since a crackdown by Egyptian authorities on several American nonprofit organizations.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=34f250c53a7497a1a6e2a7fd385b50b4&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=34f250c53a7497a1a6e2a7fd385b50b4&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By RON NIXON</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 20:27:48 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Egypt</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Lobbying and Lobbyists</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">United States Politics and Government</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Middle East and North Africa Unrest (2010- )</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Livingston, Robert L</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Moffett, Toby</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Podesta, Tony</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">PLM Group Limited|PGL|TORONTO</category>\n		";
DateN[7] = "20120128202748";

Title[8] = "Vassar Applicants Are Mistakenly Told They Are Accepted";
Desc[8] = "A test letter mistakenly told 76 applicants, some in other countries, that they had been accepted to the school.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=618367e20eb7c95cc7b76267fc6954f7&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=618367e20eb7c95cc7b76267fc6954f7&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[8] = "By MATT FLEGENHEIMER";
Link[8] = "http://feeds.nytimes.com/click.phdo?i=618367e20eb7c95cc7b76267fc6954f7";
Cat[8] = "\n		<item>\n			<title>Vassar Applicants Are Mistakenly Told They Are Accepted</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=618367e20eb7c95cc7b76267fc6954f7</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/education/vassar-applicants-are-mistakenly-told-they-are-accepted.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/education/vassar-applicants-are-mistakenly-told-they-are-accepted.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/education/vassar-applicants-are-mistakenly-told-they-are-accepted.html?partner=rss&emc=rss\"/>\n			<description>A test letter mistakenly told 76 applicants, some in other countries, that they had been accepted to the school.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=618367e20eb7c95cc7b76267fc6954f7&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=618367e20eb7c95cc7b76267fc6954f7&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By MATT FLEGENHEIMER</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 22:06:10 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Vassar College</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Colleges and Universities</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_geo\">Poughkeepsie (NY)</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Admissions Standards</category>\n		";
DateN[8] = "20120128220610";

Title[9] = "For Jonathan Galassi, Unveiling the Heart in Poems";
Desc[9] = "New poems by the noted publisher Jonathan Galassi tell the story of a married, middle-aged man who falls in love with a younger man. &#x201C;It&#x2019;s about me,&#x201D; he said.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=ef96927b780b2e21a256fc1ee03df4fa&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=ef96927b780b2e21a256fc1ee03df4fa&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[9] = "By CHARLES McGRATH";
Link[9] = "http://feeds.nytimes.com/click.phdo?i=ef96927b780b2e21a256fc1ee03df4fa";
Cat[9] = "\n		<item>\n			<title>For Jonathan Galassi, Unveiling the Heart in Poems</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=ef96927b780b2e21a256fc1ee03df4fa</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/nyregion/for-jonathan-galassi-unveiling-the-heart-in-poems.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/nyregion/for-jonathan-galassi-unveiling-the-heart-in-poems.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/nyregion/for-jonathan-galassi-unveiling-the-heart-in-poems.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/nyregion/29GALASSI_SPAN/29GALASSI-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>&#x201C;I&#x2019;ve always used poetry to explain myself to myself,&#x201D; says Jonathan Galassi, president and publisher of Farrar, Straus and Giroux and author of &#x201C;Left-handed,&#x201D; a new collection of poems.</media:description>\n			<media:credit>Fred R. Conrad/The New York Times</media:credit>\n			<description>New poems by the noted publisher Jonathan Galassi tell the story of a married, middle-aged man who falls in love with a younger man. &#x201C;It&#x2019;s about me,&#x201D; he said.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=ef96927b780b2e21a256fc1ee03df4fa&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=ef96927b780b2e21a256fc1ee03df4fa&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By CHARLES McGRATH</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 23:23:38 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Galassi, Jonathan</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Poetry and Poets</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Same-Sex Marriage, Civil Unions and Domestic Partnerships</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Clegg, Bill</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Writing and Writers</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Books and Literature</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Marriages</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Book Trade and Publishing</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/mdes\">Dating and Courtship</category>\n		";
DateN[9] = "20120128232338";

Title[10] = "BlackBerry, Aiming to Avoid the Hall of Fallen Giants";
Desc[10] = "Some tech gadgets that once seemed indispensable have been mercilessly superseded over the years, and Research in Motion is trying to avoid that fate for its BlackBerry.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=91608a76a4f2a784737cee32f9c0d709&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=91608a76a4f2a784737cee32f9c0d709&p=1&quot;/&gt;&lt;/a&gt;\n";
Author[10] = "By SAM GROBART and IAN AUSTEN";
Link[10] = "http://feeds.nytimes.com/click.phdo?i=91608a76a4f2a784737cee32f9c0d709";
Cat[10] = "\n		<item>\n			<title>BlackBerry, Aiming to Avoid the Hall of Fallen Giants</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=91608a76a4f2a784737cee32f9c0d709</link>\n			<pheedo:origLink>http://www.nytimes.com/2012/01/29/business/blackberry-aiming-to-avoid-the-hall-of-fallen-giants.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2012/01/29/business/blackberry-aiming-to-avoid-the-hall-of-fallen-giants.html</guid>\n			<atom:link rel=\"standout\" href=\"http://www.nytimes.com/2012/01/29/business/blackberry-aiming-to-avoid-the-hall-of-fallen-giants.html?partner=rss&emc=rss\"/>\n			<media:content url=\"http://graphics8.nytimes.com/images/2012/01/29/business/29-RIM1/29-RIM1-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>The Blackberry 957.</media:description>\n			<media:credit/>\n			<description>Some tech gadgets that once seemed indispensable have been mercilessly superseded over the years, and Research in Motion is trying to avoid that fate for its BlackBerry.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;\n&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=91608a76a4f2a784737cee32f9c0d709&p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=91608a76a4f2a784737cee32f9c0d709&p=1&quot;/&gt;&lt;/a&gt;\n</description>\n			<dc:creator>By SAM GROBART and IAN AUSTEN</dc:creator>\n			<pubDate>Sat, 28 Jan 2012 23:14:19 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Wireless Communications</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Blackberry (Handheld Device)</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Smartphones</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Research In Motion Ltd|RIMM|NASDAQ</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Sony</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Polaroid</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Computer and Video Games</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Atari</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_org_all\">Palm</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/des\">Cameras</category>\n			<category domain=\"http://www.nytimes.com/namespaces/keywords/nyt_per\">Heins, Thorsten</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">Google Inc|GOOG|NASDAQ</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">Apple Incorporated|AAPL|NASDAQ</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">Microsoft Corporation|MSFT|NASDAQ</category>\n		";
DateN[10] = "20120128231419";

} // end with block

