ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
xmlns:fb="http://www.facebook.com/2008/fbml">
$(document).ready(function(){
$("#extruderLeft-feedback").buildMbExtruder({ position:"left", width:300, extruderOpacity:.8, textOrientation:"bt", hidePanelsOnClose:true, accordionPanels:true, onExtOpen:function(){ $.ajax({ type: 'POST', url: 'http://music.gmember.com/feedback', data: ({}), beforeSend: function() { // $("div#recommended-gmm-tab>div>ul[id^="rec"]").css("display","none"); $('div#extruderLeft-feedback>div.ext_wrapper>div.content').html('

'); }, success: function(data) { $('div#extruderLeft-feedback>div.ext_wrapper>div.content').html(data); } }); }, onExtContentLoad:function(){}, onExtClose:function(){} });
$("#extruderLeft-takeatour").buildMbExtruder({ position:"left", width:0, extruderOpacity:.8, textOrientation:"bt", hidePanelsOnClose:false, accordionPanels:false, onExtOpen:function(){ window.location.href='http://www.gmember.com/takeatour'; }, onExtContentLoad:function(){}, onExtClose:function(){} });
//------------ Show Input Title [MIE989] -------------------- $("input.showTitle:text, textarea.showTitle, input.showTitle:password").each(function(){ if(this.value == '') this.value = this.title; }); $("input.showTitle:text, textarea.showTitle, input.showTitle:password").focus(function(){ if(this.value == this.title) this.value = ''; }); $("input.showTitle:text, textarea.showTitle, input.showTitle:password").blur(function(){ if(this.value == '') this.value = this.title; }); $("input.showTitle:image, input.showTitle:button, input.showTitle:submit").click(function(){ $(this.form.elements).each(function(){ if(this.type =='text' || this.type =='textarea' || this.type =='password' ){ if(this.value == this.title && this.title != ''){ this.value=''; } } }); });
});
$(function(){ $( ".music-playlist-gmm-sub-tab" ).tabs( { selected: 7 } ); $( "div[id*="rec-toc-gmm-tab"]" ).tabs( { selected: 0 } );
//$("#top-zone").accordion({ header: "h3" }); //$( "#top-zone" ).accordion( { active: 1 } ); //$( "#top-zone" ).accordion( { autoHeight: false } );
$( ".g-nav" ).accordion( { event: 'mouseover' } ); $( ".g-nav" ).accordion( { active: 0 } ); $(".g-nav").accordion({ header: "h3" });
$('.scroll-pane').jScrollPane(); $('#pane2').jScrollPane({showArrows:true}); $('#pane3').jScrollPane({showArrows:true});
$('div.gmm-dialog-989').hide();
$('.close').click(function(){
$("ul.now-playing>li>div[id$="gmm-dialog"]").css('display', 'none'); $("ul.now-playing>li>a").removeClass('active'); $('#gmm-main-pl-all-989').show();
});
$('ol.gmm-lay-in-th>li>p>em>a').click(function(){ /// Modyfy By TomStantine ^ ^
$("ol.gmm-lay-in-th").find(">li.playing").removeClass(); var divx=$(this).next();
if($(this).hasClass('playing')){ $(this).removeClass(); } else { $(this).addClass('playing'); }
return false;
});
$('li#recommended-playlist>ul>li>a').click(function() { //alert('xxx'); var idName = $(this).attr('id'); $("li#recommended-playlist>ul>li").find(">a.active").removeClass(); $(this).addClass('active'); $("div#recommended-gmm-tab>div>ul[id^="rec"]").css("display","none"); $("div#recommended-gmm-tab>div>ul[id=""+idName+""]").css("display","block");
});
$(document).ready(function() {
$("#cover").change(function() {
if ( $("#cover").val()!="" && isIE && isWin && !isOpera ){
$("#imagePreview").html("");
}
});
});
$('ul.gmm-bl>li>a').click(function() { $(this).parents().filter("ul").find("a.active").removeClass(); $(this).addClass('active'); });
$('ul.now-playing>li>a').click(function() { var idName = $(this).attr('id'); var tmp=false; if($(this).hasClass('active')){ tmp=true; }
$("ul.now-playing>li").find(">a.active").removeClass(); var divx=$(this).next(); $("ul.now-playing>li>div[id$="gmm-dialog"]").css('display', 'none'); if(tmp){ $(this).removeClass(); $('#gmm-main-pl-all-989').show(); } else { $(this).addClass('active'); $("ul.now-playing>li>div[id=""+idName+""]").show(); $('#gmm-main-pl-all-989').hide(); /* $("ul.now-playing>li>div[id=""+idName+""]").fadeTo("slow",0,function(){ $(divx).fadeTo('slow',1); }); */ }
return false; });
//************** START LIBRARY**********************//
$('ul.content-switcher>li>a').click(function() { $("ul.content-switcher>li").find(">a.active").removeClass(); var divx=$(this).next();
if($(this).hasClass('active')){ $(this).addClass('bdr-5'); } else { $(this).addClass('bdr-5 active');
}
return false; });
$('div.genre>ul#genre>li>a').click(function() { $('ul#type-btn>li[id='genre_val']').html($(this).attr('title')); $("div.genre>ul#genre>li").find(">a.active").removeClass(); $(this).addClass('active'); });
$('div.genre>ul[id$="lang"]>li>a').click(function() { $('ul#type-btn>li[id='name_val']').html($(this).attr('name'));
$("div.genre>ul[id$="lang"]>li").find(">a.active").removeClass(); $(this).addClass('active'); });
$("ul#type-btn>li>a").click(function(){ $("ul#type-btn>li").find(">a.active").removeClass(); $(this).addClass('active'); if($(this).attr('id')=='artist'){ $(".gmm-lay-tw>div.genre>ul#genre").addClass('hide'); $("div.genre>h2:first-child").addClass('hide');
}else{ $(".gmm-lay-tw>div.genre>ul#genre").removeClass('hide'); $("div.genre>h2:first-child").removeClass('hide'); } //alert($(this).attr('id')); }); $(".gmm-lay-tw>div.genre>p>span").click(function(){ var idName = $(this).attr('id');
$(".gmm-lay-tw>div.genre>p").find(">span.active").removeClass(); var divx=$(this).next();
if($(this).hasClass('active')){ $(this).removeClass(); } else { $(this).addClass('active'); }
$("div.genre>ul[id$="lang"]").addClass("hide"); $("div.genre>ul[id=""+idName+""]").removeClass("hide");
});
//------------MIE------------------------ $("#all-release-song").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$("#all-recommended").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$("#all-release-mv").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-gallery-news").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-news-index").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-news-gossip").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-scoop-index").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-gallery-scoop").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-community-index").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-community-index-top").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$(".all-release-community-index-new").scrollable().navigator({ // ul.tabs now functions as our navigator navi:'a.next' });
$("ul.view-change-playlist").hide(); $("a.change-playlist").toggle( function(){ $(this).addClass("active"); }, function () { $(this).removeClass("active"); });
$("a.change-playlist").click(function(){ $(this).next(".view-change-playlist").slideToggle(); });
$(".view-user").hide();
$("span.trigger").toggle(function(){ $(this).addClass("active"); }, function () { $(this).removeClass("active"); });
$("span.trigger").click(function(){ $(this).next(".view-user").slideToggle("slow"); });
$(".view-add-to-play").hide();
$("a.triggerrr").toggle(function(){ $(this).addClass("activee"); }, function () { $(this).removeClass("activee"); });
$("a.triggerrr").click(function(){ $(this).next(".view-add-to-play").slideToggle("slow"); });
$(".view-add-to-share").hide();
$("a.trigger-sh").toggle(function(){ $(this).addClass("activ-sh"); }, function () { $(this).removeClass("activ-sh"); });
$("a.trigger-sh").click(function(){ $(this).next(".view-add-to-share").slideToggle("slow"); });
});
ฟังเพลง << = >> – ศรีราชา ร๊อคเกอร์
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง << = >> – ศรีราชา ร๊อคเกอร์ คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง << = >> – ศรีราชา ร๊อคเกอร์ และ โหลดเพลง ฟังเพลง << = >> – ศรีราชา ร๊อคเกอร์ ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง << = >> – ศรีราชา ร๊อคเกอร์ ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง << = >> – ศรีราชา ร๊อคเกอร์ ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง << = >> – ศรีราชา ร๊อคเกอร์


เนื้อเพลง << = >>ไม่พบ เนื้อเพลง ของ << = >>
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง
ฟังเพลง –
ฟังเพลงและดาวน์โหลดเพลง ฟังเพลง – คลิกที่นี่เลยครับ
ฟังเพลง ฟังเพลง – และ โหลดเพลง ฟังเพลง – ในรูปแบบไฟล์ mp3 (เอ็มพีสาม) คุณภาพเทียบเท่าต้นฉบับ CD 320kbps / 128kbps ฟังออนไลน์ ฟังสด ฟังได้ทันที เพียงคลิกปุ่ม ก็ฟังได้เลย สถานีเพลงออนไลน์ ดาวน์โหลด ( download mp3 ) โหลดไฟล์ตรงๆ เพลง ฟังเพลง – ได้ทันที และมีเนื้อเพลง เนื้อร้อง ฟังเพลง – ให้ฝึกร้อง หัดเล่นกีตาร์ คอร์ดกีตาร์ โน๊ตเพลง ฟังเพลง –


ชื่อเพลง :
ศิลปิน :
อัลบั้ม :
เนื้อเพลง

