// JavaScript Document

function go(param) {
	// alert(param);
	window.location='noticias.php?' + param ;
}
