rta

by toubia95

HTML

<a href="#" class="yourlink">RTA</a>

JavaScript

// random top analyse
var numta = 1 + Math.floor(Math.random() * 13280);
var numzt = 1 + Math.floor(Math.random() * 370);
$('a.yourlink').click(function(e) {
    e.preventDefault();
    window.open('http://www.topanalyse.org/homc.php?page=page&p='+numta);
    window.open('https://www.zone-telechargement.ws/films-dvdrip-bdrip/page/'+numzt);
    numta = 1 + Math.floor(Math.random() * 13280);
    numzt = 1 + Math.floor(Math.random() * 370);
});