// Ad Code
var AAMB1 = "";
var AAMB2 = "";
var AAMB3 = "";
var AAMB4 = "";
var AAMB5 = "";
var AAMB6 = "";
var AAMB7 = "";
var AAMB8 = "";
var AAMB9 = "";
var AAMB10 = "";
var AAMB11 = "";
var AAMB12 = "";
var AAMB13 = "";
var AAMB14 = "";


var adNumber = 3;

function writeAdCode(thisArea) {
	var aamRnd = Math.round(Math.random() * 100000000);
	 
	// Adserver URL
	adserver = "http://63.225.61.9/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 *******
	//  Features
	ad1 = "/AAMB1/area=inthisweek." + thisArea + ".positiony/aamsz=300x250/adsize=300x250"; // Interactive 1
	ad2 = "/AAMB2/area=inthisweek." + thisArea + ".position1y/aamsz=300x250/adsize=300x250"; // Interactive 2
	ad3 = "/AAMB3/area=inthisweek." + thisArea + ".position1/aamsz=468x60/adsize=468x60"; // mini 1
	ad4 = "/AAMB4/area=inthisweek." + thisArea + ".position2/aamsz=468x60/adsize=468x60"; // mini 2
	ad5 = "/AAMB5/area=inthisweek." + thisArea + ".position3/aamsz=468x60/adsize=468x60"; // mini 2
	ad6 = "/AAMB6/area=inthisweek." + thisArea + ".position1x/aamsz=160x600/adsize=160x600"; // Tower 1
	ad7 = "/AAMB7/area=inthisweek." + thisArea + ".position1x2/aamsz=160x600/adsize=160x600"; // Tower 2
	ad8 = "/AAMB8/area=inthisweek." + thisArea + ".position1m/aamsz=300x125/adsize=300x125"; // mini interactive
	ad9 = "/AAMB9/area=inthisweek." + thisArea + ".positionYx/adsize=800x600/aamsz=800x600/keyword=/site="; //post it
	ad10 = "/AAMB10/area=inthisweek." + thisArea + ".position2y/aamsz=300x250/adsize=300x250"; // Interactive 2
	
	ad11 = "/AAMB11/area=inthisweek." + thisArea + ".position3y/aamsz=300x250/adsize=300x250"; // Interactive 2
	ad12 = "/AAMB12/area=inthisweek." + thisArea + ".position4y/aamsz=300x250/adsize=300x250"; // Interactive 2
	ad13 = "/AAMB13/area=inthisweek." + thisArea + ".position5y/aamsz=300x250/adsize=300x250"; // Interactive 2
	ad14 = "/AAMB14/area=inthisweek." + thisArea + ".position6y/aamsz=300x250/adsize=300x250"; // Interactive 2
	
	// bServer ad call - insert the adx variables
	document.write('<SCR' + 'IPT SRC="' + adserver + allAdTags  +
	// *** MODIFY ADX FOR POSITION ON EACH PAGE *******
	ad1 + ad2 + ad3 + ad4 + ad5 + ad6 + ad7 + ad8 + ad9 + ad10 + ad11 + ad12 + ad13 + ad14 + '?" type="text/JavaScript" language="JavaScript">');
	document.write('</SCR' + 'IPT>');
// End Hide 

}