var ads = new Array();
ads[0] = ['<iframe width="200" scrolling="no" height="200" frameborder="0" src="http://stat.wauee.com/cts/nhtml/200_200_3ffb9.html?pid=21&mid=17571&channel=1&cid=1184" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true"></iframe>',0,0];
var index = Math.floor(Math.random()*ads.length);
var today = new Date();
var i = 0;
while(((ads[index][1] > 0 && ads[index][1] * 1000 > today) || ((ads[index][2] > 0 && ads[index][2] * 1000 < today))) && i < 30) {
index = Math.floor(Math.random()*ads.length);
i++;
}
document.write(ads[index][0]);

