

function Opinion(title, date, url, color) {
	this.title = title;
	this.date = date;
	this.url = url;
	this.color = color;
}

op = new Array();

op[0] = new Opinion("NHK大河ドラマ「龍馬伝」のどこに魅力を感じますか？（12）", "更新10.09.06", "38.html", "yellow");
op[1] = new Opinion("50・・・を過ぎると！（1）", "更新10.09.06", "43.html", "yellow");
op[2] = new Opinion("つかこうへい氏の簡素な野辺送りについて （4）", "更新10.08.31", "40.html", "yellow");
op[3] = new Opinion("将来の住まいはどこに（14）", "更新10.08.24", "33.html", "green");
op[4] = new Opinion("ご主人貸して！（0）", "更新10.08.03", "42.html", "green");
op[5] = new Opinion("日本人の挨拶が気になります（1）", "更新10.07.23", "41.html", "green");

