
google.setOnLoadCallback(function(){$('#f_content').wysiwyg();$('#btn-img-send').ifixpng();$(".button").hover(function(){$(".button img").animate({top:"-10px"},200).animate({top:"-4px"},200).animate({top:"-7px"},100).animate({top:"-4px"},100).animate({top:"-6px"},100).animate({top:"-4px"},100);});$('.button').click(function(){$('#frmForm').submit();});$("#frmForm").validate({rules:{f_name:{required:true},f_email:{required:true,email:true},f_content:{required:true},security_code:{required:true}},messages:{f_name:{required:"Bạn chưa điền tên"},f_email:{required:"Bạn chưa điền email",email:"Email chưa đúng định dạng"},f_content:{required:"Bạn chưa điền nội dung"},security_code:{required:"Mã bảo vệ chưa được nhập"}}});var imageslide=$('#content-news-detail-page').find('img');imageslide.each(function(){$(this).attr('title',title_page+' - http://www.chelseafc.com.vn');$(this).attr('alt',title_page);});});
