var ec2 = 9;
var e1 = new Array(ec2);
    
    e1[0] = "http://romanceatheart.com/js/chCA160fr.js";
    e1[1] = "http://romanceatheart.com/js/coveradsp1fr.js";
    e1[2] = "http://romanceatheart.com/js/coveradsp2fr.js";
    e1[3] = "http://romanceatheart.com/js/rahpbidv160.js";
    e1[4] = "http://romanceatheart.com/js/oma160fr.js";
    e1[5] = "http://romanceatheart.com/js/k160fr.js";
    e1[6] = "http://romanceatheart.com/js/chGH160fr.js";
    e1[7] = "http://romanceatheart.com/js/chHG160fr.js";
    e1[8] = "http://romanceatheart.com/js/aw1216fr.js";

    function pickRandomb1(range) {
        if (Math.random)
            return Math.round(Math.random() * (range-1));
        else {
            var now1 = new Date();
            return (now1.getTime() / 1000) % range;
        }
    }
    
        var choice1 = pickRandomb1(ec2);
  document.write("<script type=\"text/javascript\" src=" + e1[choice1] + "></script>");


