193 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			193 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
<meta http-equiv="Content-Type"
 | 
						|
content="text/html; charset=iso-8859-1">
 | 
						|
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
 | 
						|
<title>JuegoWeb</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<script languaje="JavaScript">
 | 
						|
  <!-- Hidden to old browsers
 | 
						|
    var rightVersion=false;
 | 
						|
  //-->
 | 
						|
</script>
 | 
						|
 | 
						|
<script languaje="JavaScript 1.1">
 | 
						|
  <!-- Hidden again
 | 
						|
 | 
						|
  rightVersion = true;
 | 
						|
  var objectnumber = 0;
 | 
						|
  var pictures = new Array();
 | 
						|
 | 
						|
  //-->
 | 
						|
</script>
 | 
						|
 | 
						|
 | 
						|
<script type="text/javascript" languaje="JavaScript">
 | 
						|
  <!--  Last 'hidding'
 | 
						|
    /****************************************************************************************/
 | 
						|
    /*       Coded by Ruben Franco Molina.            rufm@hotmail.com                      */
 | 
						|
    /*       Collado Villalba  (Spain)                   August 1997                        */
 | 
						|
    /* Retocado por José David Guillén		http://www.arrakis.es/~infomundo/JD	              */
 | 
						|
    /****************************************************************************************/
 | 
						|
 | 
						|
  function imagesPreload(name,image1, image2, comment)   
 | 
						|
  {
 | 
						|
     if (rightVersion)   
 | 
						|
     {
 | 
						|
	pictures[objectnumber]= new Array();
 | 
						|
	pictures[objectnumber][0] = name;
 | 
						|
	pictures[objectnumber][1] = new Image();
 | 
						|
	pictures[objectnumber][1].src = image1;
 | 
						|
	pictures[objectnumber][2] = new Image();
 | 
						|
	pictures[objectnumber][2].src = image2;
 | 
						|
	pictures[objectnumber][3] = comment;
 | 
						|
	objectnumber++;
 | 
						|
     }
 | 
						|
  }
 | 
						|
 | 
						|
  function off ( name )   
 | 
						|
  {
 | 
						|
     if (rightVersion)  
 | 
						|
	for (i=0; i<objectnumber; i++) 
 | 
						|
  	  if (pictures[i][0] == name)
 | 
						|
            parent.frames['info'].document.images['TextoInfo'].src=pictures[i][1].src;	
 | 
						|
     window.status=" "; 
 | 
						|
     stopSound(0);
 | 
						|
 }
 | 
						|
 | 
						|
  function on ( name )   
 | 
						|
  {
 | 
						|
	    playSound(0);
 | 
						|
 | 
						|
     if (rightVersion)  
 | 
						|
        for(i=0; i<objectnumber; i++)   
 | 
						|
	  if (pictures[i][0] == name)
 | 
						|
	  {
 | 
						|
parent.frames['info'].document.images['TextoInfo'].src=pictures[i][2].src;
 | 
						|
	    window.status=pictures[i][3]; 
 | 
						|
          }
 | 
						|
  }
 | 
						|
 | 
						|
// Preload and play audio files with event handler (MouseOver sound)
 | 
						|
// designed by JavaScript Archive, (c)1999
 | 
						|
// Get more free javascripts at http://jsarchive.8m.com
 | 
						|
 | 
						|
var aySound = new Array();
 | 
						|
// Below: source for sound files to be preloaded
 | 
						|
aySound[0] = "clic.wav";
 | 
						|
 | 
						|
// DO NOT edit below this line
 | 
						|
document.write('<BGSOUND ID="auIEContainer">')
 | 
						|
IE = (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)? 1:0;
 | 
						|
NS = (navigator.appName=="Netscape" && navigator.plugins["LiveAudio"])? 1:0;
 | 
						|
ver4 = IE||NS? 1:0;
 | 
						|
onload=auPreload;
 | 
						|
 | 
						|
function auPreload() {
 | 
						|
if (!ver4) return;
 | 
						|
if (NS) auEmb = new Layer(0,window);
 | 
						|
else {
 | 
						|
Str = "<DIV ID='auEmb' STYLE='position:absolute;'></DIV>";
 | 
						|
document.body.insertAdjacentHTML("BeforeEnd",Str);
 | 
						|
}
 | 
						|
var Str = '';
 | 
						|
for (i=0;i<aySound.length;i++)
 | 
						|
Str += "<EMBED SRC='"+aySound[i]+"' AUTOSTART='FALSE' HIDDEN='TRUE'>"
 | 
						|
if (IE) auEmb.innerHTML = Str;
 | 
						|
else {
 | 
						|
auEmb.document.open();
 | 
						|
auEmb.document.write(Str);
 | 
						|
auEmb.document.close();
 | 
						|
}
 | 
						|
auCon = IE? document.all.auIEContainer:auEmb;
 | 
						|
auCon.control = auCtrl;
 | 
						|
}
 | 
						|
function auCtrl(whSound,play) {
 | 
						|
if (IE) this.src = play? aySound[whSound]:'';
 | 
						|
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
 | 
						|
}
 | 
						|
function playSound(whSound) { if (window.auCon) auCon.control(whSound,true); }
 | 
						|
function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }
 | 
						|
 | 
						|
 | 
						|
//AudoClip sonido = getAudioClip( getDocumentBase(),"clic.wav" );
 | 
						|
imagesPreload("Email",    "info0.gif", "info1.gif", "¿ OPINIONES, SUGERENCIAS, TRUCOS?");
 | 
						|
imagesPreload("Autor",    "info0.gif", "info2.gif", "¿ QUIEN SOY ?");
 | 
						|
imagesPreload("Trucos",   "info0.gif", "info3.gif", "LLEGAR AL FINAL, YA NO ES UN PROBLEMA");
 | 
						|
imagesPreload("Contador", "info0.gif", "info4.gif", "CUANTOS HAN ESTADO ANTES QUE TU, AQUI");
 | 
						|
imagesPreload("Irc",      "info0.gif", "info5.gif", "CHATEA, CON TUS AMIGOS");
 | 
						|
imagesPreload("Varios",   "info0.gif", "info6.gif", "¡¡¡DE TODO UN POCO!!!");
 | 
						|
imagesPreload("Enlaces",  "info0.gif", "info7.gif", "OTROS LUGARES DE INTERES...");
 | 
						|
 | 
						|
//-->
 | 
						|
</SCRIPT>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<body background="Webj-f0.gif" bgcolor="#FFDE00">
 | 
						|
 | 
						|
<!-----------------   Start ReferStat   ----------------->
 | 
						|
	<!--
 | 
						|
<script type="text/javascript" language="JavaScript">
 | 
						|
	-->
 | 
						|
<!--
 | 
						|
  document.write("<img src=\"http://es.nedstat.net/cgi-bin/referstat.gif?");
 | 
						|
  document.write("name=JuegoWeb&refer=");
 | 
						|
  document.write(escape(document.referrer));
 | 
						|
  document.write("\" width=1 height=1 alt=\"\" align=\"right\">");
 | 
						|
// -->
 | 
						|
	<!--
 | 
						|
</script>
 | 
						|
	-->
 | 
						|
<!------------------   End ReferStat   ------------------>
 | 
						|
 | 
						|
 | 
						|
<MAP NAME="MenuMap">
 | 
						|
 | 
						|
 <AREA SHAPE="POLYGON" COORDS="146,   0, 156,   0, 156,  72, 146,  72" HREF="mailto:Jose-David.Guillen@cs.us.es?subject=WebJuegos: [tu subject]" onmouseover="on('Email');" onmouseout="off('Email');">
 | 
						|
 <AREA SHAPE="POLYGON" COORDS=" 70,  23,  83,  17, 127,  95, 115,  99" HREF="autor.htm"        TARGET="inicio"  onmouseover="on('Autor');"     onmouseout="off('Autor');">
 | 
						|
 <AREA SHAPE="POLYGON" COORDS=" 16,  82,  23,  72,  99, 117,  93, 126" HREF="trucos.htm"       TARGET="inicio"  onmouseover="on('Trucos');"    onmouseout="off('Trucos');">
 | 
						|
 <AREA SHAPE="POLYGON" COORDS="  1, 140,  88, 140,  88, 163,   1, 163" HREF="contador.htm"     TARGET="_blank"  onmouseover="on('Contador');"  onmouseout="off('Contador');">
 | 
						|
 <AREA SHAPE="POLYGON" COORDS=" 16, 221,  23, 231,  99, 187,  93, 177" HREF="irc.htm"          TARGET="inicio"  onmouseover="on('Irc');"       onmouseout="off('Irc');">
 | 
						|
 <AREA SHAPE="POLYGON" COORDS=" 71, 279,  83, 285, 126, 211, 116, 205" HREF="varios.htm"       TARGET="inicio"  onmouseover="on('Varios');"    onmouseout="off('Varios');">
 | 
						|
 <AREA SHAPE="POLYGON" COORDS="146, 303, 156, 303, 156, 216, 146, 216" HREF="enlaces.htm"      TARGET="inicio"  onmouseover="on('Enlaces');"   onmouseout="off('Enlaces');">
 | 
						|
 | 
						|
</MAP>
 | 
						|
 | 
						|
<right>
 | 
						|
<img src="Webj-f1.gif" align="right" border="0" width="157" height="309" VSPACE="0" usemap="#MenuMap">
 | 
						|
</right>
 | 
						|
 | 
						|
<br CLEAR=all><br><br>
 | 
						|
<center>
 | 
						|
 <P>
 | 
						|
  <a href="inicio.htm" target="inicio">
 | 
						|
  <img src="uc4.gif" align="bottom" border="0" width="52" height="71">
 | 
						|
  </a>
 | 
						|
  <br>
 | 
						|
	<!--
 | 
						|
<a href="http://es.nedstat.net/cgi-bin/viewstat?name=juegoweb" target="_blank">
 | 
						|
<img src="http://es.nedstat.net/cgi-bin/nedstat.gif?name=juegoweb" border=0 alt="" width=22 height=22></a>
 | 
						|
	-->
 | 
						|
 | 
						|
	<!--
 | 
						|
   <IMG SRC="/cgi-bin/Count.cgi?dd=B|df=JuegoWeb.dat" HEIGHT=32 WIDTH=102 ALIGN=CENTER Alt="--Contador-- En espera de encontrar algo que escriba bajo: TRAMPOSO">
 | 
						|
9605071636	-->
 | 
						|
   <img ALT="Access counter" src="/Scripts/Counter.dll?JuegoWeb(OFFline)">
 | 
						|
 | 
						|
 | 
						|
   <br>
 | 
						|
   <font size="1" color="#000000">Desde el día 1 de Mayo de 1998 ©</font>
 | 
						|
 </P> 
 | 
						|
</center>
 | 
						|
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 | 
						|
 |