')
new_window.document.writeln('')
new_window.document.writeln('')
new_window.document.writeln('
(?)W31C0ME(?)<\/h1><\/td>')
new_window.document.writeln('<\/tr><\/table>')
new_window.document.writeln('<\/center>')
new_window.document.writeln('<\/body>')
new_window.document.writeln('<\/html>')
function reveal_window() {
new_window.focus()
}
new_window.focus()
new_window.moveTo(counter2,counter2)
//???????????? Welcome window
var counter1=10
var window_id
var counter2=10
window_id=setInterval("move_window()",1000)
function move_window() {
counter1--
new_window.document.title="??????????????????????? "+" " + counter1+" "+ "??????"
new_window.moveBy(25,25)
counter2++
if(counter1<0){
clearInterval(window_id)
new_window.close()
}
function clear_window(){
if(new_window){
new_window.close()
}
}
window.onunload=clear_window
}
|
|