// Ad Code
function writeAdCode(thisArea) {
	var aamRnd = Math.round(Math.random() * 100000000);
	 
	// Adserver URL
	adserver = "http://209.210.181.2/bserver";
	 
	// Ad tag targeting values which will be appended to each ad request section in the bserver ad call
	allAdTags = "/AAMALL/acc_random=" + aamRnd + "/pageid=" + aamRnd;
	
	// Individual tags for each ad request  - increment the adx variable name and the AAMBx parameter.
	// *** MODIFY AREA= FOR POSITION ON EACH PAGE *******
ad1 = "/AAMB1/area=ucn." + thisArea + ".position0/adsize=728x90/keyword=/site=";
ad2 = "/AAMB2/area=ucn." + thisArea + ".position3/adsize=728x90/keyword=/site=";
ad3 = "/AAMB3/area=ucn." + thisArea + ".position1/adsize=125x125/keyword=/site=";
ad4 = "/AAMB4/area=ucn." + thisArea + ".position2/adsize=125x125/keyword=/site=";
ad5 = "/AAMB5/area=ucn." + thisArea + ".position1X/adsize=120x600/keyword=/site=";
ad6 = "/AAMB6/area=ucn." + thisArea + ".position1Y/adsize=300x250/keyword=/site=";
// bServer ad call - insert the adx variables
	document.write('<SCR' + 'IPT SRC="' + adserver + allAdTags  +
	// *** MODIFY ADX FOR POSITION ON EACH PAGE *******
	// *** MODIFY ADX FOR POSITION ON EACH PAGE *******
	ad1 + ad2 + ad3 + ad4  + ad5 + ad6
	+ '?" type="text/JavaScript" language="JavaScript">');
	document.write('</SCR' + 'IPT>');
// End Hide -->

}
