This is my current code:
<?php
{ header("Location: /ts"); exit(); }
?>
I'd like to change it, or make some new code, so it will randomly forward either to the above site, or another on the same domain (50% chance of either site). I have very little PHP experience. Thanks!! :D

