(function () {                                                                 
    var swapper =                                                               
        function (a,L,e) {                                                     
            var r = Math.floor(Math.random()*L);                               
            var x = a[e];                                                       
            a[e] = a[r];                                                       
            a[r] = x;                                                           
        };                                                                     
    Array.prototype.shuffle =                                                   
        function () {                                                           
            var i,L;                                                           
            i = L = this.length;                                               
            while (i--) swapper(this,L,i);                                     
        };                                                                     
})();
var array_anchor = new Array();
array_anchor[0] = "Extraits Video XXX Gratuit ^^";
array_anchor[1] = "-> Videos Gratuites a telecharger";
array_anchor[2] = ">>> Photos XXX Gratuites <<<";
array_anchor[3] = "!!! Video Porno Gratuit !!!";
array_anchor[4] = "[ Videos de Baise tres Cochonne ]";
array_anchor.shuffle();
document.write("<a href=\"http://sexy.yakoila.com/boost/ultra.php\" target=\"_blank\" style=\"text-decoration: underline; color: #ff0303; font-weight: bold; font-size: 20px;\">"+array_anchor[0]+"</a>");
