
/*
 * -------
 * :ATTRIBUTION NOTICE BEGINS
 *
 * The following JSMsg functions are:
 * 
 *    (C) Copyright 2002 - 2006, 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.0f
*/
/* 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 sls_JSMsg() {

this.Title = Array([this.ShortListSize]);
this.Desc = 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 = 18;
 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="_self" \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=\"_self\" \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 Cat Category SubjectDayN Day2N MonthN Month2N Year2N Year4N YearN Year Time Hour2N Minute2N ") ) {
         return(1);

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

     

}

sls = new sls_JSMsg();

/* how slow is the with statement */

with( sls ) {
/* Meta values
*/
MetaKeys[0] = "MetaCopyright";
MetaVals[0] = "Copyright 2010, CBSSports.com";
MetaKeys[1] = "MetaTitle";
MetaVals[1] = "Sports News : CBSSports.com";
MetaKeys[2] = "MetaLink";
MetaVals[2] = "http://www.cbssports.com";
MetaKeys[3] = "MetaLinkTitle";
MetaVals[3] = "<A HREF=\"http://www.cbssports.com\" CLASS=\"JSMsg\">Sports News : CBSSports.com</A>";
MetaKeys[4] = "MetaUpdateDate";
MetaVals[4] = "20100908000805";
MetaKeys[5] = "MetaDesc";
MetaVals[5] = "The latest sports news from CBSSports.com";


/* content vaues:
*/
Title[0] = "NFL Power Rankings: Start of a silver-black revival?";
Desc[0] = "Every NFL season brings surprises, and so it is with Pete Prisco\'s first meaningful Power Rankings of 2010. He likes the Falcons more than most, and the perennial also-ran at No. 17 (with a bullet) will shock more than a few.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:6f4b2f919d5d8795e50e445ff6a929e4:AAidBlLJYYq1RTV4CkRdhHvIwwKOa5hiF3BbL%2F5Nu9i5LquNF7Or7FgufFRB%2BljXrfiKVblOUOdGew%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:620f0c8d56d314bc1b54219245c84614:HsUeZV8VFGXcbdH1xYX9hGqpx3gv0GhSQu%2BRBtr4DaGPSoZMnZkmeGIq5%2Fk7M3vLeQZ3wPTlmdqllA%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:3464d503fb467beaf18401adebde84d8:HihTZApWeyhMd52UugD6vtjL3DYXMI9FMbXDiCSdxgKWBBcLsRrNc9bNTVM9lRPGwf5jHdEkxmAw3w%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a5611a80864b92868e315d374b6f150e:WNraubLH0U%2BEvJMfAZyVMpIqHu5f1a7GJg0oW%2BHWmGjNDOMYt8dajZQgu0NlA3NnLulLqxWs1GtW%2Buk%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=65ea5e4c8f690ab8959c446620b8ba08&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=65ea5e4c8f690ab8959c446620b8ba08&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=65ea5e4c8f690ab8959c446620b8ba08&p=64&kw=National+Football+League\'>National Football League</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=65ea5e4c8f690ab8959c446620b8ba08&p=64&kw=NFL\'>NFL</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=65ea5e4c8f690ab8959c446620b8ba08&p=64&kw=Football\'>Football</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=65ea5e4c8f690ab8959c446620b8ba08&p=64&kw=Sports\'>Sports</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=65ea5e4c8f690ab8959c446620b8ba08&p=64&kw=American\'>American</a>";
Link[0] = "http://feeds.cbssports.com/click.phdo?i=65ea5e4c8f690ab8959c446620b8ba08";
Cat[0] = "NFL";
DateN[0] = "20100907094000";

Title[1] = "Phils top Marlins, take first in NL East";
Desc[1] = "Placido Polanco hit a tiebreaking single in the eighth inning and the Philadelphia Phillies beat the Florida Marlins 8-7 Tuesday night to move into first place in the NL East.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4335c78a01d5fbd7163d45ff6cad3f75:uvTtgQe2dedyACV1pVKO3eLV8e9c5WpGWvL4toE0MKifIIF0AqFkAafTAUEPhhkgL3GZcuTdLkaafQ%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1fa7c85099ae6394a63aac2477f6b6f2:CR6O8q7tq%2FKpEFiBNGBniC3XKlrY1mbZ2INg9D7ZNjJwiRfc%2By28ia%2FHxgncSkWpDNHvBUDaDlw6Yg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:07d9bc86cc74963465d8b0b902497966:cNoe3t4aPde7IcKv7QypCkaCAME5uNcpiLj12pPbspTUXqDm9eB2shiJp0TRg2LDKYh%2Ft6%2Fn47DJ1w%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:49f583b3990951343787049bfee9e5f3:FOwKUPm%2FG47DaRwdf98aX76ax9V%2F4HLWDn7zHTXJkBkflLnfjeoAg1wdPyMA1bI8MavSskAZLrbArBI%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=Philadelphia+Phillies\'>Philadelphia Phillies</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=Florida+Marlins\'>Florida Marlins</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=sport\'>sport</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=National+League+East\'>National League East</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=Baseball\'>Baseball</a>";
Link[1] = "http://feeds.cbssports.com/click.phdo?i=80234fad1df9190a810ebe67b8e2c707";
Cat[1] = "MLB";
DateN[1] = "20100907224500";

Title[2] = "Braves fall";
Desc[2] = "James McDonald pitched seven innings, Ronny Cedeno\'s triple keyed a five-run seventh and the last-place Pittsburgh Pirates beat the slumping Atlanta Braves for the second straight day, winning 5-0 on Tuesday night.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:07758ecb28be749965e56329571cfd5e:hMgNPl5si4AgbKBr6kzocBnFVskBbqNghcu6N119mtHL02d%2FaK0t%2FZCbMc%2F1EvqBM2uxZ0Yie%2FmJdw%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1afbc5b0850aefba509ebd8cfee46832:8OZwYw4jvXwPCzvoA1%2BBVboo7JX9vuA00eHpghzDaWSysmYloqlG4%2B3LcVc2urNEcp7xdGyXPAhAwg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2164767a30f827863928eb7d76b365ad:FozNBSROzfl6KT6XCWCl1QOuiiL2GnXySfAVphDz2vzlk1WetOaiS5PMaxriQXTFLBfranxlk4%2FpRA%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:04872948dd90c7a081df16ecb9c80882:QfS2UfWM2x%2Fz0LUPUXQt2W9raGerdBxJ7cEw4m%2BzYnvtanHoiczsCMre0mRy26Fa6ZqHZf0yUYp%2Fu2c%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Pittsburgh+Pirates\'>Pittsburgh Pirates</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Atlanta+Braves\'>Atlanta Braves</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Baseball\'>Baseball</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Sports\'>Sports</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=James+McDonald\'>James McDonald</a>";
Link[2] = "http://feeds.cbssports.com/click.phdo?i=58c5b28edb4991a55941ccb39207faa2";
Cat[2] = "MLB";
DateN[2] = "20100907222600";

Title[3] = "Trio reviving dream of witnessing another Triple Crown winner";
Desc[3] = "In the post-steroid era, wouldn\'t it be nice to see a 30-game winner? Yep, but it won\'t happen. How about a Triple Crown winner? Scott Miller says Joey Votto, Carlos Gonzalez and Albert Pujols are making us believers.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0d54f86592bfe219ac38a1c71760809d:GNqeu8wPtQwGpfR2W3rKYgHS8RuWWgjfiP0PHFlyt0CWA3gBS%2BbySogCYoVCq3g7QJuBxu54BvTyPA%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:ce99458591b064a46267fd5aa6a35997:DWvRdVfsNiU2XeJk3%2Bx6lOhHIONtdixLNCEvuN9TnXjmDGkYsmL4iPXrXswp1Z%2B8jtTATFcpwUZAAQ%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e6839e45ae0077965317b6a5bb3a8867:NWq0N4%2FZCpAF4sCNgS330WwDZrcTLRay5h1xTlqJmu1ssE%2BAJJaWpylTWrzX0gTSiuyH9dm8sfbsLQ%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d01332c77db554b98290c6f46f68d248:artU2OQLfH%2Bmnv7%2FC11lGvNNqrkk82N7kUvF0q7GR1WNmis666bRVNW2ACmL8y0AVTD%2Fb63WxYwtuZ8%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=64&kw=Joey+Votto\'>Joey Votto</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=64&kw=Albert+Pujols\'>Albert Pujols</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=64&kw=Major+League+Baseball+Triple+Crown\'>Major League Baseball Triple Crown</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=64&kw=Scott+Miller\'>Scott Miller</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=64&kw=Sports\'>Sports</a>";
Link[3] = "http://feeds.cbssports.com/click.phdo?i=e70e0f9547435a6cca5dafe0e5dd3767";
Cat[3] = "MLB";
DateN[3] = "20100907220800";

Title[4] = "A Special Offer From Our Sponsor";
Desc[4] = "<a href=\"http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=4\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=4\"/></a>";
Link[4] = "http://ads.pheedo.com/click.phdo?s=e70e0f9547435a6cca5dafe0e5dd3767&p=4";
Cat[4] = "";
DateN[4] = "20100907220800";

Title[5] = "Phils top Marlins, take first in NL East";
Desc[5] = "Placido Polanco hit a tiebreaking single in the eighth inning and the Philadelphia Phillies beat the Florida Marlins 8-7 Tuesday night to move into first place in the NL East.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4335c78a01d5fbd7163d45ff6cad3f75:uvTtgQe2dedyACV1pVKO3eLV8e9c5WpGWvL4toE0MKifIIF0AqFkAafTAUEPhhkgL3GZcuTdLkaafQ%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1fa7c85099ae6394a63aac2477f6b6f2:CR6O8q7tq%2FKpEFiBNGBniC3XKlrY1mbZ2INg9D7ZNjJwiRfc%2By28ia%2FHxgncSkWpDNHvBUDaDlw6Yg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:07d9bc86cc74963465d8b0b902497966:cNoe3t4aPde7IcKv7QypCkaCAME5uNcpiLj12pPbspTUXqDm9eB2shiJp0TRg2LDKYh%2Ft6%2Fn47DJ1w%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:49f583b3990951343787049bfee9e5f3:FOwKUPm%2FG47DaRwdf98aX76ax9V%2F4HLWDn7zHTXJkBkflLnfjeoAg1wdPyMA1bI8MavSskAZLrbArBI%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=Philadelphia+Phillies\'>Philadelphia Phillies</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=Florida+Marlins\'>Florida Marlins</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=sport\'>sport</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=National+League+East\'>National League East</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=80234fad1df9190a810ebe67b8e2c707&p=64&kw=Baseball\'>Baseball</a>";
Link[5] = "http://feeds.cbssports.com/click.phdo?i=80234fad1df9190a810ebe67b8e2c707";
Cat[5] = "MLB";
DateN[5] = "20100907224500";

Title[6] = "Braves fall";
Desc[6] = "James McDonald pitched seven innings, Ronny Cedeno\'s triple keyed a five-run seventh and the last-place Pittsburgh Pirates beat the slumping Atlanta Braves for the second straight day, winning 5-0 on Tuesday night.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:07758ecb28be749965e56329571cfd5e:hMgNPl5si4AgbKBr6kzocBnFVskBbqNghcu6N119mtHL02d%2FaK0t%2FZCbMc%2F1EvqBM2uxZ0Yie%2FmJdw%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1afbc5b0850aefba509ebd8cfee46832:8OZwYw4jvXwPCzvoA1%2BBVboo7JX9vuA00eHpghzDaWSysmYloqlG4%2B3LcVc2urNEcp7xdGyXPAhAwg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2164767a30f827863928eb7d76b365ad:FozNBSROzfl6KT6XCWCl1QOuiiL2GnXySfAVphDz2vzlk1WetOaiS5PMaxriQXTFLBfranxlk4%2FpRA%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:04872948dd90c7a081df16ecb9c80882:QfS2UfWM2x%2Fz0LUPUXQt2W9raGerdBxJ7cEw4m%2BzYnvtanHoiczsCMre0mRy26Fa6ZqHZf0yUYp%2Fu2c%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Pittsburgh+Pirates\'>Pittsburgh Pirates</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Atlanta+Braves\'>Atlanta Braves</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Baseball\'>Baseball</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=Sports\'>Sports</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=58c5b28edb4991a55941ccb39207faa2&p=64&kw=James+McDonald\'>James McDonald</a>";
Link[6] = "http://feeds.cbssports.com/click.phdo?i=58c5b28edb4991a55941ccb39207faa2";
Cat[6] = "MLB";
DateN[6] = "20100907222600";

Title[7] = "Parcells steps aside, Ireland takes Miami reins";
Desc[7] = "Bill Parcells is turning over control of the Miami Dolphins to general manager Jeff Ireland but will retain a role as a daily consultant.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:fca1af7519fd153971cb2219b820b154:gMJX1uo%2B2SNUQ2gfHzHY4iDgkQLVQFcy3jUnvDaioW7M8Tfa5yHJpQhxWUjTavIisp2hZSPEHr7W3A%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4db978ce862ce87e8cc94f3a810811c0:vAPCEwKfdN6vXLgHJ7D7%2BaWNPaZ2C3SbFc8XM7odMtF%2BcRpS5fAYcTx0CbQQx%2FF1cP52NPzJUl5cTw%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:557119456df81cd674a4162e349bf284:AS3FSggbY3IIE9rVSf56jayWzUrCFqo%2FebIgm9GM8TEw55uQEG6BBvJl2e886oGPs37xJeIFnwRRXA%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:02768bf21fb32200005fb4110236ad57:XS2gduTg0r04JzrgKsQYi08m13jgH5COIjUeV%2F%2BTSzSaCisX0nPuUwstR31%2Bne9R2GMyfqkPjBlUr7A%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=523966230a970a48eb90772b2b1ef199&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=523966230a970a48eb90772b2b1ef199&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=523966230a970a48eb90772b2b1ef199&p=64&kw=Miami+Dolphin\'>Miami Dolphin</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=523966230a970a48eb90772b2b1ef199&p=64&kw=Jeff+Ireland\'>Jeff Ireland</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=523966230a970a48eb90772b2b1ef199&p=64&kw=Bill+Parcells\'>Bill Parcells</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=523966230a970a48eb90772b2b1ef199&p=64&kw=sport\'>sport</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=523966230a970a48eb90772b2b1ef199&p=64&kw=NFL\'>NFL</a>";
Link[7] = "http://feeds.cbssports.com/click.phdo?i=523966230a970a48eb90772b2b1ef199";
Cat[7] = "NFL";
DateN[7] = "20100907160700";

Title[8] = "Hoffman earns 600th save in ejection-filled game";
Desc[8] = "Trevor Hoffman added another milestone to his illustrious career, earning his 600th save Tuesday night by closing out the Milwaukee Brewers\' 4-2 victory over the St. Louis Cardinals.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e3610c1b5f0983908a0c88236bb3ba9e:sm0amu0h87ekdSV6IwfikK1Xd7dMxXRoy%2FEI0K8KQnWEhQCcfz5s%2BJ%2FiV%2BMg3%2BFZKbpQ9gF%2B%2Fv1m5A%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:dc127b56feb6926dd9ae87a58cfae251:OrIxJ0m8hJLetrt8p9dQngxnRaGEP1qIpCDgWYKJA%2F8ndhzDy8nFNavz2Jv6ZXXgPdqBu6wVTtgvaA%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:123b827bd961379902d8793a6965fc46:HE4rMQPZY89AuUm00TqOglVoQs9pVlccrO08RsNZeWUu44W1byjxtPYuAj0vf6gBHyiBnn%2BgKNflgw%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:da5f7d70cb7c98eb1af9ac6bdc302e47:yNoS4Y9zvwvDnq9eOGa4el3Nts1OaAgGHo9vrkb5FKgqBUF%2BxXrf3yQ96by4Zf0EbL%2Bhh0d875n9WSM%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=2b3a9bb6775eb8c55b4a2be39c8a1695&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=2b3a9bb6775eb8c55b4a2be39c8a1695&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=2b3a9bb6775eb8c55b4a2be39c8a1695&p=64&kw=St+Louis+Cardinals\'>St Louis Cardinals</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=2b3a9bb6775eb8c55b4a2be39c8a1695&p=64&kw=Milwaukee+Brewers\'>Milwaukee Brewers</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=2b3a9bb6775eb8c55b4a2be39c8a1695&p=64&kw=Trevor+Hoffman\'>Trevor Hoffman</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=2b3a9bb6775eb8c55b4a2be39c8a1695&p=64&kw=Baseball\'>Baseball</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=2b3a9bb6775eb8c55b4a2be39c8a1695&p=64&kw=Sports\'>Sports</a>";
Link[8] = "http://feeds.cbssports.com/click.phdo?i=2b3a9bb6775eb8c55b4a2be39c8a1695";
Cat[8] = "MLB";
DateN[8] = "20100907230600";

Title[9] = "Tiger, Fowler, Cink, Johnson final Ryder Cup picks";
Desc[9] = "Tiger Woods is going to the Ryder Cup as a captain\'s pick with his 71 tour victories and 14 majors. So is Rickie Fowler, who has never won anything at all.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:15cebd84027235d0fda6be2c2c7878ae:IdtMC6oaIG3O1pwFtoVgmmrAmjMgpa2yeeHyhGhiFVu%2BfnKtkiQv%2Bzz5C7MX9B82s3KUDXFNDXIRsQ%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c256d9fd26d722b4442dbff938be03be:pRiM0Z%2B3NwQ03dotbx8qqsb%2FcZLRRIKTgsk%2BHECk3qafxxBJzRlwdPWg4vab2QR8qLsDTeBdoLFCFg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2903b83dd4947a2957a53effb084a74a:WmUcPh4hxBTglezquRCMnMhFvp841Eh3pIMet5qOl1G%2BHm4ZKXGM07gBHVOf4yR65FoP8vA7SYmc%2Fg%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:11093e74e8c2f7a46d9fc1214a55d86c:oXY4fv88w5Nn8FHPSbk4KEPwzfwGT%2FvVNjDDweVyAXfrgfEGp63ZFCQUCPYwYD3P8a4U40g45C6DZG4%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=91f26ce5cfe6e3d14e41a0b8dae15c38&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=91f26ce5cfe6e3d14e41a0b8dae15c38&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=91f26ce5cfe6e3d14e41a0b8dae15c38&p=64&kw=Tiger+Woods\'>Tiger Woods</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=91f26ce5cfe6e3d14e41a0b8dae15c38&p=64&kw=Ryder+Cup\'>Ryder Cup</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=91f26ce5cfe6e3d14e41a0b8dae15c38&p=64&kw=Sport\'>Sport</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=91f26ce5cfe6e3d14e41a0b8dae15c38&p=64&kw=Golf\'>Golf</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=91f26ce5cfe6e3d14e41a0b8dae15c38&p=64&kw=Rickie+Fowler\'>Rickie Fowler</a>";
Link[9] = "http://feeds.cbssports.com/click.phdo?i=91f26ce5cfe6e3d14e41a0b8dae15c38";
Cat[9] = "Golf";
DateN[9] = "20100907105200";

Title[10] = "<b>Elling</b>";
Desc[10] = "Unlike Colin Montgomerie, Corey Pavin did about as good of a job as could be expected. The Ryder Cup captain picks three gimmies in Tiger Woods, Stewart Cink and Zach Johnson, and solidifies American chances with Rickie Fowler, Steve Elling says.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:f354d26c5d73be2847029730046b800f:F2f8kGBWVIuGrrrsPpGEMkLduwY21rFKjbDM7Q4y7yRa%2B0kK9QFvueBbzVfF%2Fdk7SKduHe9nPr0ikA%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:cdf204f5c4e76df5708da3b308e5a598:Q7qP%2FeezNrForCNxGkMB5N06LY9Nv98ACUYlHPd%2F4VgSMP1uOS6bCvY1Z54GTTsfZgQFCiS4x0tddA%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d048d84a4f1a10b1dbb243e5891a90b1:M5JkWJnAJ0ZXYTTzi4ZAEzU0R0akXV5XAGCE6LYMbyMbl2fZVD3MHD%2F2oURY%2BUsoatDOCDKNkcQd5w%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:975114700840f8af561d8ace4fd689a1:M9si7clriYnoNNdCJCPXwFVr6lQ2qAS7JZVNLYEPnS%2FrHYVgobLx2WlvdBDtE9ECB41N4IUdhtTU8ho%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=4f02e49e140139f9ff9393fcc98e548d&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=4f02e49e140139f9ff9393fcc98e548d&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=4f02e49e140139f9ff9393fcc98e548d&p=64&kw=Tiger+Woods\'>Tiger Woods</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=4f02e49e140139f9ff9393fcc98e548d&p=64&kw=Ryder+Cup\'>Ryder Cup</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=4f02e49e140139f9ff9393fcc98e548d&p=64&kw=Zach+Johnson\'>Zach Johnson</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=4f02e49e140139f9ff9393fcc98e548d&p=64&kw=Corey+Pavin\'>Corey Pavin</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=4f02e49e140139f9ff9393fcc98e548d&p=64&kw=Golf\'>Golf</a>";
Link[10] = "http://feeds.cbssports.com/click.phdo?i=4f02e49e140139f9ff9393fcc98e548d";
Cat[10] = "Golf";
DateN[10] = "20100907193700";

Title[11] = "<b>Dodd</b>";
Desc[11] = "No one has ever had his Heisman Trophy taken away. So if Reggie Bush loses his, it would be a shocker. Dennis Dodd says as odd as it would be to rip out a part of its history, the Heisman Trust\'s decision could take \'the step\' to curb cheaters.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9e92b155294f49deffd10f5d8e636a08:YaajnrwcLi0RxDHi%2FUk3%2FoGkCT7j0oNsQwrunPG%2FE5VPQkpGQf7v5B7%2BqbfUQvQnXJsOtig51ubduQ%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a288ee88a824d14d5b45cc2c0d1f8c83:%2FxCHM9aubYYsgJC3TmwyPnFf8pGRLosq8zGfdGzhf54830HpqpDpS%2BPfEnSjzcaqjc713dLbxr6mUg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a133a473a7bbe3cebdaf0a84beabbe2a:FQlSbcKGMAZ97uIfFAECbQ2gAY55Qp%2FmgIheUx0Pppqm998Ou%2FELrA8Np7RFojo8K%2B8FOiZP3uCpzw%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:530bbd536a1f6be249b65ec49d645bbf:dbL5tlmqCU4Wp0DhsuLgJ%2BQTx5hsKlfaF6FSmphpNQdIY0j5NIqHsceVWJoq1bMARfvOfKTanHgMG%2FA%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=9a47f431043ee913df7de592a237b6b3&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=9a47f431043ee913df7de592a237b6b3&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=9a47f431043ee913df7de592a237b6b3&p=64&kw=Reggie+Bush\'>Reggie Bush</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9a47f431043ee913df7de592a237b6b3&p=64&kw=Heisman+Trophy\'>Heisman Trophy</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9a47f431043ee913df7de592a237b6b3&p=64&kw=President\'>President</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9a47f431043ee913df7de592a237b6b3&p=64&kw=Sport\'>Sport</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9a47f431043ee913df7de592a237b6b3&p=64&kw=United+States\'>United States</a>";
Link[11] = "http://feeds.cbssports.com/click.phdo?i=9a47f431043ee913df7de592a237b6b3";
Cat[11] = "College Football";
DateN[11] = "20100907191100";

Title[12] = "CC suffers first home loss July \'09, denied 20th";
Desc[12] = "Jake Arrieta pitched efficiently into the seventh inning, Adam Jones had a two-run single in a three-run first and the Baltimore Orioles denied their nemesis, CC Sabathia, his 20th victory with a 6-2 win Tuesday night over the New York Yankees.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:5ce6926898ea5a177f2c7f3a50dee2b0:sU99JtEFMJfeE2j5ZaYe1kU7c0NJv1S50sCWNKKSOFCEBiweKJWUao1XEb5%2B9VmvfXmqWiT%2FLEp2yg%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:dd72497a7ab20ca806d5c32d9b1190c9:UTH5WRwdtwsh91fOlNivBBn6ry1v8rXiwzdBNhzTcJNYwtgTt6a99owm3C%2FKrB6MLO2FK%2FFhZAwmhA%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:fd981615ab8b476e25f1fa7c85bee7b4:GW%2B%2B0HrpATRrkpuK0hHeVdGa9jZ7gKoh4qGSofhjoXoRE4iYbkOsTRR6RLDobxaOSvkvPcGoks1moA%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9ab2ec320402a1208d0829fa45cac72d:edIMMb2YH7DgDfG89xVK%2BaPMrEYyuBxN6y8ZPZrRg6NJZjJtqD14gzYd29i3Uqj6DdOjqK24oZdxI9Q%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=803abb398bd3739dbf9524ed69ba25be&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=803abb398bd3739dbf9524ed69ba25be&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=803abb398bd3739dbf9524ed69ba25be&p=64&kw=New+York+Yankees\'>New York Yankees</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=803abb398bd3739dbf9524ed69ba25be&p=64&kw=CC+Sabathia\'>CC Sabathia</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=803abb398bd3739dbf9524ed69ba25be&p=64&kw=Adam+Jones\'>Adam Jones</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=803abb398bd3739dbf9524ed69ba25be&p=64&kw=Baltimore+Orioles\'>Baltimore Orioles</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=803abb398bd3739dbf9524ed69ba25be&p=64&kw=New+York\'>New York</a>";
Link[12] = "http://feeds.cbssports.com/click.phdo?i=803abb398bd3739dbf9524ed69ba25be";
Cat[12] = "MLB";
DateN[12] = "20100907221800";

Title[13] = "\'Skins talking Haynesworth trade with Titans";
Desc[13] = "People with knowledge of the negotiations say that the Washington Redskins and the Tennessee Titans are in discussions about a trade of disgruntled defensive tackle Albert Haynesworth.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:027126329e61306e0dd064f445b349e8:CcAg2lttj9DIrkuOD4LvF8Vluc2pGWcyZSeIZhOqRAvOvOq7yN3tACN%2FdHMfeAstLIMl739VhNqxjQ%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:cc44bda1550b19f4a405835ed3cd2b77:sNWlbRpaiOOpLUsx7QuUmer9xyhhKeBIT5fxjdVpPRSIb0qgBFesEn%2F5KtM4K%2B6cFjhDsE5Rv8M%2Bdg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:60e25f80916d8608b364c62f37b1df9f:7SeeGl%2BgTtKJKV5onEZvVWGupKdiRgwuVe334WGc7prwdwXmYKxdadeu18yyyPAlcQ522JwPpeKN7A%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c5b4dc64ff32da2b781ae5da7ab63c8d:lr%2BeedgifKoh%2F21xPCsoMZFBtEejoW%2FHcREPqiT1bS9SsIctMP8vyl%2BJaIBQh%2BsebeAJI2%2B35bciGdA%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=3228f04ccc4ca1c007370103d55d068a&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=3228f04ccc4ca1c007370103d55d068a&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=3228f04ccc4ca1c007370103d55d068a&p=64&kw=Washington+Redskins\'>Washington Redskins</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3228f04ccc4ca1c007370103d55d068a&p=64&kw=Albert+Haynesworth\'>Albert Haynesworth</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3228f04ccc4ca1c007370103d55d068a&p=64&kw=Tennessee+Titans\'>Tennessee Titans</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3228f04ccc4ca1c007370103d55d068a&p=64&kw=Tennessee\'>Tennessee</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3228f04ccc4ca1c007370103d55d068a&p=64&kw=NFL\'>NFL</a>";
Link[13] = "http://feeds.cbssports.com/click.phdo?i=3228f04ccc4ca1c007370103d55d068a";
Cat[13] = "NFL";
DateN[13] = "20100907122300";

Title[14] = "McNabb says he\'ll start";
Desc[14] = "Donovan McNabb said Tuesday his sprained ankle isn\'t 100 percent, but it won\'t keep him from starting the Washington Redskins\' opener Sunday night against the Dallas Cowboys.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c289da981ec6115bfb981bcf636adfc0:qGNb8XDlIxRXh14BykvGD5ILddhiB63sVTAR8%2FTlzavThmS2pdnUuM2XtZy9q%2BgqnlcQdkzcIGWnOQ%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:796d64dc1175fc9116a390b7c11e3030:famkywlBmJZM2I%2BS1rvzL3eTdeAm0K9qd9NH93woJJDwRLnLO8yF%2BTS5e%2BEAaXum%2Bbxu8Jk6cL78Yg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9f4e748c65e6c212fb7783da2ae0c9b2:3cWAFPsALIYtw%2FRfwjQQgP5bW3reX0Y8BiWK4n8Nlx1ATtA6wlL7mUQGqPYl7MltSM6Wyl5zI1LPUw%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:580d954c4e2c31dd40c2ec0fef369182:gK1TtdLEKpxx8cPywRY2xkHKVwX9UmewFbzfvm7NYf%2FoPDrifYg4WNFri5FEhkbXe6qMao9vLtG8Q8w%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=3ae4e22a3b1f493f506f30989f10dd03&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=3ae4e22a3b1f493f506f30989f10dd03&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=3ae4e22a3b1f493f506f30989f10dd03&p=64&kw=Washington+Redskins\'>Washington Redskins</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3ae4e22a3b1f493f506f30989f10dd03&p=64&kw=Dallas+Cowboys\'>Dallas Cowboys</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3ae4e22a3b1f493f506f30989f10dd03&p=64&kw=Donovan+McNabb\'>Donovan McNabb</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3ae4e22a3b1f493f506f30989f10dd03&p=64&kw=sport\'>sport</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=3ae4e22a3b1f493f506f30989f10dd03&p=64&kw=NFL\'>NFL</a>";
Link[14] = "http://feeds.cbssports.com/click.phdo?i=3ae4e22a3b1f493f506f30989f10dd03";
Cat[14] = "NFL";
DateN[14] = "20100907140000";

Title[15] = "Turkish GM says UK freshman Kanter took cash";
Desc[15] = "Kentucky recruit Enes Kanter received more than $100,000 in cash and benefits while he played for a professional team in Turkey, the club\'s general manager told the \'New York Times\'.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:3017ab2eac9ee770ad97f28063793d3a:%2FRERFcgMnt3HBjPkiLFLGCgElgEE4jTUTXs6Mkg9tjT%2Fvc5lhDLI8R4htcTzyq3w29GvK17nEW0OEw%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0b22d07510fa292ba37f9f441a4d2d1a:P0HUPjBtSEdb8CReFCdUyPbXGJhb2mX%2BtUi5t13LJrJWqS1EiZ%2BGj9%2BukowEyU2yIjfiaLNOdpRHRQ%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7e8ad5a2da155cddc774a31dfa012db7:%2FW5bK6TdG5CaYTyMEnmlV5dppMMLSIZDfH6acRRIDq5pH0iRkbfyNbrvQRK7W9lusCkvV1mmeLmysw%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a7fbacd480b0d0ca249ccc00447ecec1:kye0RnV8kn8lBR7DzxeJMfAhV4eh%2BiYlXhEgycIIDeqS%2FROf8EHjlUYOUKybLsB2b1cXuED19YNwQDk%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=1d9539609242052009493f73fb3eeb79&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=1d9539609242052009493f73fb3eeb79&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=1d9539609242052009493f73fb3eeb79&p=64&kw=Turkey\'>Turkey</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=1d9539609242052009493f73fb3eeb79&p=64&kw=New+York+Times\'>New York Times</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=1d9539609242052009493f73fb3eeb79&p=64&kw=General+manager\'>General manager</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=1d9539609242052009493f73fb3eeb79&p=64&kw=United+States\'>United States</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=1d9539609242052009493f73fb3eeb79&p=64&kw=Kentucky\'>Kentucky</a>";
Link[15] = "http://feeds.cbssports.com/click.phdo?i=1d9539609242052009493f73fb3eeb79";
Cat[15] = "College Basketball";
DateN[15] = "20100907221700";

Title[16] = "Boise State gets seven first-place votes in Top 25";
Desc[16] = "Boise State gained seven first-place votes and closed in on No. 1 Alabama and No. 2 Ohio State as the top three teams in the first regular season Associated Press football poll held their spots from the preseason.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c3c4c8cf96c052d627fbd84b7f46fec1:zFcHXbIjrtlZ%2FTntZKf9%2FTNu3%2BKvP6OtcJa%2Fzpi5tRV9i6JxmHk8iO9wcH2H5RUJYOjrM5sm6MHg1A%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:80225033a0f416d8c2f60c95c847b8f1:xm3kMVOZcsDhmeLxfSlG3W19LSTNdks8xYWKIR4UY4nyWHgWw7w3tlZP4iC7CvAdNv8dY3JIqU6kKg%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c95984ca31cafbe2fc298fbb930e0a19:%2BY5OeFqkKjPDos%2FphnoKLLlhGFrUn7BJ2wEWfRzbPap3tQqBqeb4gPRy%2FSodL%2FFHhZX21igp8%2FRZ7g%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:ea4afdd427de38a0bbfcaf96afdb16d9:geWJYzp01v5qVCyCMKbwHwZnkZitzC3sSc5tk6ybyyeG3Xa2NUG2EDnJN3NNb3RsjZ2NFq2Bl3aQzmU%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=9b9e76949899d59c8e058fc8c75dc4b8&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=9b9e76949899d59c8e058fc8c75dc4b8&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=9b9e76949899d59c8e058fc8c75dc4b8&p=64&kw=AP+Poll\'>AP Poll</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9b9e76949899d59c8e058fc8c75dc4b8&p=64&kw=Boise+State+University\'>Boise State University</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9b9e76949899d59c8e058fc8c75dc4b8&p=64&kw=Season\'>Season</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9b9e76949899d59c8e058fc8c75dc4b8&p=64&kw=Alabama\'>Alabama</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=9b9e76949899d59c8e058fc8c75dc4b8&p=64&kw=Associated+Press\'>Associated Press</a>";
Link[16] = "http://feeds.cbssports.com/click.phdo?i=9b9e76949899d59c8e058fc8c75dc4b8";
Cat[16] = "College Football";
DateN[16] = "20100907135500";

Title[17] = "Tide\'s Ingram sits practice, uncertain for Sat.";
Desc[17] = "Alabama tailback Mark Ingram has missed another practice ahead of the Penn State game.<br clear=\"both\" style=\"clear: both;\"/>\n<br clear=\"both\" style=\"clear: both;\"/>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1c19289dd9d3cc35b3074f601474f49f:JJh%2Bt2uBoqDg9Rrv3%2Bp%2FhsIU66bwzB18Kk8yWoYfXLer7Q%2FcoABezuG4qz7nne%2Fg0mCl%2Bq5lPMdOGQ%3D%3D\'><img border=\'0\' title=\'Email this Article\' alt=\'Email this Article\' src=\'http://images.pheedo.com/images/mm/emailthis.png\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c25764a4822d68b7408219ab26731f5e:fbiKNCkVsOuQ72V%2FDTrIQS7cgspiqtzoCwe0weUTENqR2rU%2Fp5F5YrGOMGtYINasVCrmaNBtikH5OQ%3D%3D\'><img border=\'0\' title=\'Add to del.icio.us\' alt=\'Add to del.icio.us\' src=\'http://images.pheedo.com/images/mm/delicious.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a9756a21254ad196486865d90d33cd4e:OEPrETimNvn72QbFG%2BXnJDj9XctIwmynnwLmNNf4Ud86UoHxNVn6bcUB4vHh%2BdWhxfS72a5oSNBDEA%3D%3D\'><img border=\'0\' title=\'Add to digg\' alt=\'Add to digg\' src=\'http://images.pheedo.com/images/mm/digg.gif\'/></a>\n  <a style=\'font-size: 10px; color: maroon;\' href=\'http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:fa2a2f46ad7700019a018db120a3aeef:93fyRlD8zmjAOLckkgpxYGuMkrLkTvZJwzC%2B1GxalNCWn%2BCEMxy%2B8zxpIE%2Fhe3kC1rnCAXdie7EBp38%3D\'><img border=\'0\' title=\'Add to Facebook\' alt=\'Add to Facebook\' src=\'http://images.pheedo.com/images/mm/facebook.gif\'/></a>\n<br clear=\"both\" style=\"clear: both;\"/>\n<a href=\"http://ads.pheedo.com/click.phdo?s=45fb5323534f5a0e9f147d97270029f4&p=1\"><img alt=\"\" style=\"border: 0;\" border=\"0\" src=\"http://ads.pheedo.com/img.phdo?s=45fb5323534f5a0e9f147d97270029f4&p=1\"/></a>\n<img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://segment-pixel.invitemedia.com/pixel?code=Sports&partnerID=167&key=segment\"/><img alt=\"\" height=\"0\" width=\"0\" border=\"0\" style=\"display:none\" src=\"http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29857.rss.Sports.16652,cat.Sports.rss\"/><br clear=\"all\"/>\n<img src=\"http://ads.pheedo.com/img.phdo?kw=\" align=\"absmiddle\" /> \n<a href=\'http://ads.pheedo.com/click.phdo?s=45fb5323534f5a0e9f147d97270029f4&p=64&kw=Mark+Ingram\'>Mark Ingram</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=45fb5323534f5a0e9f147d97270029f4&p=64&kw=Pennsylvania+State+University\'>Pennsylvania State University</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=45fb5323534f5a0e9f147d97270029f4&p=64&kw=Penn+State\'>Penn State</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=45fb5323534f5a0e9f147d97270029f4&p=64&kw=Sports\'>Sports</a> - <a href=\'http://ads.pheedo.com/click.phdo?s=45fb5323534f5a0e9f147d97270029f4&p=64&kw=Alabama\'>Alabama</a>";
Link[17] = "http://feeds.cbssports.com/click.phdo?i=45fb5323534f5a0e9f147d97270029f4";
Cat[17] = "College Football";
DateN[17] = "20100907204400";

} // end with block
