
/*
 * -------
 * :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 np_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 = 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 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);
    }
 }

     

}

np = new np_JSMsg();

/* how slow is the with statement */

with( np ) {
/* Meta values
*/
MetaKeys[0] = "MetaCopyright";
MetaVals[0] = "Copyright EUobserver.com. All rights reserved. Only for private use.";
MetaKeys[1] = "MetaTitle";
MetaVals[1] = "News from EUobserver.com";
MetaKeys[2] = "MetaLink";
MetaVals[2] = "http://euobserver.com";
MetaKeys[3] = "MetaLinkTitle";
MetaVals[3] = "<A HREF=\"http://euobserver.com\" CLASS=\"JSMsg\">News from EUobserver.com</A>";
MetaKeys[4] = "MetaUpdateDate";
MetaVals[4] = "20120207093001";
MetaKeys[5] = "MetaDesc";
MetaVals[5] = "Latest articles from EUobserver.com. The trusted source of EU related news and information.";


/* content vaues:
*/
Title[0] = "Dutch commissioner: euro could survive Greek exit";
Desc[0] = "EU digital agenda commissioner Neelie Kroes, a Dutch politician, has told Dutch paper Volkskrant that a Greek euro exit would not destroy the single currency: \"They always said: if a country is let off or asks to get out, then the whole edifice collapses. But that is simply not true.\"<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74e652/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Dutch+commissioner%3A+euro+could+survive+Greek+exit&link=http%3A%2F%2Feuobserver.com%2F1016%2F115158\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Dutch+commissioner%3A+euro+could+survive+Greek+exit&link=http%3A%2F%2Feuobserver.com%2F1016%2F115158\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126177948377/u/0/f/9610/c/748/s/1c74e652/a2.htm\"><img src=\"http://da.feedsportal.com/r/126177948377/u/0/f/9610/c/748/s/1c74e652/a2.img\" border=\"0\"/></a>";
Link[0] = "http://feeds.euobserver.com/c/748/f/9610/s/1c74e652/l/0Leuobserver0N0C10A160C115158/story01.htm";
Cat[0] = "";
DateN[0] = "20120207091108";

Title[1] = "Citigroup sees 50-50 chance of \'Grexit\'";
Desc[1] = "Citigroup has said the probability of Greek euro-exit in the next 18 months is 50%, compared to 25-30% in November. The \"Grexit\" would lead to \"a sequence of sudden stops in the external financing\" of southern euro-countries, with further exits \"reducing the euro-area to a greater DM zone,\" it noted.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74e654/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Citigroup+sees+50-50+chance+of+%27Grexit%27&link=http%3A%2F%2Feuobserver.com%2F1016%2F115157\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Citigroup+sees+50-50+chance+of+%27Grexit%27&link=http%3A%2F%2Feuobserver.com%2F1016%2F115157\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126177948376/u/0/f/9610/c/748/s/1c74e654/kg/268-306/a2.htm\"><img src=\"http://da.feedsportal.com/r/126177948376/u/0/f/9610/c/748/s/1c74e654/kg/268-306/a2.img\" border=\"0\"/></a>";
Link[1] = "http://feeds.euobserver.com/c/748/f/9610/s/1c74e654/l/0Leuobserver0N0C10A160C115157/story01.htm";
Cat[1] = "";
DateN[1] = "20120207090909";

Title[2] = "EU to keep paying new Hamas-linked government";
Desc[2] = "The EU has said it will keep on giving money to the Palestinian authorities despite their new deal with Hamas, an EU-designated terrorist group.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748cde/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5e0814/l/0Leuobserver0N0C90C115122/story01.htm\'>EU seeks probe into Egypt football tragedy</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c671a60/l/0Leuobserver0N0C240C115134/story01.htm\'>France calls for EU-Arab action group on Syria</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0eb/l/0Leuobserver0N0C240C115150A/story01.htm\'>EU considering global summit on Syria crisis</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=EU+to+keep+paying+new+Hamas-linked+government&link=http%3A%2F%2Feuobserver.com%2F24%2F115156\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=EU+to+keep+paying+new+Hamas-linked+government&link=http%3A%2F%2Feuobserver.com%2F24%2F115156\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126177946938/u/0/f/9610/c/748/s/1c748cde/a2.htm\"><img src=\"http://da.feedsportal.com/r/126177946938/u/0/f/9610/c/748/s/1c748cde/a2.img\" border=\"0\"/></a>";
Link[2] = "http://feeds.euobserver.com/c/748/f/9610/s/1c748cde/l/0Leuobserver0N0C240C115156/story01.htm";
Cat[2] = "<item><title>EU to keep paying new Hamas-linked government</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c748cde/l/0Leuobserver0N0C240C115156/story01.htm</link><description>The EU has said it will keep on giving money to the Palestinian authorities despite their new deal with Hamas, an EU-designated terrorist group.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748cde/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5e0814/l/0Leuobserver0N0C90C115122/story01.htm\'>EU seeks probe into Egypt football tragedy</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c671a60/l/0Leuobserver0N0C240C115134/story01.htm\'>France calls for EU-Arab action group on Syria</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0eb/l/0Leuobserver0N0C240C115150A/story01.htm\'>EU considering global summit on Syria crisis</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=EU+to+keep+paying+new+Hamas-linked+government&link=http%3A%2F%2Feuobserver.com%2F24%2F115156\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=EU+to+keep+paying+new+Hamas-linked+government&link=http%3A%2F%2Feuobserver.com%2F24%2F115156\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126177946938/u/0/f/9610/c/748/s/1c748cde/a2.htm\"><img src=\"http://da.feedsportal.com/r/126177946938/u/0/f/9610/c/748/s/1c748cde/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c748cde/l/0Leuobserver0N0Cmedia0C30Ce4fc33e0Ad6dcb9c22cc3f2c6a2ca81d40Bpng/e4fc33e0d6dcb9c22cc3f2c6a2ca81d4.png\" length=\"124909\" type=\"image/png\" /><category domain=\"\">Arab Spring</category><category domain=\"\">Palestine</category><pubDate>Tue, 07 Feb 2012 08:29:13 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/24/115156</guid>";
DateN[2] = "20120207082913";

Title[3] = "France and Germany suggest account for Greek debt funds";
Desc[3] = "France and Germany have called for the creation of a \'blocked\' account for Greece to pay down its debt, in another sign of waning trust in warring Greek politicians.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74a971/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5e029b/l/0Leuobserver0N0C190C115118/story01.htm\'>Berlin digs in heels on extra €15bn for Greece</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c61a756/l/0Leuobserver0N0C820C115133/story01.htm\'>This WEEK in the European Union</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6ce62e/l/0Leuobserver0N0C190C115135/story01.htm\'>Nerves fray as Greece extends bail-out talks</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=France+and+Germany+suggest+account+for+Greek+debt+funds&link=http%3A%2F%2Feuobserver.com%2F19%2F115152\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=France+and+Germany+suggest+account+for+Greek+debt+funds&link=http%3A%2F%2Feuobserver.com%2F19%2F115152\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126178218688/u/0/f/9610/c/748/s/1c74a971/kg/268-306/a2.htm\"><img src=\"http://da.feedsportal.com/r/126178218688/u/0/f/9610/c/748/s/1c74a971/kg/268-306/a2.img\" border=\"0\"/></a>";
Link[3] = "http://feeds.euobserver.com/c/748/f/9610/s/1c74a971/l/0Leuobserver0N0C190C115152/story01.htm";
Cat[3] = "<item><title>France and Germany suggest account for Greek debt funds</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c74a971/l/0Leuobserver0N0C190C115152/story01.htm</link><description>France and Germany have called for the creation of a \'blocked\' account for Greece to pay down its debt, in another sign of waning trust in warring Greek politicians.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74a971/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5e029b/l/0Leuobserver0N0C190C115118/story01.htm\'>Berlin digs in heels on extra €15bn for Greece</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c61a756/l/0Leuobserver0N0C820C115133/story01.htm\'>This WEEK in the European Union</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6ce62e/l/0Leuobserver0N0C190C115135/story01.htm\'>Nerves fray as Greece extends bail-out talks</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=France+and+Germany+suggest+account+for+Greek+debt+funds&link=http%3A%2F%2Feuobserver.com%2F19%2F115152\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=France+and+Germany+suggest+account+for+Greek+debt+funds&link=http%3A%2F%2Feuobserver.com%2F19%2F115152\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126178218688/u/0/f/9610/c/748/s/1c74a971/kg/268-306/a2.htm\"><img src=\"http://da.feedsportal.com/r/126178218688/u/0/f/9610/c/748/s/1c74a971/kg/268-306/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c74a971/l/0Leuobserver0N0Cmedia0C30C861e1b4e6428520A31af5de80A8740A956d0Bpng/861e1b4e642852031af5de808740956d.png\" length=\"112933\" type=\"image/png\" /><category domain=\"\">Greece</category><pubDate>Tue, 07 Feb 2012 08:28:01 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/19/115152</guid>";
DateN[3] = "20120207082801";

Title[4] = "Czech Republic stops ratification of anti-counterfeit treaty";
Desc[4] = "The Czech Republic has stopped ratification of the controversial anti-counterfeiting trade agreement, Acta, becoming the second EU country to do so after Poland.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74a973/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5a6404/l/0Leuobserver0N0C8430C115111/story01.htm\'>Tweeting EU commissioners and Chanel No. 5</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c606e2b/l/0Leuobserver0N0C8710C115128/story01.htm\'>[Focus] Battle lines drawn up in EU row on Acta</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Czech+Republic+stops+ratification+of+anti-counterfeit+treaty&link=http%3A%2F%2Feuobserver.com%2F22%2F115154\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Czech+Republic+stops+ratification+of+anti-counterfeit+treaty&link=http%3A%2F%2Feuobserver.com%2F22%2F115154\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126178218687/u/0/f/9610/c/748/s/1c74a973/a2.htm\"><img src=\"http://da.feedsportal.com/r/126178218687/u/0/f/9610/c/748/s/1c74a973/a2.img\" border=\"0\"/></a>";
Link[4] = "http://feeds.euobserver.com/c/748/f/9610/s/1c74a973/l/0Leuobserver0N0C220C115154/story01.htm";
Cat[4] = "<item><title>Czech Republic stops ratification of anti-counterfeit treaty</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c74a973/l/0Leuobserver0N0C220C115154/story01.htm</link><description>The Czech Republic has stopped ratification of the controversial anti-counterfeiting trade agreement, Acta, becoming the second EU country to do so after Poland.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74a973/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5a6404/l/0Leuobserver0N0C8430C115111/story01.htm\'>Tweeting EU commissioners and Chanel No. 5</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c606e2b/l/0Leuobserver0N0C8710C115128/story01.htm\'>[Focus] Battle lines drawn up in EU row on Acta</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Czech+Republic+stops+ratification+of+anti-counterfeit+treaty&link=http%3A%2F%2Feuobserver.com%2F22%2F115154\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Czech+Republic+stops+ratification+of+anti-counterfeit+treaty&link=http%3A%2F%2Feuobserver.com%2F22%2F115154\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126178218687/u/0/f/9610/c/748/s/1c74a973/a2.htm\"><img src=\"http://da.feedsportal.com/r/126178218687/u/0/f/9610/c/748/s/1c74a973/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c74a973/l/0Leuobserver0N0Cmedia0C30C0A31ee4ffe8f2965bee2d531925521fdd0Bpng/031ee4ffe8f2965bee2d531925521fdd.png\" length=\"108939\" type=\"image/png\" /><category domain=\"\">Copyright</category><category domain=\"\">Digital</category><pubDate>Tue, 07 Feb 2012 08:25:41 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/22/115154</guid>";
DateN[4] = "20120207082541";

Title[5] = "EU refuses to back down on emissions legislation";
Desc[5] = "The EU commission Monday indicated it would stay firm in the face of China\'s opposition to EU laws on charging airlines for their greenhouse gas emissions. “We’re not backing down in our legislation,” said a spokesperson.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74a974/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+EU+refuses+to+back+down+on+emissions+legislation&link=http%3A%2F%2Feuobserver.com%2F1016%2F115155\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+EU+refuses+to+back+down+on+emissions+legislation&link=http%3A%2F%2Feuobserver.com%2F1016%2F115155\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126178218686/u/0/f/9610/c/748/s/1c74a974/a2.htm\"><img src=\"http://da.feedsportal.com/r/126178218686/u/0/f/9610/c/748/s/1c74a974/a2.img\" border=\"0\"/></a>";
Link[5] = "http://feeds.euobserver.com/c/748/f/9610/s/1c74a974/l/0Leuobserver0N0C10A160C115155/story01.htm";
Cat[5] = "";
DateN[5] = "20120207082203";

Title[6] = "Not all civilisations equal, says French minister";
Desc[6] = "French interior minister Claude Gueant Monday said that not all civilisations are of \"equal value.\" “Those [civilisations] which defend liberty, equality and fraternity seem to us superior to those which accept tyranny, the subservience of women, social and ethnic hatred,\" he told a student audience.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c74563d/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Not+all+civilisations+equal%2C+says+French+minister&link=http%3A%2F%2Feuobserver.com%2F1016%2F115153\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Not+all+civilisations+equal%2C+says+French+minister&link=http%3A%2F%2Feuobserver.com%2F1016%2F115153\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/126178217979/u/0/f/9610/c/748/s/1c74563d/a2.htm\"><img src=\"http://da.feedsportal.com/r/126178217979/u/0/f/9610/c/748/s/1c74563d/a2.img\" border=\"0\"/></a>";
Link[6] = "http://feeds.euobserver.com/c/748/f/9610/s/1c74563d/l/0Leuobserver0N0C10A160C115153/story01.htm";
Cat[6] = "";
DateN[6] = "20120207080037";

Title[7] = "Commission still pulls the strings on EU foreign policy";
Desc[7] = "A new deal between the European Commission and Catherine Ashton sheds light on how much power the EU executive still has on foreign relations.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70fd6e/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Commission+still+pulls+the+strings+on+EU+foreign+policy&link=http%3A%2F%2Feuobserver.com%2F18%2F115145\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Commission+still+pulls+the+strings+on+EU+foreign+policy&link=http%3A%2F%2Feuobserver.com%2F18%2F115145\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996159669/u/0/f/9610/c/748/s/1c70fd6e/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996159669/u/0/f/9610/c/748/s/1c70fd6e/a2.img\" border=\"0\"/></a>";
Link[7] = "http://feeds.euobserver.com/c/748/f/9610/s/1c70fd6e/l/0Leuobserver0N0C180C115145/story01.htm";
Cat[7] = "<item><title>Commission still pulls the strings on EU foreign policy</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c70fd6e/l/0Leuobserver0N0C180C115145/story01.htm</link><description>A new deal between the European Commission and Catherine Ashton sheds light on how much power the EU executive still has on foreign relations.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70fd6e/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Commission+still+pulls+the+strings+on+EU+foreign+policy&link=http%3A%2F%2Feuobserver.com%2F18%2F115145\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Commission+still+pulls+the+strings+on+EU+foreign+policy&link=http%3A%2F%2Feuobserver.com%2F18%2F115145\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996159669/u/0/f/9610/c/748/s/1c70fd6e/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996159669/u/0/f/9610/c/748/s/1c70fd6e/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c70fd6e/l/0Leuobserver0N0Cmedia0C30Ce29342987e7dfc96bcab70A44dc83c1e90Bpng/e29342987e7dfc96bcab7044dc83c1e9.png\" length=\"102766\" type=\"image/png\" /><category domain=\"\">External Action Service</category><pubDate>Mon, 06 Feb 2012 17:28:32 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/18/115145</guid>";
DateN[7] = "20120206172832";

Title[8] = "EU considering global summit on Syria crisis";
Desc[8] = "UK foreign minister William Hague has said EU countries my convene a global summit on how to bring down Syrian leader Bashar Assad despite a blockage in the UN.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0eb/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5e0814/l/0Leuobserver0N0C90C115122/story01.htm\'>EU seeks probe into Egypt football tragedy</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c671a60/l/0Leuobserver0N0C240C115134/story01.htm\'>France calls for EU-Arab action group on Syria</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748cde/l/0Leuobserver0N0C240C115156/story01.htm\'>EU to keep paying new Hamas-linked government</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=EU+considering+global+summit+on+Syria+crisis&link=http%3A%2F%2Feuobserver.com%2F24%2F115150\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=EU+considering+global+summit+on+Syria+crisis&link=http%3A%2F%2Feuobserver.com%2F24%2F115150\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996105948/u/0/f/9610/c/748/s/1c70b0eb/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996105948/u/0/f/9610/c/748/s/1c70b0eb/a2.img\" border=\"0\"/></a>";
Link[8] = "http://feeds.euobserver.com/c/748/f/9610/s/1c70b0eb/l/0Leuobserver0N0C240C115150A/story01.htm";
Cat[8] = "<item><title>EU considering global summit on Syria crisis</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c70b0eb/l/0Leuobserver0N0C240C115150A/story01.htm</link><description>UK foreign minister William Hague has said EU countries my convene a global summit on how to bring down Syrian leader Bashar Assad despite a blockage in the UN.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0eb/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c5e0814/l/0Leuobserver0N0C90C115122/story01.htm\'>EU seeks probe into Egypt football tragedy</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c671a60/l/0Leuobserver0N0C240C115134/story01.htm\'>France calls for EU-Arab action group on Syria</a></li><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748cde/l/0Leuobserver0N0C240C115156/story01.htm\'>EU to keep paying new Hamas-linked government</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=EU+considering+global+summit+on+Syria+crisis&link=http%3A%2F%2Feuobserver.com%2F24%2F115150\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=EU+considering+global+summit+on+Syria+crisis&link=http%3A%2F%2Feuobserver.com%2F24%2F115150\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996105948/u/0/f/9610/c/748/s/1c70b0eb/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996105948/u/0/f/9610/c/748/s/1c70b0eb/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c70b0eb/l/0Leuobserver0N0Cmedia0C30C10Aefa7dea953fd11c94c63abb2dacf820Bpng/10efa7dea953fd11c94c63abb2dacf82.png\" length=\"130122\" type=\"image/png\" /><category domain=\"\">Arab Spring</category><pubDate>Mon, 06 Feb 2012 16:49:46 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/24/115150</guid>";
DateN[8] = "20120206164946";

Title[9] = "Female genital mutilation not on EU agenda";
Desc[9] = "The Danish EU rotating presidency has made a \"safe Europe\" one of its top priorities. But female genital mutilation, affecting an estimated 500,000 women a year in Europe alone, is not on its agenda.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748ce1/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ec/l/0Leuobserver0N0C90C115151/story01.htm\'>Female genital mutilation not on EU agenda</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F851%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F851%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div>";
Link[9] = "http://feeds.euobserver.com/c/748/f/9610/s/1c748ce1/l/0Leuobserver0N0C8510C115151/story01.htm";
Cat[9] = "<item><title>Female genital mutilation not on EU agenda</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c748ce1/l/0Leuobserver0N0C8510C115151/story01.htm</link><description>The Danish EU rotating presidency has made a \"safe Europe\" one of its top priorities. But female genital mutilation, affecting an estimated 500,000 women a year in Europe alone, is not on its agenda.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748ce1/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ec/l/0Leuobserver0N0C90C115151/story01.htm\'>Female genital mutilation not on EU agenda</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F851%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F851%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c748ce1/l/0Leuobserver0N0Cmedia0C30C29e7bc99826c3be0Ae39b0A0Af23a2c297a0Bpng/29e7bc99826c3be0e39b00f23a2c297a.png\" length=\"104525\" type=\"image/png\" /><category domain=\"\">Gender</category><category domain=\"\">Denmark</category><pubDate>Mon, 06 Feb 2012 16:46:36 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/851/115151</guid>";
DateN[9] = "20120206164636";

Title[10] = "Female genital mutilation not on EU agenda";
Desc[10] = "The Danish EU rotating presidency has made a \"safe Europe\" one of its top priorities. But female genital mutilation, affecting an estimated 500,000 women a year in Europe alone, is not on its agenda.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ec/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748ce1/l/0Leuobserver0N0C8510C115151/story01.htm\'>Female genital mutilation not on EU agenda</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F9%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F9%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996105947/u/0/f/9610/c/748/s/1c70b0ec/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996105947/u/0/f/9610/c/748/s/1c70b0ec/a2.img\" border=\"0\"/></a>";
Link[10] = "http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ec/l/0Leuobserver0N0C90C115151/story01.htm";
Cat[10] = "<item><title>Female genital mutilation not on EU agenda</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ec/l/0Leuobserver0N0C90C115151/story01.htm</link><description>The Danish EU rotating presidency has made a \"safe Europe\" one of its top priorities. But female genital mutilation, affecting an estimated 500,000 women a year in Europe alone, is not on its agenda.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ec/mf.gif\' border=\'0\'/><div class=\'mf-related\'><p>Related Stories</p><ul><li><a href=\'http://feeds.euobserver.com/c/748/f/9610/s/1c748ce1/l/0Leuobserver0N0C8510C115151/story01.htm\'>Female genital mutilation not on EU agenda</a></li></ul></div><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F9%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Female+genital+mutilation+not+on+EU+agenda&link=http%3A%2F%2Feuobserver.com%2F9%2F115151\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996105947/u/0/f/9610/c/748/s/1c70b0ec/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996105947/u/0/f/9610/c/748/s/1c70b0ec/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c70b0ec/l/0Leuobserver0N0Cmedia0C30C29e7bc99826c3be0Ae39b0A0Af23a2c297a0Bpng/29e7bc99826c3be0e39b00f23a2c297a.png\" length=\"104525\" type=\"image/png\" /><category domain=\"\">Gender</category><category domain=\"\">Denmark</category><pubDate>Mon, 06 Feb 2012 16:46:36 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/9/115151</guid>";
DateN[10] = "20120206164636";

Title[11] = "Merkel to support Sarkozy \'no matter what\'";
Desc[11] = "German Chancellor Merkel has promised unfettered political support for her French counterpart Sarkozy if he runs in presidential elections.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ed/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Merkel+to+support+Sarkozy+%27no+matter+what%27&link=http%3A%2F%2Feuobserver.com%2F843%2F115146\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Merkel+to+support+Sarkozy+%27no+matter+what%27&link=http%3A%2F%2Feuobserver.com%2F843%2F115146\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996105946/u/0/f/9610/c/748/s/1c70b0ed/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996105946/u/0/f/9610/c/748/s/1c70b0ed/a2.img\" border=\"0\"/></a>";
Link[11] = "http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ed/l/0Leuobserver0N0C8430C115146/story01.htm";
Cat[11] = "<item><title>Merkel to support Sarkozy \'no matter what\'</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ed/l/0Leuobserver0N0C8430C115146/story01.htm</link><description>German Chancellor Merkel has promised unfettered political support for her French counterpart Sarkozy if he runs in presidential elections.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c70b0ed/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Merkel+to+support+Sarkozy+%27no+matter+what%27&link=http%3A%2F%2Feuobserver.com%2F843%2F115146\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Merkel+to+support+Sarkozy+%27no+matter+what%27&link=http%3A%2F%2Feuobserver.com%2F843%2F115146\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996105946/u/0/f/9610/c/748/s/1c70b0ed/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996105946/u/0/f/9610/c/748/s/1c70b0ed/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c70b0ed/l/0Leuobserver0N0Cmedia0C30Cf98cb50Aa4e3373ca0A12ed44324b39a890Bpng/f98cb50a4e3373ca012ed44324b39a89.png\" length=\"114472\" type=\"image/png\" /><category domain=\"\">Germany</category><category domain=\"\">France</category><pubDate>Mon, 06 Feb 2012 16:36:40 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/843/115146</guid>";
DateN[11] = "20120206163640";

Title[12] = "Greece starts building fence on Turkish border";
Desc[12] = "Greece on Monday started building a 10-km long fence on its border with Turkey to keep out thousands of irregular migrants seeking to cross into Europe. \"This is a project which has practical and symbolic value,\" citizen protection minister Christos Papoutsis told reporters. Its cost is estimated at €5.5 million.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6ffdbc/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Greece+starts+building+fence+on+Turkish+border&link=http%3A%2F%2Feuobserver.com%2F1016%2F115149\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Greece+starts+building+fence+on+Turkish+border&link=http%3A%2F%2Feuobserver.com%2F1016%2F115149\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996102974/u/0/f/9610/c/748/s/1c6ffdbc/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996102974/u/0/f/9610/c/748/s/1c6ffdbc/a2.img\" border=\"0\"/></a>";
Link[12] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6ffdbc/l/0Leuobserver0N0C10A160C115149/story01.htm";
Cat[12] = "";
DateN[12] = "20120206152114";

Title[13] = "Athens is \'past deadline\' in debt talks, says EU commission";
Desc[13] = "\"The truth is that we are already past the deadline,\" EU commission spokesman Amadeu Altafaj said during a press conference. Greek PM Papademos said another round of talks with political leaders will take place on Tuesday. The French and German leaders Monday also urged Athens to wrap up the negotiations.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6ffdbd/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Athens+is+%27past+deadline%27+in+debt+talks%2C+says+EU+commission&link=http%3A%2F%2Feuobserver.com%2F1016%2F115148\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Athens+is+%27past+deadline%27+in+debt+talks%2C+says+EU+commission&link=http%3A%2F%2Feuobserver.com%2F1016%2F115148\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996102972/u/0/f/9610/c/748/s/1c6ffdbd/kg/268-306/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996102972/u/0/f/9610/c/748/s/1c6ffdbd/kg/268-306/a2.img\" border=\"0\"/></a>";
Link[13] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6ffdbd/l/0Leuobserver0N0C10A160C115148/story01.htm";
Cat[13] = "";
DateN[13] = "20120206152045";

Title[14] = "Gas cuts: Germany, Italy and Romania still down";
Desc[14] = "The EU commission said on Monday that Russian gas supplies to Germany, Italy and Romania are still on the low side, as Gazprom struggles to meet EU and Russian demand in the cold snap. It added that supplies are back to normal in Austria, Bulgaria, Greece, Hungary, Poland and Slovakia.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6f0847/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Gas+cuts%3A+Germany%2C+Italy+and+Romania+still+down&link=http%3A%2F%2Feuobserver.com%2F1016%2F115147\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Gas+cuts%3A+Germany%2C+Italy+and+Romania+still+down&link=http%3A%2F%2Feuobserver.com%2F1016%2F115147\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996096051/u/0/f/9610/c/748/s/1c6f0847/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996096051/u/0/f/9610/c/748/s/1c6f0847/a2.img\" border=\"0\"/></a>";
Link[14] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6f0847/l/0Leuobserver0N0C10A160C115147/story01.htm";
Cat[14] = "";
DateN[14] = "20120206125954";

Title[15] = "Romanian PM resigns over anti-government protests";
Desc[15] = "Romanian Prime Minister Emil Boc and his entire government have resigned in response to anti-government protests.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6d7359/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Romanian+PM+resigns+over+anti-government+protests&link=http%3A%2F%2Feuobserver.com%2F843%2F115144\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Romanian+PM+resigns+over+anti-government+protests&link=http%3A%2F%2Feuobserver.com%2F843%2F115144\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996098573/u/0/f/9610/c/748/s/1c6d7359/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996098573/u/0/f/9610/c/748/s/1c6d7359/a2.img\" border=\"0\"/></a>";
Link[15] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6d7359/l/0Leuobserver0N0C8430C115144/story01.htm";
Cat[15] = "<item><title>Romanian PM resigns over anti-government protests</title><link>http://feeds.euobserver.com/c/748/f/9610/s/1c6d7359/l/0Leuobserver0N0C8430C115144/story01.htm</link><description>Romanian Prime Minister Emil Boc and his entire government have resigned in response to anti-government protests.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6d7359/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=Romanian+PM+resigns+over+anti-government+protests&link=http%3A%2F%2Feuobserver.com%2F843%2F115144\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=Romanian+PM+resigns+over+anti-government+protests&link=http%3A%2F%2Feuobserver.com%2F843%2F115144\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996098573/u/0/f/9610/c/748/s/1c6d7359/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996098573/u/0/f/9610/c/748/s/1c6d7359/a2.img\" border=\"0\"/></a></description><enclosure url=\"http://feeds.euobserver.com/c/748/f/9610/e/1/s/1c6d7359/l/0Leuobserver0N0Cmedia0C30Cf69421d9d8bfeac80Ad665d0A8d2ecc9c80Bpng/f69421d9d8bfeac80d665d08d2ecc9c8.png\" length=\"83588\" type=\"image/png\" /><category domain=\"\">Romania</category><pubDate>Mon, 06 Feb 2012 09:44:16 GMT</pubDate><guid isPermaLink=\"false\">http://euobserver.com/843/115144</guid>";
DateN[15] = "20120206094416";

Title[16] = "Poll shows most Germans want Greece out of eurozone";
Desc[16] = "A poll published in Sunday\'s edition of Germany\'s mass-selling Bild newspaper found that 53% of Germans would prefer to see debt-ridden Greece leave the eurozone, while only 34% felt it should keep the euro. The same poll found that 80% opposes releasing a second rescue package unless Greece implements reforms.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6d27d3/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Poll+shows+most+Germans+want+Greece+out+of+eurozone&link=http%3A%2F%2Feuobserver.com%2F1016%2F115143\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Poll+shows+most+Germans+want+Greece+out+of+eurozone&link=http%3A%2F%2Feuobserver.com%2F1016%2F115143\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996138245/u/0/f/9610/c/748/s/1c6d27d3/kg/268-306/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996138245/u/0/f/9610/c/748/s/1c6d27d3/kg/268-306/a2.img\" border=\"0\"/></a>";
Link[16] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6d27d3/l/0Leuobserver0N0C10A160C115143/story01.htm";
Cat[16] = "";
DateN[16] = "20120206085747";

Title[17] = "Romanian PM resigns over protests";
Desc[17] = "Romanian Prime Minister Emil Boc on Monday announced his resignation after three weeks of anti-government protests in the country. He said he took this decision in order to calm \"social tensions\" and so the \"economic stability of the country\" is not affected.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6d27d4/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Romanian+PM+resigns+over+protests&link=http%3A%2F%2Feuobserver.com%2F1016%2F115142\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Romanian+PM+resigns+over+protests&link=http%3A%2F%2Feuobserver.com%2F1016%2F115142\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996138244/u/0/f/9610/c/748/s/1c6d27d4/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996138244/u/0/f/9610/c/748/s/1c6d27d4/a2.img\" border=\"0\"/></a>";
Link[17] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6d27d4/l/0Leuobserver0N0C10A160C115142/story01.htm";
Cat[17] = "";
DateN[17] = "20120206085311";

Title[18] = "Poland suspends ratification of Acta bill";
Desc[18] = "Poland Friday suspended the ratification of the international copyright treaty, Acta. Prime Minister Donald Tusk said there would have to be further discussion on the bill which has sparked widespread criticism in Poland, with opponents saying it will curb internet free speech.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6d10db/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Poland+suspends+ratification+of+Acta+bill&link=http%3A%2F%2Feuobserver.com%2F1016%2F115141\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Poland+suspends+ratification+of+Acta+bill&link=http%3A%2F%2Feuobserver.com%2F1016%2F115141\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996095906/u/0/f/9610/c/748/s/1c6d10db/kg/281/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996095906/u/0/f/9610/c/748/s/1c6d10db/kg/281/a2.img\" border=\"0\"/></a>";
Link[18] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6d10db/l/0Leuobserver0N0C10A160C115141/story01.htm";
Cat[18] = "";
DateN[18] = "20120206083543";

Title[19] = "Finns elect new centre-right president";
Desc[19] = "Sauli Niinisto from the centre-right National Coalition Party was elected Sunday as Finland\'s new president in the second round of voting, gaining 62.6% of the votes. His green challenger Pekka Haavisto received 37.4%. Niinisto will take office on 1 March with Finland\'s president having certain foreign policy powers.<img width=\'1\' height=\'1\' src=\'http://feeds.euobserver.com/c/748/f/9610/s/1c6d10dc/mf.gif\' border=\'0\'/><div class=\'mf-viral\'><table border=\'0\'><tr><td valign=\'middle\'><a href=\"http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&title=%5BTicker%5D+Finns+elect+new+centre-right+president&link=http%3A%2F%2Feuobserver.com%2F1016%2F115140\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/emailthis2.gif\" border=\"0\" /></a></td><td valign=\'middle\'><a href=\"http://res.feedsportal.com/viral/bookmark.cfm?title=%5BTicker%5D+Finns+elect+new+centre-right+president&link=http%3A%2F%2Feuobserver.com%2F1016%2F115140\" target=\"_blank\"><img src=\"http://res3.feedsportal.com/images/bookmark.gif\" border=\"0\" /></a></td></tr></table></div><br/><br/><a href=\"http://da.feedsportal.com/r/123996095905/u/0/f/9610/c/748/s/1c6d10dc/a2.htm\"><img src=\"http://da.feedsportal.com/r/123996095905/u/0/f/9610/c/748/s/1c6d10dc/a2.img\" border=\"0\"/></a>";
Link[19] = "http://feeds.euobserver.com/c/748/f/9610/s/1c6d10dc/l/0Leuobserver0N0C10A160C115140A/story01.htm";
Cat[19] = "";
DateN[19] = "20120206083500";

} // end with block

