$(function() {
	$("#container").append('<div class="pagetop"><a href="#wrap"><img src="/static/image/pagetop.gif" alt="ページの先頭へ" /></a></div>');
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPad/i))) {
		$("#flash_panel").html('<img src="/static/image/mobile-top.png" alt="熊本の不動産のことなら朝山不動産" />');
	}
});


