$('document').ready(function(){
//	alert('xx');
	//newsevent_init_holder();
	//newsevent_init_jscrollpane();
//	bnews_wrap_image();
});

function newsevent_init_holder()
{
//	alert('xx');
	$('.newsevents_holder').each(function(){
//		alert($(this).width());
		$(this).width($(this).parent().innerWidth()-12);
	});
}

function newsevent_init_jscrollpane()
{
	$('.newsevents_content').jScrollPane({showArrows:true});
	//alert($('.newsevents_content').parent().attr('class'));
}

/*
function bnews_wrap_image()
{
//	$(#breaking_news > ul > li).css('text-align','center');
//	$('#breaking_news > ul > li').html();
	alert($('#breaking_news > ul > li > a > img').html());
}
*/
