the first one for the win, what the fuck is her name.
php script:
PHP:<?php $rand = rand(0,1); if($rand == 0) { header('Location: http://www.domain.com/landinpage1.html'); } else { header('Location: http://www.domain.com/landinpage2.html'); } ?>