<script>
var box =new PPTBox();
box.width = 980; //宽度
box.height = 462;//高度
//box.add({"url":"图片地址","title":"悬浮标题","href":"链接地址"})
box.add({"url":"images/tu1.jpg","href":"http://chat.looyu.com/chat/chat/p.do?c=38426&f=101515&g=58123/","title":"悬浮提示标题1"})
box.add({"url":"images/tu2.jpg","href":"http://chat.looyu.com/chat/chat/p.do?c=38426&f=101515&g=58123/","title":"悬浮提示标题2"})
box.show();