var dc = 13; 
var d = new Array(dc);
    
    d[0] = "http://romanceatheart.com/js/chCA468.js";
    d[1] = "http://romanceatheart.com/js/chGH468.js";
    d[2] = "http://romanceatheart.com/js/chHG468.js";
    d[3] = "http://romanceatheart.com/js/rahpndxbidv468.js";
    d[4] = "http://romancentravel.rahpubs.com/js/468ran.js";
    d[5] = "http://romanceatheart.com/js/amazonban2.js";
    d[6] = "http://romanceatheart.com/js/amazonbanner.js";
    d[7] = "http://romanceatheart.com/js/amazonKRban.js";
    d[8] = "http://romanceatheart.com/js/jcB.js";
    d[9] = "http://romanceatheart.com/js/remediB.js";

    d[10] = "http://romanceatheart.com/js/lolB.js";

    d[11] = "http://romanceatheart.com/js/amazongdB.js";

    d[12] = "http://romanceatheart.com/js/amazongdB2.js";

    function pickRandoma(range)
{
        if (Math.random)
            return Math.round(Math.random() * (range-1));
        else
{
            var nowz = new Date();
            return (nowz.getTime() / 1000) % range;
        }
    }
    
        var choice7 = pickRandoma(dc);
    document.write("<script src=" + d[choice7] + "></script>");



