Relojes en Flash
Para bajartelos a tu pc , pica en el texto de descarga con tu boton derecho y guardar como , Selecciona una carpeta de tu pc y guardar . ( para insertarlo en Blog, MySpace, h5,,,,, copia el codigo y pegalo donde quieras que salga el reloj en tu sitio. Con tu editor )
Reloj analogico en flash , de lo mas sencillito y simple
Descargatelo
Para ponerlo en blog, MySpace,,,,,,
Reloj flash analogico y digital , ademas nos muestra si es de dia , noche y nos saluda
Descargatelo
Para ponerlo en blog, MySpace,,,,,,
Reloj en flash digital , ademas nos muestra el dia , mes y año dd/mm/aaaa
Descargatelo
Para ponerlo en blog, MySpace,,,,,,
Reloj flash analogico y digital manecillas de colores
Descargatelo
Para ponerlo en blog, MySpace,,,,,,
Reloj flash analogico de gran diseño
Descargatelo
Para ponerlo en blog, MySpace,,,,,,
Reloj analogico flash imitacion Rolex
Descargatelo
Para ponerlo en blog, MySpace,,,,,,
CURSORES
Copia y pega el codigo en tu pagina o blog dentro de las etiquetas <head> y </head>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/cursor_azul.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/cursor_naranja.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/mouse.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/mouse_cd.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/mouse2.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/Cwnormal.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/Mira3.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/Neon-b.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/electrik.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/gitar.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/mariposa.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/ojos1.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/art_cur1.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/cur_Grande2.cur); }
</style>
<style>
body {
cursor:url(http://www.creatupropiaweb.com/art_cur2.cur); }
</style>
relojes
Copia y pega el codigo en tu web o blog
Imagen de Muestra
Imagen de Muestra
<!---- Inicio Código Calendario www.Crea tu propia Web.com ----><body onLoad="loadclock()" topmargin="0" leftmargin="0">
<table border="0" width="130" id="table1" style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/racing_car.gif" cellpadding="0" cellspacing="0" height="150">
<tr>
<td style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/racing_car.gif" height="130">
<p align="center"><script language="JavaScript">
<!--//Begin
monthnames = new Array(
"Enero",
"Febrero",
"Marzo",
"Abril",
"Mayo",
"Junio",
"Julio",
"Agosto",
"Septiembre",
"Octubre",
"Noviembre",
"Diciembre");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("");
document.write("<table class='fonte' style='padding-left:3px; font-color:#ffffff' size='2' font-family:tahoma;" );
document.write(" cellpadding=0 cellspacing=0>");
document.write("<tr><td colspan=7 class='mes_ano'><center><font color='#6699FF' size='2' face='tahoma'>"
+ monthnames[thismonth] + " " + thisyear
+ "</font></center></td></tr>");
document.write("<tr>");
document.write("<td class='feira'><font color='#FF0000' size='2' face='tahoma'>D</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>L</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>J</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>V</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>S</font></td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td><font color='#6699FF' size='2' face='tahoma'>-</font></td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td><font color='#6699FF' size='2' face='tahoma'>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href="" + linkdays[c][2] + "">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='#FFFF00' size='2' face='tahoma' class='hoje'>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write("-");
}
if (count==thisdate) {
document.write("</font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table>");
document.write("</FONT>");
// End -->
</script>
</td>
</tr>
<td style="border="0">
<p align="center"><span id=tick2>
</span>
<script>
<!--
function show2(){
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime="<FONT color='#6699FF' face='verdana' style='font-size : 11px;'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font>"
if (!document.all)
document.write(ctime)
else
tick2.innerHTML=ctime
}
function loadclock(){
if (document.all)
setInterval("show2()",1000)
}
if (!document.all)
show2()
//-->
</script>
</td>
</tr>
</table>
</center>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="10">
<tr>
<td>
<p align="center"><a href="http://www.creatupropiaweb.com"><font size="1" color="#CEDDF4" face="Times New Roman">CTPW</font></a></td>
</tr>
</table>
</center><!---- Final Código Calendario www.Crea tu Propia Web.com ---->
<!---- Inicio Código Calendario www.Crea tu propia Web.com ----><body onLoad="loadclock()" topmargin="0" leftmargin="0">
<table border="0" width="130" id="table1" style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/calendario_fondo_girl.gif" cellpadding="0" cellspacing="0" height="150">
<tr>
<td style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/calendario_fondo_girl.gif" height="130">
<p align="center"><script language="JavaScript">
<!--//Begin
monthnames = new Array(
"Enero",
"Febrero",
"Marzo",
"Abril",
"Mayo",
"Junio",
"Julio",
"Agosto",
"Septiembre",
"Octubre",
"Noviembre",
"Diciembre");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("");
document.write("<table class='fonte' style='padding-left:3px; font-color:#ffffff' size='2' font-family:tahoma;" );
document.write(" cellpadding=0 cellspacing=0>");
document.write("<tr><td colspan=7 class='mes_ano'><center><font color='#FFFFFF' size='2' face='tahoma'>"
+ monthnames[thismonth] + " " + thisyear
+ "</font></center></td></tr>");
document.write("<tr>");
document.write("<td class='feira'><font color='#FF0000' size='2' face='tahoma'>D</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>L</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>J</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>V</font></td>");
document.write("<td class='feira'><font color='#C0C0C0' size='2' face='tahoma'>S</font></td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td><font color='#6699FF' size='2' face='tahoma'>-</font></td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td><font color='#6699FF' size='2' face='tahoma'>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href="" + linkdays[c][2] + "">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='#FFFFFF' size='2' face='tahoma' class='hoje'>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write("-");
}
if (count==thisdate) {
document.write("</font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table>");
document.write("</FONT>");
// End -->
</script>
</td>
</tr>
<td style="border="0">
<p align="center"><span id=tick2>
</span>
<script>
<!--
function show2(){
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime="<FONT color='#FFFFFF' face='verdana' style='font-size : 11px;'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font>"
if (!document.all)
document.write(ctime)
else
tick2.innerHTML=ctime
}
function loadclock(){
if (document.all)
setInterval("show2()",1000)
}
if (!document.all)
show2()
//-->
</script>
</td>
</tr>
</table>
</center>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="10">
<tr>
<td>
<p align="center"><a href="http://www.creatupropiaweb.com"><font size="1" color="#CEDDF4" face="Times New Roman">CTPW</font></a></td>
</tr>
</table>
</center><!---- Final Código Calendario www.Crea tu Propia Web.com ---->
Imagen de Muestra
Imagen de Muestra
<!---- Inicio Código Calendario www.Crea tu propia Web.com ----><body onLoad="loadclock()" topmargin="0" leftmargin="0">
<table border="0" width="130" id="table1" style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/viper_car.gif" cellpadding="0" cellspacing="0" height="200">
<tr>
<td style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/viper_car.gif" height="130">
<p align="center"><br><br><br><script language="JavaScript">
<!--//Begin
monthnames = new Array(
"Enero",
"Febrero",
"Marzo",
"Abril",
"Mayo",
"Junio",
"Julio",
"Agosto",
"Septiembre",
"Octubre",
"Noviembre",
"Diciembre");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("");
document.write("<table class='fonte' style='padding-left:3px; font-color:#ffffff' size='2' font-family:tahoma;" );
document.write(" cellpadding=0 cellspacing=0>");
document.write("<tr><td colspan=7 class='mes_ano'><center><font color='#00FF00' size='2' face='tahoma'>"
+ monthnames[thismonth] + " " + thisyear
+ "</font></center></td></tr>");
document.write("<tr>");
document.write("<td class='feira'><font color='#FF0000' size='2' face='tahoma'>D</font></td>");
document.write("<td class='feira'><font color='#33FF33' size='2' face='tahoma'>L</font></td>");
document.write("<td class='feira'><font color='#33FF33' size='2' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#33FF33' size='2' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#33FF33' size='2' face='tahoma'>J</font></td>");
document.write("<td class='feira'><font color='#33FF33' size='2' face='tahoma'>V</font></td>");
document.write("<td class='feira'><font color='#33FF33' size='2' face='tahoma'>S</font></td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td><font color='#000000' size='2' face='tahoma'>-</font></td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td><font color='#000000' size='2' face='tahoma'>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href="" + linkdays[c][2] + "">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='#FFFF00' size='2' face='tahoma' class='hoje'>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write("-");
}
if (count==thisdate) {
document.write("</font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table>");
document.write("</FONT>");
// End -->
</script>
</td>
</tr>
<td style="border="0">
<p align="center"><span id=tick2>
</span>
<script>
<!--
function show2(){
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime="<FONT color='#33FF33' face='verdana' style='font-size : 11px;'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font>"
if (!document.all)
document.write(ctime)
else
tick2.innerHTML=ctime
}
function loadclock(){
if (document.all)
setInterval("show2()",1000)
}
if (!document.all)
show2()
//-->
</script>
</td>
</tr>
</table>
</center>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="10">
<tr>
<td>
<p align="center"><a href="http://www.creatupropiaweb.com"><font size="1" color="#CEDDF4" face="Times New Roman">CTPW</font></a></td>
</tr>
</table>
</center><!---- Final Código Calendario www.Crea tu Propia Web.com ---->
<!---- Inicio Código Calendario www.Crea tu propia Web.com ----><body onLoad="loadclock()" topmargin="0" leftmargin="0">
<table border="0" width="120" id="table1" style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/fondo_paisaje.gif" cellpadding="0" cellspacing="0" height="205">
<tr>
<td style="border="0" background="http://www.creatupropiaweb.com/recursos/calendarios/calendarios_3/fondo_paisaje.gif" height="130">
<p align="center"><br><br><br><br><br><script language="JavaScript">
<!--//Begin
monthnames = new Array(
"Enero",
"Febrero",
"Marzo",
"Abril",
"Mayo",
"Junio",
"Julio",
"Agosto",
"Septiembre",
"Octubre",
"Noviembre",
"Diciembre");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("");
document.write("<table class='fonte' style='padding-left:3px; font-color:#ffffff' size='1' font-family:tahoma;" );
document.write(" cellpadding=0 cellspacing=0>");
document.write("<tr><td colspan=7 class='mes_ano'><center><font color='#FF6600' size='2' face='tahoma'>"
+ monthnames[thismonth] + " " + thisyear
+ "</font></center></td></tr>");
document.write("<tr>");
document.write("<td class='feira'><font color='#FF0000' size='1' face='tahoma'>D</font></td>");
document.write("<td class='feira'><font color='#FF6600' size='1' face='tahoma'>L</font></td>");
document.write("<td class='feira'><font color='#FF6600' size='1' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#FF6600' size='1' face='tahoma'>M</font></td>");
document.write("<td class='feira'><font color='#FF6600' size='1' face='tahoma'>J</font></td>");
document.write("<td class='feira'><font color='#FF6600' size='1' face='tahoma'>V</font></td>");
document.write("<td class='feira'><font color='#FF6600' size='1' face='tahoma'>S</font></td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td><font color='#000000' size='1' face='tahoma'>-</font></td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td><font color='#FF6600' size='1' face='tahoma'>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href="" + linkdays[c][2] + "">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='#FFFF00' size='1' face='tahoma' class='hoje'>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write("-");
}
if (count==thisdate) {
document.write("</font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table>");
document.write("</FONT>");
// End -->
</script>
</td>
</tr>
<td style="border="0">
<p align="center"><span id=tick2>
</span>
<script>
<!--
function show2(){
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime="<FONT color='#FF6600' face='verdana' style='font-size : 11px;'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font>"
if (!document.all)
document.write(ctime)
else
tick2.innerHTML=ctime
}
function loadclock(){
if (document.all)
setInterval("show2()",1000)
}
if (!document.all)
show2()
//-->
</script>
</td>
</tr>
</table>
</center>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="10">
<tr>
<td>
<p align="center"><a href="http://www.creatupropiaweb.com"><font size="1" color="#CEDDF4" face="Times New Roman">CTPW</font></a></td>
</tr>
</table>
</center><!---- Final Código Calendario www.Crea tu Propia Web.com ---->
Código a Copiar
<center><iframe src="http://www.vuelosmundo.com/iframes/reloj-digital1vm.htm" width="124" height="115" marginwidth="0" marginheight="0" frameborder="no" scrolling=no allowtransparency="true"></iframe></center><center><a href="http://www.vuelosmundo.com/vuelos-baratos-alicante.php" target="_blank"><img src="http://www.vuelosmundo.com/imagenes/vuelosmundo.gif" alt="vuelos Alicante" border="0"></a></center>
Código a Copiar
<center><iframe src="http://www.vuelosmundo.com/iframes/reloj-digital2vm.htm" width="124" height="115" marginwidth="0" marginheight="0" frameborder="no" scrolling=no allowtransparency="true"></iframe></center><center><a href="http://www.vuelosmundo.com/vuelos-baratos-barcelona.php" target="_blank"><img src="http://www.vuelosmundo.com/imagenes/vuelosmundo.gif" alt="vuelos Barcelona" border="0"></a></center>
Código a Copiar
<center><iframe src="http://www.vuelosmundo.com/iframes/reloj-digital3vm.htm" width="124" height="115" marginwidth="0" marginheight="0" frameborder="no" scrolling=no allowtransparency="true"></iframe></center><center><a href="http://www.vuelosmundo.com/vuelos-baratos-paris.php" target="_blank"><img src="http://www.vuelosmundo.com/imagenes/vuelosmundo.gif" alt="vuelos Paris" border="0"></a></center>
Código a Copiar
<center><iframe src="http://www.vuelosmundo.com/iframes/reloj-digital4vm.htm" width="124" height="115" marginwidth="0" marginheight="0" frameborder="no" scrolling=no allowtransparency="true"></iframe></center><center><a href="http://www.vuelosmundo.com/vuelos-baratos-londres.php" target="_blank"><img src="http://www.vuelosmundo.com/imagenes/vuelosmundo.gif" alt="vuelos Londres" border="0"></a></center>
Código a Copiar
<center><iframe src="http://www.vuelosmundo.com/iframes/reloj-digital5vm.htm" width="124" height="115" marginwidth="0" marginheight="0" frameborder="no" scrolling=no allowtransparency="true"></iframe></center><center><a href="http://www.vuelosmundo.com/vuelos-baratos-amsterdam.php" target="_blank"><img src="http://www.vuelosmundo.com/imagenes/vuelosmundo.gif" alt="vuelos Amsterdam" border="0"></a></center>
Código a Copiar
<center><iframe src="http://www.vuelosmundo.com/iframes/reloj-digital6vm.htm" width="124" height="115" marginwidth="0" marginheight="0" frameborder="no" scrolling=no allowtransparency="true"></iframe></center><center><a href="http://www.vuelosmundo.com/vuelos-baratos-madrid.php" target="_blank"><img src="http://www.vuelosmundo.com/imagenes/vuelosmundo.gif" alt="vuelos Madrid" border="0"></a></center>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_01.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_02.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_03.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_04.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_05.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_06.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_07.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_08.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_09.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_10.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_11.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_12.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_13.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_14.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_15.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_16.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_17.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_18.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_19.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_20.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_21.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_22.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_23.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_24.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_25.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_26.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_27.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_28.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_29.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_30.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_31.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_32.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_33.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_34.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_35.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_36.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_37.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_38.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_39.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_40.ani); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_41.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_42.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_43.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_44.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_45.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_46.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_47.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_48.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
<style>
body {
cursor:url(http://xoomer.alice.it/thedaniexbaladex/curs/cursor_49.cur); }
</style>
<div style="position:absolute;left:0px;top:0px"><a
href="http://www.thedaniex.com" target="_blank"><img
src="http://i11.tinypic.com/61v4aqe.gif" border="0"
/></a></div>
Desde su creación, han pasado por este Sitio Web 11646 visitantes (29502 clics a subpáginas)