ua = navigator.userAgent;
HREF = "http://mercedes-user.com/iphone.php"
SRC="/images/iphone_top.gif";
ALT="iPhone用トップページを表示する場合にはこちらをタップしてください";
WIDTH="750";
HEIGHT="129";

if(ua.search(/^.*\(iPhone; U; CPU iPhone OS.*$/) != -1){
	text = '<a href="' + HREF + '" style="display:block;margin-top:10px;"><img src="' + SRC + '" alt="' + ALT + '" width="' + WIDTH + '" height="' + HEIGHT + '" /></a>';
	document.write(text);
}

