<!--
function anzeige(seite_,i,x,source,datei,wo)
{
var Datum = new Date();
var pfad = ' ';
var Anzahl = 99
var Zufall = 0
Zufall = Math.random()
Zufall = Math.round((Anzahl-1) * Zufall) + 1
if(wo==1)
{
 pfad='http://people.freenet.de/highest';
}
else
{
 if (wo==2)
  {
   pfad='http://www.gunnet.de/beyer/';
  }
 else 
  {
   if (wo==3)
    {
     pfad='http://www.highest.de/';
    }
    else 
    {
     pfad='http://www.highest.de/';
    }
  }
}
parent.xyanzeig.document.open();
parent.xyanzeig.document.writeln('<HTML>');
parent.xyanzeig.document.writeln('<HEAD>');
parent.xyanzeig.document.writeln('<META NAME="Author" CONTENT="Gerhard Beyer">');
parent.xyanzeig.document.writeln('<TITLE>Animierte Bilder'+seite_+'</TITLE></HEAD>');
parent.xyanzeig.document.writeln('<link rel=stylesheet type="text/css" href="highest.css">');
parent.xyanzeig.document.writeln('<BODY>');

parent.xyanzeig.document.writeln('<CENTER><H1>Animierte Grafiken: '+seite_+'</H1></CENTER>');
parent.xyanzeig.document.writeln('<A HREF="http://www.highest.de/animiert.htm" target="xyanzeig">zurück</A><BR>');
parent.xyanzeig.document.writeln('<TABLE WIDTH="100%">');
 while(i<x)
 {
  parent.xyanzeig.document.writeln('<TR ALIGN=CENTER><TD ALIGN=CENTER><A href="http://www.guweb.com/cgi-bin/postcard?id=HIGHEST&image='+pfad+source+datei+i+'.gif"><IMG SRC="'+pfad+source+datei+i+'.gif" ALT="'+datei+i+'" image border=0></A></TD>');
  i++;
  if(i<x)
   {
   parent.xyanzeig.document.writeln('<TD ALIGN=CENTER><A href="http://www.guweb.com/cgi-bin/postcard?id=HIGHEST&image='+pfad+source+datei+i+'.gif"><IMG SRC="'+pfad+source+datei+i+'.gif" ALT="'+datei+i+'" image border=0></A></TD></TR>');     
   }
  else
   {
   parent.xyanzeig.document.writeln('<TD ALIGN=CENTER>Noch leer</TD></TR>');
   }
  i-- 
  parent.xyanzeig.document.writeln('<TR ALIGN=CENTER><TD ALIGN=CENTER>'+datei+i+'.GIF</TD>');
  i++;
  if(i<x)
   {
   parent.xyanzeig.document.writeln('<TD ALIGN=CENTER>'+datei+i+'.GIF</TD></TR>');
   i++;
   }
  else
   {
   parent.xyanzeig.document.writeln('</TR>');
   }
 }
 parent.xyanzeig.document.writeln('</TABLE><BR>');
parent.xyanzeig.document.writeln('</BODY>');
parent.xyanzeig.document.writeln('</HTML>');
parent.xyanzeig.document.close();
}
//-->

