Signo del Zodiaco

<div align="center">

<center>

<table border="0" cellspacing="0" cellpadding="4" style="border-collapse: collapse" bordercolor="#111111" width="500" height="61">

<tr>

<td width="734" align="center" height="53">

<center>

<script language="javascript" type="text/javascript">

 

<!--www.yomaster.com -->

 

function sunsign() {

document.form1.date.selectedIndex;

document.form1.month.selectedIndex;

document.form1.sign.value;

if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex <=19) {document.form1.sign.value = "Capricornio";}

if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex >=20) {document.form1.sign.value = "Acuario";}

if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex <=18) {document.form1.sign.value = "Acuario";}

if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex >=19) {document.form1.sign.value = "Piscis";}

if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Piscis";}

if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Aries";}

if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Aries";}

if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Tauro";}

if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Tauro";}

if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Geminis";}

if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Geminis";}

if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Cancer";}

if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Cancer";}

if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Leo";}

if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Leo";}

if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Virgo";}

if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Virgo";}

if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Libra";}

if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Libra";}

if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Escorpio";}

if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Escorpio";}

if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Sagitario";}

if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Sagitario";}

if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Capricornio";}

 

if (document.form1.month.selectedIndex == "x" || document.form1.date.selectedIndex == "y") return;

}

 

function validate() {

if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex > 29) {alert("There are only a maximum of 29 days in February."); return false;}

if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in April."); return false;}

if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in June."); return false;}

if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in September."); return false;}

if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in November."); return false;}

else{

return true;

}

}

 

</script>

<form name="form1">

<table cellSpacing="0" cellPadding="1" bgColor="#c0c0c0" border="0">

<tr>

<td><font face="verdana, arial, helvetica, sans-serif" size="1">

<b>Mes </b></font></td>

<td><font face="verdana, arial, helvetica, sans-serif" size="1">

<b>Dia </b></font></td>

<td rowSpan="2">

<font face="verdana, arial, helvetica, sans-serif" size="3"><b>:

</b></font></td>

<td><font face="verdana, arial, helvetica, sans-serif" size="1">

<b>Año </b></font></td>

</tr>

<tr>

<td><select name="month">

<option value="x">< Select ></option>

<option value="1" selected>Enero</option>

<option value="2">Febrero</option>

<option value="3">Marzo</option>

<option value="4">Abril</option>

<option value="5">Mayo</option>

<option value="6">Junio</option>

<option value="7">Julio</option>

<option value="8">Agosto</option>

<option value="9">Septiembre</option>

<option value="10">Octubre</option>

<option value="11">Noviembre</option>

<option value="12">Diciembre</option>

</select> </td>

<td><select onchange="validate()" name="date">

<option value="y">< Select ></option>

<option value="1">1</option>

<option value="2">2</option>

<option value="3">3</option>

<option value="4">4</option>

<option value="5">5</option>

<option value="6">6</option>

<option value="7">7</option>

<option value="8">8</option>

<option value="9">9</option>

<option value="10">10</option>

<option value="11">11</option>

<option value="12">12</option>

<option value="13">13</option>

<option value="14">14</option>

<option value="15">15</option>

<option value="16">16</option>

<option value="17">17</option>

<option value="18" selected>18</option>

<option value="19">19</option>

<option value="20">20</option>

<option value="21">21</option>

<option value="22">22</option>

<option value="23">23</option>

<option value="24">24</option>

<option value="25">25</option>

<option value="26">26</option>

<option value="27">27</option>

<option value="28">28</option>

<option value="29">29</option>

<option value="30">30</option>

<option value="31">31</option>

</select> </td>

<td><input size="12" value="Capricornio" name="sign">

<input onclick="sunsign()" type="button" value="submit"> </td>

</tr>

</table>

</form>

</center></td>

</tr>

</table>

</center>

</div>

Ventana vibra al entrar

<script language="JavaScript1.2">

function tremer(n) {

if (self.moveBy) {

for (i = 10; i > 0; i--) {

for (j = n; j > 0; j--) {

self.moveBy(0,i);

self.moveBy(i,0);

self.moveBy(0,-i);

self.moveBy(-i,0);

}}}}

tremer(5)

</script>

 

Al final de este código donde pone

tremer(5)

son los segundos que dura el efecto de temblor.

Texto sigue al raton

<script LANGUAGE="JavaScript">

<!-- Begin

if (document.all) {

yourLogo = "Tu Texto aquí ";

logoFont = "Arial";

logoColor = "#00FFFF";

yourLogo = yourLogo.split('');

L = yourLogo.length;

TrigSplit = 360 / L;

Sz = new Array()

logoWidth = 50;

logoHeight = -30;

ypos = 0;

xpos = 0;

step = 0.03;

currStep = 0;

document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

for (i = 0; i < L; i++) {

document.write('<div id="ie" style="position:absolute;top:0px;left:0px;'

+'width:10px;height:10px;font-family:'+logoFont+';font-size:12px;'

+'color:'+logoColor+';text-align:center">'+yourLogo[i]+'</div>');

}

document.write('</div></div>');

function Mouse() {

ypos = event.y;

xpos = event.x - 5;

}

document.onmousemove=Mouse;

function animateLogo() {

outer.style.pixelTop = document.body.scrollTop;

for (i = 0; i < L; i++) {

ie[i].style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);

ie[i].style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180);

Sz[i] = ie[i].style.pixelTop - ypos;

if (Sz[i] < 5) Sz[i] = 5;

ie[i].style.fontSize = Sz[i] / 1.7;

}

currStep -= step;

setTimeout('animateLogo()', 5);

}

window.onload = animateLogo;

}

// End -->

</script>

 

Puedes insertar el texto que quieras en esta parte del código:

yourLogo = "Tu Texto aquí

Comentarios

Insertados los comentarios
Por fin he podido insertar los comentarios bueno espero que no pongais cosas malas Salu2

Primeras descargas

Por fin las primeras descargas de este apartado

Naruto

1x01 Entra en escena Naruto Uzumaki.
1x02 Me llamo Konohamaru.
1x03 Saske o Sakura, ¿amigos o enemigos?.
1x04 Aprobar o suspender. Prueba de supervivencia.
1x05 Ha suspendido. La decision final de Kakashi.
1x06 Viaje al país de las Olas.
1x07 El demonio de la niebla.
1x08 El juramento del dolor.
1x09 Kakashi, guerrero sharingan.
1x10 El bosque de Chakra.
1x11 La tierra donde una vez vivió un héroe.
1x12 Pelea en el puente. ¡Vuelve Zabuza!.
1x13 La técnica secreta de Haku. Espejo de hielo diabólico.
1x14 El ninja numero uno. Hiperactivo cabeza hueca entra en la pelea.
1x15 Visibilidad cero. El sharingan se hace pedazos.
1x16 El sello roto.
1x17 Pasado blanco. Ambición oculta.
1x18 Las armas conocidas como ninjas.
1x19 El demonio en la nieve.
1x20 Comienza un nuevo capitulo. El examen para chunin.
1x21 Identificáos, nuevos rivales poderosos.
1x22 Desafio de chunins. Rock Lee contra Saske.
1x23 Bajada de humos de los Genins. Confrontacion entre los nueve novatos.
1x24 Arrancad motores. El examen de acceso a grado medio.
1x25 La décima pregunta. Todo o nada.
1x26-27 Reportaje especial. El bosque del Terror

atencion

Que opinas de lo que pone en la web

Foro


Por fin tenemos foro

Por fin esta web tiene su propio foro podis acceder desde el link de abajo

Mas descargas

Vuelven las descargas y vienen con...musica!!

50cent-In da club

fort minor - rising tied
50 Cent-You dont know
Naoki-dance dance revolution
Mortal Kombat - Final Combat
Epik High - Fly
Linkin Park - In The End

Celebracion

Estamos de celebracion

Por fin esta web a vatido su record y a llegado a las 1000 vistas pero todo esto a sido posible gracias a vosotros los que visitais mi web por eso os digo

Text Generator
Porque gracias a vosotros esto se a convertido en lo que es
y para agradeceroslo pondre nuevos videos y are algunas modificaciones

Descargas


Mas descargas

Jay-zy Linkin park-Numb encore
Need For Speed Underground 2
Impacto

Radio


Me alegra deciros que he instalado una radio ne la web para escuchar musica mientras os divertis porsupuesto podreis pararla bueno
Disfrutadla


Acerca de juegosdesiempre

Comentad

Archivo

Categorías


HTML

Suscríbete

RSS | Atom

Contacto

Contactar

Albergado en:blogdiario.com

Noticias: Noticias