/*--

	Live!Ads Special Season

============================================================================== */
if(navigator.platform.indexOf("Win") < 0 && navigator.appName.indexOf("Internet") >= 0){//Mac IE
}else{
	var _Liveads_Src = 'http://www2.liveads.jp/widgets_src/getcmp.php?';
	var _Liveads_Height = 710 + 18;
	
	
	for(var i in _LiveAds_Special_Data){
		_Liveads_Src += i + '=' + _LiveAds_Special_Data[i] + '&';
	}
	_Liveads_Src +='srcpath=special%2f01';
	
	_Liveads_Src +='&sid=401001';
	
	_Liveads_Src +='&fl=season';

	_Liveads_Src +='&keyword=special_season';
	var _LA_Cookie = { //cookie
		read:function(CookieName){
			if(document.cookie){
				var cookie_Data = document.cookie;
				var Name =cookie_Data.indexOf(CookieName + "=",0);
				if(Name >= 0){
					var Data = cookie_Data.indexOf(";",Name + CookieName.length + 1);
					Data >= 0? Data = cookie_Data.substring(Name + CookieName.length + 1,Data): Data = cookie_Data.substring(Name + CookieName.length + 1,cookie_Data.length);
					return(Data);
				}
			}
			return(false);
		},
		set:function(CookieName,Value){
			var time =new Date();
			time.setTime(time.getTime() + (1000*60*60*12));
			var exptime =";expires=" + time.toGMTString();
			document.cookie = CookieName + "=" + Value + exptime + "; path=/";
		}
	};

	if(_LA_Cookie.read("unqCheckCookieimp")){
		_Liveads_Src +='&ccheck=nonunique';
	}else{
	//j[N
		_Liveads_Src +='&ccheck=unique';
		_LA_Cookie.set("unqCheckCookieimp","true");	
	}
	
	
	if(!_LiveAds_Special_Count){
		var _LiveAds_Special_Count = 0;
	}
	
	var _LiveAds_Iframe ='<iframe allowtransparency="true" id="_LiveAds_Special_Count_'+ _LiveAds_Special_Count + '" width="160" src="' + _Liveads_Src + '" height="' + _Liveads_Height + '" scrolling="no" marginheight="0" frameborder="0" hspace="0" vspace="0" style="margin:0px; width:160px;"></iframe>';
	document.write(_LiveAds_Iframe);
	
	
	_LiveAds_Special_Count++;
}
