function pageready() {
	$('a.pop').each(function(i) {
			$(this).click(function() {
				/* No usar &amp; */
				tb_show("Preguntas y respuestas sobre tarjetas plásticas", 
						 $(this).attr("href")+"?width=500&height=300&pop=si", false);
				$(this).blur();
				return false;											
			});
	});
}