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

function cds_JSMsg() {

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

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



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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

          return(myTmp);

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

    return("");
 }




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

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



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

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

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

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

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


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

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

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

     

}

cds = new cds_JSMsg();

/* how slow is the with statement */

with( cds ) {
/* Meta values
*/
MetaKeys[0] = "MetaCopyright";
MetaVals[0] = "Copyright 2004 - RCS MediaGroup";
MetaKeys[1] = "MetaTitle";
MetaVals[1] = "Corriere.it";
MetaKeys[2] = "MetaLink";
MetaVals[2] = "http://www.corriere.it/";
MetaKeys[3] = "MetaLinkTitle";
MetaVals[3] = "<A HREF=\"http://www.corriere.it/\" CLASS=\"JSMsg\">Corriere.it</A>";
MetaKeys[4] = "MetaUpdateDate";
MetaVals[4] = "20100903235513";
MetaKeys[5] = "MetaDesc";
MetaVals[5] = "Corriere della sera online";


/* content vaues:
*/
Title[0] = "\n				Berlusconi: «Prossima settimana nuovo ministro allo Sviluppo»\n			";
Desc[0] = "\n				«Il mio \"interim\" non è stato un vuoto ma un \"pieno\". È stato nelle mani di una delle istituzioni più autorevoli»\n			";
Author[0] = "\n				";
Link[0] = "\n			http://www.corriere.it/politica/10_settembre_03/berlusconi-ministro-sviluppo_4dae682c-b772-11df-b2c1-00144f02aabe.shtml";
Cat[0] = "<item>\n			<title>\n				Berlusconi: «Prossima settimana nuovo ministro allo Sviluppo»\n			</title>\n			<description>\n				«Il mio \"interim\" non è stato un vuoto ma un \"pieno\". È stato nelle mani di una delle istituzioni più autorevoli»\n			</description>\n			<link>\n			http://www.corriere.it/politica/10_settembre_03/berlusconi-ministro-sviluppo_4dae682c-b772-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Redazione online\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/politica/10_settembre_03/berlusconi-ministro-sviluppo_4dae682c-b772-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Politica</category>\n			<pubDate>\n				Fri, 3 Sep 2010 19:49:03 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[0] = "
			
	
	000000";

Title[1] = "\n				La proposta della Bindi «Se si vota alleanza con  Fli» \n			";
Desc[1] = "\n				Poi l\'invito all\'Udc: «Entri nel nuovo Ulivo per costruire alternativa di governo». Capezzone: «Un\'ammucchiata»\n			";
Author[1] = "\n				";
Link[1] = "\n			http://www.corriere.it/politica/10_settembre_03/bindi-fini-crisi-governo_9266fa32-b764-11df-b2c1-00144f02aabe.shtml";
Cat[1] = "\n	<item>\n			<title>\n				La proposta della Bindi «Se si vota alleanza con  Fli» \n			</title>\n			<description>\n				Poi l\'invito all\'Udc: «Entri nel nuovo Ulivo per costruire alternativa di governo». Capezzone: «Un\'ammucchiata»\n			</description>\n			<link>\n			http://www.corriere.it/politica/10_settembre_03/bindi-fini-crisi-governo_9266fa32-b764-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Redazione online\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/politica/10_settembre_03/bindi-fini-crisi-governo_9266fa32-b764-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Politica</category>\n			<pubDate>\n				Fri, 3 Sep 2010 22:04:21 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[1] = "
			
	
	000000";

Title[2] = "\n				Lago d\'Iseo, morto unodei due fratellini caduti in acqua\n			";
Desc[2] = "\n				In arresto cardiaco erano stati tirati fuori dall\'acqua da una turista tedesca e da un pensionato\n			";
Author[2] = "\n				";
Link[2] = "\n			http://milano.corriere.it/milano/notizie/cronaca/10_settembre_3/bambini-cadono-iseo-1703693992577.shtml";
Cat[2] = "\n	<item>\n			<title>\n				Lago d\'Iseo, morto unodei due fratellini caduti in acqua\n			</title>\n			<description>\n				In arresto cardiaco erano stati tirati fuori dall\'acqua da una turista tedesca e da un pensionato\n			</description>\n			<link>\n			http://milano.corriere.it/milano/notizie/cronaca/10_settembre_3/bambini-cadono-iseo-1703693992577.shtml</link>\n			<info1>\n				<thumbimage url=\"http://milano.corriere.it/media/foto/2010/09/03/ise_b1.jpg?uuid=86094e8c-b784-11df-b2c1-00144f02aabe\"/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Redazione online\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://milano.corriere.it/milano/notizie/cronaca/10_settembre_3/bambini-cadono-iseo-1703693992577.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Speciale</category>\n			<pubDate>\n				Fri, 3 Sep 2010 22:52:55 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[2] = "
			
	
	000000";

Title[3] = "\n				Obama allontana la crisi «Andiamo verso giorni migliori»\n			";
Desc[3] = "\n				Ad agosto i posti di lavoro sono cresciuti di 67mila unità nel settore privato\n			";
Author[3] = "\n				";
Link[3] = "\n			http://www.corriere.it/economia/10_settembre_03/obama-crisi-occupazione_6575c35a-b769-11df-b2c1-00144f02aabe.shtml";
Cat[3] = "\n	<item>\n			<title>\n				Obama allontana la crisi «Andiamo verso giorni migliori»\n			</title>\n			<description>\n				Ad agosto i posti di lavoro sono cresciuti di 67mila unità nel settore privato\n			</description>\n			<link>\n			http://www.corriere.it/economia/10_settembre_03/obama-crisi-occupazione_6575c35a-b769-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/bara_b1.jpg?uuid=408a6e68-b775-11df-b2c1-00144f02aabe\"/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Redazione online\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/economia/10_settembre_03/obama-crisi-occupazione_6575c35a-b769-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Economia</category>\n			<pubDate>\n				Fri, 3 Sep 2010 22:41:10 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[3] = "
			
	
	000000";

Title[4] = "\n				Vola la cassa integrazione:  +60 per cento  rispetto al 2009 \n			";
Desc[4] = "\n				Nei primi otto mesi del 2010 l\'Inps ha autorizzato 826,4 milioni di ore. Boom per quella in deroga ad agosto\n			";
Author[4] = "\n				";
Link[4] = "\n			http://www.corriere.it/economia/10_settembre_03/cassa-integrazione_af3a99dc-b77a-11df-b2c1-00144f02aabe.shtml";
Cat[4] = "\n	<item>\n			<title>\n				Vola la cassa integrazione:  +60 per cento  rispetto al 2009 \n			</title>\n			<description>\n				Nei primi otto mesi del 2010 l\'Inps ha autorizzato 826,4 milioni di ore. Boom per quella in deroga ad agosto\n			</description>\n			<link>\n			http://www.corriere.it/economia/10_settembre_03/cassa-integrazione_af3a99dc-b77a-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/economia/10_settembre_03/cassa-integrazione_af3a99dc-b77a-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Economia</category>\n			<pubDate>\n				Fri, 3 Sep 2010 19:52:03 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[4] = "
			
	
	000000";

Title[5] = "\n				Caos scuola, altolà dei vescovi «Nessuno speculi sulla pelle dei ragazzi»\n			";
Desc[5] = "\n				«Avvio dell’anno confuso e con ombre. Dalla Gelmini partita personale e politica»\n			";
Author[5] = "\n				";
Link[5] = "\n			http://www.corriere.it/politica/10_settembre_03/gelmini-scuola-avvenire_297600a4-b74b-11df-b2c1-00144f02aabe.shtml";
Cat[5] = "\n	<item>\n			<title>\n				Caos scuola, altolà dei vescovi «Nessuno speculi sulla pelle dei ragazzi»\n			</title>\n			<description>\n				«Avvio dell’anno confuso e con ombre. Dalla Gelmini partita personale e politica»\n			</description>\n			<link>\n			http://www.corriere.it/politica/10_settembre_03/gelmini-scuola-avvenire_297600a4-b74b-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Redazione online\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/politica/10_settembre_03/gelmini-scuola-avvenire_297600a4-b74b-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Politica</category>\n			<pubDate>\n				Fri, 3 Sep 2010 21:19:31 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[5] = "
			
	
	000000";

Title[6] = "\n				Amanda, nuove accuse dagli Usa: «Prove manipolate per farla risultare colpevole»\n			";
Desc[6] = "\n				Un ex agente dell\'Fbi, che ha svolto indagini private, alla tv americana: «L\'assassino è Rudy Guede»\n			";
Author[6] = "\n				";
Link[6] = "\n			http://www.corriere.it/cronache/10_settembre_03/amanda-accuse-usa-marchetti_b176f25c-b74a-11df-b2c1-00144f02aabe.shtml";
Cat[6] = "\n	<item>\n			<title>\n				Amanda, nuove accuse dagli Usa: «Prove manipolate per farla risultare colpevole»\n			</title>\n			<description>\n				Un ex agente dell\'Fbi, che ha svolto indagini private, alla tv americana: «L\'assassino è Rudy Guede»\n			</description>\n			<link>\n			http://www.corriere.it/cronache/10_settembre_03/amanda-accuse-usa-marchetti_b176f25c-b74a-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/amanda_b1.jpg?uuid=88dd4722-b751-11df-b2c1-00144f02aabe\"/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Simona Marchetti\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/cronache/10_settembre_03/amanda-accuse-usa-marchetti_b176f25c-b74a-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Cronache</category>\n			<pubDate>\n				Fri, 3 Sep 2010 16:19:50 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[6] = "
			
	
	000000";

Title[7] = "\n				Dodicenne aggredito da coetanei«Attaccato per il colore della pelle»\n			";
Desc[7] = "\n				Il ragazzino, di origini cubane, è stato insultato e raggiunto da spinte e pugni. Si cercano gli aggressori\n			";
Author[7] = "\n				";
Link[7] = "\n			http://milano.corriere.it/milano/notizie/cronaca/10_settembre_3/aggressione-dodicenne-abbiategrasso-insulti-razzismo-1703691512592.shtml";
Cat[7] = "\n	<item>\n			<title>\n				Dodicenne aggredito da coetanei«Attaccato per il colore della pelle»\n			</title>\n			<description>\n				Il ragazzino, di origini cubane, è stato insultato e raggiunto da spinte e pugni. Si cercano gli aggressori\n			</description>\n			<link>\n			http://milano.corriere.it/milano/notizie/cronaca/10_settembre_3/aggressione-dodicenne-abbiategrasso-insulti-razzismo-1703691512592.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://milano.corriere.it/milano/notizie/cronaca/10_settembre_3/aggressione-dodicenne-abbiategrasso-insulti-razzismo-1703691512592.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Speciale</category>\n			<pubDate>\n				Fri, 3 Sep 2010 18:51:06 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[7] = "
			
	
	000000";

Title[8] = "\n				\n			";
Desc[8] = "\n				\n			";
Author[8] = "\n				";
Link[8] = "\n			http://www.corriere.it/neutro/10_settembre_03/tappo-liposuzione-padova_ff66b9bc-b753-11df-b2c1-00144f02aabe.shtml";
Cat[8] = "\n	<item>\n			<title>\n				\n			</title>\n			<description>\n				\n			</description>\n			<link>\n			http://www.corriere.it/neutro/10_settembre_03/tappo-liposuzione-padova_ff66b9bc-b753-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/neutro/10_settembre_03/tappo-liposuzione-padova_ff66b9bc-b753-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Speciale</category>\n			<pubDate>\n				Fri, 3 Sep 2010 14:19:00 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[8] = "
			
	
	000000";

Title[9] = "\n				Rientra l\'emergenza dopo lo scoppio    ma la zona resta sotto osservazione \n			";
Desc[9] = "\n				La Guardia costiera ha detto che non ci sono perdite di petrolio ma i mezzi rimangono nel luogo dell\'incidente\n			";
Author[9] = "\n				";
Link[9] = "\n			http://www.corriere.it/esteri/10_settembre_02/piattaforma-messico-golfo_667850b8-b6a8-11df-83d3-00144f02aabe.shtml";
Cat[9] = "\n	<item>\n			<title>\n				Rientra l\'emergenza dopo lo scoppio    ma la zona resta sotto osservazione \n			</title>\n			<description>\n				La Guardia costiera ha detto che non ci sono perdite di petrolio ma i mezzi rimangono nel luogo dell\'incidente\n			</description>\n			<link>\n			http://www.corriere.it/esteri/10_settembre_02/piattaforma-messico-golfo_667850b8-b6a8-11df-83d3-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/piattaforma2_b1.jpg?uuid=4908376e-b72f-11df-b2c1-00144f02aabe\"/>\n					<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/piattaforma2_a1.jpg?uuid=48270258-b72f-11df-b2c1-00144f02aabe\"/>\n					<fullimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/02/cos_b1.jpg?uuid=0e833298-b6c0-11df-83d3-00144f02aabe\"/>\n					</info1>\n			<dc:creator>\n				Redazione online\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/esteri/10_settembre_02/piattaforma-messico-golfo_667850b8-b6a8-11df-83d3-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Esteri</category>\n			<pubDate>\n				Fri, 3 Sep 2010 13:31:57 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[9] = "
			
	
	000000";

Title[10] = "\n				Investe cane e non si ferma. Prima multa per omissione di soccorso di un animale\n			";
Desc[10] = "\n				Sanzionato con 389 euro un pensionato sessantenne\n			";
Author[10] = "\n				";
Link[10] = "\n			http://www.corriere.it/animali/10_settembre_03/investe-cane-multa_2c5195b4-b75e-11df-b2c1-00144f02aabe.shtml";
Cat[10] = "\n	<item>\n			<title>\n				Investe cane e non si ferma. Prima multa per omissione di soccorso di un animale\n			</title>\n			<description>\n				Sanzionato con 389 euro un pensionato sessantenne\n			</description>\n			<link>\n			http://www.corriere.it/animali/10_settembre_03/investe-cane-multa_2c5195b4-b75e-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/animali/10_settembre_03/investe-cane-multa_2c5195b4-b75e-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Sport</category>\n			<pubDate>\n				Fri, 3 Sep 2010 15:29:24 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[10] = "
			
	
	000000";

Title[11] = "\n				Estremisti palestinesi annunciano una nuova intesa contro Israele \n			";
Desc[11] = "\n				Accordo tra 13 gruppi, tra cui il braccio armato di Hamas: «Colpiremo il nemico sionista in ogni luogo»  \n			";
Author[11] = "\n				";
Link[11] = "\n			http://www.corriere.it/esteri/10_settembre_03/estremisti-palestinesi-accordo_9d6b0c6e-b720-11df-b2c1-00144f02aabe.shtml";
Cat[11] = "\n	<item>\n			<title>\n				Estremisti palestinesi annunciano una nuova intesa contro Israele \n			</title>\n			<description>\n				Accordo tra 13 gruppi, tra cui il braccio armato di Hamas: «Colpiremo il nemico sionista in ogni luogo»  \n			</description>\n			<link>\n			http://www.corriere.it/esteri/10_settembre_03/estremisti-palestinesi-accordo_9d6b0c6e-b720-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/hamas_b1.jpg?uuid=4fa59710-b720-11df-b2c1-00144f02aabe\"/>\n					<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/hamas_a1.jpg?uuid=4ecca0cc-b720-11df-b2c1-00144f02aabe\"/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/esteri/10_settembre_03/estremisti-palestinesi-accordo_9d6b0c6e-b720-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Esteri</category>\n			<pubDate>\n				Fri, 3 Sep 2010 13:54:22 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[11] = "
			
	
	000000";

Title[12] = "\n				Aereo cargo si schianta in Dubai: 2 morti\n			";
Desc[12] = "\n				Il velivolo è caduto nei pressi di una strada ad alta percorrenza. «Incidente dovuto a un guasto tecnico»\n			";
Author[12] = "\n				";
Link[12] = "\n			http://www.corriere.it/esteri/10_settembre_03/aereo-schianto-dubai_61f8cef8-b777-11df-b2c1-00144f02aabe.shtml";
Cat[12] = "\n	<item>\n			<title>\n				Aereo cargo si schianta in Dubai: 2 morti\n			</title>\n			<description>\n				Il velivolo è caduto nei pressi di una strada ad alta percorrenza. «Incidente dovuto a un guasto tecnico»\n			</description>\n			<link>\n			http://www.corriere.it/esteri/10_settembre_03/aereo-schianto-dubai_61f8cef8-b777-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/esteri/10_settembre_03/aereo-schianto-dubai_61f8cef8-b777-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Esteri</category>\n			<pubDate>\n				Fri, 3 Sep 2010 20:56:59 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[12] = "
			
	
	000000";

Title[13] = "\n				Pakistan, nuovo massacro contro gli sciiti Tragico bilancio: 53 morti e 200 feriti\n			";
Desc[13] = "\n				Due giorni fa a Lahore un attacco kamikaze aveva già provocato una trentina di vittime\n			";
Author[13] = "\n				";
Link[13] = "\n			http://www.corriere.it/esteri/10_settembre_03/massacro-sciiti-pakistan_2921ec68-b759-11df-b2c1-00144f02aabe.shtml";
Cat[13] = "\n	<item>\n			<title>\n				Pakistan, nuovo massacro contro gli sciiti Tragico bilancio: 53 morti e 200 feriti\n			</title>\n			<description>\n				Due giorni fa a Lahore un attacco kamikaze aveva già provocato una trentina di vittime\n			</description>\n			<link>\n			http://www.corriere.it/esteri/10_settembre_03/massacro-sciiti-pakistan_2921ec68-b759-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Redazione online\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/esteri/10_settembre_03/massacro-sciiti-pakistan_2921ec68-b759-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Esteri</category>\n			<pubDate>\n				Fri, 3 Sep 2010 17:56:59 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[13] = "
			
	
	000000";

Title[14] = "\n				\n			";
Desc[14] = "\n				\n			";
Author[14] = "\n				";
Link[14] = "\n			http://www.corriere.it/neutro/10_settembre_03/tappo-miss-cameriera-veneto_0de5fca6-b74e-11df-b2c1-00144f02aabe.shtml";
Cat[14] = "\n	<item>\n			<title>\n				\n			</title>\n			<description>\n				\n			</description>\n			<link>\n			http://www.corriere.it/neutro/10_settembre_03/tappo-miss-cameriera-veneto_0de5fca6-b74e-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/neutro/10_settembre_03/tappo-miss-cameriera-veneto_0de5fca6-b74e-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Speciale</category>\n			<pubDate>\n				Fri, 3 Sep 2010 13:26:47 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[14] = "
			
	
	000000";

Title[15] = "\n				Polsi: nessuno vuole mancare alla processione della \'ndrangheta\n			";
Desc[15] = "\n				Nonostante i 300 arresti di luglio. Il vescovo di Locri: «Qui ci divide il cammino con chi ha scelto l\'illegalità»\n			";
Author[15] = "\n				";
Link[15] = "\n			http://www.corriere.it/cronache/10_settembre_02/processione-polsi-fabrizio-caccia_25ac0c46-b6cb-11df-83d3-00144f02aabe.shtml";
Cat[15] = "\n	<item>\n			<title>\n				Polsi: nessuno vuole mancare alla processione della \'ndrangheta\n			</title>\n			<description>\n				Nonostante i 300 arresti di luglio. Il vescovo di Locri: «Qui ci divide il cammino con chi ha scelto l\'illegalità»\n			</description>\n			<link>\n			http://www.corriere.it/cronache/10_settembre_02/processione-polsi-fabrizio-caccia_25ac0c46-b6cb-11df-83d3-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/02/polsi_B1.jpg?uuid=b8def432-b6cc-11df-83d3-00144f02aabe\"/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				Fabrizio Caccia\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/cronache/10_settembre_02/processione-polsi-fabrizio-caccia_25ac0c46-b6cb-11df-83d3-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Cronache</category>\n			<pubDate>\n				Fri, 3 Sep 2010 13:40:44 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[15] = "
			
	
	000000";

Title[16] = "\n				Hawking: «Dio non è necessario a spiegare la creazione dell\'Universo»\n			";
Desc[16] = "\n				Lo scienziato: «Si è trattato semplicemente di una conseguenza inevitabile delle leggi della fisica»\n			";
Author[16] = "\n				";
Link[16] = "\n			http://www.corriere.it/scienze_e_tecnologie/10_settembre_02/hawking-dio-necessario-universo_a96e3d5e-b68c-11df-83d3-00144f02aabe.shtml";
Cat[16] = "\n	<item>\n			<title>\n				Hawking: «Dio non è necessario a spiegare la creazione dell\'Universo»\n			</title>\n			<description>\n				Lo scienziato: «Si è trattato semplicemente di una conseguenza inevitabile delle leggi della fisica»\n			</description>\n			<link>\n			http://www.corriere.it/scienze_e_tecnologie/10_settembre_02/hawking-dio-necessario-universo_a96e3d5e-b68c-11df-83d3-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/02/Hawk_b1.jpg?uuid=d050c314-b68d-11df-83d3-00144f02aabe\"/>\n					<thumbimage/>\n					<fullimage/>\n					</info1>\n			<dc:creator>\n				\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/scienze_e_tecnologie/10_settembre_02/hawking-dio-necessario-universo_a96e3d5e-b68c-11df-83d3-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Scienze e Tecnologie</category>\n			<pubDate>\n				Fri, 3 Sep 2010 13:48:10 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[16] = "
			
	
	000000";

Title[17] = "Le suore di clausurasbarcano su Internet";
Desc[17] = "Le suore di clausurasbarcano su Internet";
Author[17] = "";
Link[17] = "http://corrierefiorentino.corriere.it/firenze/notizie/cronaca/2010/3-settembre-2010/suora-clausura-va-online-1703693350275.shtml";
Cat[17] = "\n	<item>\n<title>Le suore di clausurasbarcano su Internet</title>\n<description>Le suore di clausurasbarcano su Internet</description>\n<link>http://corrierefiorentino.corriere.it/firenze/notizie/cronaca/2010/3-settembre-2010/suora-clausura-va-online-1703693350275.shtml</link>\n<info1>\n<thumbimage/>\n<thumbimage/>\n<fullimage/>\n</info1>\n<dc:creator></dc:creator>\n<guid isPermaLink=\"true\">http://corrierefiorentino.corriere.it/firenze/notizie/cronaca/2010/3-settembre-2010/suora-clausura-va-online-1703693350275.shtml</guid>\n<category domain=\"http://www.corriere.it\">Neutro</category>\n<pubDate>Fri, 3 Sep 2010 16:57:39 +0200</pubDate>\n<info2/>\n";
DateN[17] = "20100903165739";

Title[18] = "Dall\'asticeai gallinacciCosì ti condiscole tagliatelle";
Desc[18] = "Dall\'asticeai gallinacciCosì ti condiscole tagliatelle";
Author[18] = "";
Link[18] = "http://cucina.corriere.it/rubriche/cinque-in-tavola/index.shtml";
Cat[18] = "\n<item>\n<title>Dall\'asticeai gallinacciCosì ti condiscole tagliatelle</title>\n<description>Dall\'asticeai gallinacciCosì ti condiscole tagliatelle</description>\n<link>http://cucina.corriere.it/rubriche/cinque-in-tavola/index.shtml</link>\n<info1>\n<thumbimage/>\n<thumbimage/>\n<fullimage/>\n</info1>\n<dc:creator></dc:creator>\n<guid isPermaLink=\"true\">http://cucina.corriere.it/rubriche/cinque-in-tavola/index.shtml</guid>\n<category domain=\"http://www.corriere.it\">Neutro</category>\n<pubDate>Fri, 3 Sep 2010 12:29:21 +0200</pubDate>\n<info2/>\n";
DateN[18] = "20100903122921";

Title[19] = "\n				Soldati Usa, vietato giocare ai talebani\n			";
Desc[19] = "\n				Accusata di antipatriottismo, la nuova versione multiplayer di \"Medal of Honor\" non sarà venduta nelle basi militari: tra i personaggi da scegliere c\'è il miliziano\n			";
Author[19] = "\n				";
Link[19] = "\n			http://www.corriere.it/esteri/10_settembre_03/moh-gioco-multiplayer-militari-talebani-afghanistan-perasso_e76e8c1e-b748-11df-b2c1-00144f02aabe.shtml";
Cat[19] = "\n<item>\n			<title>\n				Soldati Usa, vietato giocare ai talebani\n			</title>\n			<description>\n				Accusata di antipatriottismo, la nuova versione multiplayer di \"Medal of Honor\" non sarà venduta nelle basi militari: tra i personaggi da scegliere c\'è il miliziano\n			</description>\n			<link>\n			http://www.corriere.it/esteri/10_settembre_03/moh-gioco-multiplayer-militari-talebani-afghanistan-perasso_e76e8c1e-b748-11df-b2c1-00144f02aabe.shtml</link>\n			<info1>\n				<thumbimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/gioco_b1.jpg?uuid=5a0477fc-b749-11df-b2c1-00144f02aabe\"/>\n					<thumbimage/>\n					<fullimage url=\"http://images.corriereobjects.it/Media/Foto/2010/09/03/gioco_b1.jpg?uuid=5a0477fc-b749-11df-b2c1-00144f02aabe\"/>\n					</info1>\n			<dc:creator>\n				Eva Perasso\n			</dc:creator>\n			<guid isPermaLink=\"true\">\n				http://www.corriere.it/esteri/10_settembre_03/moh-gioco-multiplayer-militari-talebani-afghanistan-perasso_e76e8c1e-b748-11df-b2c1-00144f02aabe.shtml</guid>\n			<category domain=\"http://www.corriere.it\">\n				Esteri</category>\n			<pubDate>\n				Fri, 3 Sep 2010 13:58:00 +0200</pubDate>\n			<info2>\n			</info2>\n		";
DateN[19] = "
			
	
	000000";

} // end with block
