$(document).ready(function() {
	$("#artigos_antigos select").change(function() { window.location = $(this).val(); });
	$("#isInteresse").change(function() { $.get(im.dominio+"ajax.php","r=12&check="+($(this).attr("checked") ? 1 : 0)+"&codSecao="+$(this).val(), function(str){ eval(unescape(str.replace(/\+/g," "))); }); });
	prettyPrint();
});

