// JavaScript Document

$(document).ready(function(){
jQuery("#newsBox")
		.css({
			opacity: "0.5"
		});

		 
});
