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(htmlcode);
	}
}

var Moneys = new Array();
CreateMoney(Moneys, 5);

Moneys[0].Htmlcode = '<div class="wrap">Î´Ìí¼Ó<div class="height_4px"></div></div>';
Moneys[1].Htmlcode = '';//Î´Ìí¼Ó<div class="blank"></div>';
Moneys[2].Htmlcode = 'Î´Ìí¼Ó</div>';

//<div class="height_4px"></div><iframe src="http://mmsu.moyu.com/1287/index.html?uid=16893&a=&b=&c=&d=&e=&f=" frameborder="no" width="200" height="500" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>