// cita aleatoria / random quote
//
// versión 2.0 [09.09.05] nacho@yestoall.com
// http://citas.yestoall.com
//
// [Mon Feb 08 18:48:04 -0800 2010]

 
function yestoall_write_cita(cita,autor)
{
	$(cita).html('<b>&ldquo;</b><a href="http://citas.yestoall.com/citas/1305/" target="_blank">In programmers got paid to remove code from software instead of writing new code, software would be a whole lot better.</a><b>&rdquo;</b><br /><br />');
	$(autor).html("(Nicholas Negroponte)");
}
