function redirect(id){
	window.location = "http://www.martinelli2009.com/noticias/?p=" + id;
	//alert(id);
	}
jQuery().ready(function(){
		// simple accordion
		jQuery('#acordeon').accordion({ 
    		autoHeight: false 
		});
		
});