var filename = "php/online.inc.php";
new Ajax.Request(filename, { method: 'get', onComplete: displayData });

function notice(temp,temp2) {
    window.open("http://www.uonuma-komeshop.jp/html/notice.html?date="+temp+"&db="+temp2,"","width=450,height=450,scrollbars=yes");
 }

function displayData(httpObj){
	$("onlineshop").innerHTML=httpObj.responseText;
}
