Hola PkDeath:
No sabría responderte usando el tag meta, pero con este script sì:
Código:
<html>
<head>
<title>
redirección aleatoria
</title>
<script type="text/javascript">
function ini() {
destinos = ['http://www.forosdelweb.com', 'http://www.pepemolina.com', 'http://www.sucaricatura.com'];
location.href = destinos[Math.floor(Math.random() * destinos.length)]
}
</script>
</head>
<body onload="ini();">
</body>
</html>
Saludos