function tpv_ok(){
url=String(this.location);
if ((url.indexOf("?result=")!=-1) && (url.indexOf("pszPurchorderNum=")!=-1)){
 if (url.indexOf("?result=0")!=-1){ 
  url2=url.split("pszPurchorderNum=");
  fin_url=url2[1];
	ref=fin_url.substr(0,11);
	alert ("La referencia de su pedido es " + ref + ".\nAnótela y guárdela para posibles consultas.\n\nGRACIAS por su compra.");
	document.cookie = "Central=tpv_redir_upload.php?ref=" + ref;
	}
 window.document.location.replace("http://www.urdanizdigital.com/");
 }
}