// JavaScript Document

$(document).ready(function(){ 
	
	$("#news").load("/news/index.html .item:first p");	
			
});
