if($_GET["bericht"] != ""){
$sql = "select * from aosl_nieuws where furl = '" . $_GET["bericht"] . "'";
$recordset1 = mysql_query($sql);
$record1 = mysql_fetch_assoc($recordset1);
/* print("\n"); */
print("
" . $record1["titel"] . "
\n");
print($record1["inhoud"] . "\n");
print("
Ga naar het nieuwsarchief
\n");
} else {
$sql = "select * from aosl_nieuws where publiek = 1 order by datum desc";
$recordset1 = mysql_query($sql);
print("\n");
$counter = 1;
while($record1 = mysql_fetch_assoc($recordset1)){
if($counter == 6){
print("