Why not just do something like this? This way at least your breaking it up more so if one particular headline doesnt show up, its in the rnd variable not the sql, or the other way around...
I dunno.. just a thought...
😉
$rnd = rand(); // or however your initializing your random #'s
$sql=mysql_query("SELECT * FROM news WHERE id LIKE $rnd");
PS: cant guarantee my sql query above is correct, but hey.. its an ex... 🙂