
/*
 *  Note: You must make sure to escape all quotation marks that appear within the <a> tags. i.e. <a href = \"link\">
 */
	
	// Define data arrays for each data field.
	// DO NOT CHANGE THESE DEFINTIONS
	
	var ad180x150Index = -1;
	var ad180x150Code = new Array();
	var ad180x150URL = new Array();
	var ad180x150Target = new Array();
	
	// Make changes to this file below.
	// Insert data into the arrays below.

	
//_____________ LIST OF 180x150 Ads ______________

	
//----------
	
	ad180x150Index++; // This adds 1 to the index variable.
	ad180x150Code[ad180x150Index] = "kamikaze_180x150.jpg";
	ad180x150URL[ad180x150Index] ="http://www.cmxmanga.com/";
	ad180x150Target[ad180x150Index] = "_blank";


//----------
	
	ad180x150Index++; // This adds 1 to the index variable.
	ad180x150Code[ad180x150Index] = "youngm_180x150.jpg";
	ad180x150URL[ad180x150Index] ="http://www.cmxmanga.com/";
	ad180x150Target[ad180x150Index] = "_blank";
	
//----------
	
	ad180x150Index++; // This adds 1 to the index variable.
	ad180x150Code[ad180x150Index] = "mad_online_180x150.jpg";
	ad180x150URL[ad180x150Index] ="http://www.madmag.com/";
	ad180x150Target[ad180x150Index] = "_blank";
	
	
//----------
	
	ad180x150Index++; // This adds 1 to the index variable.
	ad180x150Code[ad180x150Index] = "new_jdc180x150.jpg";
	ad180x150URL[ad180x150Index] ="http://www.dccomics.com/dckids/";
	ad180x150Target[ad180x150Index] = "_blank";
	
//----------
	
	ad180x150Index++; // This adds 1 to the index variable.
	ad180x150Code[ad180x150Index] = "jdcsub180x150.jpg";
	ad180x150URL[ad180x150Index] ="http://www.dccomics.com/johnnydc/subscribe/";
	ad180x150Target[ad180x150Index] = "_blank";
	
//----------
	
	ad180x150Index++; // This adds 1 to the index variable.
	ad180x150Code[ad180x150Index] = "downloads_180x150.jpg";
	ad180x150URL[ad180x150Index] ="http://www.dccomics.com/downloads/";
	ad180x150Target[ad180x150Index] = "_blank";
	

//----------