//var n=1;
//$("a").each(function(){
//	var href=$(this).attr('href');
//	if (n<10 && n!=null){
//		alert(href);
//	}
//	n++;
//});
