var page = 1 function home_init(user, mail) { if(GEBI('menu-90'))GEBI('menu-90').style.background='none' if(GEBI('menu-104'))GEBI('menu-104').style.background='none' if(GEBI('refreshMyPage')){ setTimeout("setMenu('user', 'mail')", 180000) } $('.view-content-blogs div:first').css('height', '140px') $('.view-content-blogs div.image:first').css('overflow', 'visible') $('.view-content-blogs div.title:first').css('padding', '0 17px 0 0') $('.view-content-blogs div.title:first').css('float', 'right') $('.view-content-blogs div.blog_tizer:first').css('padding', '0 17px 0 0') $('.view-content-blogs div.blog_tizer:first').css('float', 'right') $('#container').fadeIn(50) $('.view-content-blogs .title a:first').css('font-size', '14px') $(".view-content-news").wrapInner(""); $(".view-content-news .article").wrap("
  • "); if ($(".scrollthis").html()){ $(".view-content-news").jCarouselLite({ vertical: true, visible: 4, auto:200, speed:2000, circular: true, pauseOnHover: true }); } } // eof home init function setMenu(user, mail) { //ajax('menu', 'user='+user+'&mail='+meil, '', 'BDOmenu', '') location = location setTimeout("setMenu('user', 'mail')", 180000) } function nextPage(num){ page += num if(page>1){ $('.last-items').show() } else { $('.last-items').hide() } var start = (page - 1) * 10 var end = page*10; $('.view-blogs .front_blog').hide() $('.view-blogs .front_blog').slice(start, end).show(300) }