First commit 18/08/2000

This commit is contained in:
2021-09-12 22:40:30 +02:00
commit e721637efc
531 changed files with 16045 additions and 0 deletions

17
addons/banners.js Normal file
View File

@ -0,0 +1,17 @@
<!--
var x;
function rand()
{
var now=new Date()
var num=(now.getSeconds())%10
var num=num+1
return num;
}
function launch()
{
var dest = "otros/ofertas/news0"+rand()+".htm";
x=window.open( dest,"infdj_com","width=320,height=200,top=50,left=50,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no");
}
launch();
//-->