
function jump_to(u,i) {
exceptfor = false;
   if (!exceptfor) {
       
	   if (top.document.title != 'Mural da História'){
		top.document.location='index.htm';
		}
   
   	} else {
       top.self.location = u;
       exceptfor = false;
   }
}
jump_to();
