Thanks Tony.
Your code is close, but I'm looking for redirector type php script that I can point to from regular html page, not php page. I have rotator thing, but code isn't quite right for one site I think.
<?php
$id=md5(uniqid(rand()));
$location=sprintf("Location:
http://$id.sitetogoto.com");
header($location);
?>