Sie sind auf Seite 1von 2

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAusdu
bDT7zcHe__at6VwwVRRd0s17Re7oHCC0_pt-fNl95bCDFRSDX2ZgCPvYaSytr8HxkQ9aRdVZZw">
</script>
<script type="text/javascript" src="highslide-full.js"></script>
<script type="text/javascript" src="highslide.config.js" charset="utf-8"></scrip
t>
<link rel="stylesheet" type="text/css" href="highslide.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="highslide-ie6.css" />
<![endif]-->
<script type="text/javascript" src="gfeedfetcher.js"></script>
<style type="text/css">
.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}
.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}
#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}
#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}
#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}
#example3{ /*CSS specific to demo 3*/
width: 550px;
padding: 4px;
border: 1px dashed gray;
}
#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}
code{ /*CSS for insructions*/
color: red;
}
.style1 {
text-align: center;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" style="width: 550px; height: 450px;" alig
n="center">
<!-- MSTableType="layout" -->
<tr>
<td style="width: 200px; height: 450px;" valign="top" class="sty
le1"><h3>
Ultimas noticias de Argentina:</h3>
<script type="text/javascript">
var newsfeed=new gfeedfetcher("example3", "example3class", "_self")
newsfeed.addFeed("Perfil", "http://www.perfil.com/rss/ultimomomento.xml") //Spec
ify "label" plus URL to RSS feed
newsfeed.addFeed("La Nación", "http://www.lanacion.com.ar/herramientas/rss/inde
x.asp?origen=2") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("Clarin", "http://www.clarin.com/rss/") //Specify "label" plus
URL to RSS feed
newsfeed.addFeed("Pagina 12", "http://www.pagina12.com.ar/diario/rss/ultimas_not
icias.xml") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("El Argentino", "http://www.elargentino.com/Highlights.aspx?Con
tent-Type=text/xml&ChannelDesc=Home") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("OLE", "http://www.ole.com.ar/rss/") //Specify "label" plus URL
to RSS feed
newsfeed.displayoptions("label Datetime") //show the specified additional fields
newsfeed.setentrycontainer("div") //Display each entry as a paragraph
newsfeed.filterfeed(40, "date") //Show 8 entries, sort by date
newsfeed.init() //Always call this last
</script></td>
</tr>
</table>
</body>
</html>

Das könnte Ihnen auch gefallen