What is the best A/B Testing tool?



Code:
<?php

  if(mt_rand(0,1)==0) {
    include 'landingpage1.html';
  }else {
    include 'landingpage2.html';
  }

?>
 
I am looking for something better than Google website optimizer. I have found genetify and visualwebsiteoptimizer so far.