<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<style type='text/css'>
/* Time-stamp: "2005-05-02 20:54:36 ADT" sburke
 by sburke@cpan.org - I hereby release this CSS code into the public domain.
*/

* {
  display: block;
  border-top:  0px groove #000060;
  border-left: 0px groove #000060;
  padding: 2px 2px 2px 15px;
}

link:before            { content: " URL: " }
webMaster:before       { content: " Feed admin: " }
lastBuildDate:before   { content: " Last feed update: " }
updateFrequency:before { content: " Update Frequency: " }
updateFrequency:after  { content: " times" }
updatePeriod:before    { content: " Update Period: " }
updateBase:before      { content: " Update Base: " }
language:before        { content: " Language: " }
docs:before            { content: " Read me: " }
description:before     { content: "\21D2  "} 

docs {  color: #fcc; }

image, guid, ttl, skipHours, skipDays, updateBase, width, height { display: none }

channel description { font-size: 150%; }
item    description { font-size: 110%; }

:root:before {
 content: "\2022 Don't panic.  This data file is meant to be read in an RSS reader.  See http://interglacial.com/rss/about.html  \2022";
}

:root {
  border: none;
  padding: 0;
  padding-top: .7em;
  margin: 2px;
  font-size: 11pt;
  display: block;
  background-color: black;
  color: white;
}

channel {
  border:  0;
  padding: 0;
  margin-top: .9em;
}

channel > title {
  font-size:  230%;
  font-style: italic;
}

item {
  padding: 0;
  border: 0;
  border-left: 9px solid #80d0d0;
  margin: 25px 0 20px 0;
}

item > * { border: 0; }

item > title {
  font-size: 150%;
}

item > link {
  font-size: 80%;
  margin-top:  6px;
  margin-bottom: 6px;
}

/* End */
</style>
<HEAD>
<script>
function clientSideInclude(id, url) {
  var req = false;
  // For Safari, Firefox, and other non-MS browsers
  if (window.XMLHttpRequest) {
    try {
      req = new XMLHttpRequest();
    } catch (e) {
      req = false;
    }
  } else if (window.ActiveXObject) {
    // For Internet Explorer on Windows
    try {
      req = new ActiveXObject("Msxml2.XMLHTTP");
    } catch (e) {
      try {
        req = new ActiveXObject("Microsoft.XMLHTTP");
      } catch (e) {
        req = false;
      }
    }
  }
 var element = document.getElementById(id);
 if (!element) {
  alert("Bad id " + id + 
   "passed to clientSideInclude." +
   "You need a div or span element " +
   "with this id in your page.");
  return;
 }
  if (req) {
    // Synchronous request, wait till we have it all
    req.open('GET', url, false);
    req.send(null);
    element.innerHTML = req.responseText;
  } else {
    element.innerHTML =
   "Sorry, your browser does not support " +
      "XMLHTTPRequest objects. This page requires " +
      "Internet Explorer 5 or better for Windows, " +
      "or Firefox for any system, or Safari. Other " +
      "compatible browsers may also exist.";
  }
}
</script>
</HEAD>
<body onLoad="clientSideInclude('includeone', 'http://www.gazzetta.it/rss/Calcio.xml');">
 
<span id="includeone">
</span>
</iframe>

</body>
</HTML>
