20110319154622405529
訂造傢俬招合作商,立即申请10萬帮扶计划
訂造傢俬招合作商,立即申请10萬帮扶计划
)
function msg_move() {
var rI = Math.round(Math.random() * 10);
$('.float_msg').html(flmsg[rI]);
$('.float_msgbox').animate({ bottom: '0', opacity: '0' }, 3000);
$('.float_msgbox').animate({ bottom: '40%', opacity: '1' }, 1000);
$('.float_msgbox').animate({ bottom: '40%', opacity: '1' }, 2000);
$('.float_msgbox').animate({ bottom: '0', opacity: '0' }, 1000);
// $('.float_msgbox').animate({bottom: '0',opacity:'0'}, 3000);
}
msg_move();
setInterval("msg_move()", 30000);