var zzba = 5;
var zba = new Array(zzba);
    
    zba[0] = "http://romanceatheart.com/js/chCA160.js";
    zba[1] = "http://romanceatheart.com/js/rahpndxbidv120.js";
    zba[2] = "http://romanceatheart.com/js/fc160artndx.js";
    zba[3] = "http://romanceatheart.com/js/chGH160.js";
    zba[4] = "http://romanceatheart.com/js/chHG160.js";

    function pRan13(range) {
        if (Math.random)
            return Math.round(Math.random() * (range-1));
        else {
            var now = new Date();
            return (now.getTime() / 1000) % range;
        }
    }
    
        var ch13 = pRan13(zzba);
    document.write("<script src=" + zba[ch13] + ">" + "<" + "/script" + ">");




