var how_many_ads = 1; // change this depending on the number of banners
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.jdoqocy.com/1t65biroiq59BAE66E576BA9BEC";
text="Buy 1 movie ticket on Fandango and receive a second ticket to the same show free when you use your Visa Signature card.";
target="_blank";
}

document.write('<a href=\"' + url + '\" target=\"' + target + '\" class=\"gry\">' + text + '</a>')
