CODE :
PHP Code:

$link 
= array(
            
'http://www.somesite.com',
            
'http://www.anothersite.net',
            
'http://mysite.se'
            
);
shuffle($link);

echo 
"$link[0]";
?>