var caST = 4;
var eST3 = new Array(caST);

eST3[0] = "http://romanceatheart.com/js/afeatureST.js";
eST3[1] = "http://romanceatheart.com/js/coveradsST1.js";
eST3[2] = "http://romanceatheart.com/js/coveradsST2.js";
eST3[3] = "http://romanceatheart.com/js/coveradsST3.js";

function pickRandomb4(range)
{
if (Math.random)
return Math.round(Math.random() * (range-1));else
{
var now3 = new Date();
return (now3.getTime() / 1000) % range;
}
}
var choice4 = pickRandomb4(caST);
document.write("<script src=" + eST3[choice4] + "></script>");
