";
var a_time = 70;
var c_time = 2000;
var msg = new Array();
msg[0] = "NOW LOADING";
msg[1] = "3.................";
msg[2] = "2.................";
msg[3] = "1.................";
msg[4] = "Welcome to...";
msg[5] = "http://say9th.tripod.com";
msg[6] = "Thank you for visiting our site.";
msg[7] = "We're just too good to you!";
msg[8] = "please enjoy our site..";
msg[9] = "GO!! 9th!! please wait a minute.";
function cancel() {
playcheck = false;
if(SID != null) { clearTimeout(SID); }
location.href = gourl;
}
function makeHTML(str,e) {
var html = "";
html += "";
html += posA + fontstyle + str + posB;
html += "";
return html;
}
var playcheck = true;
var temphtml="";
var current = 0;
var currentchat= 0;
var output = "";
var SID;
function movieplay() {
if(!playcheck) { return; }
if(movietype == 0) {
if(!msg[current]) { location.href = gourl; return; }
var str = msg[current];
output = makeHTML(str,true);
parent.f1.location.href = "javascript:parent.output";
current++;
SID = setTimeout("movieplay()",c_time);
} else {
if(SID != null) { clearTimeout(SID); }
if(!msg[current]) { location.href = gourl; return; }
var str = msg[current];
var exit= (currentchat+1 > str.length) ? true : false;
output = makeHTML(str.substring(0, currentchat),exit);
parent.f1.location.href = "javascript:parent.output";
currentchat++;
if(currentchat > str.length) {
current++;
currentchat = 0;
if(!playcheck) { return; }
SID = setTimeout("movieplay()",c_time);
}
else {
if(!playcheck) { return; }
SID = setTimeout("movieplay()",a_time);
}
}
}
document.write('
');
//-->