<!-- ONE STEP TO INSTALL DAILY MP3:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<body>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.javascriptsource.com -->
<!-- Original: Gary Perry (gary@garyperry.com) -->
<!-- Change the src="Dog_Growl.mp3" to t<script type="text/javascript">
<!--
/* This script and many more are available free online at
The JavaScript Source!! http://www.javascriptsource.com
Created by: Robin Jones :: http://robinjones.freeuk.com */
function greet() {
var todaydate = new Date();
var timeis = todaydate.getTime();
todaydate.setTime(timeis);
var houris = todaydate.getHours();
if (houris > 17) display = "Evening";
else if (houris >12) display = "Afternoon";
else display = "Morning";
var title = document.title;
var welcome = ("Good " + display + ". Welcome to " + title +".");
document.write(welcome);
}
-->
</script>
<script type="text/javascript">
<!-- Begin
greet();
// End -->
</script>he pathname and filename for the song you wish to play -->
<!-- Change each document.write line's src= portion for the different songs you want -->
<script language="JavaScript">
s_date = new Date();
if(s_date.getDay() == 1){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Window_pane_breaking.mp3">');
}
if(s_date.getDay() == 2){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Lightning_Strike.mp3">');
}
if(s_date.getDay() == 3){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Dog_Growl.mp3">');
}
if(s_date.getDay() == 4){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Car_Crash.mp3">');
}
if(s_date.getDay() == 5){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Lightning_Strike.mp3">');
}
if(s_date.getDay() == 6){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Dog_Growl.mp3">');
}
if(s_date.getDay() == 7){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Car_Crash.mp3">');
}
if(s_date.getDay() == 0){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="Window_pane_breaking.mp3">');
}
</script>
<center>
<span style="font-family: arial, helvetica;">Free JavaScripts provided<br />
by <a href="http://javascriptsource.com/">The JavaScript Source</a></span>
</center>
<!-- Script Size: 1.99 KB --></body>