var html = '<div class="pickupBox3">';
html +='<ul>';
html +='<li><a href="first/index.html"><img src="images/pickup1_01.jpg" width="196" height="96" alt="地盤沈下の種類" class="btn" /></a></li>';
html +='<li><a href="first/problem.html"><img src="images/pickup1_02.jpg" width="196" height="96" alt="これまでの地盤改良の問題点" class="btn" /></a></li>';
html +='<li class="puImgEnd"><a href="first/hazard.html"><img src="images/pickup1_03.jpg" width="196" height="96" alt="六価クロムの危険性" class="btn" /></a></li>';
html +='</ul>';
html +='<br class="clear" />';
html +='</div>';
html +='<h3><img src="images/top_h3_02.jpg" width="610" height="30" alt="これからの地盤改良" /></h3>';
html +='<div class="pickupBox4">';
html +='<ul>';
html +='<li><a href="future/"><img src="images/pickup2_01.jpg" width="196" height="96" alt="これからの地盤改良" class="btn" /></a></li>';
html +='<li><a href="future/hyspeed.html"><img src="images/pickup2_02.jpg" width="196" height="96" alt="ハイスピード工法について" class="btn" /></a></li>';
html +='<li class="puImgEnd"><a href="about/cost.html"><img src="images/pickup2_03.jpg" width="196" height="96" alt="費用・工期について" class="btn" /></a></li>';
html +='</ul>';
html +='<br class="clear" />';
html +='</div>';
document.write(html); 
