	var num = 0;
	var pix = new Array();
	var urls = new Array();
	
	pix[0] = "winecountryrun1.gif";
	pix[1] = "WinterWineCountry.jpg";
	pix[2] = "winecountryrun1.gif";
	pix[3] = "WinterWineCountry.jpg";

	
	urls[0] = "http://www.winecountryrun.com/";
	urls[1] = "http://wineriesofniagaraonthelake.com";
	urls[2] = "http://winecountryrun.com/";
	urls[3] = "http://wineriesofniagaraonthelake.com";
	

	numads = 4;
	num = Math.floor((Math.random() * numads))  ;

	document.write('<a href="' + urls[num] + '"  target="_blank">');
	document.write('<img src="graphics/homeads/' + pix[num] + '" height="90" width="194" border="0"></a>');