var $j = jQuery.noConflict();
$j(function(){
jobs=[];
jobs[0]='SpRay近鉄パッセ店 販売スタッフ';
jobs[1]='新卒採用 2026年卒';
jobs[2]='F i.n.t & an another angelus 店舗スタッフ';
jobs[3]='物流センタースタッフ募集';
if($j('select[name="your-jobType"]').length>0){
var code="";
for(i=0;i'+jobs[i]+'';
}
$j('select[name="your-jobType"]').html(code);
}
});