用jquery动态更新区块内容呀。比如你有一个div,id为 div_news,那么就使用$("#div_news").html("这里放你的新闻内容的html标签");
直接用repeater实现,不需要用js循环创建了