|
↑
Messages >>>
Displays your message on the appropriate day you indicate. For example, you can have it print messages on holidays, birthdays, or other dates that are important to you and your site's visitors!
Add the below code to the <body> section of your page:
<script
language="javascript"
type="text/javascript">
var
days =
new
Array();
var
msgs =
new
Array();
days[0]
=
"December 20, 1999";
msgs[0]
=
"Thanks for stopping by on my
birthday!";
days[1]
=
"December 21, 1999";
msgs[1]
=
"Not Christmas yet, it's only the
21st.";
days[2]
=
"December 22, 1999";
msgs[2]
=
"Another day closer, almost
there!";
days[3]
=
"December 23, 1999";
msgs[3]
=
"Wow, tomorrow is Christmas Eve!";
days[4]
=
"December 24, 1999";
msgs[4]
=
"It's Christmas Eve, thanks for
visiting!";
days[5]
=
"December 25, 1999";
msgs[5]
=
"Welcome to this page on
Christmas Day!";
var
months =
new
Array("",
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
);
var
today =
new
Date();
var
mon =
months[today.getMonth()
+
1];
var
day =
today.getDate();
var
year =
y2k(today.getYear());
function
dateMsg()
{
for
(i
=
0;
i <
days.length;
i++)
{
tempdate
=
new
Date(days[i]);
tempmonth
=
months[tempdate.getMonth()
+
1];
tempday
=
tempdate.getDate();
tempyear
=
y2k(tempdate.getYear());
if
(year
==
tempyear &&
mon ==
tempmonth &&
day ==
tempday)
return("Today
is "
+
days[i]
+
". "
+
msgs[i]);
}
return("Today
is "
+
mon +
" "
+
day +
", "
+
year +
".");
}
function
y2k(year)
{
if
(year
<
2000)
year
=
year +
1900;
return
year;
}
document.write('<b>'+dateMsg()+'</b>');
</script>
|
↓ http://www.cashadvance-loans.net/massachusetts/cash-advance-fitchburg-ma/ . Bitcoin Gambling - The Original Crypto Dice Game
|