// JavaScript DocumentJavaScript for Directory

<!-- TWO STEPS TO INSTALL CURRENT DIRECTORY:

// 1.  Copy the coding into the HEAD of your HTML document
// 2.  Add the last code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->



<!-- Original:  Dan Worsham -->

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

<!-- Begin

today=new Date();
jran=today.getTime();
var number = 27;
var random_number="";
var image="";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) *number); // Loads the appropriate image based on random number.
image = "/SHAMPICS/BACKGROUNDS/" + random_number + ".jpg";


//  End -->





