/** * 求人用ボタン表示 */ function writeNavibutton(outputType) { //画像のパスを設定 var jobcnt = 0; if (jobcnt>0) { if ('top'==outputType) { // トップページ用のボタン表示 document.write(' 求人情報を見る'+"\n"); } else if ('interview'==outputType) { // インタビューページ用のボタン表示 document.write(' 回転寿司根室花まるの求人情報を一覧する'+"\n"); } } }