// JavaScript Document
$(document).ready(function(){	
	$("#noticias_content").load("news_unica.asp");
});

