|
|
 |
|

var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthNames = new Array("January","February","March","April","May","June","July",
"August","September","October","November","December");
var dt = new Date();
var y = dt.getYear();
// Y2K compliant
if (y < 1000) y +=1900;
document.write(dayNames[dt.getDay()] + ", " + monthNames[dt.getMonth()] + " " + dt.getDate() + ", " + y);
// -->
|
 |
|
Inter-School Christian Fellowship
Here you'll learn all about me: my interests and hobbies, the people in my family, my pets, and more. I've even included a
list of my favorite links to other sites.
On this home page, I'll introduce myself and talk about my reasons for wanting a web site. I might put a picture of myself
on this page...or just a picture that I especially like.
|
|
 |
|
 |
|
|
What's New?
Here I might add an entry whenever I make an update to my web site. Where appropriate, I'll include a link to the change.
For example: 11/1/01 - Added new photos to Vacation Album page.
|
|
|
|
|
God Bless You.
|
Hope you enjoy your stay. God Bless
var statBarMsg = "*Inter-School Christian Fellowship*-Knowing Christ, and Making Him Known";
function startStatusScroller()
//-->
|