function exRate() {
	var d = new Date();
	var h = d.getHours();
	if(h > 7 && h < 11) {
		return 10 + Math.ceil(33 * Math.random());
	} else if (h > 12 && h < 18) {
		return 12 + Math.ceil(33 * Math.random());
	} else if (h > 18 && h < 23) {
		return 25 + Math.ceil(75 * Math.random());
	} else {
		return 100;
	}
}
var minDelayMilli = 500;
var maxDelayMilli = 1000;

var ads = [];
//ads[0] = {ad:"http://localhost:8080/ad/ad.do?ad", img:"http://localhost:8080/ad/ad.do?img"};
//ads[1] = {ad:"http://www.anrdoezrs.net/click-3685040-527533861", img:"http://www.ftjcfx.com/image-3685040-527533861"};
ads[0] = {ad:"http://clickserve.cc-dt.com/link/tplclick?lid=41000000024777068&pubid=21000000000272821", img:"http://clickserve.cc-dt.com/link/tplimage?lid=41000000024777068&pubid=21000000000272821"};
