<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=x-sjis">
<title>OMOTE Home Page</title>
</head>

<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript Applet -------------------

/* Copyright (C)1996 Web Integration Systems, Inc. DBA Websys, Inc.
   All Rights Reserved.

   This applet can be re-used or modified, if credit is given in 
   the source code.

   We will not be held responsible for any unwanted effects due to the 
   usage of this applet or any derivative.  No warrantees for usability 
   for any specific application are given or implied.

   Chris Skinner, January 30th, 1996.
   
   Hacked for CNNfn by RD, Jan. 31, 1996*/

function scrollit_r2l(seed){
	var m1  = "Welcome aboard!  You reached OMOTE's home page.  We're glad to be read these pages.  ";
	var m2  = "We plan to develop Java pages to introduce our favorite cars, bars and elephants.  ";
	var m3  = "Also we will prepare many digital pictures for your convenience.  ";
	var m4  = "If you have a comment, send an e-mail now.  Don't delay. :-)  ";
	
	var msg=m1+m2+m3+m4;
	var out = " ";
	var c   = 1;

	if (seed > 100) {
		seed--;
		var cmd="scrollit_r2l(" + seed + ")";
		timerTwo=window.setTimeout(cmd,100);
	}
	else if (seed <= 100 && seed > 0) {
		for (c=0 ; c < seed ; c++) {
			out+=" ";
		}
		out+=msg;
		seed--;
		var cmd="scrollit_r2l(" + seed + ")";
		    window.status=out;
		timerTwo=window.setTimeout(cmd,100);
	}
	else if (seed <= 0) {
		if (-seed < msg.length) {
			out+=msg.substring(-seed,msg.length);
			seed--;
			var cmd="scrollit_r2l(" + seed + ")";
			window.status=out;
			timerTwo=window.setTimeout(cmd,100);
		}
		else {
			window.status=" ";
			timerTwo=window.setTimeout("scrollit_r2l(100)",75);
		}
	}
}
// -- End of JavaScript code -------------- -->
</SCRIPT>
<BODY onLoad="timerONE=window.setTimeout('scrollit_r2l(100)',500);" >

<BODY bgcolor=#cdb7b5>

<h1 align=center>おもて一家のホームページ</h1>

<a href="index.html">
[-> Home page in English]</a>

<h2>いらっしゃいませ</h2>
おもて一家のホームページへようこそ。
このページでは日本やぞうさん、
そしておもて一家の情報をお届けします。
なお、日本語ページはあまり保守をしていません。
もしよろしければ<a href="index.html">英語ページ</a>をご覧ください。
<p>
このページ以下は世帯主のおもてまさのりがおおくりします。

<h2>目次</h2>
<IMAGE SRC="image/ball_3d_indigo.gif">
<a href="intro-j.html">
家族の肖像</a>
<br>
<IMAGE SRC="image/ball_3d_indigo.gif">
相模大野駅周辺
<a href="bars/index-j.html">
呑み屋</a>紹介
<br>
<IMAGE SRC="image/ball_3d_indigo.gif">
<a href="zo-san/zo-san-j.html">
ぞうさん</a>のページ
<br>
<IMAGE SRC="image/ball_3d_indigo.gif">
おもて推薦の
<a href="links-j.html">
リンク</a>



<p>
<IMG SRC="image/construction.gif">
すみません、あちこちのページが未完成です。
そのうちになんとかします。f(^^;

<h2>今後の予定</h2>
早期にぞうさんのページを増やしたいと思います。
フィンランド、アメリカ、日本の紹介ページを作る予定もあります。
でも仕事で忙しいので、
これらは夏以降になるかもしれません。
乞う御期待。

<p>
<hr>
<IMAGE SRC="image/netscape.gif">
Netscape Navigator 用に書いてあります。</a>
<hr>
<i>Last modified: October 31, 1997</i><br>
Copyright (C) 1996, 1997 by Masanori OMOTE<br>
<address>
<a href="mailto:masa@omote.imasy.or.jp">masa@omote.imasy.or.jp</a>
</address>
</body>
</html>

