var obj;

function Money(){
	this.obj = obj;
	this.Htmlcode	= "";	
}

function CreateMoney(sMoney,sNum)
{
	obj = eval(sMoney);
	var i = 0;
	for (i=0;i<sNum;i++)
	{
		sMoney[i] = new Money();
	}
}

function ShowMoney(sMoneyId)
{
	var htmlcode = obj[sMoneyId].Htmlcode;
	if(htmlcode!=""&&htmlcode!==null)
		document.write(obj[sMoneyId].Htmlcode);
}

var Moneys = new Array();
CreateMoney(Moneys, 12);

var index_top = "<iframe width=468 height=80 src=/Scripts/banner/banner.htm frameborder=no border=0 marginwidth=0 marginheight=0 scrolling=no></iframe>";
var index_middle = "<script language=javascript src=/Scripts/js/center.js charset=gb2312></script>";
var index_mt = "<script language=javascript src=/Scripts/js/mt.js charset=gb2312></script>";
var play_wps = "<iframe width=760 height=98 src=/images/wps.htm frameborder=no border=0 marginwidth=0 marginheight=0 scrolling=no></iframe>";
var down_960 = "<iframe width=960 height=400 src=/Scripts/banner/game_960.htm frameborder=no border=0 marginwidth=0 marginheight=0 scrolling=no></iframe>";
var index_pic = "<iframe src=/Scripts/banner/100x75.htm height=75 width=100 marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>";
var game_1_4 = "<iframe src=/Scripts/js/1_4.htm height=110 width=100% marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>";
var index_pib = "<iframe src=/Scripts/banner/100x75_b.htm height=75 width=100 marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>";
var index_pid = "<iframe src=/Scripts/banner/100x75_d.htm height=75 width=100 marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>";
var index_pia = "<iframe src=/Scripts/banner/100x75_a.htm height=75 width=100 marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>";
var index_pie = "<iframe src=/Scripts/banner/100x75_e.htm height=75 width=100 marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>";
var index_760_i = "<script language=javascript src=/Scripts/js/center_i.js charset=gb2312></script>";

Moneys[0].Htmlcode = index_top;
Moneys[1].Htmlcode = index_middle;
Moneys[2].Htmlcode = index_mt;
Moneys[3].Htmlcode = play_wps;
Moneys[4].Htmlcode = down_960;
Moneys[5].Htmlcode = index_pic;
Moneys[6].Htmlcode = game_1_4;
Moneys[7].Htmlcode = index_pib;
Moneys[8].Htmlcode = index_pid;
Moneys[9].Htmlcode = index_pia;
Moneys[10].Htmlcode = index_pie;
Moneys[11].Htmlcode = index_760_i;