|
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+"")
|
|
|
Request Rules
In case you don't know, a request is when someone (you,
for example) requests that I breed a certain stud and a certain dame
in the hopes of getting a great pup/kitten. Requests can be turned
down, of course, and many will be, because I tend to pair my petz for life.
There is no form for requesting petz, because it is not often done.
Simply email me and tell
me why you want me to breed them. It doesn't have to be a long email,
but it had better not be one sentence, i.e. "pleez breed Dh'arlo'me and
Bella".
|
|