//<![CDATA[
window.onload = function requestText02(){
      var ajax = new Ajax.Request("http://www.geocities.co.jp/autosu/area/dogbeauty/01.html", 
     {method: "GET", onSuccess: gotData});
   function gotData(xmlhttp) {
    	document.getElementById("b02").innerHTML = xmlhttp.responseText;
}
}
//]]>
