window.moveTo(0,0);
top.window.resizeTo(screen.availWidth,screen.availHeight);
function color_fondo(){
var bodycolor = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % bodycolor;
ad +=1;
if (ad==0) {
bodycolor="#0066ff";
}
if (ad==1) {
bodycolor="#0066ff";
}
if (ad==2) {
bodycolor="#8D38C9";
}
if (ad==3) {
bodycolor="#4CC417";
}
document.write('<body bgcolor=' + bodycolor + ' TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0 >');
}
function banner_home(){
var banner = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % banner;
ad +=1;
if (ad==0) {
banner="banner1.jpg";
}
if (ad==1) {
banner="banner1.jpg";
}
if (ad==2) {
banner="banner2.jpg";
}
if (ad==3) {
banner="banner3.jpg";
}
if (ad==4) {
banner="banner4.jpg";
}
if (ad==5) {
banner="banner1.jpg";
}
document.getElementsById('header').style.background = 'url(img/'+banner+') no-repeat left top';
}
function img_sticker(){
var NumSticker = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % NumSticker;
ad +=1;
if (ad==1) {
sticker='sticker_1.jpg';
}
if (ad==2) {
sticker='sticker_2.jpg';
}
if (ad==3) {
sticker='sticker_3.jpg';
}
if (ad==4) {
sticker='sticker_4.jpg';
}
if (ad==5) {
sticker='sticker_5.jpg';
}
if (ad==6) {
sticker='sticker_1.jpg';
}
document.write('<img src="alb_mas/'+sticker+'" alt="SuperJunko. Stickers" title="stickers vistos en la zona">');
}		
function submitf(){
alert ('hola');
window.open(this.options[this.selectedIndex].value, '_blank');
}
