// JavaScript Document
$('#listainicio .miitem:first').livequery(function(){
	$(this).removeClass('span-9');
});
