
/*
 * -------
 * :ATTRIBUTION NOTICE BEGINS
 *
 * The following JSMsg functions are:
 * 
 *    (C) Copyright 2002 - 2004, 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 nn_JSMsg() {

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

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



 this.ShortListSize = 15;
 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.GetMsgN = function()
 {
	return(this.ShortListSize);
 }

 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 Link LinkTitle DayN Day2N MonthN Month2N Year2N Year4N YearN Year Time Hour2N Minute2N ") ) {
         return(1);

    }
    else if( this.is(msgCmd, "MetaCount") ) {
        return(15);
    }
    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);
    }
 }

     

}

nn = new nn_JSMsg();

/* how slow is the with statement */

with( nn ) {
/* Meta values
*/
MetaKeys[0] = "MetaCopyright";
MetaVals[0] = "Copyright 2010, USATODAY.com, USA TODAY";
MetaKeys[1] = "MetaTitle";
MetaVals[1] = "USATODAY.com World News";
MetaKeys[2] = "MetaLink";
MetaVals[2] = "http://www.usatoday.com/news/world/default.htm";
MetaKeys[3] = "MetaLinkTitle";
MetaVals[3] = "<A HREF=\"http://www.usatoday.com/news/world/default.htm\" CLASS=\"JSMsg\">USATODAY.com World News</A>";
MetaKeys[4] = "MetaUpdateDate";
MetaVals[4] = "20100905020545";
MetaKeys[5] = "MetaDesc";
MetaVals[5] = "http://www.usatoday.com/news/world/default.htm";


/* content vaues:
*/
Title[0] = "Buildings collapse, 2 injured in powerful N.Z. quake";
Desc[0] = "The powerful 7.1-magnitude earthquake that smashed buildings, cracked roads and twisted rail lines around the New Zealand city of Christchurch ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/1G9prILA2J5qc_YVWXM87CBPdwo/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/1G9prILA2J5qc_YVWXM87CBPdwo/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/1G9prILA2J5qc_YVWXM87CBPdwo/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/1G9prILA2J5qc_YVWXM87CBPdwo/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/AR-pBpoklWU\" height=\"1\" width=\"1\"/&gt;";
Link[0] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/AR-pBpoklWU/2010-09-03-new-zealand-earthquake_N.htm";
DateN[0] = "20100905002006";

Title[1] = "Possible talks with Afghan insurgents draw closer";
Desc[1] = "In a further step toward reconciling with insurgents, President Hamid Karzai said Saturday he will soon name the members of a council tasked ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/QplLYFHieLOUBaAZYSgdUoBeq1k/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/QplLYFHieLOUBaAZYSgdUoBeq1k/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/QplLYFHieLOUBaAZYSgdUoBeq1k/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/QplLYFHieLOUBaAZYSgdUoBeq1k/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/hJAK-Mkndi0\" height=\"1\" width=\"1\"/&gt;";
Link[1] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/hJAK-Mkndi0/2010-09-04-afghanistan_N.htm";
DateN[1] = "20100904214731";

Title[2] = "Death toll rises to 65 in attack on Pakistanis";
Desc[2] = "The death toll from a Pakistani Taliban suicide attack on a Shiite Muslim procession rose to 65 Saturday as critically wounded people died in ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/D47zzeIDdSjJgfPqpKLFLz6CMy8/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/D47zzeIDdSjJgfPqpKLFLz6CMy8/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/D47zzeIDdSjJgfPqpKLFLz6CMy8/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/D47zzeIDdSjJgfPqpKLFLz6CMy8/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/xeNZU_UeI1w\" height=\"1\" width=\"1\"/&gt;";
Link[2] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/xeNZU_UeI1w/2010-09-04-pakistan-attacks_N.htm";
DateN[2] = "20100904190114";

Title[3] = "Many Pakistanis still waiting for flood aid";
Desc[3] = "Abdul Rehman and his family live under a tree next to a pile of rubble on a newly created island where his house used to be.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/SDP9J9rTQRlOG8uo6LrqyE2sSmY/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/SDP9J9rTQRlOG8uo6LrqyE2sSmY/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/SDP9J9rTQRlOG8uo6LrqyE2sSmY/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/SDP9J9rTQRlOG8uo6LrqyE2sSmY/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/hxT5CN_gmeQ\" height=\"1\" width=\"1\"/&gt;";
Link[3] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/hxT5CN_gmeQ/2010-09-04-pakistan-floods_N.htm";
DateN[3] = "20100904154358";

Title[4] = "Protesters hurl shoes, eggs at Tony Blair in Dublin";
Desc[4] = "Anti-war protesters hurled shoes and eggs at Tony Blair on Saturday as he held the first public signing of his fast-selling memoir.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/NQcCfSJ_d09KGWBC3kAlronyYOo/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/NQcCfSJ_d09KGWBC3kAlronyYOo/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/NQcCfSJ_d09KGWBC3kAlronyYOo/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/NQcCfSJ_d09KGWBC3kAlronyYOo/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/dAwCQLRTt4E\" height=\"1\" width=\"1\"/&gt;";
Link[4] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/dAwCQLRTt4E/2010-09-04-blair-ireland_N.htm";
DateN[4] = "20100904165317";

Title[5] = "Nine die in New Zealand skydiving plane crash";
Desc[5] = "Nine people have died after a light aircraft belonging to a skydiving company burst into flames and crashed Saturday near a popular tourist spot ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/tOd1o7kMSIcGjXLi2xBwmb0dTTs/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/tOd1o7kMSIcGjXLi2xBwmb0dTTs/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/tOd1o7kMSIcGjXLi2xBwmb0dTTs/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/tOd1o7kMSIcGjXLi2xBwmb0dTTs/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/eCqT2thGDCs\" height=\"1\" width=\"1\"/&gt;";
Link[5] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/eCqT2thGDCs/2010-09-04-newzealand-plane-crash_N.htm";
DateN[5] = "20100904065046";

Title[6] = "Two lawmakers among six dead in Mexico plane crash";
Desc[6] = "A plane crash in southern Mexico killed all six people on board Friday, including two federal legislators and two mayors-elect.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/LQsM3YgoEAOtk0swnX3hIUzhOVM/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/LQsM3YgoEAOtk0swnX3hIUzhOVM/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/LQsM3YgoEAOtk0swnX3hIUzhOVM/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/LQsM3YgoEAOtk0swnX3hIUzhOVM/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/gBvRND_98hw\" height=\"1\" width=\"1\"/&gt;";
Link[6] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/gBvRND_98hw/2010-09-03-mexico-plane-crash_N.htm";
DateN[6] = "20100904015623";

Title[7] = "NASA advises Chile on trapped, isolated miners";
Desc[7] = "A team of NASA doctors and engineers recommended Friday that Chilean authorities regulate the day-and-night sleep patterns of 33 trapped miners, ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/AJ4O3iO4zHr2eOzQ_FxcBg37a6E/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/AJ4O3iO4zHr2eOzQ_FxcBg37a6E/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/AJ4O3iO4zHr2eOzQ_FxcBg37a6E/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/AJ4O3iO4zHr2eOzQ_FxcBg37a6E/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/QV2c_zRj2Kg\" height=\"1\" width=\"1\"/&gt;";
Link[7] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/QV2c_zRj2Kg/2010-09-03-chile-miners-nasa_N.htm";
DateN[7] = "20100904004304";

Title[8] = "U.S. punishes Mexico for human rights abuses";
Desc[8] = "The U.S. government punished Mexico on Friday for human rights abuses in its war against drug cartels, cutting $26 million from an upcoming $175 ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/xQF7BwMwtwHGENIWF5aqdUrTB04/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/xQF7BwMwtwHGENIWF5aqdUrTB04/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/xQF7BwMwtwHGENIWF5aqdUrTB04/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/xQF7BwMwtwHGENIWF5aqdUrTB04/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/XnWsxULD-UU\" height=\"1\" width=\"1\"/&gt;";
Link[8] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/XnWsxULD-UU/2010-09-03-mexico-rights-abuses_N.htm";
DateN[8] = "20100904010521";

Title[9] = "Indonesian volcano spews new burst of ash   ";
Desc[9] = "An Indonesian volcano that was quiet for four centuries shot a new, powerful burst of hot ash more than 10,000 feet (three kilometers) in the ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/2cVoD7NByylpk2zp24KwMsX4B7I/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/2cVoD7NByylpk2zp24KwMsX4B7I/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/2cVoD7NByylpk2zp24KwMsX4B7I/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/2cVoD7NByylpk2zp24KwMsX4B7I/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/g7Etl8FSLCo\" height=\"1\" width=\"1\"/&gt;";
Link[9] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/g7Etl8FSLCo/2010-09-03-volcano_N.htm";
DateN[9] = "20100903142713";

Title[10] = "Fidel Castro dusts off military uniform";
Desc[10] = "Fidel Castro dusted off his military fatigues for the first time since stepping down as president four years ago, a symbolic act in a Communist ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/pXovb9MQ-mOMReyO70wg3s62jik/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/pXovb9MQ-mOMReyO70wg3s62jik/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/pXovb9MQ-mOMReyO70wg3s62jik/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/pXovb9MQ-mOMReyO70wg3s62jik/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/sjuzUTji9so\" height=\"1\" width=\"1\"/&gt;";
Link[10] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/sjuzUTji9so/2010-09-03-fidel-castro-cuba_N.htm";
DateN[10] = "20100903152245";

Title[11] = "Pakistani Taliban claim suicide bombing that killed 43";
Desc[11] = "A suicide bombing claimed by the Pakistani Taliban killed at least 43 Shiite Muslims at a procession in southwest Pakistan. The assault sharply ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/BIoa1vp8LTV9TQBDQLxF6ZrBHFI/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/BIoa1vp8LTV9TQBDQLxF6ZrBHFI/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/BIoa1vp8LTV9TQBDQLxF6ZrBHFI/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/BIoa1vp8LTV9TQBDQLxF6ZrBHFI/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/O8ztkEE9uj0\" height=\"1\" width=\"1\"/&gt;";
Link[11] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/O8ztkEE9uj0/2010-09-03-pakistan-attacks_N.htm";
DateN[11] = "20100904031501";

Title[12] = "U.S., S. Korea to hold further naval drills";
Desc[12] = "South Korea and the United States will hold joint anti-submarine exercises in another show of force against North Korea, officials said Friday, ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/xFYZJI3ByTJrWcg9KYUFWo5DREk/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/xFYZJI3ByTJrWcg9KYUFWo5DREk/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/xFYZJI3ByTJrWcg9KYUFWo5DREk/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/xFYZJI3ByTJrWcg9KYUFWo5DREk/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/7iQiXkn5M4k\" height=\"1\" width=\"1\"/&gt;";
Link[12] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/7iQiXkn5M4k/2010-09-03-korea-military-drills_N.htm";
DateN[12] = "20100903121427";

Title[13] = "Gates visits U.S. forces in southern Afghanistan";
Desc[13] = "As the last of 30,000 U.S. reinforcements arrive in Afghanistan, Defense Secretary Robert Gates on Friday got a firsthand look at operations ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/TJrHqDwFIVjqxnxC4lnfC423NaY/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/TJrHqDwFIVjqxnxC4lnfC423NaY/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/TJrHqDwFIVjqxnxC4lnfC423NaY/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/TJrHqDwFIVjqxnxC4lnfC423NaY/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/aHQvfwrH854\" height=\"1\" width=\"1\"/&gt;";
Link[13] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/aHQvfwrH854/2010-09-03-gates-ustroops_N.htm";
DateN[13] = "20100903072552";

Title[14] = "Small gains made in Mideast peace talks";
Desc[14] = "Israelis and Palestinians have embarked on another round of peace talks  an outcome that Middle East experts said is about as good as it gets ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/u2dt6YtNsKnEAhKV3EBrFMXfsK8/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/u2dt6YtNsKnEAhKV3EBrFMXfsK8/0/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;\n\n&lt;a href=\"http://feedads.g.doubleclick.net/~at/u2dt6YtNsKnEAhKV3EBrFMXfsK8/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/u2dt6YtNsKnEAhKV3EBrFMXfsK8/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomWorld-TopStories/~4/OrIxsgeDr8E\" height=\"1\" width=\"1\"/&gt;";
Link[14] = "http://rssfeeds.usatoday.com/~r/UsatodaycomWorld-TopStories/~3/OrIxsgeDr8E/2010-09-03-mideast03_ST_N.htm";
DateN[14] = "20100903045248";

} // end with block
