
/*
 *  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 ad468x60Index = -1;
	var ad468x60Code = new Array();
	var ad468x60URL = new Array();
	var ad468x60Target = new Array();  //_blank, _self, _parent, _top, etc

	
	// Make changes to this file below.
	// Insert data into the arrays below.

	
	//_____________ LIST OF 468x60 Ads ______________ 

	//----------
	
	ad468x60Index++; // This adds 1 to the index variable.
	ad468x60Code[ad468x60Index] = "kamikaze_468x60.jpg";
	ad468x60URL[ad468x60Index]="http://www.cmxmanga.com/";
	ad468x60Target[ad468x60Index] = "_blank";
	
	//----------
	
	ad468x60Index++; // This adds 1 to the index variable.
	ad468x60Code[ad468x60Index] = "youngm_468x60.jpg";
	ad468x60URL[ad468x60Index]="http://www.cmxmanga.com/";
	ad468x60Target[ad468x60Index] = "_blank";
	
	//----------

	ad468x60Index++; // This adds 1 to the index variable.
	ad468x60Code[ad468x60Index] = "mad_online_468x60.jpg";
	ad468x60URL[ad468x60Index]="http://www.madmag.com/";
	ad468x60Target[ad468x60Index] = "_blank";
	
	//----------
	
	ad468x60Index++; // This adds 1 to the index variable.
	ad468x60Code[ad468x60Index] = "new_jdc468x60.jpg";
	ad468x60URL[ad468x60Index]="http://www.dccomics.com/dckids/";
	ad468x60Target[ad468x60Index] = "_blank";
	
	//----------
	
	ad468x60Index++; // This adds 1 to the index variable.
	ad468x60Code[ad468x60Index] = "jdcsub468x60.jpg";
	ad468x60URL[ad468x60Index]="http://www.dccomics.com/johnnydc/subscribe/";
	ad468x60Target[ad468x60Index] = "_blank";
	
	//----------
	
	ad468x60Index++; // This adds 1 to the index variable.
	ad468x60Code[ad468x60Index] = "downloads_468x60.jpg";
	ad468x60URL[ad468x60Index]="http://www.dccomics.com/downloads/";
	ad468x60Target[ad468x60Index] = "_blank";



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