<!--
var przegladarka = navigator.userAgent;
var ie = (przegladarka.indexOf("MSIE") != -1 && przegladarka.indexOf(") ") == -1 ? true : false);
var mozilla = (przegladarka.indexOf("Gecko") != -1 && przegladarka.indexOf("Netscape") == -1 ? true : false);
var netscape_ver = 0;
if (przegladarka.indexOf("Netscape") != -1)
{
  netscape_ver = parseInt(przegladarka.substring(przegladarka.indexOf("Netscape")+8));
  if (isNaN(netscape_ver)) netscape_ver = parseInt(przegladarka.substring(przegladarka.indexOf("Netscape")+9));
}
var opera_ver = 0;
if (przegladarka.indexOf("Opera") != -1)
{
  opera_ver = parseFloat(przegladarka.substring(przegladarka.indexOf("Opera")+5));
  if (isNaN(opera_ver)) opera_ver = parseFloat(przegladarka.substring(przegladarka.indexOf("Opera")+6));
}

if (ie || mozilla || netscape_ver >= 7 || opera_ver >= 7.2)
{
  document.write('<a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_australia.html" title="16-03-2008">Australia</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_malezja.html" title="23-03-2008">Malezja</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_bahrajn.html" title="06-04-2008">Bahrajn</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_hiszpania.html" title="27-04-2008">Hiszpania</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_turcja.html" title="11-05-2008">Turcja</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_monaco.html" title="25-05-2008">Monaco</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_kanada.html" title="08-06-2008">Kanada</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_francja.html" title="22-06-2008">Francja</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_w_brytania.html" title="06-07-2008">W. Brytania</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_niemcy.html" title="20-07-2008">Niemcy</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_wegry.html" title="03-08-2008">Węgry</a> | <a class="lastkal" href="http://www.f1onfire.com/grand_prix/2008_gp_europa.html" title="24-08-2008">Europa</a> | <a class="lastkal_on" href="http://www.f1onfire.com/grand_prix/2008_gp_belgia.html" title="07-09-2008">Belgia</a> | <a class="lastkal_off" href="http://www.f1onfire.com/grand_prix/2008_gp_wlochy.html" title="14-09-2008">Włochy</a> | <a class="lastkal_off" href="http://www.f1onfire.com/grand_prix/2008_gp_singapur.html" title="28-09-2008">Singapur</a> | <a class="lastkal_off" href="http://www.f1onfire.com/grand_prix/2008_gp_japonia.html" title="12-10-2008">Japonia</a> | <a class="lastkal_off" href="http://www.f1onfire.com/grand_prix/2008_gp_chiny.html" title="19-10-2008">Chiny</a> | <a class="lastkal_off" href="http://www.f1onfire.com/grand_prix/2008_gp_brazylia.html" title="02-11-2008">Brazylia</a>');
}
//-->
