function toprota() {
	topimage = new Array(16);
	
	topimage[0]='<a href="/products_services/R2_Uta/index.html"><img src="/img/top/bnr_r2.jpg" alt="歓びのうた　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[1]='<a href="/products_services/PrimeLetter/index.html"><img src="/img/top/bnr_pl.jpg" alt="プライムレター　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[2]='<a href="/products_services/ActiveVision2/index.html"><img src="/img/top/bnr_av2.jpg" alt="アクティブビジョンII　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[3]='<a href="/products_services/Beatrice/index.html"><img src="/img/top/bnr_bt.jpg" alt="ベアトリス　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[4]='<a href="/products_services/StepMeister/index01.html"><img src="/img/top/bnr_sm1.jpg" alt="ステップマイスター（三菱東京UFJ銀行）　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[5]='<a href="/products_services/StepMeister/index02.html"><img src="/img/top/bnr_sm2.jpg" alt="ステップマイスター（三菱UFJ信託銀行）　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[6]='<a href="/products_services/Baum/index.html"><img src="/img/top/bnr_bm.jpg" alt="バウム　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[7]='<a href="/products_services/Danke/index.html"><img src="/img/top/bnr_dk.jpg" alt="ダンケ　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[8]='<a href="/products_services/Liebe/index.html"><img src="/img/top/bnr_lb.jpg" alt="リーベ　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[9]='<a href="/products_services/N2_Shushin/index.html"><img src="/img/top/bnr_n2.jpg" alt="アリアンツ投資型終身保険　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[10]='<a href="/products_services/R1_Tane/index.html"><img src="/img/top/bnr_r1.jpg" alt="しあわせのタネ　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[11]='<a href="/products_services/NK_Kraft2/index.html"><img src="/img/top/bnr_nk2.jpg" alt="アリアンツNK クラフトII　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';

	topimage[12]='<a href="/products_services/StepVision/index.html"><img src="/img/top/bnr_sv.jpg" alt="ステップビジョン　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[13]='<a href="/products_services/N1_Toushi/index.html"><img src="/img/top/bnr_n1.jpg" alt="アリアンツ投資型年金　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';
	
	topimage[14]='<a href="/products_services/Erde/index.html"><img src="/img/top/bnr_erde.jpg" alt="エルデ　商品の詳細はこちらをクリック" width="162" height="230" border="0"></a>';

	topimage[15]='<a href="/pdf/Annual_Report_2010.pdf" target="_blank"><img src="/img/top/bnr_annualreport.jpg" alt="Annual Report 2010　アリアンツ生命保険の現状" width="162" height="230" border="0"></a>';

	m_image = 16;
	imageno = Math.floor(Math.random() * m_image);

	document.write(topimage[imageno]);
}