blink11 DTPGVCZZ6MQVTTA5T4L7AXZ4ESOCIOWP57P4TWY




Dynamic Scripts - "Blinking Java"







var img = new Array()
img[0] = new Image()
img[1] = new Image()

img[0].src = "blink.gif"
img[1].src = "blink1.gif"

id = null
tlo = true
sec = 0
delay = 400
add = -50

document.bgColor=0
document.write("")
document.write("")
document.write("")

// Uruchomienie procedury glownej
start()


function start() {
today = new Date()
teraz = today.getSeconds()

if (sec != teraz) {
delay+=add
if (delay300) add=-50
sec=teraz
}

if (tlo) {
document.images[0].src = "blink.gif"
document.bgColor="white"
tlo=false
}
else {
document.images[0].src = "blink1.gif"
document.bgColor=0
tlo=true
}

id = setTimeout("start()",delay)
}

//-->



Wyszukiwarka

Podobne podstrony:
blink12
Blink182 I miss you
Blink182 Always
Blink182 I miss you

więcej podobnych podstron