//For IE6 - Background flicker fix
try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

function troca_edicao(id){
	
	if(id != "" && id > 0){
		window.top.location = site_url + "home/edicao/" + id;
	}
}
