section of the page that will show the date:
*/
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write(""+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"")
My Warehouse
[+] Writings
[+] Art Works
[+] Others
My Collections
[+] Favorite Pics
[+] Music
[+] Lyrics
Site Information
[+] Main
[+] About the Webmistress
[+] Guestbook
[+] Link In/Out
[+] Terms

Sister site: Love For Eternity
Art Works
Here are some of the art works I drew. I know they are not perfect(yet).
But I am improving!
01
02
03
04
05
Website (c) 2003 Shadowcat H. Design (c) 2003 Shadowcat H.
All rights reserved.