//getFriends
function getFriends()
{
	var friends = '';
	$("input[@name=cbType1][@checked]").each(function(){
		friends+= $(this).val()+',';
    }) 

	
	var url = APP+'/s2me/lessonNotify/';
	var lessonId = $('#lessonId').val();
	$.get(url,{lessonId:lessonId,friends:friends},
	  function(data){
		if(data == 'o'){
			$('#myFriendsList').html('推荐成功');
		}

	});
	setTimeout($.facebox.close(),5000);
}


eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||c;k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('5(0+\'/1/2/3.4\');',6,6,'PUBLIC|Js|Common|Comment|js|IncludeJS'.split('|'),0,{}))