﻿times=getCookie("Times");
if (times ==""){
times =1;

//document.write("一回目");

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="405">');
document.write('<param name="movie" value="/swf/top/top_new2.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="/swf/top/top_new2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="405" alt="家庭教師の一橋セイシン会　中学受験、高校受験、大学受験で合格させる家庭教師を紹介します。"></embed>');
document.write('</object>');

times++;
}
else if(times >= 1){

//document.write("二回目以降");	

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="405">');
document.write('<param name="movie" value="/swf/top/top_new2.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="flashVars" value="actime=2">');
document.write('<embed src="/swf/top/top_new2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="405" flashVars="actime=2" alt="家庭教師の一橋セイシン会　中学受験、高校受験、大学受験で合格させる家庭教師を紹介します。"></embed>');
document.write('</object>');
}


setCookie("Times",times);
function getCookie(key){
	tmp=document.cookie+";";
	tmp1=tmp.indexOf(key,0);
	if(tmp1!=-1){
	tmp=tmp.substring(tmp1,tmp.length);
	start=tmp.indexOf("=",0)+1;
	end=tmp.indexOf(";",start);
	return(unescape(tmp.substring(start,end)));
}
return("");
}
function setCookie(key,val){
	tmp=key+"="+escape(val)+";";
	/*tmp+="expires=Fri,31-Dec-2030 23:59:59;";*/
	document.cookie=tmp;
	}
