
var text='ค้นหาเพลง, ศิลปิน, มิวสิควีดีโอ, สถานีเพลง';var inputSearch=document.getElementById('s_search');var formSearch=document.getElementById('sanook-top-search');inputSearch.onfocus=function(){this.value='';}
inputSearch.onblur=function(){if(this.value==''){this.value=text;}}
formSearch.onsubmit=function(){if(inputSearch.value==text){alert('กรุณาระบุคำค้นค่ะ');return false;}else if($.trim(inputSearch.value).length<2||$.trim(inputSearch.value)==''){alert('กรุณาระบุคำค้นมากว่า 2 คำขึ้นไป');return false;}else{return true;}}
