Please click on the following link to be redirected to your survey
 
<script type="text/javascript">
 
links=["Uno","Due","Tre"];
 
var rand = links[Math.floor(Math.random() * links.length)];
 
document.write(rand);
</script>