


  
  



/*　分配金　
	date　:　決算日
	money　:　分配金　上の行から順番
--------------------------------------------------*/
distributionDisplay = 1; //0非表示　1表示

var bunpaikinDate = '2010年03月15日';

distribution = {
		"data"	: [

			{
				"url"	: "/fund/top/1187310_1551.html",
				"name"	: "条件付元本確保型収益分配ファンド２００６－９【愛称：ブロッサム】",
				"money"	: "15円"
			},

			{
				"url"	: "/fund/top/1187327_1551.html",
				"name"	: "条件付元本確保型ステップアップ収益分配ファンド２００７－３【愛称：とんとん拍子２】",
				"money"	: "250円"
			},

			{
				"url"	: "/fund/top/1187407_1551.html",
				"name"	: "スーパー小型株ポートフォリオ",
				"money"	: "0円"
			},

			{
				"url"	: "/fund/top/1187409_1551.html",
				"name"	: "スーパー店頭株兆（きざし）ポートフォリオ",
				"money"	: "0円"
			},

			{
				"url"	: "/fund/top/1207940_1551.html",
				"name"	: "三井住友・中国・台湾株式オープン",
				"money"	: "230円"
			}

		]
};