// 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=ucgslt." + thisArea + ".banner_top/adsize=468X60";
	ad2 = "/AAMB2/area=ucgslt." + thisArea + ".mini_top1_left/adsize=120X60";
	ad3 = "/AAMB3/area=ucgslt." + thisArea + ".mini_top2_left/adsize=120X60";
	ad4 = "/AAMB4/area=ucgslt.main.button1/adsize=125X125";
	ad5 = "/AAMB5/area=ucgslt." + thisArea + ".skyscraper/adsize=120X600";
	ad6 = "/AAMB6/area=ucgslt.featured.button_2/adsize=125X125";
	ad7 = "/AAMB7/area=ucgslt.main.button3/adsize=125X125";
	// 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 + ad7
	+ '?" type="text/JavaScript" language="JavaScript">');
	document.write('</SCR' + 'IPT>');
// End Hide -->

}