I was seriously bored.
PHP Code:
<?
$end 
rand(11239914);
$address "habboxforum.com/showthread.php?p=";
$location "$address$end";
header("location: http://$location");
?>