var aTBL            = new Array();
i = 0;
//aTBL[i++] = new MakeTable("オネスティ","/jump/abc/jump.cgi?http://www.clubhonesty.com/","/imgs/bb/honesty200_40.gif");

//==================================
//  TABLE CREATE FUNCTION
//==================================
function MakeTable(Site_Name,Site_Url,Banner_File){
	this.SITE_NAME   = Site_Name;
	this.SITE_URL    = Site_Url;
	this.BANNER_FILE = Banner_File;
	return this;
}
