なんとかデータベースラーメンカレーチャーハンぎょうざうどんそば
 
'; } else if (status == "soon") { tag += '
近日開催
'; } tag += '

' + ev.title + '

'; if (ev.description != '') { tag += '

' + ev.description + '

'; } tag += '
'; tag += '
開催期間
'; tag += '
' + term + '
'; tag += '
開催地
'; if (ev.place != '') { tag += '
' + ev.area + "(" + ev.place + ')
'; } else { tag += '
' + ev.area + '
'; } if (ev.shop_count != 0) { tag += '
参加店舗
'; tag += '
' + ev.shop_count + '店
'; } tag += '
'; tag += ''; tag += '
'; $("#events li:nth-child(" + String(idx + 1) + ")").append(tag); heights[idx] = $("#events li:nth-child(" + String(idx + 1) + ")").height(); } } else { var tag = ''; $("#events").html(tag); }