$(document).ready(function(){
	$("#newsb ul li a").each(function(){
		newsBox.push($(this).attr('href'));
	});

});



