var msg = new Array();

Stamp = new Date();

today = Stamp.getDate();

//put the tip of the day in each msg[x] string

//change tips each month, automatically switches every day

msg[0]=""

msg[1]=""

msg[2]=""

msg[3]=""

msg[4]=""

msg[5]=""

msg[6]=""

msg[7]=""

msg[8]=""

msg[9]=""

msg[10]=""

msg[11]=""

msg[12]=""

msg[13]=""

msg[14]=""

msg[15]="submitted by KBL"

msg[16]=""

msg[17]=""

msg[18]=""

msg[19]=""

msg[20]="submitted by KBL"

msg[21]=""

msg[22]=""

msg[23]=""

msg[24]=""

msg[25]=""

msg[26]=""

msg[27]=""

msg[28]="submitted anonymously"

msg[29]="submitted anonymously"

msg[30]="submitted by mobius"

//write todays tip so that the tip number matches with the day

document.write(msg[today-1]);
