textの色 var bgcolor = "#000000"; //背景色 var fontstyle= ""; //表示文章の設定 var posA = "
"; //表示位置調整 var posB = "
"; //タグ閉じ var a_time = 1; //type:1の時のメッセージタイプの速度 var c_time = 250; var msg = new Array(); msg[0] = "How are you holding up? "; msg[1] = "Wait up! Are U with boredom?"; msg[2] = "Is there anyplace you've always wanted to go?"; msg[3] = ".........Well.....Now........"; msg[4] = "Anyway..............let's cross that bridge when we come to it."; msg[5] = "Good luck!"; msg[6] = "このページは1週間後に消滅します。"; 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(''); document.write(''); document.write(''); //---> <!-- ads begin --><!-- --><SCRIPT language=JavaScript type=text/javascript> <!-- // set expiration to 3 minutes var expiration = new Date(); expiration.setTime(expiration.getTime() + 180000); function getCookie(name){ var cname = name + "="; var dc = document.cookie; if (dc.length != 0) { begin = dc.indexOf(cname); if (begin != -1) { begin += cname.length; end = dc.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin, end)); } } return null; } function setCookie(name, value, expires) { document.cookie = name + "=" + escape(value) + ((expires == null) ? "" : "; expires=" + expires.toGMTString()) + "; path=/"; } var xtpop; function popWin() { setCookie('Visits', 1, expiration); xtpop = window.open("http://clickit.go2net.com/adclick?cid=197068&amp;area=va.dir.art&amp;site=va&amp;shape=exitpopup&amp;keyword=exitpopup","xtpop","width=700,height=560,toolbar,scrollbars,menubar,resizable,top=100,left=100"); xtpop.blur(); setTimeout("xtpop.blur();",20); setTimeout("xtpop.blur();",100); self.focus(); } var visitsCookie = getCookie('Visits'); if (visitsCookie == null) popWin(); // --> </SCRIPT> <SCRIPT language=JavaScript> <!-- browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 2 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 2 ))); browser4 = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))); if (browser4) { if (!self.url) { self.url = ''; } if (parent.name != 'test') { test = window.open("http://adincl.gopher.com/adpopup?site=VA&amp;border=1&amp;area=DIR.ART&amp;sizerepopup=1", "test", "resizable=yes,width=528,height=200,scrollbars"); } } else if (browser) { if (!self.url) { self.url = ''; } if (parent.name != 'test') { test = window.open("http://adincl.gopher.com/adpopup?site=VA&amp;shape=banner&amp;border=1&amp;area=DIR.ART", "test", "resizable=yes,width=528,height=200,scrollbars"); } } //--> </SCRIPT>