
<!-- Begin
// Set up the image files to be used.
var theImages2 = new Array() //

theImages2[0] = '/images/ads/150x275/farmaid.jpg';
theImages2[1] = '/images/ads/150x275/gabrielcousens1.jpg';
theImages2[2] = '/images/ads/150x275/gabrielcousens2.jpg';
theImages2[3] = '/images/ads/150x275/juliemorris.jpg';
theImages2[4] = '/images/ads/150x275/organicauthority.jpg';

var theLink = new Array();

theLink[0] = '<a href="http://www.farmaid.org/" border="0"><img src="/images/ads/150x275/farmaid.jpg" width="150" height="275" class="ad1" /></a>';
theLink[1] = '<a href="http://www.gabrielcousens.com/" border="0"><img src="/images/ads/150x275/gabrielcousens1.jpg" width="150" height="275" class="ad1" /></a>';
theLink[2] = '<a href="http://www.gabrielcousens.com/" border="0"><img src="/images/ads/150x275/gabrielcousens2.jpg" width="150" height="275" class="ad1" /></a>';
theLink[3] = '<a href="http://www.juliemorris.net/" border="0"><img src="/images/ads/150x275/juliemorris.jpg" width="150" height="275" class="ad1" /></a>';
theLink[4] = '<a href="http://www.organicauthority.com//" border="0"><img src="/images/ads/150x275/organicauthority.jpg" width="150" height="275" class="ad1" /></a>';


// do not edit anything below this line

var j = 0
var p = theImages2.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages2[i]
}
var whichImage = Math.floor(Math.random()*(p));
function showImageAd(){
document.write(theLink[whichImage]);
}

//  End -->
//document.write('<img src="'+theImages[whichImage]+'" width="150" height="275" class="ad1" />');
