// frameJammer_hp v3.2.2 framestuffer
if (self != top)     // frame buster, may be removed
	top.location.replace(self.location);

var theDefault = 'pesquisa/pesquisa.asp';
var theFrame = 'centro';
var thePage = theDefault;
var framedPage = location.search;
if (framedPage.length > 1 && framedPage.indexOf("://") == -1){
	framedPage = framedPage.substring(1);
	var theSplit = framedPage.lastIndexOf('~');
	if (theSplit != -1){
		thePage = framedPage.substring(0,theSplit);
		theFrame = framedPage.substring(theSplit+1);
	}else
		thePage = framedPage;
	// insert anchor code here if required (see Help)
	}

function frameStuffer(){
	eval('top.'+theFrame+'.location.replace("'+ thePage +'");');
	if (theFrame != 'centro'){
		top.mainFrame.location.replace(theDefault);
		theFrame = 'centro';
		}
	}
// frameJammer_hp End
