function include(arquivo){

 var novo = document.createElement('script');
 novo.setAttribute('type', 'text/javascript');
 novo.setAttribute('src', arquivo);
 document.getElementsByTagName('body')[0].appendChild(novo);
 
 

}


function includeCSS(p_file) {
	var v_css  = document.createElement('link');
	v_css.rel = 'stylesheet';
	v_css.type = 'text/css';
	v_css.href = p_file;
	document.getElementsByTagName('head')[0].appendChild(v_css);
}

function onloadAll(){

include('util/js/paripassu/header/header-sites.js'); 
includeCSS('util/js/paripassu/header/header.css');
include('util/js/paripassu/header/jquery.include-min.js'); 





}

function MM_jumpMenu(targ,selObj,restore){ //v4.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function pula_pag(myindex){ 
	var myindex;
	if (myindex != '') {
		window.open(myindex);
	}
}


function pula_pags(myindex){ 
	var myindex;
	if (myindex != '') {
		location.href =  myindex ;
	}	
}
function do_busca(texto){
    location.replace("http://www.grupopaodeacucar.com.br/main.jsp?lumPageId=402880A3276A645A012787A62D661622&query=" + texto);
}

function do_localizador(texto){
    texto_cep = texto.replace("-","");
    location.replace("http://www.grupopaodeacucar.com.br/gmaps_gpa/Buscagpa.aspx?q=gpa&strcep=" + texto_cep + "&bandeira=gpa");
}

