<?php$arr = array("http://www.site1.com", "http://www.site2.com");header ("Location: " . $arr[array_rand($arr)]);