<html>
<head>
<title>zufällige Brücken- und Baufachbücher</title>
<link rel="stylesheet" type="text/css" href="http://www.brueckenbau-links.de/brueckenbuch/bbuch5.css">
</head>
<body>
<table border="1" width="170" bordercolor="#7EB8FF" cellspacing="0" cellpadding="0"
bordercolorlight="#7EB8FF" bordercolordark="#7EB8FF">
<tr>
<td width="100%"><p align="center"><a href="http://www.brueckenbau-links.de/brueckenbuch/index.htm" target="_blank">
<img src="http://www.brueckenbau-links.de/brueckenbuch/buton/b-brueckenbuch-gr.jpg"
width="170" height="30" alt="Brueckenbuch.de" border="0"></a><br>
<a href="http://www.brueckenbau-links.de/brueckenbuch/index.htm"
target="_blank">Bridges bookstore</a></td>
</tr>
<perl>
for($i=0; $i<6;)
{
do get "Id==? Vorschau<>3x3.gif", "buecher";
} while (index($ids, "$_id,")>=0);
if($i>0) {
out <<EOF;
<tr>
<td width="170"><small><p align="center"><a href="http://koch.netpure.de/cgi-bin/baseportal.pl?htx=/koch/buecher/buecher_3sp&cmd=all&Id==$_id"
target="_blank">$Titel<br>
<img src="http://www.brueckenbau-links.de/brueckenbuch/$Vorschau"
alt="$Titel" border="0">
</a><br>
</td>
</tr>
EOF
}
$ids.="$_id,";
$i++ if $Vorschau ne "3x3.gif";
}
</perl>
</table>
</body></html>