
/*
 * -------
 * :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 Money News";
MetaKeys[2] = "MetaLink";
MetaVals[2] = "http://www.usatoday.com/money/default.htm";
MetaKeys[3] = "MetaLinkTitle";
MetaVals[3] = "<A HREF=\"http://www.usatoday.com/money/default.htm\" CLASS=\"JSMsg\">USATODAY.com Money News</A>";
MetaKeys[4] = "MetaUpdateDate";
MetaVals[4] = "20100905021355";
MetaKeys[5] = "MetaDesc";
MetaVals[5] = "http://www.usatoday.com/money/default.htm";


/* content vaues:
*/
Title[0] = "Celebrity chef Mario Batali bets on food and wine emporium ";
Desc[0] = "No need to head to Europe for a sumptuous home-cooked Italian meal, says celebrity chef and author Mario Batali. \"We are bringing the Italian ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/sw7cjO5tpqqfGXI78gVqC8nGNps/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/sw7cjO5tpqqfGXI78gVqC8nGNps/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/sw7cjO5tpqqfGXI78gVqC8nGNps/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/sw7cjO5tpqqfGXI78gVqC8nGNps/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/fjlTz24U4EM\" height=\"1\" width=\"1\"/&gt;";
Link[0] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/fjlTz24U4EM/2010-09-04-mario-batali-food-megastore_N.htm";
DateN[0] = "20100904221743";

Title[1] = "Big-name retailers Gap, Zara hit the international Internet";
Desc[1] = "As spending in malls and stores remains sluggish, the strength of online fashion sales is enticing big-name international retailers to join the ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/B-Awr9EHvSSRo1-yvS3qRfxMzoo/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/B-Awr9EHvSSRo1-yvS3qRfxMzoo/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/B-Awr9EHvSSRo1-yvS3qRfxMzoo/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/B-Awr9EHvSSRo1-yvS3qRfxMzoo/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/tvsenXlwCY0\" height=\"1\" width=\"1\"/&gt;";
Link[1] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/tvsenXlwCY0/2010-09-04-retailers-international-internet_N.htm";
DateN[1] = "20100904142642";

Title[2] = " Review: Updated 2011 Honda Accord is good, but not great ";
Desc[2] = "Honda massaged the Accord for the 2011 model year and came up with normal cosmetic tweaks  and a notable boost in fuel economy.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/2ooIDei2MMW_kjoGDco8nkihlu4/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/2ooIDei2MMW_kjoGDco8nkihlu4/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/2ooIDei2MMW_kjoGDco8nkihlu4/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/2ooIDei2MMW_kjoGDco8nkihlu4/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/JkWDxYWJFKY\" height=\"1\" width=\"1\"/&gt;";
Link[2] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/JkWDxYWJFKY/2010-09-02-test-drive-accord_N.htm";
DateN[2] = "20100903235037";

Title[3] = "Summer jobs hit all-time low for youths";
Desc[3] = "The worst summer on record for young people who wanted a job is staggering to an end this Labor Day weekend.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/aREGOQwbWqYBmMwSOejFfllepDU/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/aREGOQwbWqYBmMwSOejFfllepDU/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/aREGOQwbWqYBmMwSOejFfllepDU/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/aREGOQwbWqYBmMwSOejFfllepDU/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/NNs7enbN_Ns\" height=\"1\" width=\"1\"/&gt;";
Link[3] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/NNs7enbN_Ns/2010-09-03-youth-unemployment_N.htm";
DateN[3] = "20100904035738";

Title[4] = "Stocks extend September rally; Dow positive for year";
Desc[4] = "Stocks extended their rally Friday after a relatively encouraging report on the jobs market lifted hopes about the pace of economic growth.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/fHzBjADRGXwtEa1D0tD6V3_T-js/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/fHzBjADRGXwtEa1D0tD6V3_T-js/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/fHzBjADRGXwtEa1D0tD6V3_T-js/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/fHzBjADRGXwtEa1D0tD6V3_T-js/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/fEF4vohaUDg\" height=\"1\" width=\"1\"/&gt;";
Link[4] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/fEF4vohaUDg/2010-09-03-stocks-friday_N.htm";
DateN[4] = "20100903231749";

Title[5] = "Mystery Car 50: Of this planet?";
Desc[5] = "We know what you\'re thinking: is this a Mystery Car or is it some sort of ground-effects vehicle from another planet? Well, it\'s a car. And it ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/Z4Gp4HTSfVBibZnLf_IDUBG69cY/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/Z4Gp4HTSfVBibZnLf_IDUBG69cY/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/Z4Gp4HTSfVBibZnLf_IDUBG69cY/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/Z4Gp4HTSfVBibZnLf_IDUBG69cY/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/0wKxBuukhqM\" height=\"1\" width=\"1\"/&gt;";
Link[5] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/0wKxBuukhqM/1";
DateN[5] = "20100903165900";

Title[6] = "Corn prices surge to record high amid concerns about yield";
Desc[6] = "Corn prices surged to a record high for the year Friday as traders questioned whether crop yields will fall short of expectations.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/e1Oh9mAzf2Uuntfbe7fK9cBNtLI/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/e1Oh9mAzf2Uuntfbe7fK9cBNtLI/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/e1Oh9mAzf2Uuntfbe7fK9cBNtLI/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/e1Oh9mAzf2Uuntfbe7fK9cBNtLI/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/gZ9PGtl7r_o\" height=\"1\" width=\"1\"/&gt;";
Link[6] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/gZ9PGtl7r_o/2010-09-03-corn-prices_N.htm";
DateN[6] = "20100903213404";

Title[7] = "Harley-Davidson, union reach proposed labor agreement   ";
Desc[7] = "Harley-Davidson Motor Co. and its union leaders have reached a proposed labor agreement that would keep manufacturing operations in Wisconsin ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/yzwS4sqfype7t7Dd_k2JD4urRX0/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/yzwS4sqfype7t7Dd_k2JD4urRX0/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/yzwS4sqfype7t7Dd_k2JD4urRX0/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/yzwS4sqfype7t7Dd_k2JD4urRX0/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/bVvhpRH9U8c\" height=\"1\" width=\"1\"/&gt;";
Link[7] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/bVvhpRH9U8c/2010-09-03-harley-staying-milwaukee_N.htm";
DateN[7] = "20100903212811";

Title[8] = "Goldcorp to buy Andean Resources for $3.42B";
Desc[8] = "Canada\'s Goldcorp said Friday it has agreed to buy Andean Resources for about $3.42 billion, trumping a rival bid from Eldorado Gold.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/IvB6rf6HIabBsuvTsSMfeb9lXDY/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/IvB6rf6HIabBsuvTsSMfeb9lXDY/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/IvB6rf6HIabBsuvTsSMfeb9lXDY/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/IvB6rf6HIabBsuvTsSMfeb9lXDY/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/tUXviVSSMRg\" height=\"1\" width=\"1\"/&gt;";
Link[8] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/tUXviVSSMRg/2010-09-03-gold-deal_N.htm";
DateN[8] = "20100903211517";

Title[9] = "Obama planning new package of economic aid  to spark job growth";
Desc[9] = "Eager to jumpstart the economy ahead of crucial midterm elections, President Obama said Friday he intends to unveil a new package of proposals, ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/DmHoQV1XhfOvRGpuSfGqhO_Nwcw/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/DmHoQV1XhfOvRGpuSfGqhO_Nwcw/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/DmHoQV1XhfOvRGpuSfGqhO_Nwcw/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/DmHoQV1XhfOvRGpuSfGqhO_Nwcw/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/Jqv19mv79a8\" height=\"1\" width=\"1\"/&gt;";
Link[9] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/Jqv19mv79a8/2010-09-03-obama-economic-aid_N.htm";
DateN[9] = "20100903232453";

Title[10] = "Outbreak linked to ground beef puts focus on meat oversight   ";
Desc[10] = "The first outbreak linked to a rare strain of E. coli in ground beef is prompting a fresh look at tougher regulations to protect the nation\'s ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/TRYykvzJDdGWqAJpHxHbcFpOI58/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/TRYykvzJDdGWqAJpHxHbcFpOI58/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/TRYykvzJDdGWqAJpHxHbcFpOI58/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/TRYykvzJDdGWqAJpHxHbcFpOI58/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/I0_eJAooC0g\" height=\"1\" width=\"1\"/&gt;";
Link[10] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/I0_eJAooC0g/2010-09-03-e-coli_N.htm";
DateN[10] = "20100903213655";

Title[11] = "Mattel accuses toy rival MGA of hiding assets ";
Desc[11] = "Toymaker Mattel has filed a lawsuit alleging MGA Entertainment fraudulently transferred hundreds of millions of dollars to keep Mattel from collecting ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/xKDyCtw1d7WORo3__ziFp3Q79O8/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/xKDyCtw1d7WORo3__ziFp3Q79O8/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/xKDyCtw1d7WORo3__ziFp3Q79O8/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/xKDyCtw1d7WORo3__ziFp3Q79O8/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/M7SIYn7fuik\" height=\"1\" width=\"1\"/&gt;";
Link[11] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/M7SIYn7fuik/2010-09-03-mattel-bratz_N.htm";
DateN[11] = "20100903194537";

Title[12] = "Loss of gov\'t jobs hits payrolls, but companies add 67,000 jobs ";
Desc[12] = "Private employers hired more workers the past three months than first thought, lifting hopes for the weak economy. But the unemployment rate ...\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/TirLYT8RfQpU748NiOfNY45gdV0/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/TirLYT8RfQpU748NiOfNY45gdV0/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/TirLYT8RfQpU748NiOfNY45gdV0/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/TirLYT8RfQpU748NiOfNY45gdV0/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/J7l4annpG5A\" height=\"1\" width=\"1\"/&gt;";
Link[12] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/J7l4annpG5A/2010-09-03-jobs-aug_N.htm";
DateN[12] = "20100903232417";

Title[13] = "Shares in a private company are worth what the company says";
Desc[13] = "Q: We own shares of a privately held company that\'s being bought by Medco Health Solutions (MHS). How much will we get paid?\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/lHQH5QJzU0Iy4XdJGyNj1gZQ7U8/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/lHQH5QJzU0Iy4XdJGyNj1gZQ7U8/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/lHQH5QJzU0Iy4XdJGyNj1gZQ7U8/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/lHQH5QJzU0Iy4XdJGyNj1gZQ7U8/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/JzsPx0KGpCw\" height=\"1\" width=\"1\"/&gt;";
Link[13] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/JzsPx0KGpCw/2010-09-03-private-company-shares_N.htm";
DateN[13] = "20100903135600";

Title[14] = "Paper Savings Bonds being phased out for electronic ones";
Desc[14] = "U.S. Savings Bonds, long favored by gift-givers and conservative investors, are going paperless.\n\n&lt;p&gt;&lt;a href=\"http://feedads.g.doubleclick.net/~at/MZ9Yc9d8Us1GuT8WmmyQrfm5K5U/0/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/MZ9Yc9d8Us1GuT8WmmyQrfm5K5U/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/MZ9Yc9d8Us1GuT8WmmyQrfm5K5U/1/da\"&gt;&lt;img src=\"http://feedads.g.doubleclick.net/~at/MZ9Yc9d8Us1GuT8WmmyQrfm5K5U/1/di\" border=\"0\" ismap=\"true\"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=\"http://feeds.feedburner.com/~r/UsatodaycomMoney-TopStories/~4/VwzdSQ_Pr6Y\" height=\"1\" width=\"1\"/&gt;";
Link[14] = "http://rssfeeds.usatoday.com/~r/UsatodaycomMoney-TopStories/~3/VwzdSQ_Pr6Y/2010-09-03-savingsbonds03_ST_N.htm";
DateN[14] = "20100903232616";

} // end with block
