
/*
 * -------
 * :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 = 12;
 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(12);
    }
    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 2010  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] = "20100903230739";
MetaKeys[5] = "MetaDesc";
MetaVals[5] = "\n		";


/* content vaues:
*/
Title[0] = "Private Sector in U.S. Added More Jobs Over the Summer";
Desc[0] = "American businesses added more jobs in the last three months than originally estimated, but the wheels of the economic recovery are still spinning in place.&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=cf0b9b80d3da29971fcac27af975ab56&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=cf0b9b80d3da29971fcac27af975ab56&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[0] = "By MOTOKO RICH";
Link[0] = "http://feeds.nytimes.com/click.phdo?i=cf0b9b80d3da29971fcac27af975ab56";
Cat[0] = "<item>\n			<title>Private Sector in U.S. Added More Jobs Over the Summer</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=cf0b9b80d3da29971fcac27af975ab56</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/business/economy/04jobs.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/business/economy/04jobs.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/business/economy/04jobs-395/04jobs-395-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Job seekers at a career fair this week in Denver. The private sector added jobs in August, the government said.</media:description>\n			<media:credit>John Moore/Getty Images</media:credit>\n			<description>American businesses added more jobs in the last three months than originally estimated, but the wheels of the economic recovery are still spinning in place.&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=cf0b9b80d3da29971fcac27af975ab56&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=cf0b9b80d3da29971fcac27af975ab56&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By MOTOKO RICH</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 22:48:10 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">United States Economy</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Labor and Jobs</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Unemployment</category>\n		";
DateN[0] = "20100903224810";

Title[1] = "Hurricane Weakens as It Hits the Coast";
Desc[1] = "A diminished Hurricane Earl on Friday churned north through the Atlantic toward the communities along Cape Cod.&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=bd77006cc2629e770213b412de9fd0a7&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=bd77006cc2629e770213b412de9fd0a7&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[1] = "By KATIE ZEZIMA and JACK HEALY";
Link[1] = "http://feeds.nytimes.com/click.phdo?i=bd77006cc2629e770213b412de9fd0a7";
Cat[1] = "\n		<item>\n			<title>Hurricane Weakens as It Hits the Coast</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=bd77006cc2629e770213b412de9fd0a7</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/us/04hurricane.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/us/04hurricane.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/nyregion/04hurricane_span/04hurricane_span-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>As Hurricane Earl approached, the Guttman family visited a beach on Long Island to take a family portrait.</media:description>\n			<media:credit>Nicole Bengiveno/The New York Times</media:credit>\n			<description>A diminished Hurricane Earl on Friday churned north through the Atlantic toward the communities along Cape Cod.&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=bd77006cc2629e770213b412de9fd0a7&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=bd77006cc2629e770213b412de9fd0a7&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By KATIE ZEZIMA and JACK HEALY</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 22:54:17 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Hurricanes and Tropical Storms</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_keyword\">Hurricane Earl</category>\n		";
DateN[1] = "20100903225417";

Title[2] = "Rangel Should Leave Office, Manhattan Voters Tell Poll";
Desc[2] = "The poll revealed a reversal in public sentiment toward Representative Charles B. Rangel in light of charges of ethical violations.&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=78752280121e8f34449e7e99210f8a2b&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=78752280121e8f34449e7e99210f8a2b&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[2] = "By MICHAEL BARBARO  and MARJORIE CONNELLY";
Link[2] = "http://feeds.nytimes.com/click.phdo?i=78752280121e8f34449e7e99210f8a2b";
Cat[2] = "\n		<item>\n			<title>Rangel Should Leave Office, Manhattan Voters Tell Poll</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=78752280121e8f34449e7e99210f8a2b</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/nyregion/04rangel.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/nyregion/04rangel.html</guid>\n			<description>The poll revealed a reversal in public sentiment toward Representative Charles B. Rangel in light of charges of ethical violations.&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=78752280121e8f34449e7e99210f8a2b&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=78752280121e8f34449e7e99210f8a2b&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By MICHAEL BARBARO  and MARJORIE CONNELLY</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 22:20:02 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Rangel, Charles B</category>\n			<category domain=\"http://www.nytimes.com/namespaces/mdes\">Ethics</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Polls and Public Opinion</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Elections</category>\n			<category domain=\"http://www.nytimes.com/namespaces/mdes\">United States Politics and Government</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">House of Representatives</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_geo\">Manhattan (NYC)</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_keyword\">New York Times Poll</category>\n		";
DateN[2] = "20100903222002";

Title[3] = "Pessimism Permeates Mideast Media on Peace Talks";
Desc[3] = "Many Palestinian and Israeli commentators described this week&#x2019;s talks in Washington as mere political theater.&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=98df61f26c1879fb055301b639700ae2&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=98df61f26c1879fb055301b639700ae2&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[3] = "By ETHAN BRONNER";
Link[3] = "http://feeds.nytimes.com/click.phdo?i=98df61f26c1879fb055301b639700ae2";
Cat[3] = "\n		<item>\n			<title>Pessimism Permeates Mideast Media on Peace Talks</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=98df61f26c1879fb055301b639700ae2</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/world/middleeast/04mideast.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/world/middleeast/04mideast.html</guid>\n			<description>Many Palestinian and Israeli commentators described this week&#x2019;s talks in Washington as mere political theater.&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=98df61f26c1879fb055301b639700ae2&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=98df61f26c1879fb055301b639700ae2&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By ETHAN BRONNER</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 21:55:52 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_geo\">Israel</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_geo\">West Bank</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_geo\">Gaza Strip</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Palestinians</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Israeli Settlements</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">United States International Relations</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">Hamas</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">Palestinian Authority</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Abbas, Mahmoud</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Netanyahu, Benjamin</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Horovitz, David</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Obama, Barack</category>\n		";
DateN[3] = "20100903215552";

Title[4] = "Syria Moves to Curb Influence of Muslim Conservatives";
Desc[4] = "The country, which had sought to show solidarity with Islamic groups and allow religious figures a greater role in public life, has recently reversed course.&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=a19a6375a0dcac86bf51ec07bf019c8a&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=a19a6375a0dcac86bf51ec07bf019c8a&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[4] = "By KAREEM FAHIM";
Link[4] = "http://feeds.nytimes.com/click.phdo?i=a19a6375a0dcac86bf51ec07bf019c8a";
Cat[4] = "\n		<item>\n			<title>Syria Moves to Curb Influence of Muslim Conservatives</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=a19a6375a0dcac86bf51ec07bf019c8a</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/world/middleeast/04syria.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/world/middleeast/04syria.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/world/middleeast/04syria-cnd/04syria-cnd-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>A woman with a veiled face walks through Damascus&#x2019; old city.</media:description>\n			<media:credit>Bryan Denton for The New York Times</media:credit>\n			<description>The country, which had sought to show solidarity with Islamic groups and allow religious figures a greater role in public life, has recently reversed course.&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=a19a6375a0dcac86bf51ec07bf019c8a&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=a19a6375a0dcac86bf51ec07bf019c8a&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By KAREEM FAHIM</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 22:51:50 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_geo\">Syria</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Islam</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Politics and Government</category>\n			<category domain=\"http://www.nytimes.com/namespaces/mdes\">Muslim Veiling</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Assad, Bashar Al-</category>\n		";
DateN[4] = "20100903225150";

Title[5] = "G.O.P. Poised to Control 30 Governor Seats";
Desc[5] = "Republicans are on track to win approximately 30 governor seats in November, up from 23 now, according to the FiveThirtyEight forecasting model.&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=0dce6740b9adf4a324066db1d93313bd&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=0dce6740b9adf4a324066db1d93313bd&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[5] = "By NATE SILVER";
Link[5] = "http://feeds.nytimes.com/click.phdo?i=0dce6740b9adf4a324066db1d93313bd";
Cat[5] = "\n		<item>\n			<title>G.O.P. Poised to Control 30 Governor Seats</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=0dce6740b9adf4a324066db1d93313bd</link>\n			<pheedo:origLink>http://fivethirtyeight.blogs.nytimes.com/2010/09/03/g-o-p-poised-to-control-30-governors-seats/?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://fivethirtyeight.blogs.nytimes.com/2010/09/03/g-o-p-poised-to-control-30-governors-seats/</guid>\n			<description>Republicans are on track to win approximately 30 governor seats in November, up from 23 now, according to the FiveThirtyEight forecasting model.&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=0dce6740b9adf4a324066db1d93313bd&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=0dce6740b9adf4a324066db1d93313bd&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By NATE SILVER</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 21:14:26 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/\">2010 midterm elections</category>\n			<category domain=\"http://www.nytimes.com/namespaces/\">governors</category>\n			<category domain=\"http://www.nytimes.com/namespaces/\">governors forecast</category>\n			<category domain=\"http://www.nytimes.com/namespaces/\">redistricting</category>\n		";
DateN[5] = "20100903211426";

Title[6] = "Your Money: How Debt Can Destroy a Budding Relationship";
Desc[6] = "Because one person&#x2019;s debt becomes a shared responsibility in marriage, when do you reveal a substantial liability?&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=e3387a97cb4af9a32dbc67971f27e682&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=e3387a97cb4af9a32dbc67971f27e682&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[6] = "By RON LIEBER";
Link[6] = "http://feeds.nytimes.com/click.phdo?i=e3387a97cb4af9a32dbc67971f27e682";
Cat[6] = "\n		<item>\n			<title>Your Money: How Debt Can Destroy a Budding Relationship</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=e3387a97cb4af9a32dbc67971f27e682</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/your-money/04money.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/your-money/04money.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/your-money/04money-web/04money-web-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Ms. Tidwell will probably rack up $250,000 in debt by the time she is done with school.</media:description>\n			<media:credit>Tami Chappell for The New York Times</media:credit>\n			<description>Because one person&#x2019;s debt becomes a shared responsibility in marriage, when do you reveal a substantial liability?&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=e3387a97cb4af9a32dbc67971f27e682&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=e3387a97cb4af9a32dbc67971f27e682&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By RON LIEBER</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 22:40:02 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/mdes\">Personal Finances</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Dating and Courtship</category>\n			<category domain=\"http://www.nytimes.com/namespaces/mdes\">Student Loans</category>\n		";
DateN[6] = "20100903224002";

Title[7] = "7.1 Earthquake Hits New Zealand";
Desc[7] = "A major earthquake hit west of Christchurch early Saturday morning, causing no immediate reports of casualties but widespread damage, authorities 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=aa35826dbc3b7ce90785072e39cda423&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=aa35826dbc3b7ce90785072e39cda423&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[7] = "By REUTERS";
Link[7] = "http://feeds.nytimes.com/click.phdo?i=aa35826dbc3b7ce90785072e39cda423";
Cat[7] = "\n		<item>\n			<title>7.1 Earthquake Hits New Zealand</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=aa35826dbc3b7ce90785072e39cda423</link>\n			<pheedo:origLink>http://www.nytimes.com/reuters/2010/09/03/world/international-us-quake-newzealand.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/reuters/2010/09/03/world/international-us-quake-newzealand.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/world/04quake2_span/04quake2_span-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>A police officer is seen on a street blocked by rubble from a damaged building following a 7.4-magnitude earthquake in central Christchurch, New Zealand, early Saturday</media:description>\n			<media:credit>David Alexander/NZPA, via Associated Press</media:credit>\n			<description>A major earthquake hit west of Christchurch early Saturday morning, causing no immediate reports of casualties but widespread damage, authorities 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=aa35826dbc3b7ce90785072e39cda423&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=aa35826dbc3b7ce90785072e39cda423&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By REUTERS</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 23:04:09 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_geo\">New Zealand</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Earthquakes</category>\n		";
DateN[7] = "20100903230409";

Title[8] = "Failed Blowout Preventer Is Removed, BP Says";
Desc[8] = "The blowout preventer, which is considered a key piece of evidence in the Gulf of Mexico spill investigation, will now be raised to the surface.&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=ecaa642ba0f3ebdea25388130b1f1c60&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=ecaa642ba0f3ebdea25388130b1f1c60&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[8] = "By THE ASSOCIATED PRESS";
Link[8] = "http://feeds.nytimes.com/click.phdo?i=ecaa642ba0f3ebdea25388130b1f1c60";
Cat[8] = "";
DateN[8] = "20100903224435";

Title[9] = "Taliban Claim Deadly Attack in Pakistan";
Desc[9] = "The explosion, two days after another attack, killed at least 40 people, as militants intensify their campaign to destabilize the Pakistani government.&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=80ecba21f238164e71c4bfe89a22b5e2&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=80ecba21f238164e71c4bfe89a22b5e2&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[9] = "By SALMAN MASOOD";
Link[9] = "http://feeds.nytimes.com/click.phdo?i=80ecba21f238164e71c4bfe89a22b5e2";
Cat[9] = "\n		<item>\n			<title>Taliban Claim Deadly Attack in Pakistan</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=80ecba21f238164e71c4bfe89a22b5e2</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/world/asia/04pstan.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/world/asia/04pstan.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/world/04pstan1-cnd/04pstan1-cnd-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>The aftermath of an explosion during a Shiite procession in Quetta, Pakistan on Friday.</media:description>\n			<media:credit>Arshad Butt/Associated Press</media:credit>\n			<description>The explosion, two days after another attack, killed at least 40 people, as militants intensify their campaign to destabilize the Pakistani government.&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=80ecba21f238164e71c4bfe89a22b5e2&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=80ecba21f238164e71c4bfe89a22b5e2&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By SALMAN MASOOD</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 22:55:40 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_geo\">Pakistan</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Shiite Muslims</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Bombs and Explosives</category>\n		";
DateN[9] = "20100903225540";

Title[10] = "Director Says He Left Met Production in Visa Spat";
Desc[10] = "Peter Stein, a German opera director, said he had been offended by his treatment after applying for a U.S. visa.&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=1bf2340a59efa1b5010435482b931573&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=1bf2340a59efa1b5010435482b931573&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[10] = "By DANIEL J. WAKIN";
Link[10] = "http://feeds.nytimes.com/click.phdo?i=1bf2340a59efa1b5010435482b931573";
Cat[10] = "\n		<item>\n			<title>Director Says He Left Met Production in Visa Spat</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=1bf2340a59efa1b5010435482b931573</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/arts/music/04stein.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/arts/music/04stein.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/arts/stein-1/stein-1-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Peter Stein said that he had been treated poorly when he sought a United States work visa and that Peter Gelb of the Metropolitan Opera had been unsympathetic.</media:description>\n			<media:credit>Stephanie Berger</media:credit>\n			<description>Peter Stein, a German opera director, said he had been offended by his treatment after applying for a U.S. visa.&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=1bf2340a59efa1b5010435482b931573&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=1bf2340a59efa1b5010435482b931573&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By DANIEL J. WAKIN</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 22:21:58 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Opera</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Stein, Peter</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_org_all\">Metropolitan Opera</category>\n		";
DateN[10] = "20100903222158";

Title[11] = "Harrison Can&#x2019;t Capitalize on His Moment";
Desc[11] = "A thrilling battle for 18-year-old American Ryan Harrison ended in disappointment on Friday.&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=8d1e93f76445de8a6ddee84008eb4a6c&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=8d1e93f76445de8a6ddee84008eb4a6c&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;";
Author[11] = "By LIZ ROBBINS";
Link[11] = "http://feeds.nytimes.com/click.phdo?i=8d1e93f76445de8a6ddee84008eb4a6c";
Cat[11] = "\n		<item>\n			<title>Harrison Can&#x2019;t Capitalize on His Moment</title>\n			<link>http://feeds.nytimes.com/click.phdo?i=8d1e93f76445de8a6ddee84008eb4a6c</link>\n			<pheedo:origLink>http://www.nytimes.com/2010/09/04/sports/tennis/04tennis.html?partner=rss&amp;emc=rss</pheedo:origLink>\n			<guid isPermaLink=\"false\">http://www.nytimes.com/2010/09/04/sports/tennis/04tennis.html</guid>\n			<media:content url=\"http://graphics8.nytimes.com/images/2010/09/04/sports/04tennis3/04tennis3-thumbStandard.jpg\" medium=\"image\" height=\"75\" width=\"75\"/>\n			<media:description>Until his sudden unraveling, Ryan Harrison, ranked No. 220 in the world, displayed a potent mix of pace and a fearless serve.</media:description>\n			<media:credit>Ben Solomon for The New York Times</media:credit>\n			<description>A thrilling battle for 18-year-old American Ryan Harrison ended in disappointment on Friday.&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=8d1e93f76445de8a6ddee84008eb4a6c&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=8d1e93f76445de8a6ddee84008eb4a6c&p=1&quot;/&gt;&lt;/a&gt;\n&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://segment-pixel.invitemedia.com/pixel?code=Business&partnerID=167&key=segment&quot;/&gt;&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29518.rss.Business.18272,cat.Business.rss&quot;/&gt;</description>\n			<dc:creator>By LIZ ROBBINS</dc:creator>\n			<pubDate>Fri, 03 Sep 2010 21:48:22 GMT</pubDate>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">United States Open (Tennis)</category>\n			<category domain=\"http://www.nytimes.com/namespaces/nyt_per\">Harrison, Ryan</category>\n			<category domain=\"http://www.nytimes.com/namespaces/des\">Tennis</category>\n		";
DateN[11] = "20100903214822";

} // end with block
