var dataList = [ ['2010年09月03日','お知らせ','topics/index/2010/811.html','','2010年中萬学院夏期合宿報告'],['2010年08月18日','お知らせ','topics/index/2010/801.html','','CG啓明館Ⅱ期主催説明会 申込受付中'],['2010年08月18日','イベント','topics/index/2010/799.html','','9/12開催「パズル道場フェスタ」申込受付中!'],['2010年08月16日','お知らせ','topics/index/2010/796.html','','第2回 浅野中学オープン模試・神奈川女子5校オープン'],['2010年06月07日','お知らせ','topics/index/2010/634.html','','CG啓明館小3公開学力テスト申込受付中!'],['2010年06月14日','イベント','topics/index/2010/633.html','','7/10(土)「えのすい理科実験教室」開催!'],['2010年05月11日','イベント','topics/index/2010/573.html','','2010年CG啓明館主催説明会Ⅰ期のお知らせ'],['2010年05月07日','お知らせ','topics/index/2010/563.html','','「全国統一小学生テスト」申込受付中!'],['2010年05月07日','お知らせ','topics/index/2010/560.html','','浅野中学オープン模試・神奈川女子5校オープン'],['2010年04月24日','イベント','topics/index/2010/499.html','','「えのすい海の学校」開催!'],['2010年04月12日','お知らせ','topics/index/2010/421.html','','ホームページリニューアル'],['2010年04月12日','イベント','topics/index/2010/414.html','','CG啓明館サイエンスラボⅠ期申込受付中!'] ]; var iconUrl = {'お知らせ':'お知らせ','イベント':'イベント'}; for (i = 0; i < 3; i++){ document.write('
'); document.write(dataList[i][0]); document.write('
'); document.write(iconUrl[dataList[i][1]]); document.write('
'); document.write(dataList[i][4]); document.write('
'); }