// コメントにカスタマイズ絵文字入力機能：画像設定
function getCommentEmojiList() {
var list = new Array();
// 画像名、画像URLの設定
list[list.length] = new Array('むごん', 'http://koda.jugem.cc/?image=1795');
list[list.length] = new Array('こころ', 'http://koda.jugem.cc/?image=1796');
list[list.length] = new Array('あせ', 'http://koda.jugem.cc/?image=1797');
list[list.length] = new Array('よわり', 'http://koda.jugem.cc/?image=1798');
list[list.length] = new Array('いかり', 'http://koda.jugem.cc/?image=1799');
list[list.length] = new Array('おんぷ', 'http://koda.jugem.cc/?image=1800');
list[list.length] = new Array('ぎもん', 'http://koda.jugem.cc/?image=1801');
list[list.length] = new Array('きょうちょう', 'http://koda.jugem.cc/?image=1802');
list[list.length] = new Array('あせり', 'http://koda.jugem.cc/?image=1803');
list[list.length] = new Array('ひらめき', 'http://koda.jugem.cc/?image=1804');
list[list.length] = new Array('ぶろーくん', 'http://koda.jugem.cc/?image=1805');
list[list.length] = new Array('はーと', 'http://koda.jugem.cc/?image=1806');
list[list.length] = new Array('どくろ', 'http://koda.jugem.cc/?image=1807');
list[list.length] = new Array('ふつう', 'http://koda.jugem.cc/?image=1808');
list[list.length] = new Array('にっこり', 'http://koda.jugem.cc/?image=1809');
list[list.length] = new Array('あはは', 'http://koda.jugem.cc/?image=1810');
list[list.length] = new Array('どうしよう', 'http://koda.jugem.cc/?image=1811');
list[list.length] = new Array('にやりっ', 'http://koda.jugem.cc/?image=1812');
list[list.length] = new Array('きどり顔', 'http://koda.jugem.cc/?image=1813');
list[list.length] = new Array('いやーん', 'http://koda.jugem.cc/?image=1814');
list[list.length] = new Array('やったー', 'http://koda.jugem.cc/?image=1815');
list[list.length] = new Array('あっ', 'http://koda.jugem.cc/?image=1816');
list[list.length] = new Array('むっ', 'http://koda.jugem.cc/?image=1817');
list[list.length] = new Array('あうあう', 'http://koda.jugem.cc/?image=1818');
list[list.length] = new Array('らぶらぶ', 'http://koda.jugem.cc/?image=1819');
list[list.length] = new Array('ふっ', 'http://koda.jugem.cc/?image=1820');
list[list.length] = new Array('ぽかーん', 'http://koda.jugem.cc/?image=1821');
list[list.length] = new Array('こまった', 'http://koda.jugem.cc/?image=1822');
list[list.length] = new Array('げっそり', 'http://koda.jugem.cc/?image=1823');
list[list.length] = new Array('いくない', 'http://koda.jugem.cc/?image=1825');
list[list.length] = new Array('ぶちゅっ', 'http://koda.jugem.cc/?image=1826');
list[list.length] = new Array('はんせい', 'http://koda.jugem.cc/?image=1827');
list[list.length] = new Array('はなみず', 'http://koda.jugem.cc/?image=1828');
return list;
}

function getCustmizeEmojiAttribute() {
// 画像タグに含める属性値（alt属性以外）
var att = 'border="0" style="vertical-align:middle"';

// ***************** 設定ここまで *****************
att = (att != '') ? (' ' + att) : '';
return att;
}
//
