/*########################################################

############## TO UPDATE #################################

########################################################*/



var topAddLink = 'browse.cfm/battery-charger-110-230v-40amp-12v-3-bank/4,7748.html';

var bottomAddLink = 'browse.cfm/windlass-hector-1000w-12v-w-drum-10mm-gypsy-quick/4,6214.html';





/*########################################################

############## END TO UPDATE #############################

########################################################*/





function addthead(divName,stringToAdd){

	var ct = document.getElementById(divName).innerHTML;

	var result = ct + stringToAdd;

	document.getElementById(divName).innerHTML = result;

}





/*------------------------Variables*/

var topAddDivName = 'topAd';

var bottomAddDivName = 'bottomAd';



/*------------------------Execution on page load*/



stringTop = '<a href="'+topAddLink+'"><img src="http://www.islandwaterworld.net/iww-files/homepage/ads/ads_03.png" alt="" border="0"/></a>';

stringBottom = '<a href="'+bottomAddLink+'"><img src="http://www.islandwaterworld.net/iww-files/homepage/ads/ads_06.png" alt="" border="0"/></a>';





addthead(topAddDivName,stringTop);

addthead(bottomAddDivName,stringBottom);