document.write ('');
document.write ('
新鲜事: ');
document.write ('');
document.write('- nana说:网站:www.nanzhuangnahuo.com 男装拿货男装批发网用全网最低的价格打造优质的进货平... 2012/7/21 21:54:42 [关注TA] 评论 (0)
');
document.write('- lexbbyc说:网站:http://www.lexpf.net主营:童装代销 | 童装批发 | 童装网店代理 | 品... 2012/7/19 11:44:47 [关注TA] 评论 (1)
');
document.write('- 李月英说:随便说点什么爱尚美服饰www.23meipifa.com—厂家直销—风格独特—品质优良—价格优势主要... 2012/6/12 14:14:23 [关注TA] 评论 (0)
');
document.write('- 李月英说:爱尚美服饰www.23meipifa.com 2012/6/9 12:50:23 [关注TA] 评论 (0)
');
document.write ('
');
showfresh();
function showfresh() {
var ann = new Object();
ann.anndelay = 3000;ann.annst = 0;ann.annstop = 0;ann.annrowcount = 0;ann.anncount = 0;ann.annlis = document.getElementById('anc').getElementsByTagName("li");ann.annrows = new Array();
ann.showfreshScroll = function () {
if(this.annstop) { this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);return; }
if(!this.annst) {
var lasttop = -1;
for(i = 0;i < this.annlis.length;i++) {
if(lasttop != this.annlis[i].offsetTop) {
if(lasttop == -1) lasttop = 0;
this.annrows[this.annrowcount] = this.annlis[i].offsetTop - lasttop;this.annrowcount++;
}
lasttop = this.annlis[i].offsetTop;
}
if(this.annrows.length == 1) {
document.getElementById('an').onmouseover = $('an').onmouseout = null;
} else {
this.annrows[this.annrowcount] = this.annrows[1];
document.getElementById('ancl').innerHTML += document.getElementById('ancl').innerHTML;
this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);
document.getElementById('an').onmouseover = function () { ann.annstop = 1; };
document.getElementById('an').onmouseout = function () { ann.annstop = 0; };
}
this.annrowcount = 1;
return;
}
if(this.annrowcount >= this.annrows.length) {
document.getElementById('anc').scrollTop = 0;
this.annrowcount = 1;
this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);
} else {
this.anncount = 0;
this.showfreshScrollnext(this.annrows[this.annrowcount]);
}
};
ann.showfreshScrollnext = function (time) {
document.getElementById('anc').scrollTop++;
this.anncount++;
if(this.anncount != time) {
this.annst = setTimeout(function () { ann.showfreshScrollnext(time); }, 10);
} else {
this.annrowcount++;
this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);
}
};
ann.showfreshScroll();
}