consadole_aggregator 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. data/.document +5 -0
  2. data/.rspec +1 -0
  3. data/Gemfile +10 -0
  4. data/Gemfile.lock +37 -0
  5. data/LICENSE.txt +20 -0
  6. data/README.rdoc +33 -0
  7. data/Rakefile +41 -22
  8. data/VERSION +1 -1
  9. data/account.yaml +6 -0
  10. data/bin/consadole_aggregator +47 -0
  11. data/consadole_aggregator.gemspec +193 -152
  12. data/db/.gitignore +0 -0
  13. data/lib/consadole_aggregator/helper.rb +20 -0
  14. data/lib/consadole_aggregator/live/timeline.rb +13 -0
  15. data/lib/consadole_aggregator/live.rb +79 -0
  16. data/lib/consadole_aggregator/news.rb +165 -0
  17. data/lib/consadole_aggregator.rb +5 -19
  18. data/log/.gitignore +0 -0
  19. data/spec/consadole_aggregator/helper_spec.rb +27 -0
  20. data/spec/consadole_aggregator/live/timeline_spec.rb +53 -0
  21. data/spec/consadole_aggregator/live_spec.rb +139 -0
  22. data/spec/consadole_aggregator/news_spec.rb +156 -0
  23. data/spec/ext/asahi.txt +1068 -0
  24. data/spec/ext/consaburn.txt +660 -0
  25. data/spec/ext/consaclub.txt +677 -0
  26. data/spec/ext/consadolenews.txt +251 -0
  27. data/spec/ext/consadolephotos.txt +5 -0
  28. data/spec/ext/consadolesponsornews.txt +229 -0
  29. data/spec/ext/forzaconsadole.txt +1038 -0
  30. data/spec/ext/hochiyomiuri.txt +783 -0
  31. data/spec/ext/jsgoalnews.txt +421 -0
  32. data/spec/ext/jsgoalphotos.txt +322 -0
  33. data/spec/ext/nikkansports.txt +478 -0
  34. data/spec/spec.opts +1 -1
  35. data/spec/spec_helper.rb +11 -4
  36. metadata +240 -157
  37. data/.gitignore +0 -3
  38. data/lib/consadole_aggregator/live/builder.rb +0 -44
  39. data/lib/consadole_aggregator/live/parser.rb +0 -26
  40. data/lib/consadole_aggregator/nikkan_sports.rb +0 -61
  41. data/spec/consadole_aggregator_spec.rb +0 -2
  42. data/spec/nikkan_sports/consadole.rdf +0 -478
  43. data/spec/nikkan_sports/nikkan_sports_spec.rb +0 -62
  44. data/spec/nikkan_sports/p-sc-tp0-20091225-579346.html +0 -1547
  45. data/spec/nikkan_sports/p-sc-tp0-20100204-592466.html +0 -1538
  46. /data/spec/{timeline → ext/live}/s674.html +0 -0
  47. /data/spec/{timeline → ext/live}/s674.html.1 +0 -0
  48. /data/spec/{timeline → ext/live}/s674.html.10 +0 -0
  49. /data/spec/{timeline → ext/live}/s674.html.100 +0 -0
  50. /data/spec/{timeline → ext/live}/s674.html.101 +0 -0
  51. /data/spec/{timeline → ext/live}/s674.html.102 +0 -0
  52. /data/spec/{timeline → ext/live}/s674.html.103 +0 -0
  53. /data/spec/{timeline → ext/live}/s674.html.104 +0 -0
  54. /data/spec/{timeline → ext/live}/s674.html.105 +0 -0
  55. /data/spec/{timeline → ext/live}/s674.html.106 +0 -0
  56. /data/spec/{timeline → ext/live}/s674.html.107 +0 -0
  57. /data/spec/{timeline → ext/live}/s674.html.108 +0 -0
  58. /data/spec/{timeline → ext/live}/s674.html.109 +0 -0
  59. /data/spec/{timeline → ext/live}/s674.html.11 +0 -0
  60. /data/spec/{timeline → ext/live}/s674.html.110 +0 -0
  61. /data/spec/{timeline → ext/live}/s674.html.111 +0 -0
  62. /data/spec/{timeline → ext/live}/s674.html.112 +0 -0
  63. /data/spec/{timeline → ext/live}/s674.html.113 +0 -0
  64. /data/spec/{timeline → ext/live}/s674.html.114 +0 -0
  65. /data/spec/{timeline → ext/live}/s674.html.115 +0 -0
  66. /data/spec/{timeline → ext/live}/s674.html.116 +0 -0
  67. /data/spec/{timeline → ext/live}/s674.html.117 +0 -0
  68. /data/spec/{timeline → ext/live}/s674.html.118 +0 -0
  69. /data/spec/{timeline → ext/live}/s674.html.119 +0 -0
  70. /data/spec/{timeline → ext/live}/s674.html.12 +0 -0
  71. /data/spec/{timeline → ext/live}/s674.html.120 +0 -0
  72. /data/spec/{timeline → ext/live}/s674.html.13 +0 -0
  73. /data/spec/{timeline → ext/live}/s674.html.14 +0 -0
  74. /data/spec/{timeline → ext/live}/s674.html.15 +0 -0
  75. /data/spec/{timeline → ext/live}/s674.html.16 +0 -0
  76. /data/spec/{timeline → ext/live}/s674.html.17 +0 -0
  77. /data/spec/{timeline → ext/live}/s674.html.18 +0 -0
  78. /data/spec/{timeline → ext/live}/s674.html.19 +0 -0
  79. /data/spec/{timeline → ext/live}/s674.html.2 +0 -0
  80. /data/spec/{timeline → ext/live}/s674.html.20 +0 -0
  81. /data/spec/{timeline → ext/live}/s674.html.21 +0 -0
  82. /data/spec/{timeline → ext/live}/s674.html.22 +0 -0
  83. /data/spec/{timeline → ext/live}/s674.html.23 +0 -0
  84. /data/spec/{timeline → ext/live}/s674.html.24 +0 -0
  85. /data/spec/{timeline → ext/live}/s674.html.25 +0 -0
  86. /data/spec/{timeline → ext/live}/s674.html.26 +0 -0
  87. /data/spec/{timeline → ext/live}/s674.html.27 +0 -0
  88. /data/spec/{timeline → ext/live}/s674.html.28 +0 -0
  89. /data/spec/{timeline → ext/live}/s674.html.29 +0 -0
  90. /data/spec/{timeline → ext/live}/s674.html.3 +0 -0
  91. /data/spec/{timeline → ext/live}/s674.html.30 +0 -0
  92. /data/spec/{timeline → ext/live}/s674.html.31 +0 -0
  93. /data/spec/{timeline → ext/live}/s674.html.32 +0 -0
  94. /data/spec/{timeline → ext/live}/s674.html.33 +0 -0
  95. /data/spec/{timeline → ext/live}/s674.html.34 +0 -0
  96. /data/spec/{timeline → ext/live}/s674.html.35 +0 -0
  97. /data/spec/{timeline → ext/live}/s674.html.36 +0 -0
  98. /data/spec/{timeline → ext/live}/s674.html.37 +0 -0
  99. /data/spec/{timeline → ext/live}/s674.html.38 +0 -0
  100. /data/spec/{timeline → ext/live}/s674.html.39 +0 -0
  101. /data/spec/{timeline → ext/live}/s674.html.4 +0 -0
  102. /data/spec/{timeline → ext/live}/s674.html.40 +0 -0
  103. /data/spec/{timeline → ext/live}/s674.html.41 +0 -0
  104. /data/spec/{timeline → ext/live}/s674.html.42 +0 -0
  105. /data/spec/{timeline → ext/live}/s674.html.43 +0 -0
  106. /data/spec/{timeline → ext/live}/s674.html.44 +0 -0
  107. /data/spec/{timeline → ext/live}/s674.html.45 +0 -0
  108. /data/spec/{timeline → ext/live}/s674.html.46 +0 -0
  109. /data/spec/{timeline → ext/live}/s674.html.47 +0 -0
  110. /data/spec/{timeline → ext/live}/s674.html.48 +0 -0
  111. /data/spec/{timeline → ext/live}/s674.html.49 +0 -0
  112. /data/spec/{timeline → ext/live}/s674.html.5 +0 -0
  113. /data/spec/{timeline → ext/live}/s674.html.50 +0 -0
  114. /data/spec/{timeline → ext/live}/s674.html.51 +0 -0
  115. /data/spec/{timeline → ext/live}/s674.html.52 +0 -0
  116. /data/spec/{timeline → ext/live}/s674.html.53 +0 -0
  117. /data/spec/{timeline → ext/live}/s674.html.54 +0 -0
  118. /data/spec/{timeline → ext/live}/s674.html.55 +0 -0
  119. /data/spec/{timeline → ext/live}/s674.html.56 +0 -0
  120. /data/spec/{timeline → ext/live}/s674.html.57 +0 -0
  121. /data/spec/{timeline → ext/live}/s674.html.58 +0 -0
  122. /data/spec/{timeline → ext/live}/s674.html.59 +0 -0
  123. /data/spec/{timeline → ext/live}/s674.html.6 +0 -0
  124. /data/spec/{timeline → ext/live}/s674.html.60 +0 -0
  125. /data/spec/{timeline → ext/live}/s674.html.61 +0 -0
  126. /data/spec/{timeline → ext/live}/s674.html.62 +0 -0
  127. /data/spec/{timeline → ext/live}/s674.html.63 +0 -0
  128. /data/spec/{timeline → ext/live}/s674.html.64 +0 -0
  129. /data/spec/{timeline → ext/live}/s674.html.65 +0 -0
  130. /data/spec/{timeline → ext/live}/s674.html.66 +0 -0
  131. /data/spec/{timeline → ext/live}/s674.html.67 +0 -0
  132. /data/spec/{timeline → ext/live}/s674.html.68 +0 -0
  133. /data/spec/{timeline → ext/live}/s674.html.69 +0 -0
  134. /data/spec/{timeline → ext/live}/s674.html.7 +0 -0
  135. /data/spec/{timeline → ext/live}/s674.html.70 +0 -0
  136. /data/spec/{timeline → ext/live}/s674.html.71 +0 -0
  137. /data/spec/{timeline → ext/live}/s674.html.72 +0 -0
  138. /data/spec/{timeline → ext/live}/s674.html.73 +0 -0
  139. /data/spec/{timeline → ext/live}/s674.html.74 +0 -0
  140. /data/spec/{timeline → ext/live}/s674.html.75 +0 -0
  141. /data/spec/{timeline → ext/live}/s674.html.76 +0 -0
  142. /data/spec/{timeline → ext/live}/s674.html.77 +0 -0
  143. /data/spec/{timeline → ext/live}/s674.html.78 +0 -0
  144. /data/spec/{timeline → ext/live}/s674.html.79 +0 -0
  145. /data/spec/{timeline → ext/live}/s674.html.8 +0 -0
  146. /data/spec/{timeline → ext/live}/s674.html.80 +0 -0
  147. /data/spec/{timeline → ext/live}/s674.html.81 +0 -0
  148. /data/spec/{timeline → ext/live}/s674.html.82 +0 -0
  149. /data/spec/{timeline → ext/live}/s674.html.83 +0 -0
  150. /data/spec/{timeline → ext/live}/s674.html.84 +0 -0
  151. /data/spec/{timeline → ext/live}/s674.html.85 +0 -0
  152. /data/spec/{timeline → ext/live}/s674.html.86 +0 -0
  153. /data/spec/{timeline → ext/live}/s674.html.87 +0 -0
  154. /data/spec/{timeline → ext/live}/s674.html.88 +0 -0
  155. /data/spec/{timeline → ext/live}/s674.html.89 +0 -0
  156. /data/spec/{timeline → ext/live}/s674.html.9 +0 -0
  157. /data/spec/{timeline → ext/live}/s674.html.90 +0 -0
  158. /data/spec/{timeline → ext/live}/s674.html.91 +0 -0
  159. /data/spec/{timeline → ext/live}/s674.html.92 +0 -0
  160. /data/spec/{timeline → ext/live}/s674.html.93 +0 -0
  161. /data/spec/{timeline → ext/live}/s674.html.94 +0 -0
  162. /data/spec/{timeline → ext/live}/s674.html.95 +0 -0
  163. /data/spec/{timeline → ext/live}/s674.html.96 +0 -0
  164. /data/spec/{timeline → ext/live}/s674.html.97 +0 -0
  165. /data/spec/{timeline → ext/live}/s674.html.98 +0 -0
  166. /data/spec/{timeline → ext/live}/s674.html.99 +0 -0
@@ -0,0 +1,1068 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html lang="ja">
3
+ <head>
4
+ <meta http-equiv="content-language" content="ja">
5
+ <meta http-equiv="content-type" content="text/html; charset=euc-jp">
6
+ <title>asahi.com:��������-�ޥ��������̳�ƻ</title>
7
+ <meta http-equiv="content-style-type" content="text/css">
8
+ <meta http-equiv="content-script-type" content="text/javascript">
9
+ <meta name="author" content="">
10
+ <meta name="copyright" content="Copyright The Asahi Shimbun Company. All rights reserved. No reproduction or republication without written permission.">
11
+ <meta name="description" content="ī����ʹ��®��˥塼�������ȡ������ҡ�����Υڡ����Ǥ���">
12
+ <meta name="keywords" content="��ʹ,ī����ʹ,�˥塼��,�ϰ�˥塼����ʹ,�̳�ƻ">
13
+
14
+ <link rel="stylesheet" type="text/css" href="http://www.asahi.com/css08/common/common_07mytown.css" media="screen,print" title="asahi.com css style">
15
+ <link rel="stylesheet" type="text/css" href="http://www.asahi.com/css/mytown/mytown.css" media="screen,print" title="asahi.com css style">
16
+
17
+ <script type="text/javascript" charset="euc-jp" src="http://www.asahi.com/js08/jquery.js"></script>
18
+ <script type="text/javascript" charset="euc-jp" src="http://www.asahi.com/js08/asahi.js"></script>
19
+ <script type="text/javascript" charset="euc-jp" src="http://www.asahi.com/js08/asahi.fontsizecontroller.fullpass.js"></script>
20
+ <script type="text/javascript" charset="euc-jp" src="http://www.asahi.com/js08/asahi.gnav.fullpass.js"></script>
21
+ <script type="text/javascript" charset="euc-jp" src="http://www.asahi.com/js08/asahi.contentsloader.js"></script>
22
+
23
+ <meta name="be_img" content="dot.gif">
24
+ <script type="text/javascript" charset="euc-jp" src="http://www.asahi.com/js08/beacon.js"></script>
25
+
26
+ </head>
27
+
28
+
29
+
30
+
31
+ <body id="top">
32
+ <!--googleoff: index-->
33
+ <noscript>
34
+ <p>���Ȥ��Υ֥饦����JavaScript���б����Ƥ��ʤ������ޤ���̵���ˤʤäƤ��ޤ����ܤ�����<a href="http://www.asahi.com/policy/index.html"> �����ȥݥꥷ���Υڡ��� </a>��������������</p>
35
+ </noscript>
36
+
37
+
38
+ <!-- ====�إå����ꥢ==== -->
39
+
40
+ <div id="Container">
41
+
42
+ <div id="Header">
43
+
44
+ <p id="Logo">
45
+ <a href="http://www.asahi.com/" name="Top" id="Top">
46
+ <img src="http://www.asahi.com/images08/common/logo.gif" alt="�����ҡ�����" width="116" height="28"></a></p>
47
+
48
+ <p id="SubLogo">
49
+ <a href="http://mytown.asahi.com/hokkaido/">
50
+ <img src="http://www.asahi.com/mytown/images08/mtlogo_hokkaido.gif" alt="�ޥ��������̳�ƻ" width="85" height="30"></a></p>
51
+
52
+ <p class="hide"><a href="#cnt">�ᥤ���˥塼��ȤФ��ơ����Υڡ�������ʸ���ꥢ��</a></p>
53
+ <div id="HedSearch"><form action="http://sitesearch.asahi.com/.cgi/sitesearch/sitesearch.pl" method="post" class="SearchBoxHed"><fieldset><input type="text" value="" class="Txt" name="Keywords" /><input type="image" src="http://www.asahicom.jp/images08/common/btn_search_top.gif" alt="����" class="Btn" /></fieldset></form></div>
54
+ <ul id="Unav">
55
+ <li class="Fst"><a href="http://aspara.asahi.com/">
56
+ <img src="http://www.asahi.com/images08/common/icn_aspara.gif" alt="�����ѥ饯���" width="51" height="17"></a></li>
57
+
58
+ <!--
59
+ <li><a href="#">
60
+ <img src="http://www.asahi.com/images08/common/icn_rss_l.gif" alt="RSS" width="45" height="17"></a></li>
61
+ -->
62
+
63
+ </ul>
64
+
65
+
66
+
67
+ <div id="TopBnr">
68
+ <!--�����ѡ��Хʡ�-->
69
+ <div id="ad">
70
+ <!-- �ޥ�������728*90 ����������-->
71
+ <!-- impact�̳�ƻ�����ѡ��Хʡ� 728*90 ���������� -->
72
+ <script type="text/javascript" language="JavaScript">
73
+ <!--
74
+ var impAcn = "IMPASEG";
75
+ var impAco = document.cookie;
76
+ var impApos = impAco.indexOf(impAcn + "=");
77
+ var impAseg = (impApos != -1) ? impAco.substring(impApos + impAcn.length + 1, (impAco.indexOf("; ", impApos) != -1) ? impAco.indexOf("; ", impApos) : impAco.length) : null;
78
+ impAseg = (impAseg) ? unescape(impAseg) : '';
79
+
80
+ var impAserver = "http://imp.asahi.com";
81
+ var impAtag = "/SITE=MT.HOKKAIDO/AREA=BANNER/AAMSZ=728X90";
82
+ var impAtarget = (impAseg.match(/^[\w\/=]+$/)) ? impAtag + "/" + impAseg : impAtag;
83
+
84
+ impArnd = Math.round(Math.random() * 100000000);
85
+ if (!impApid) var impApid = Math.round(Math.random() * 100000000);
86
+ document.write('<scr');
87
+ document.write('ipt src="' + impAserver + '/jserver/acc_random=' + impArnd + impAtarget + '/pageid=' + impApid + '">');
88
+ document.write('</scr');
89
+ document.write('ipt>');
90
+ //-->
91
+ </script>
92
+ <noscript>
93
+ <iframe src="http://imp.asahi.com/hserver/SITE=MT.HOKKAIDO/AREA=BANNER/AAMSZ=728X90/OENCJP=EUC" noresize scrolling=no hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 width=728 height=90 allowTransparency="true">
94
+ </iframe>
95
+ </noscript>
96
+ <!-- impact�̳�ƻ�����ѡ��Хʡ� 728*90 �������ޤ� -->
97
+ <!-- �ޥ�������728*90 �������ޤ�-->
98
+ </div>
99
+ <!--/�����ѡ��Хʡ�-->
100
+ </div>
101
+
102
+
103
+
104
+ <div id="Nav">
105
+ <dl id="Gnav">
106
+ <dt>��ʬ�����</dt>
107
+ <dd>
108
+ <ul id="Genre1">
109
+ <li class="Top"><a href="http://www.asahi.com/">
110
+ <img src="http://www.asahi.com/images08/common/gnav_top_off.gif" alt="�ȥå�" width="70" height="24"></a></li>
111
+ <li class="News Current"><a href="http://www.asahi.com/news/">
112
+ <img src="http://www.asahi.com/images08/common/gnav_news_on.gif" alt="�˥塼��" width="85" height="24"></a></li>
113
+ <li class="Sports"><a href="http://www.asahi.com/sports/">
114
+ <img src="http://www.asahi.com/images08/common/gnav_sports_off.gif" alt="���ݡ���" width="84" height="24"></a></li>
115
+ <li class="Entertainment"><a href="http://www.asahi.com/entertainment/">
116
+ <img src="http://www.asahi.com/images08/common/gnav_entertainment_off.gif" alt="���󥿥�" width="83" height="24"></a></li>
117
+ <li class="Life"><a href="http://www.asahi.com/life/">
118
+ <img src="http://www.asahi.com/images08/common/gnav_life_off.gif" alt="�饤��" width="71" height="24"></a></li>
119
+ </ul>
120
+
121
+ <ul id="Genre2">
122
+ <li class="Shopping"><a href="http://www.asahi.com/shopping/"><img src="http://www.asahi.com/images08/common/gnav_shopping_off.gif" alt="����åԥ�" width="100" height="24"></a></li>
123
+ <li class="Premium"><a href="http://astand.asahi.com/"><img src="http://www.asahicom.jp/images08/common/gnav_astand_off.gif" alt="Astand" width="92" height="24" /></a></li>
124
+ <li class="Topics"><a href="http://www.asahi.com/topics/"><img src="http://www.asahi.com/images08/common/gnav_topics_off.gif" alt="�ȥԥå���" width="92" height="24" /></a></li>
125
+
126
+
127
+ </ul>
128
+ </dd>
129
+ </dl>
130
+
131
+
132
+
133
+ <dl id="Lnav">
134
+ <dt>ʬ�������</dt>
135
+ <dd>
136
+ <ul>
137
+ <li class="Fst"><a href="http://www.asahi.com/national/">�Ҳ�</a></li>
138
+ <li><a href="http://www.asahi.com/business/">�ӥ��ͥ�</a></li>
139
+ <li><a href="http://www.asahi.com/politics/">����</a></li>
140
+ <li><a href="http://www.asahi.com/international/">���</a></li>
141
+ <li><a href="http://www.asahi.com/culture/">ʸ��</a></li>
142
+ <li><a href="http://www.asahi.com/science/">��������</a></li>
143
+ <li><a href="http://www.asahi.com/paper/editorial.html">����</a></li>
144
+ <li><a href="http://www.asahi.com/column/">�����</a></li>
145
+ <li><a href="http://weather.asahi.com/">ŷ��</a></li>
146
+ <li><a href="http://www.asahi.com/traffic/">����</a></li>
147
+ <li><a href="http://www.asahi.com/video/">ư��</a></li>
148
+ <li class="Current"><a href="http://mytown.asahi.com/">�ޥ�������</a></li>
149
+ <li><a href="http://www.asahi.com/english/">ENGLISH</a></li>
150
+ </ul>
151
+ </dd>
152
+ </dl>
153
+ </div>
154
+
155
+
156
+ <hr>
157
+ </div><!-- /Header -->
158
+
159
+ <!-- ====/�إå����ꥢ==== -->
160
+
161
+ <!-- telop index -->
162
+
163
+
164
+ <!-- ====����ƥ�ĥ��ꥢ==== -->
165
+ <table id="mLay">
166
+ <tr>
167
+ <td id="Main">
168
+
169
+ <p class="hide">����������ʸ���ꥢ</p>
170
+ <div id="cnt">
171
+
172
+
173
+
174
+ <!--�֥�åɥ���� -->
175
+ <p id="bc">���߰��֡�<a href="http://www.asahi.com/" title="�����ҥ���">asahi.com</a>&gt;&#160;<a href="http://mytown.asahi.com/">�ޥ�������</a>&gt;&#160;<a href="http://mytown.asahi.com/hokkaido/">�̳�ƻ</a>&gt;&#160;��������</p>
176
+ <!--/�֥�åɥ���� -->
177
+
178
+ <h1 id="genre">���󥵥ɡ��컥��</h1>
179
+ <p class="bg-gray p10 small"></p>
180
+
181
+ <!--�ý��ꥹ�� -->
182
+ <!-- ��ʬ�ब����ʾ����ꤵ��Ƥ����� ��������-->
183
+
184
+
185
+
186
+
187
+ <div class="sec">
188
+ <h2 class="topi">���󥵥ɡ��컥��</h2>
189
+
190
+ <ul class="list">
191
+
192
+ <li>
193
+ <a href="news.php?k_id=01000191006140001">��¼��Ʊ���ơ���ɲ��ʬ����</a><span class="s"> (06/14)</span>
194
+ </li>
195
+
196
+ <li>
197
+ <a href="news.php?k_id=01000191006070001">�꡼�ɤ��줺�����Ť˰���ʬ��</a><span class="s"> (06/06)</span>
198
+ </li>
199
+
200
+ <li>
201
+ <a href="news.php?k_id=01000191005310001">���ݣ����ٻ��˲���</a><span class="s"> (05/31)</span>
202
+ </li>
203
+
204
+ <li>
205
+ <a href="news.php?k_id=01000191005310002">���٤���Ż����ƻң��Ȥ��θ�</a><span class="s"> (05/31)</span>
206
+ </li>
207
+
208
+ <li>
209
+ <a href="news.php?k_id=01000191005250001">�֥��󥵾��ʡ����Ͻˤ�������</a><span class="s"> (05/25)</span>
210
+ </li>
211
+
212
+ <li>
213
+ <a href="news.php?k_id=01000191005240001">����ȥɥ�����������å����</a><span class="s"> (05/23)</span>
214
+ </li>
215
+
216
+ <li>
217
+ <a href="news.php?k_id=01000191005170001">�꡼�ɤ��줺��ʬ�˰���ʬ��</a><span class="s"> (05/17)</span>
218
+ </li>
219
+
220
+ <li>
221
+ <a href="news.php?k_id=01000191005100001">�����֤꾡��������ν饴����</a><span class="s"> (05/10)</span>
222
+ </li>
223
+
224
+ <li>
225
+ <a href="news.php?k_id=01000191005070001">������äƤ⥴����Ǥ���</a><span class="s"> (05/07)</span>
226
+ </li>
227
+
228
+ <li>
229
+ <a href="news.php?k_id=01000191005060001">���¥�����ˡ֥��󺲡״���</a><span class="s"> (05/04)</span>
230
+ </li>
231
+
232
+ <li>
233
+ <a href="news.php?k_id=01000191005030001">���ܤ˰���ʬ������Ⱦ��᤭�줺</a><span class="s"> (05/03)</span>
234
+ </li>
235
+
236
+ <li>
237
+ <a href="news.php?k_id=01000191004300001">���ܤˣ��ݣ�����Ⱦ��������</a><span class="s"> (04/30)</span>
238
+ </li>
239
+
240
+ <li>
241
+ <a href="news.php?k_id=01000191004260001">��ͤˣ��ݣ����ۡ���ǹ���</a><span class="s"> (04/26)</span>
242
+ </li>
243
+
244
+ <li>
245
+ <a href="news.php?k_id=01000191004130001">���ʤإ���������ȯ������罪��������</a><span class="s"> (04/13)</span>
246
+ </li>
247
+
248
+ <li>
249
+ <a href="news.php?k_id=01000191004050001">����ˣ��ݣ�����Ϣ���ʤ餺</a><span class="s"> (04/05)</span>
250
+ </li>
251
+
252
+ <li>
253
+ <a href="news.php?k_id=01000191003290001">�ۡ���ǽ���������</a><span class="s"> (03/29)</span>
254
+ </li>
255
+
256
+ <li>
257
+ <a href="news.php?k_id=01000191003240001">�������� ���餱���̡ץ����� ���</a><span class="s"> (03/24)</span>
258
+ </li>
259
+
260
+ <li>
261
+ <a href="news.php?k_id=01000191003230001">���󥵥ɡ��졡������꤭�꺣���������</a><span class="s"> (03/22)</span>
262
+ </li>
263
+
264
+ <li>
265
+ <a href="news.php?k_id=01000191003150001">�ۡ�����ﴰ�ԡ�ʡ���ˣ��ݣ�</a><span class="s"> (03/14)</span>
266
+ </li>
267
+
268
+ <li>
269
+ <a href="news.php?k_id=01000191003100001">�ֹ���η��Ĥ��줺�׳��������ʬ��</a><span class="s"> (03/10)</span>
270
+ </li>
271
+
272
+ <li>
273
+ <a href="news.php?k_id=01000191003080001">���������ʬ����Ļ���ˣ��ݣ�</a><span class="s"> (03/08)</span>
274
+ </li>
275
+
276
+ <li>
277
+ <a href="news.php?k_id=01000191003080002">���뾡���ذ���</a><span class="s"> (03/07)</span>
278
+ </li>
279
+
280
+ <li>
281
+ <a href="news.php?k_id=01000191002170001">�ۡ�������������������ޤ�</a><span class="s"> (02/17)</span>
282
+ </li>
283
+
284
+ <li>
285
+ <a href="news.php?k_id=01000191001200001">����ϥ�����Ļ���拾�󥵥ɡ��졢�����</a><span class="s"> (01/20)</span>
286
+ </li>
287
+
288
+ <li>
289
+ <a href="news.php?k_id=01000191001180001">�褦�������󡪡���ή���٥�Ȥ˿���������</a><span class="s"> (01/18)</span>
290
+ </li>
291
+
292
+ <li>
293
+ <a href="news.php?k_id=01000191001130001">�ֻ��ڤ��滳�ˤʤ�ץ��󤬳�ư�ܳʲ�</a><span class="s"> (01/13)</span>
294
+ </li>
295
+
296
+ <li>
297
+ <a href="news.php?k_id=01000191001050001">���˥륽�����ꡡ�ʣ�̾�Ų�����</a><span class="s"> (01/05)</span>
298
+ </li>
299
+
300
+ <li>
301
+ <a href="news.php?k_id=01000190912250001">�滳���� ���󥵥ɡ������IJ�</a><span class="s"> (12/25)</span>
302
+ </li>
303
+
304
+ <li>
305
+ <a href="news.php?k_id=01000190912240001">�����滳�����ڤ˲���������Ū����˴���</a><span class="s"> (12/24)</span>
306
+ </li>
307
+
308
+ <li>
309
+ <a href="news.php?k_id=01000190912180001">�ƣ��а����꤬�ʣ���ɲ�˰���</a><span class="s"> (12/18)</span>
310
+ </li>
311
+
312
+ <li>
313
+ <a href="news.php?k_id=01000190912170001">�ͣ������꤬�����դ�����</a><span class="s"> (12/17)</span>
314
+ </li>
315
+
316
+ <li>
317
+ <a href="news.php?k_id=01000190912090001">�赨��������õ�롡������������Ϥ�</a><span class="s"> (12/09)</span>
318
+ </li>
319
+
320
+ <li>
321
+ <a href="news.php?k_id=01000190912070001">�ǽ���Ǵ�äƥɥ�������������˥�����</a><span class="s"> (12/06)</span>
322
+ </li>
323
+
324
+ <li>
325
+ <a href="news.php?k_id=01000190911300001">�ۡ���ǽ���Dz���</a><span class="s"> (11/30)</span>
326
+ </li>
327
+
328
+ <li>
329
+ <a href="news.php?k_id=01000190911300002">�а�飴����ȷ���ι�������</a><span class="s"> (11/29)</span>
330
+ </li>
331
+
332
+ <li>
333
+ <a href="news.php?k_id=01000190911260001">�к���Ĥ�³�ꡡ�ַи�����������</a><span class="s"> (11/26)</span>
334
+ </li>
335
+
336
+ <li>
337
+ <a href="news.php?k_id=01000190911240001">��������路 ���ݣ��Dz���</a><span class="s"> (11/23)</span>
338
+ </li>
339
+
340
+ <li>
341
+ <a href="news.php?k_id=01000190911180001">�������꤬����</a><span class="s"> (11/18)</span>
342
+ </li>
343
+
344
+ <li>
345
+ <a href="news.php?k_id=01000190911100001">�ٻ��˰���ʬ��</a><span class="s"> (11/10)</span>
346
+ </li>
347
+
348
+ <li>
349
+ <a href="news.php?k_id=01000190911090001">���󥵥ɡ��쥹�ݥ󥵡����˥ȥꡢ�����¤�</a><span class="s"> (11/08)</span>
350
+ </li>
351
+
352
+ <li>
353
+ <a href="news.php?k_id=01000190911020001">���������������ŷ���գ�����</a><span class="s"> (11/01)</span>
354
+ </li>
355
+
356
+ <li>
357
+ <a href="news.php?k_id=01000190910260001">������Ԥ��</a><span class="s"> (10/26)</span>
358
+ </li>
359
+
360
+ <li>
361
+ <a href="news.php?k_id=01000190910220001">���ڤ˶��꾡��</a><span class="s"> (10/22)</span>
362
+ </li>
363
+
364
+ <li>
365
+ <a href="news.php?k_id=01000190910190002">�ʣ����ʤβ�ǽ������</a><span class="s"> (10/19)</span>
366
+ </li>
367
+
368
+ <li>
369
+ <a href="news.php?k_id=01000190910190001">�ʣ����ʲ�ǽ�������礦�ˤ����</a><span class="s"> (10/18)</span>
370
+ </li>
371
+
372
+ <li>
373
+ <a href="news.php?k_id=01000190910140001">�־��ʡ׳��äפ�³��</a><span class="s"> (10/14)</span>
374
+ </li>
375
+
376
+ <li>
377
+ <a href="news.php?k_id=01000190910130001">Ļ��˵�ž�ɾ���ŷ���գ������</a><span class="s"> (10/12)</span>
378
+ </li>
379
+
380
+ <li>
381
+ <a href="news.php?k_id=01000190910080001">��λ�ֺݼ���������������</a><span class="s"> (10/08)</span>
382
+ </li>
383
+
384
+ <li>
385
+ <a href="news.php?k_id=01000190910050001">����η���줺�����ܤȰ���ʬ��</a><span class="s"> (10/05)</span>
386
+ </li>
387
+
388
+ <li>
389
+ <a href="news.php?k_id=01000190909280001">�⸶Ŵ�ɡ���Ϣ��������ˣ��ݣ�</a><span class="s"> (09/28)</span>
390
+ </li>
391
+
392
+ <li>
393
+ <a href="news.php?k_id=01000190909240002">����������Ϣ��</a><span class="s"> (09/24)</span>
394
+ </li>
395
+
396
+ <li>
397
+ <a href="news.php?k_id=01000190909240001">�����Ǿ�����ʡ����������ݣ�</a><span class="s"> (09/21)</span>
398
+ </li>
399
+
400
+ <li>
401
+ <a href="news.php?k_id=01000190909140001">���ܤˣ��ݣ����������֤����</a><span class="s"> (09/14)</span>
402
+ </li>
403
+
404
+ <li>
405
+ <a href="news.php?k_id=01000190909090001">���פع�Ĵ�ݤƤ뤫</a><span class="s"> (09/09)</span>
406
+ </li>
407
+
408
+ <li>
409
+ <a href="news.php?k_id=01000190909070001">���������ž����ɲ�ƣò���</a><span class="s"> (09/07)</span>
410
+ </li>
411
+
412
+ <li>
413
+ <a href="news.php?k_id=01000190909030001">�ɤ��Ĥ���ư���ʬ���������Ѥ�餺</a><span class="s"> (09/03)</span>
414
+ </li>
415
+
416
+ <li>
417
+ <a href="news.php?k_id=01000190908310001">��Ĵ���󥵡����Ť˰��������̤�</a><span class="s"> (08/31)</span>
418
+ </li>
419
+
420
+ <li>
421
+ <a href="news.php?k_id=01000190908240001">���������༺����Ļ���Ȱ���ʬ��</a><span class="s"> (08/23)</span>
422
+ </li>
423
+
424
+ <li>
425
+ <a href="news.php?k_id=01000190908180001">���ڤ���Ϣ��������ˣ��ݣ�</a><span class="s"> (08/18)</span>
426
+ </li>
427
+
428
+ <li>
429
+ <a href="news.php?k_id=01000190908100001">���������Ϣ��������Τ�������</a><span class="s"> (08/10)</span>
430
+ </li>
431
+
432
+ <li>
433
+ <a href="news.php?k_id=01000190908060001">ʡ����������ݣ��Dz���</a><span class="s"> (08/06)</span>
434
+ </li>
435
+
436
+ <li>
437
+ <a href="news.php?k_id=01000190908030001">����å����ˣ��ݣ����Ԥ��</a><span class="s"> (08/03)</span>
438
+ </li>
439
+
440
+ <li>
441
+ <a href="news.php?k_id=01000190907290001">����΢���θ����������������</a><span class="s"> (07/29)</span>
442
+ </li>
443
+
444
+ <li>
445
+ <a href="news.php?k_id=01000190907260001">�����ˣ��ݣ������̤ǽ�����</a><span class="s"> (07/26)</span>
446
+ </li>
447
+
448
+ <li>
449
+ <a href="news.php?k_id=01000190907230001">�ٻ��ȣ��ݣ���Ϣ�Ԥϻߤޤ�</a><span class="s"> (07/23)</span>
450
+ </li>
451
+
452
+ <li>
453
+ <a href="news.php?k_id=01000190907190001">���Ť�����</a><span class="s"> (07/19)</span>
454
+ </li>
455
+
456
+ <li>
457
+ <a href="news.php?k_id=01000190907160001">���饤�ȥ����Ĥǿ�������������</a><span class="s"> (07/16)</span>
458
+ </li>
459
+
460
+ <li>
461
+ <a href="news.php?k_id=01000190907130001">�����Ϸ礭�����ܤˣ��ݣ�</a><span class="s"> (07/12)</span>
462
+ </li>
463
+
464
+ <li>
465
+ <a href="news.php?k_id=01000190907130002">��Ⱦ��ž���ư�ɲ�ˣ�����</a><span class="s"> (07/09)</span>
466
+ </li>
467
+
468
+ <li>
469
+ <a href="news.php?k_id=01000190907050001">�����Ϥ�礭��ͤˣ��ݣ�</a><span class="s"> (07/05)</span>
470
+ </li>
471
+
472
+ <li>
473
+ <a href="news.php?k_id=01000190906280001">�������줺������ȥɥ���</a><span class="s"> (06/28)</span>
474
+ </li>
475
+
476
+ <li>
477
+ <a href="news.php?k_id=01000190906250001">���ͤȥɥ��������̤˲�����</a><span class="s"> (06/25)</span>
478
+ </li>
479
+
480
+ <li>
481
+ <a href="news.php?k_id=01000190906220001">�꡼�ɤ��줺������˵�ž�餱</a><span class="s"> (06/22)</span>
482
+ </li>
483
+
484
+ <li>
485
+ <a href="news.php?k_id=01000190906160001">�ɲ���å���� ����ȥɥ���</a><span class="s"> (06/16)</span>
486
+ </li>
487
+
488
+ <li>
489
+ <a href="news.php?k_id=01000190906080001">Ļ���˵�ž�餱���������֤����</a><span class="s"> (06/08)</span>
490
+ </li>
491
+
492
+ <li>
493
+ <a href="news.php?k_id=01000190906030001">��̤�­Ƨ��³���������Ϥ˲���</a><span class="s"> (06/03)</span>
494
+ </li>
495
+
496
+ <li>
497
+ <a href="news.php?k_id=01000190906010001">���ܤȣ��ݣ����������ʬ��</a><span class="s"> (05/31)</span>
498
+ </li>
499
+
500
+ <li>
501
+ <a href="news.php?k_id=01000190905250001">��λ�ֺݼ������ˤ�����ʬ��</a><span class="s"> (05/25)</span>
502
+ </li>
503
+
504
+ <li>
505
+ <a href="news.php?k_id=01000190905210001">�������å��������ͤȰ���ʬ��</a><span class="s"> (05/21)</span>
506
+ </li>
507
+
508
+ <li>
509
+ <a href="news.php?k_id=01000190905180001">�ۡ��ࣴϢ�������ꣵ�̤�</a><span class="s"> (05/17)</span>
510
+ </li>
511
+
512
+ <li>
513
+ <a href="news.php?k_id=01000190905110001">��������줺������ȥɥ���</a><span class="s"> (05/11)</span>
514
+ </li>
515
+
516
+ <li>
517
+ <a href="news.php?k_id=01000190905070002">�Թ�����������ž�����ڤˣ��ݣ�</a><span class="s"> (05/06)</span>
518
+ </li>
519
+
520
+ <li>
521
+ <a href="news.php?k_id=01000190905070001">ʡ���ȣ��ݣ�����Ϣ���ʤ餺</a><span class="s"> (05/03)</span>
522
+ </li>
523
+
524
+ <li>
525
+ <a href="news.php?k_id=01000190904300002">��ɲ�ƣä򲼤���Ϣ�����ˤΤФ�</a><span class="s"> (04/30)</span>
526
+ </li>
527
+
528
+ <li>
529
+ <a href="news.php?k_id=01000190904300001">���⥵�å�����ǽ�����礦��ɲ��</a><span class="s"> (04/29)</span>
530
+ </li>
531
+
532
+ <li>
533
+ <a href="news.php?k_id=01000190904270001">���ǣ��͸��⡡���ͣƣä˾���</a><span class="s"> (04/27)</span>
534
+ </li>
535
+
536
+ <li>
537
+ <a href="news.php?k_id=01000190904200001">��̥���å����ݡ����ݣ�</a><span class="s"> (04/20)</span>
538
+ </li>
539
+
540
+ <li>
541
+ <a href="news.php?k_id=01000190904160001">������֤�˾���������Σ�������</a><span class="s"> (04/16)</span>
542
+ </li>
543
+
544
+ <li>
545
+ <a href="news.php?k_id=01000190904150001">���󥵥ɡ��졡�ʣ� �ԳФν�����</a><span class="s"> (04/15)</span>
546
+ </li>
547
+
548
+ <li>
549
+ <a href="news.php?k_id=01000190904140001">����������꤭�줺���ٻ��ˣ��ݣ�</a><span class="s"> (04/14)</span>
550
+ </li>
551
+
552
+ <li>
553
+ <a href="news.php?k_id=01000190904060001">�������󤯡������̤�ž����ܤˣ��ݣ�</a><span class="s"> (04/06)</span>
554
+ </li>
555
+
556
+ <li>
557
+ <a href="news.php?k_id=01000190903300001">��Ⱦ�ɤ��Ĥ��졡�����˰���ʬ��</a><span class="s"> (03/30)</span>
558
+ </li>
559
+
560
+ <li>
561
+ <a href="news.php?k_id=01000190903260001">����³����⥴�����줺������ˣ��ݣ�</a><span class="s"> (03/26)</span>
562
+ </li>
563
+
564
+ <li>
565
+ <a href="news.php?k_id=01000190903230001">���ܤˣ��ݣ���Ϣ�������餺</a><span class="s"> (03/23)</span>
566
+ </li>
567
+
568
+ <li>
569
+ <a href="news.php?k_id=01000190903160001">Ļ���ˤ�龡��</a><span class="s"> (03/16)</span>
570
+ </li>
571
+
572
+ <li>
573
+ <a href="news.php?k_id=01000190903110001">�����̥�������⥵�å���</a><span class="s"> (03/11)</span>
574
+ </li>
575
+
576
+ <li>
577
+ <a href="news.php?k_id=01000190903090002">�ʣ����桢���Ԥγ��롡����ˣ��ݣ�</a><span class="s"> (03/09)</span>
578
+ </li>
579
+
580
+ <li>
581
+ <a href="news.php?k_id=01000190902040001">���󥵣գ��������С���ȴ</a><span class="s"> (02/04)</span>
582
+ </li>
583
+
584
+ <li>
585
+ <a href="news.php?k_id=01000190901190001">�ե��󣵣������ͤˣʣ���������</a><span class="s"> (01/19)</span>
586
+ </li>
587
+
588
+ <li>
589
+ <a href="news.php?k_id=01000190901150001">�к���Ĥ����ġ����ڻ�Ĺ��ˬ��</a><span class="s"> (01/15)</span>
590
+ </li>
591
+
592
+ <li>
593
+ <a href="news.php?k_id=01000190901140001">��ǯ�ǣʣ��������к꿷���Ĥ�����</a><span class="s"> (01/14)</span>
594
+ </li>
595
+
596
+ <li>
597
+ <a href="news.php?k_id=01000190901050001">�����Ĥ����к��</a><span class="s"> (12/30)</span>
598
+ </li>
599
+
600
+ <li>
601
+ <a href="news.php?k_id=01000190812080001">�ֺ���ǯ�ˤϣʣ����ס����󥵺ǽ���</a><span class="s"> (12/07)</span>
602
+ </li>
603
+
604
+ <li>
605
+ <a href="news.php?k_id=01000190812010001">��Ⱦ���Ӱ���⡡̾�Ų���������</a><span class="s"> (12/01)</span>
606
+ </li>
607
+
608
+ <li>
609
+ <a href="news.php?k_id=01000190811250001">Ϣ�ԥ��ȥåס��ס��ξ�����</a><span class="s"> (11/24)</span>
610
+ </li>
611
+
612
+ <li>
613
+ <a href="news.php?k_id=01000190811100001">�������Ĥ���Ǥ���������¤ˣ��ݣ�</a><span class="s"> (11/09)</span>
614
+ </li>
615
+
616
+ <li>
617
+ <a href="news.php?k_id=01000190810290001">���羭��Ź�ǿ��١����󥵤λ�����</a><span class="s"> (10/29)</span>
618
+ </li>
619
+
620
+ <li>
621
+ <a href="news.php?k_id=01000190810270001">����������롡���ˣ��ݣ�</a><span class="s"> (10/27)</span>
622
+ </li>
623
+
624
+ <li>
625
+ <a href="news.php?k_id=01000190810200002">�Բ���ա�������³�Ф� �ģƼ��Ϸ礯</a><span class="s"> (10/20)</span>
626
+ </li>
627
+
628
+ <li>
629
+ <a href="news.php?k_id=01000190810200001">�ʣ��߳ʡ���������Ťޤ�</a><span class="s"> (10/20)</span>
630
+ </li>
631
+
632
+ <li>
633
+ <a href="news.php?k_id=01000190810290002">���󥵸��羭�����Ťǥ��󥮥�����Ź����</a><span class="s"> (10/15)</span>
634
+ </li>
635
+
636
+ <li>
637
+ <a href="news.php?k_id=01000190712030001">�ʣ���������ǯ�֤ꡢ�ܵ�Ǵ���</a><span class="s"> (12/01)</span>
638
+ </li>
639
+
640
+
641
+ </ul>
642
+ </div>
643
+
644
+
645
+ <!-- ��ʬ�ब����ʾ����ꤵ��Ƥ����� �����ޤ�-->
646
+ <!-- ��ʬ�ब��������ꤵ��Ƥ��ʤ���� ��������-->
647
+
648
+ <!-- ��ʬ�ब��������ꤵ��Ƥ��ʤ���� �����ޤ�-->
649
+ <!--/�ý��ꥹ�� -->
650
+
651
+
652
+
653
+ </div><!-- /#cnt -->
654
+
655
+
656
+
657
+ </td>
658
+ <td id="Sub">
659
+
660
+ <!-- ====���ʥ�==== -->
661
+ <div id="rcnt">
662
+
663
+
664
+ <div class="BnrLnkSbs">
665
+ <a href="http://33.asahi.com/"><img
666
+ src="http://www.asahi.com/images08/common/sub_bnr_kodoku.gif" alt="ī����ʹ���ɤΤ�����"
667
+ width="300" height="25"></a>
668
+ </div>
669
+
670
+
671
+
672
+
673
+
674
+ <!--������AD������-->
675
+ <p class="hide">�������鹭��Ǥ�</p>
676
+ <div class="BnrLnkLct"><!-- �������ա�������div���б������Ĥ�div�Ϲ���ô����ʬ����ǹԤ��ޤ� -->
677
+
678
+ <!-- ��������������ô����ʬ�������������������-->
679
+ <!-- impact�ޥ��������̳�ƻ�顼�������� 200*200 ���������� -->
680
+ <script type="text/javascript" language="JavaScript">
681
+ <!--
682
+ impAserver = "http://imp.asahi.com";
683
+ impAtarget = "/SITE=MT.HOKKAIDO/AREA=RECT/AAMSZ=300X250/OENCJP=EUC";
684
+ impArnd = Math.round(Math.random() * 100000000);
685
+ if (!impApid) var impApid = Math.round(Math.random() * 100000000);
686
+
687
+ document.write('<scr');
688
+ document.write('ipt src="' + impAserver + '/jserver/acc_random=' + impArnd + impAtarget + '/pageid=' + impApid + '">');
689
+ document.write('</scr');
690
+ document.write('ipt>');
691
+ //-->
692
+ </script>
693
+ <!-- impact�ޥ��������̳�ƻ�顼�������� 200*200 �������ޤ� -->
694
+ </div>
695
+ <!-- impact���ܾ���ޥ������� ����������-->
696
+ <script type="text/javascript" language="JavaScript">
697
+ impAserver = "http://imp.asahi.com";
698
+ impAtarget1 = "/AAMB1/SITE=MT.ALL/AREA=CHUMOKU01/AAMSZ=50X50/OENCJP=EUC";
699
+ impAtarget = impAtarget1 ;
700
+
701
+ impArnd = Math.round(Math.random() * 100000000);
702
+ if (!impApid) var impApid = Math.round(Math.random() * 100000000);
703
+ document.write('<scr');
704
+ document.write('ipt src="' + impAserver + '/bservers/AAMALL/acc_random=' + impArnd + '/pageid=' + impApid + impAtarget+'">');
705
+ document.write('</scr');
706
+ document.write('ipt>');
707
+ //-->
708
+ </script>
709
+
710
+ <!-- �����¤��ؤ� -->
711
+ <script>
712
+ var impAnads = 1;
713
+ var impAbs = new Array(impAnads);
714
+ for ( i = 0 ; i < impAnads ; i++) {
715
+ eval('impAbs['+i+'] = (typeof(AAMB' + (i+1) + ') != "undefined")?AAMB' + (i+1) + ':"";');
716
+ impAbs[i] = (impAbs[i].indexOf('AEAH') == -1)?impAbs[i]:'';
717
+ }
718
+
719
+ impAads = impA_rotate(impAbs);
720
+
721
+ function impA_rotate(list) {
722
+ var i = list.length;
723
+ while (--i) {
724
+ var j = Math.floor(Math.random() * (i + 1));
725
+ if (i == j) continue;
726
+ var k = list[i]; list[i] = list[j]; list[j] = k;
727
+ }
728
+ for ( i = 0; i <= list.length; i++){ if ( list[i] == "" ) list.splice(i,1);}
729
+ return list;
730
+ }
731
+ </script>
732
+
733
+ <!-- ����񤭽Ф���ʬ ������˱����ƽ񤭽Ф�-->
734
+
735
+ <script>
736
+ if (typeof(impAads[0]) !='undefined' && impAads[0] !=""){document.write(impAads[0]);}
737
+ </script>
738
+ <!-- impact���ܾ���ޥ������� �������ޤ�-->
739
+ <!-- ��������������ô����ʬ�����ޤǡ�����������-->
740
+
741
+ <p class="hide">���𽪤��</p>
742
+ <!--/������AD������-->
743
+
744
+
745
+
746
+
747
+
748
+
749
+ <!-- �ץ�ߥ������ý� -->
750
+ <script type="text/javascript">
751
+ </script><noscript><div class="Box1 BoxFeatPlan PremiumClntBox">
752
+ <div class="HeadingSet">
753
+ <h2>����ý� PICK UP!</h2>
754
+ <p><a href="http://www.asahi.com/ad/clients/">������</a></p>
755
+ </div>
756
+ <ul class="PrmLnk"></ul>
757
+ </div></noscript>
758
+
759
+ <!-- /�ץ�ߥ������ý� -->
760
+
761
+
762
+ <!-- �ϰ�Υ�˥塼 -->
763
+ <div class="Box1">
764
+ <h2><a href="http://mytown.asahi.com/hokkaido/" class="areatop">�ޥ��������̳�ƻ</a></h2>
765
+
766
+
767
+ <!-- ŷ���������� -->
768
+ <div class="FlatLnk2Col FstMod">
769
+ <ul class="Lnk">
770
+ <li><a href="http://weather.asahi.com/pinpoint/hokkaido/sapporo.html">���ڤ�ŷ��</a></li>
771
+ <li class="Lst NoArrow"><div>29��<img src="../image/hare_kumo.gif" alt="������" width="40" height="18"></div></li>
772
+ </ul>
773
+ </div>
774
+ <!-- ŷ�������ޤ� -->
775
+
776
+
777
+ <div class="FlatLnk2Col">
778
+ <ul class="Lnk LstMargin">
779
+
780
+
781
+
782
+ <li><a href="newslist.php?d_id=0100000">�˥塼������</a></li>
783
+
784
+ <li><a href="newslist.php?d_id=0100087">��������������</a></li>
785
+
786
+ <li><a href="newslist.php?d_id=0100081">���������⹻���</a></li>
787
+
788
+ <li><a href="newslist.php?d_id=0100083">����ý���</a></li>
789
+
790
+ <li><a href="newslist.php?d_id=0100068">����ý���</a></li>
791
+
792
+ <li><a href="newslist.php?d_id=0100084">ɴǯ��ȡ��̳�ƻ</a></li>
793
+
794
+
795
+ <li><a href="net.php">�ϰ�μ����</a></li>
796
+ </ul>
797
+ </div><!-- /FlatLnk2Col -->
798
+
799
+ </div><!-- /Box1 -->
800
+
801
+ <!-- /�ϰ�Υ�˥塼 -->
802
+
803
+
804
+
805
+ <!-- ����ý� -->
806
+ <script type="text/javascript">
807
+
808
+ var ad= new Array(11);
809
+
810
+ ad[0]='<em><a href="http://www.asahi.com/ad/clients/maison/">���߷бĤ�Ϥ��ʤ麣����</a></em><a href="http://www.asahi.com/ad/clients/maison/">���������ץ쥼���</a>';
811
+ ad[1]='<em><a href="http://www.asahi.com/ad/clients/kokusai/">�鿴�Ԥˤ�䤵������</a></em><a href="http://www.asahi.com/ad/clients/kokusai/">�綶�ޥ��Ȱ��˳ؤܤ���</a>';
812
+ ad[2]='<em><a href="http://www.asahi.com/ad/clients/daigakuryoku-kansai/">����������ϡ�</a></em><a href="http://www.asahi.com/ad/clients/daigakuryoku-kansai/">����������͵����ɬ�������˰�</a>';
813
+ ad[3]='<em><a href="http://www.asahi.com/ad/clients/malaysia/">�ϥåԡ����ӥ塼�ƥ���</a></em><a href="http://www.asahi.com/ad/clients/malaysia/">�ץ�󥻥������ڡ���</a>';
814
+ ad[4]='<em><a href="http://ac.ebis.ne.jp/tr_set.php?argument=FWG9mMAb&amp;ai=a4bea220be6a93">���饦�ɡ�</a></em><a href="http://ac.ebis.ne.jp/tr_set.php?argument=FWG9mMAb&amp;ai=a4bea220be6a93">�ʤ��ޥ��������եȤ��󶡤���Τ�</a>';
815
+ ad[5]='<em><a href="http://www.asahi.com/ad/clients/seikyo/index.html">�Ķ��ý���</a></em><a href="http://www.asahi.com/ad/clients/seikyo/index.html">������ʹ�ҤΡִĶ���ȯ��ư�פȤ�</a>';
816
+ ad[6]='<em><a href="http://www.asahi.com/food/gourmet/">��ͤΥ���ᡧ</a></em><a href="http://www.asahi.com/food/gourmet/">���Ĥ����������Ū��������Ź</a>';
817
+ ad[7]='<em><a href="http://www.major7.net/mrd/50304/">�����ۤΥޥ󥷥��١�</a></em><a href="http://www.major7.net/mrd/50260">�ؤϥ����������ض�ʪ��</a>';
818
+ ad[8]='<em><a href="http://www.campusasahi.com/">�����ѥ� �����ҡ����ࡧ</a></em><a href="http://www.asahi.com/ad/clients/campusasahicom/feature/open/">��ؤ��θ����褦��</a>';
819
+ ad[9]='<em><a href="http://www.asahi.com/ad/clients/tsushinseidaigaku/">�̿�������ý���</a></em><a href="http://www.asahi.com/ad/clients/tsushinseidaigaku/">�������֤˳ؤ֡��ذ̤����</a>';
820
+ ad[10]='<em><a href="http://www.asahi.com/ad/clients/lostcrime/">�����߻����������줿���ꡧ</a></em><a href="http://www.asahi.com/ad/clients/lostcrime/">�ְ�α�ʡ�</a>';
821
+ underad='';
822
+ function tokusyuAD(lines) {
823
+ var i;
824
+ var f=0;
825
+ if(lines == 0){lines=ad.length;}
826
+ for(i=0;i<ad.length;i++){
827
+ if(ad[i]!=''){if(++f>=lines){break;}}
828
+ }
829
+ lines=f;
830
+ for(i=0;i<lines;){
831
+ val=Math.floor(Math.random() * ad.length);
832
+ if (ad[val]!=''){
833
+ ������������if (i == 0){
834
+ document.write('<li class="FstItm"><div>' + ad[val] + '</div></li>');
835
+ }else{
836
+ document.write('<li><div>' + ad[val] + '</div></li>');
837
+ }
838
+ ad[val]='';
839
+ i++;
840
+ }
841
+ }
842
+ }
843
+ document.write('<div class="Box1 BoxFeatPlan">');
844
+ document.write('<div class="HeadingSet">');
845
+ document.write('<h2>����ý�</h2>');
846
+ document.write('<p><a href="http://www.asahi.com/ad/clients/">������</a></p>');
847
+ document.write('</div>');
848
+ document.write('<ul class="DividLnk FstMod">');
849
+
850
+
851
+ tokusyuAD(11);
852
+
853
+
854
+ if (underad != ""){
855
+ document.write('<li><div>' + underad + '</div></li>');
856
+ }
857
+ document.write('</ul>');
858
+ document.write('</div>');
859
+
860
+ </script><noscript><div class="Box1 BoxFeatPlan">
861
+ <div class="HeadingSet">
862
+ <h2>����ý�</h2>
863
+ <p><a href="http://www.asahi.com/ad/clients/">������</a></p>
864
+ </div>
865
+ <ul class="DividLnk FstMod">
866
+ <li class="FstItm"><div>
867
+ <a href="http://www.asahi.com/ad/clients/maison/">���߷бĤ�Ϥ��ʤ麣����</a><a href="http://www.asahi.com/ad/clients/maison/">���������ץ쥼���</a>
868
+ </div></li>
869
+ <li><div>
870
+ <a href="http://www.asahi.com/ad/clients/kokusai/">�鿴�Ԥˤ�䤵������</a><a href="http://www.asahi.com/ad/clients/kokusai/">�綶�ޥ��Ȱ��˳ؤܤ���</a>
871
+ </div></li>
872
+ <li><div>
873
+ <a href="http://www.asahi.com/ad/clients/daigakuryoku-kansai/">����������ϡ�</a><a href="http://www.asahi.com/ad/clients/daigakuryoku-kansai/">����������͵����ɬ�������˰�</a>
874
+ </div></li>
875
+ <li><div>
876
+ <a href="http://www.asahi.com/ad/clients/malaysia/">�ϥåԡ����ӥ塼�ƥ���</a><a href="http://www.asahi.com/ad/clients/malaysia/">�ץ�󥻥������ڡ���</a>
877
+ </div></li>
878
+ <li><div>
879
+ <a href="http://ac.ebis.ne.jp/tr_set.php?argument=FWG9mMAb&amp;ai=a4bea220be6a93">���饦�ɡ�</a><a href="http://ac.ebis.ne.jp/tr_set.php?argument=FWG9mMAb&amp;ai=a4bea220be6a93">�ʤ��ޥ��������եȤ��󶡤���Τ�</a>
880
+ </div></li>
881
+ <li><div>
882
+ <a href="http://www.asahi.com/ad/clients/seikyo/index.html">�Ķ��ý���</a><a href="http://www.asahi.com/ad/clients/seikyo/index.html">������ʹ�ҤΡִĶ���ȯ��ư�פȤ�</a>
883
+ </div></li>
884
+ <li><div>
885
+ <a href="http://www.asahi.com/food/gourmet/">��ͤΥ���ᡧ</a><a href="http://www.asahi.com/food/gourmet/">���Ĥ����������Ū��������Ź</a>
886
+ </div></li>
887
+ <li><div>
888
+ <a href="http://www.major7.net/mrd/50304/">�����ۤΥޥ󥷥��١�</a><a href="http://www.major7.net/mrd/50260">�ؤϥ����������ض�ʪ��</a>
889
+ </div></li>
890
+ <li><div>
891
+ <a href="http://www.campusasahi.com/">�����ѥ� �����ҡ����ࡧ</a><a href="http://www.asahi.com/ad/clients/campusasahicom/feature/open/">��ؤ��θ����褦��</a>
892
+ </div></li>
893
+ <li><div>
894
+ <a href="http://www.asahi.com/ad/clients/tsushinseidaigaku/">�̿�������ý���</a><a href="http://www.asahi.com/ad/clients/tsushinseidaigaku/">�������֤˳ؤ֡��ذ̤����</a>
895
+ </div></li>
896
+ <li><div>
897
+ <a href="http://www.asahi.com/ad/clients/lostcrime/">�����߻����������줿���ꡧ</a><a href="http://www.asahi.com/ad/clients/lostcrime/">�ְ�α�ʡ�</a>
898
+ </div></li>
899
+ </ul>
900
+ </div></noscript>
901
+ <script language="JavaScript"><!--
902
+ bust = Math.floor(1000000*Math.random());
903
+ document.write("<img src='http://www3.asahi.com/image/count.gif?ord=" + bust +"&ref=" + document.URL + "' height='1' width='1' alt='' />");
904
+ //--></script>
905
+ <noscript><img src="http://www3.asahi.com/image/count.gif?ref=noscript" width="1" height="1" alt= "" /></noscript>
906
+
907
+
908
+
909
+ <!-- /����ý� -->
910
+
911
+
912
+ <!-- �ޥ��������ϰ���� -->
913
+ <p class="bnr2"><a href="http://mytown.asahi.com/"><img src="http://www.asahi.com/images/mytown.gif" alt="�ޥ��������ϰ����" width="298" height="52"></a></p>
914
+ <!-- /�ޥ��������ϰ���� -->
915
+
916
+
917
+ <!--������AD������-->
918
+ <p class="hide">�������鹭��Ǥ�</p>
919
+ <div class="bnr2">
920
+ <!-- ®�󥿥��� 55*250 ���������� -->
921
+ <!-- ®�󥿥��� ����������-->
922
+
923
+ <!-- ®�󥿥��� �������ޤ�-->
924
+ <!-- ®�󥿥��롡55*250 �������ޤ� -->
925
+ </div>
926
+ <p class="hide">���𽪤��</p>
927
+ <!--/������AD������-->
928
+
929
+
930
+ <!-- ī����ʹ�Ҥ��� -->
931
+ <!-- 080603 -->
932
+ <div class="Box1">
933
+ <h2><a href="http://www.asahi.com/shimbun/">ī����ʹ�ҥ���ե��᡼�����</a></h2>
934
+ <div class="FlatLnk2Col FstMod">
935
+ <ul class="Lnk">
936
+ <li><a href="http://www.asahishimbun-saiyou.com/">���Ѿ���</a></li>
937
+ <li class="Lst"><a href="http://www.asahi.com/shimbun/edu.html">�����Ϣ���Σɣ�</a></li>
938
+ </ul>
939
+ <ul class="Lnk">
940
+ <li><a href="http://www.asahi.com/chizai/">������̿����Ѱ���</a></li>
941
+ <li class="Lst"><a href="http://www.asahi.com/advertising/">����ǺܤΤ�����</a></li>
942
+ </ul>
943
+ </div>
944
+ <div class="FlatLnk2Col">
945
+ <ul class="Lnk">
946
+ <li><a href="http://www.asahi.com/information/service/">asahi.com���Ѱ���</a></li>
947
+ <li class="Lst"><a href="http://www.asahi.com/information/service/list.html">�ǥ����륵���ӥ�����</a></li>
948
+ </ul>
949
+ </div>
950
+ <div class="FlatLnk2Col">
951
+ <ul class="Lnk">
952
+ <li><a href="http://kotobank.jp/">kotobank �Ѹ����</a></li>
953
+ <li class="Lst"><a href="http://publications.asahi.com/">ī����ʹ���Ǥ���</a></li>
954
+ </ul>
955
+ </div>
956
+ <!--
957
+ <div class="FlatLnk2Col">
958
+ <ul class="Lnk">
959
+ <li><a href="http://www.asahi.com/information/mobile/">���ӥ����ӥ�</a></li>
960
+ <li class="Lst"><a href="http://kotobank.jp/">kotobank �Ѹ����</a></li>
961
+ </ul>
962
+ </div>
963
+ -->
964
+ </div>
965
+
966
+
967
+ <!-- /ī����ʹ�Ҥ��� -->
968
+
969
+
970
+
971
+ <!-- �̿���� -->
972
+
973
+ <!-- /�̿���� -->
974
+
975
+
976
+ </div><!-- /#rcnt -->
977
+
978
+
979
+
980
+
981
+ </td>
982
+ </tr>
983
+ </table>
984
+
985
+
986
+ <!-- ====/����ƥ�ĥ��ꥢ==== -->
987
+
988
+
989
+
990
+ <!-- ====�եå����ꥢ==== -->
991
+
992
+ <div id="Footer">
993
+ <hr>
994
+ <ul id="PageTop"><li><a href="#Top">�ڡ����ȥåפ����</a></li></ul>
995
+ <p>asahi.com�˷Ǻܤε������̿���̵��ž�ܤ�ؤ��ޤ������٤Ƥ����Ƥ����ܤ����ˡ�¤Ӥ˹�ݾ�
996
+ ��ˤ���ݸ��Ƥ��ޤ���</p>
997
+ <ul id="FooterLnk">
998
+ <li class="Fst"><a href="http://www.asahi.com/policy/" rel="nofollow">�����ȥݥꥷ��</a></li>
999
+ <li><a href="http://www.asahi.com/kojinjoho/index.html" rel="nofollow">�Ŀ;���</a></li>
1000
+ <li><a href="http://www.asahi.com/policy/copyright.html" rel="nofollow">���</a></li>
1001
+ <li><a href="http://www.asahi.com/policy/link.html" rel="nofollow">���</a></li>
1002
+ <li><a href="http://www.asahi.com/shimbun/" rel="nofollow">��Ұ���</a></li>
1003
+ <li><a href="http://www.asahi.com/advertising/" rel="nofollow">����Ǻ�</a></li>
1004
+ <li><a href="http://www.asahi.com/reference/" rel="nofollow">���䤤��碌���إ��</a></li>
1005
+ </ul>
1006
+ <img alt="Copyright The Asahi Shimbun Company. All rights reserved. No reproduction or
1007
+ republication without written permission."
1008
+ src="http://www.asahi.com/images/copyright.gif" width="552" height="20">
1009
+ <!-- /Footer --></div>
1010
+
1011
+ <!-- ====/�եå����ꥢ==== -->
1012
+
1013
+
1014
+
1015
+ <form name="web_s" action="http://websearch.asahi.com/.cgi/websearch/websearch.pl" method="post"><input type="hidden" name="Keywords"></form>
1016
+ <form name="site_s" action="http://sitesearch.asahi.com/.cgi/sitesearch/sitesearch.pl" method="post"><input type="hidden" name="Keywords"></form>
1017
+ <form name="dic_s" action="http://jishosearch.asahi.com/.cgi/jishosearch/jishosearch.pl" method="get"><input type="hidden" name="Word"></form>
1018
+ <form name="map_num_s" action="http://www.mapion.co.jp/c/f" method="get">
1019
+ <input type="hidden" name="uc" value="11"><input type="hidden" name="grp" value="asahicom"><input type="hidden" name="zip">
1020
+ </form>
1021
+ <form name="map_free_s" action="http://www.mapion.co.jp/c/f" method="get">
1022
+ <input type="hidden" name="uc" value="7"><input type="hidden" name="grp" value="asahicom"><input type="hidden" name="find">
1023
+ </form>
1024
+ <form name="shop_s" action="http://esearch.asahicom.rakuten.co.jp/search/e.search" method="get">
1025
+
1026
+ <input type="hidden" name="sv" value="2"><input type="hidden" name="sitem">
1027
+ </form>
1028
+
1029
+ </div>
1030
+
1031
+ <!-- SC start -->
1032
+ <!-- SiteCatalyst code version: G.9.
1033
+ Copyright 1997-2004 Omniture, Inc. More info available at
1034
+ http://www.omniture.com -->
1035
+
1036
+ <script language="JavaScript"><!--
1037
+ /* You may give each page an identifying name, server, and channel on
1038
+ the next lines. */
1039
+ var s_pageName=""
1040
+ var s_channel=""
1041
+ var s_pageType=""
1042
+
1043
+ /* set s_channel */
1044
+ /* s_channel=""; */
1045
+
1046
+ /* E-commerce Variables */
1047
+ /********* INSERT THE DOMAIN AND PATH TO YOUR CODE BELOW ************/
1048
+ //--></script>
1049
+ <script language="JavaScript" src="http://www.asahi.com/js/s_code_mytown.js"></script>
1050
+ <!-- End SiteCatalyst code version: G.9. -->
1051
+
1052
+ <!-- SC end -->
1053
+ <script type="text/javascript">
1054
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
1055
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
1056
+ </script>
1057
+ <script type="text/javascript">
1058
+ try {
1059
+ var pageTracker = _gat._getTracker("UA-6624382-1");
1060
+ pageTracker._trackPageview();
1061
+ } catch(err) {}</script>
1062
+
1063
+
1064
+
1065
+ <!--googleon:index-->
1066
+
1067
+ </body>
1068
+ </html>