

str+="";
str+=" "+this.title+"";
str+=" 0";
str+=" r";
str+="";
str+="";
str+="xxx";
str+="";
str+="";
//document.write(str);
document.body.insertAdjacentHTML("beforeEnd",str);
}
/////////////////////窗口显示//////////////////////////////
function show()
{
var box=new cmsgbox('小家伙呀',400,300);
box.showdiv();
}
script>
弹了一个层
