function top_ad( ) {

	var r ;
	var xx = new Array( ) ;
	
	// Amazon 田丸浩史
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=%E7%94%B0%E4%B8%B8%E6%B5%A9%E5%8F%B2&t=Books" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ; 
	
	// Amazon 時雨沢恵一
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=%E6%99%82%E9%9B%A8%E6%B2%A2%E6%81%B5%E4%B8%80&t=Books" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ;
	
	// Amazon 文庫
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=%E6%96%87%E5%BA%AB&t=Books" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ;
	
	// Amazon 漫画
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=%E6%BC%AB%E7%94%BB&t=Books" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ;
	
	// Amazon Music
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=%E3%82%A2%E3%83%8B%E3%83%A1&t=Music" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ;
	
	// Amazon VideoGames
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=*&t=VideoGames" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ;
	
	// Amazon DVD
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=%E3%82%A2%E3%83%8B%E3%83%A1&t=DVD" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ;
	
	// Amazon ラブプラス
	xx.push( '<iframe src="http://nanami-city.info/cgi-bin/amasan/amasan.php?type=468x60&keyword=%E3%83%A9%E3%83%96%E3%83%97%E3%83%A9%E3%82%B9" width="468" height="60" scrolling="no" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0"></iframe>' ) ;
	
	// xx.push( '' ) ;
	// BlognPlusの場合、UTF-8Nで保存すること

	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}

