siteno=''; design=''; kaerebaq=''; shopid=''; imgsize=''; ccopy=''; jusho=''; icon=''; tomeido='' function kaerebasearch(){ kaerebaq=document.getElementById('kaerebaq').value.replace('/', ' ').replace('?', ' '); if(kaerebaq){ /*document.location='https://tabereba.net/search/q_'+kaerebaq+'/s_'+document.getElementById('searchkind').value+'/';*/ document.location='https://tabereba.net/search/q_'+kaerebaq+'/'; } } function kaerebasearch1(){ shopid0=document.getElementById('kaerebaq1').value; if(document.getElementById('shopid').value){ document.getElementById('shopid').value=shopid0; } hyouji(shopid0); } function hyouji(shopid){ if(shopid==''){ shopid=document.getElementById('shopid').value; } if (shopid.match(/^J[0-9]+$/i) || shopid=='') { siteno=document.getElementById('siteno').value; design=document.getElementById('design').value; imgsize=document.getElementById('imgsize').value; ccopy=document.getElementById('ccopy').value; jusho=document.getElementById('jusho').value; icon=document.getElementById('icon').value; tomeido=document.getElementById('tomeido').value; document.cookie = 'hotpepperlinkmaker2=shopid,'+shopid+'::siteno,'+siteno+'::design,'+design+'::imgsize,'+imgsize+'::ccopy,'+ccopy+'::jusho,'+jusho+'::icon,'+icon+'::tomeido,'+tomeido+'; expires=Tue, '+date(60*60*24*365*20)+';'; url='https://tabereba.net/makelinkcode.php?type=jsonp&shopid='+shopid+'&siteno='+siteno+'&design='+design+'&imgsize='+imgsize+'&ccopy='+ccopy+'&jusho='+jusho+'&icon='+icon+'&tomeido='+tomeido; jsondata=new JSONscriptRequest(url); jsondata.buildScriptTag(); jsondata.addScriptTag(); document.getElementById('mihon').innerHTML='
'; document.getElementById('linkcode').innerHTML='
'; }else if(shopid){ /*document.location='https://tabereba.net/search/q_'+shopid+'/s_'+document.getElementById('searchkind').value+'/';*/ document.location='https://tabereba.net/search/q_'+shopid+'/'; } } function makelinkcode(data) { document.getElementById('mihon').innerHTML=''; document.getElementById('linkcode').innerHTML=''; document.getElementById('textafilinkcode').innerHTML=''; document.getElementById('imgafilinkcode').innerHTML=''; document.getElementById('mihon').innerHTML+=data.value1; document.getElementById('linkcode').innerHTML+=data.value2; document.getElementById('textafilinkcode').innerHTML+=data.value3; document.getElementById('imgafilinkcode').innerHTML+=data.value4; document.getElementById('kaerebaq1').value=''; jsondata.removeScriptTag(); } function nextsearch(q,nth,start,searchKind){ nth0=nth; url='https://tabereba.net/searchcore.php?type=jsonp&q='+q+'&nth='+nth0+'&start='+start+'&searchKind='+searchKind; jsondata=new JSONscriptRequest(url); jsondata.buildScriptTag(); jsondata.addScriptTag(); document.getElementById('list'+nth0).innerHTML+='
'; } function nextsearchlist(data) { document.getElementById('list'+nth0).innerHTML=''; rd=data.value; document.getElementById('list'+nth0).innerHTML+=rd; jsondata.removeScriptTag(); } function JSONscriptRequest(fullUrl) { this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime(); this.headLoc=document.getElementsByTagName("head").item(0); this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++; }; function date(sec){ var xDay = new Date; xDay.setTime(xDay.getTime()+sec*1000); xDay = xDay.toGMTString(); return xDay; } JSONscriptRequest.scriptCounter=1; JSONscriptRequest.prototype.buildScriptTag=function () { this.scriptObj=document.createElement("script"); this.scriptObj.setAttribute("type", "text/javascript"); this.scriptObj.setAttribute("charset", "utf-8"); this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE); this.scriptObj.setAttribute("id", this.scriptId); }; JSONscriptRequest.prototype.removeScriptTag=function () { this.headLoc.removeChild(this.scriptObj); }; JSONscriptRequest.prototype.addScriptTag=function () { this.headLoc.appendChild(this.scriptObj); };