function bannerAdObj(src1, url1, src2, url2, src3, url3) {
	this.src1 = src1;  
	this.url1 = url1;
	this.src2 = src2;  
	this.url2 = url2; 
	this.src3 = src3;  
	this.url3 = url3;      
}
bannerAdObj.prototype.getSrc = function() {
	return this.src
}

bannerAdObj.prototype.getUrl = function() {
	return this.url
}

var bannerAds = new Array();
// bannerAds[0] = new bannerAdObj("http://www.ecnnews.com/nt/images/iramotorgroup.gif","http://www.iramotorgroup.com","http://www.ecnnews.com/nt/images/eastwestmortgage.gif","http://www.eastwestmortgage.com","http://www.ecnnews.com/nt/images/isoldmyhouse.gif","http://www.isoldmyhouse.com/");
// bannerAds[1] = new bannerAdObj("http://www.ecnnews.com/nt/images/iramotorgroup.gif","http://www.iramotorgroup.com","http://www.ecnnews.com/nt/images/eastwestmortgage.gif","http://www.eastwestmortgage.com","http://www.ecnnews.com/nt/images/isoldmyhouse.gif","http://www.isoldmyhouse.com/");
// bannerAds[2] = new bannerAdObj("http://www.ecnnews.com/nt/images/iramotorgroup.gif","http://www.iramotorgroup.com","http://www.ecnnews.com/nt/images/eastwestmortgage.gif","http://www.eastwestmortgage.com","http://www.ecnnews.com/nt/images/isoldmyhouse.gif","http://www.isoldmyhouse.com/");
// bannerAds[3] = new bannerAdObj("http://www.ecnnews.com/nt/images/iramotorgroup.gif","http://www.iramotorgroup.com","http://www.ecnnews.com/nt/images/eastwestmortgage.gif","http://www.eastwestmortgage.com","http://www.ecnnews.com/nt/images/isoldmyhouse.gif","http://www.isoldmyhouse.com/");
// bannerAds[4] = new bannerAdObj("http://www.ecnnews.com/nt/images/iramotorgroup.gif","http://www.iramotorgroup.com","http://www.ecnnews.com/nt/images/eastwestmortgage.gif","http://www.eastwestmortgage.com","http://www.ecnnews.com/nt/images/isoldmyhouse.gif","http://www.isoldmyhouse.com/");
bannerAds[0] = new bannerAdObj("http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#");
bannerAds[1] = new bannerAdObj("http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#");
bannerAds[2] = new bannerAdObj("http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#");
bannerAds[3] = new bannerAdObj("http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#","http://www.ecnnews.com/et/images/spacer.gif","#");

