include ("include/header.inc.php");
include ("include/dbconnect.php");
$sql="SELECT * FROM $table WHERE JAbestaand = '*' ORDER BY RAND() LIMIT 1";
$resultrandom = mysql_query($sql);
$myrow = mysql_fetch_array($resultrandom);
$ja = $myrow["JA"];
echo "$ja
";
?>