function Media(medianame,playurl,icpid,channelid,mediaicpid,clipid,url,servicetype,poster1,poster2,poster3,poster4){ this.medianame=medianame; this.playurl=playurl; this.icpid=icpid; this.channelid=channelid; this.mediaicpid=mediaicpid; this.clipid=clipid; this.url=url; this.servicetype=servicetype; this.poster1=poster1; this.poster2=poster2; this.poster3=poster3; this.poster4=poster4; } //添加集合的对象 function addElement(theArray,theElement){ if(theArray == null){ theArray = new Array; } theArray[theArray.length] = theElement; } var recomMediaArray = Array();