var ez4 = 15; 
var e4 = new Array(ez4);
    
    e4[0] = "http://romanceatheart.com/js/coverads.js";
    e4[1] = "http://romanceatheart.com/js/coverads.js";
    e4[2] = "http://romancentravel.rahpubs.com/js/160ran.js";
    e4[3] = "http://romanceatheart.com/js/amazonSWsky.js";
    e4[4] = "http://romanceatheart.com/js/amazonKRsky.js";
    e4[5] = "http://romanceatheart.com/js/coverads.js";
    e4[6] = "http://romanceatheart.com/js/coverads.js";
    e4[7] = "http://romanceatheart.com/js/cncS.js";
    e4[8] = "http://romanceatheart.com/js/coverads.js";
    e4[9] = "http://romanceatheart.com/js/fastclick160ndx2.js";
    e4[10] = "http://romanceatheart.com/js/fastclick160ndx3.js";
    e4[11] = "http://romanceatheart.com/js/coverads.js";
    e4[12] = "http://romanceatheart.com/js/jcS.js";
    
    e4[13] = "http://romanceatheart.com/js/remediS.js";
    
    e4[14] = "http://romanceatheart.com/js/lolS.js";
    
    function pickRandomb4ez(range) {
        if (Math.random)
            return Math.round(Math.random() * (range-1));
        else {
            var now31 = new Date();
            return (now31.getTime() / 1000) % range;
        }
    }

        var ezchoice = pickRandomb4ez(ez4);
    document.write("<script src=" + e4[ezchoice] + "></script>");
