		var win=null;
		function NewWindow(mypage,myname,w,h,scroll,pos){
		if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
		if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
		else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
		settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}

	   function getDate(date) {	     	   	    	   
	      var req = /^(\d{4})[-|\/]?(\d{2})[-|\/]?(\d{2})( (\d{2}):(\d{2})(:(\d{2,3}))?)?$/i;
	      if (res = req.exec(date)) {		  
  			 document.write(res[3]+"/"+res[2]+"/"+res[1]);
			 if (res[4]) { document.write(" "+res[5]+":"+res[6]); }
		  }	else {
	   		 document.write (date);
		  }
	   }

		function gopais() {
		 var pais = document.pick.pais[document.pick.pais.selectedIndex].value;
		 window.location = "http://www." + pais + ".terra.com/mundial2006/";
		}

		var ord=Math.floor (Math.random()*1000000);

	   function getDate2(date) {	     	   	    	   
	      var req = /^(\d{4})-(\d{2})-(\d{2})?$/i;
	      if (res = req.exec(date)) {		  
  			 document.write(res[3]+"/"+res[2]+"/"+res[1]);
		  }	else {
	   		 document.write (date);
		  }
	   }
	   
	   function getSiglaPais() {
	      var path = location.href;
	      var patern_home   = new RegExp("(http://)([^/]*).terra.([^/]*)/?(.*)","gi"); 
	      path.match(patern_home);
		  var pais = RegExp.$2;   
		      pais = pais.replace(/www./gi,"");
		  return pais;	  
	   }

	   function getHourGMT(hour) {
   	      var path = location.href;
	      var patern_home   = new RegExp("(http://)([^/]*).terra.([^/]*)/?(.*)","gi"); 
	      path.match(patern_home);
		  var pais = RegExp.$2;   
		      pais = pais.replace(/www./gi,"");
		  
		  var nota="";
		  
		  var GMTDif=0;
		  if       (pais == 'ar') { GMTDif=-3; }
	  else if  (pais == 'br') { GMTDif=-2; }
	  else if  (pais == 'cl') { GMTDif=-3; }
	  else if  (pais == 'co') { GMTDif=-5; }
	  else if  (pais == 'cr') { GMTDif=-6; }
	  else if  (pais == 'do') { GMTDif=-4; }
	  else if  (pais == 'es') { GMTDif=1; }
	  else if  (pais == 'gt') { GMTDif=-6; }
	  else if  (pais == 'hn') { GMTDif=-6; }
	  else if  (pais == 'mx') { GMTDif=-6; }
	  else if  (pais == 'ni') { GMTDif=-6; }
	  else if  (pais == 'pa') { GMTDif=-5; }
	  else if  (pais == 'pe') { GMTDif=-5; }
	  else if  (pais == 'sv') { GMTDif=-6; }
	  else if  (pais == 'us') { GMTDif=-5; }
	  else if  (pais == 'uy') { GMTDif=-2; }
	  else if  (pais == 've') { GMTDif=-4; }
	  else if  (pais == 'media') { GMTDif=2; }
		  		  	   
	      var req = /^(\d{2}):(\d{2})?$/i;
		  
		  if (res = req.exec(hour)) {
		     hour = parseInt(res[1]) + GMTDif;
			 if (hour<0) {hour=24+hour;} 
			 document.write(hour+":"+res[2]);
		  } else {
		     document.write (hour + " GMT");
		  }
		  
	   }

	function abre(pagina,janela,w,h,scrolling) {
 window.open(pagina,janela,'width='+w+',height='+h+',scrollbars='+scrolling+',toolbar=no,location=no,status=no,menubar=no,resizable=no,left=0,top=5');
}

