function rightColAdObj(src, url) {
	this.src = src;  
	this.url = url;
   
}
rightColAdObj.prototype.getSrc = function() {
	return this.src
}
rightColAdObj.prototype.getUrl = function() {
	return this.url
}

var rightColAds = new Array();
rightColAds[0] = new rightColAdObj("http://www.ecnnews.com/et/images/spacer.gif","#");
// rightColAds[0] = new rightColAdObj("http://www.ecnnews.com/et/images/0894973.jpg","http://www.ecnnews.com/cgi-bin/renorth/framepix2.pl?0894973");
// rightColAds[1] = new rightColAdObj("http://www.ecnnews.com/et/images/starbucks240x400.gif","http://www.starbucks.com");
// rightColAds[2] = new rightColAdObj("http://www.ecnnews.com/et/images/240x400_nmw-1-1.jpg","http://www.netmoneywizard.com");
// rightColAds[3] = new rightColAdObj("http://www.ecnnews.com/et/images/0883578.jpg","http://www.ecnnews.com/cgi-bin/renorth/framepix2.pl?0883578");
// rightColAds[4] = new rightColAdObj("http://www.ecnnews.com/et/images/0874377.jpg","http://www.ecnnews.com/cgi-bin/renorth/framepix2.pl?0874377");


