<!-- Original:  Tim Wallace -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

today=new Date();
jran=today.getTime();
var number = 4;
var random_number="";
var image="";
var text_color="";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) *number);
// Loads the appropriate image and text color based on random number.
if (random_number==1) {
//text_color="000000";
image="images/1.jpg";
}
if (random_number==2) {
//text_color="000000";
image="images/2.jpg";
}
if (random_number==3) {
//text_color="000000";
image="images/3.jpg";
}
if (random_number==4) {
//text_color="000000";
image="images/5.jpg";
}