function changeHotNews(i){ jQuery('#game-hotnews-mainpic').hide(); jQuery('.subpic_selected').toggleClass('subpic'); jQuery('.subpic_selected').toggleClass('subpic_selected'); if( i == 1 ){ jQuery('#mainpic_img').attr("src","http://game.mthai.com/wpengine/wp-content/uploads/wp-post-thumbnail/_x0C0c.jpg"); jQuery('#mainpic_img').attr("alt","[GF] มารู้จัก Grand Fisher กันเถอะ"); jQuery('#mainpic_img').parent('a').attr("href","http://game.mthai.com/game-news/9152.html"); jQuery('#hotnews-maindesc').html("[GF] มารู้จัก Grand Fisher กันเถอะ"); jQuery('#sub_pic1').toggleClass('subpic'); jQuery('#sub_pic1').toggleClass('subpic_selected'); } else if ( i == 2 ) { jQuery('#mainpic_img').attr("src","http://game.mthai.com/wpengine/wp-content/uploads/wp-post-thumbnail/_2BZ0g.jpg"); jQuery('#mainpic_img').attr("alt","[GF] มารู้จัก Grand Fisher กันเถอะ"); jQuery('#mainpic_img').parent('a').attr("href","http://game.mthai.com/game-news/9143.html"); jQuery('#hotnews-maindesc').html("LaTale เปิดตัวเจ้าหญิง Iris ตัวจริง ที่น่ารักที่สุดในโลก"); jQuery('#sub_pic2').toggleClass('subpic'); jQuery('#sub_pic2').toggleClass('subpic_selected'); } else if ( i == 3 ) { jQuery('#mainpic_img').attr("src","http://game.mthai.com/wpengine/wp-content/uploads/wp-post-thumbnail/_SyH3Y.jpg"); jQuery('#mainpic_img').attr("alt","[GF] มารู้จัก Grand Fisher กันเถอะ"); jQuery('#mainpic_img').parent('a').attr("href","http://game.mthai.com/game-news/9139.html"); jQuery('#hotnews-maindesc').html("รับสมัคร GM Fanta Tennis…วันนี้-21 เม.ย.53!!"); jQuery('#sub_pic3').toggleClass('subpic'); jQuery('#sub_pic3').toggleClass('subpic_selected'); } else if ( i == 4 ) { jQuery('#mainpic_img').attr("src","http://game.mthai.com/wpengine/wp-content/uploads/wp-post-thumbnail/_XrXRk.jpg"); jQuery('#mainpic_img').attr("alt","[GF] มารู้จัก Grand Fisher กันเถอะ"); jQuery('#mainpic_img').parent('a').attr("href","http://game.mthai.com/game-news/9121.html"); jQuery('#hotnews-maindesc').html("VanillaCat แจกจริง แจกยิ่งใหญ่ ฉลองการเปิด Fashion Street"); jQuery('#sub_pic4').toggleClass('subpic'); jQuery('#sub_pic4').toggleClass('subpic_selected'); } jQuery('#game-hotnews-mainpic').show(); } function changeTab(tab){ jQuery("#tabmenu-news-box ul li").removeClass("active"); jQuery("#tab_li"+tab).addClass("active"); jQuery(".newsbox").addClass("not-active"); if( tab == 1 ){ jQuery("#online-game-news-box").removeClass("not-active"); }else if( tab == 2 ){ jQuery("#pc-game-news-box").removeClass("not-active"); }else if( tab == 3 ){ jQuery("#ps2-game-news-box").removeClass("not-active"); }else if( tab == 4 ){ jQuery("#ps3-game-news-box").removeClass("not-active"); }else if( tab == 5 ){ jQuery("#x-box-game-news-box").removeClass("not-active"); }else if( tab == 6 ){ jQuery("#nintendo-game-news-box").removeClass("not-active"); } }