// Select today's date	//
// Select photo from rotator dir	-->update counter to number of photos -1//
// Select quote from self	//


var lastModDate=document.lastModified.substr(0,10);
//  -----------

// Random Photo Rotator //
// -------------------- //
// create image objects //
//
if (document.images) {
  p1=new Image;  p1.src="rotator/photo1.jpg";

  p2=new Image;  p2.src="rotator/photo2.jpg";

  p3=new Image;  p3.src="rotator/photo3.jpg";

  p4=new Image;  p4.src="rotator/photo4.jpg";

  p5=new Image;  p5.src="rotator/photo5.jpg";

  p6=new Image;  p6.src="rotator/photo6.jpg";

  p7=new Image;  p7.src="rotator/photo7.jpg";

  p8=new Image;  p8.src="rotator/photo8.jpg";
  p9=new Image;  p9.src="rotator/photo9.jpg";
  p10=new Image;  p10.src="rotator/photo10.jpg";
  p11=new Image;  p11.src="rotator/photo11.jpg"; 
  p12=new Image;  p12.src="rotator/photo12.jpg"; 
  p13=new Image;  p13.src="rotator/photo13.jpg"; 
  p14=new Image;  p14.src="rotator/photo14.jpg"; 
  p15=new Image;  p15.src="rotator/photo15.jpg";
}

// generate starting point //
//
var startPhoto=Math.random()*14+1;
//  ----------
startPhoto=Math.round(startPhoto);

function changePhoto() {
//       -------------
  startPhoto=Math.random()*14+1;
  startPhoto=Math.round(startPhoto);
  document.images['photo'].src=eval("p"+startPhoto+".src");
  setTimeout("changePhoto()",45000);
}
  setTimeout("changePhoto()",45000);

// Random Quote Rotator //
// -------------------- //

// Add a quote and adjust the randomizer

// Quote of the Load //
// ----------------- //
var q1=
  "<H4>Benjamin Franklin's<br>"+
      "List of Desirable Virtues"+
  "</H4>"+
  "<dl><font size=-1>"+
    "<dt><b>Temperance</b><dd>Eat not to dullness; drink not to elevation."+
    "<dt><b>Silence</b><dd><font size=-1>Speak not but what may benefit others and yourself\; avoid trifling conversation."+
    "<dt><b>Order</b><dd>Let all things have their places\; let each part of your business have it's time."+
    "<dt><b>Resolution</b><dd><font size=-1>Resolve to perform what you ought\; perform without fail what you resolve."+
    "<dt><b>Frugality</b><dd><font size=-1>Make no expense but to do good for others or yourself\; i.e., waste nothing."+
    "<dt><b>Industry</b><dd><font size=-1>Lose no time\; be always employ'd in something useful; cut off all unnecesary actions."+
    "<dt><b>Sincerity</b><dd><font size=-1>Use no hurtful deceit\; think innocently and justly, and if you speak, speak accordingly."+
    "<dt><b>Justice</b><dd><font size=-1>Wrong none by doing injuries or omitting the benefits that are your duty."+
    "<dt><b>Moderation</b><dd><font size=-1>Avoid extremes\; forbear resenting injuries so much as you think they deserve."+
    "<dt><b>Cleanliness</b><dd><font size=-1>Tolerate no uncleanliness in body, clothes, or habitation."+
    "<dt><b>Tranquillity</b><dd><font size=-1>Be not disturbed at trifles\; or accidents common or unavoidable."+
    "<dt><b>Chastity</b><dd><font size=-1>Rarely use venery but for health or offspring, never to dullness, weakness, or the injury of your own or another's peace or reputation."+
  "</dl>";  

var q2=
 "<h3>Lessons from Parris Island</h3>"+
  "<ul>"+
    "<li>Tell the truth."+
    "<li>Do your best, no matter how trivial the task."+
    "<li>Choose the difficult right over the easy wrong."+
    "<li>Look out for the group before you look out for yourself."+
    "<li>Don't whine or make excuses."+
    "<li>Judge others by their actions not their race."+
  "</ul>";

var q3=
  "<H4>Og Mandino's<br>"+
     "<u>The Greatest Salesman in the World</u>"+
  "</H4>"+
  "<ul>"+
    "<li>I will form good habits and become their slave."+
    "<li>I will greet this day with love in my heart."+
    "<li>I will persist until I succeed."+
    "<li>I am nature's greatest miracle."+
    "<li>I will live this day as if it were my last."+
    "<li>Today I will be master of my emotions."+
    "<li>I will laugh at the world."+
    "<li>I will multiply my value a hundred fold."+
    "<li>I will act now."+
  "</ul>";

var q4=
  "<cite><br>"+
    "I've always loved you and couldn't help it-and can't help it now.<p>"+
    "I wish I could be someone real good to you-maybe I can if we get by this "+
    "one-and the next one and the next one. . . .<p>"+
    "I've had a lot of luck to have such a life. I "+
    "wish there was some way to pass on what I've learned "+
    "though. My God, I was learning fast there at the end.<p>"+
    "I know now there's no one thing that is true. It is all true.<p>"+
  "</cite><p>"+
  "One of Joe's favorite quotes from the movie, Islands in The Stream.<p>";

var q5=
  "<h3>Stephen Covey's<br>"+
      "<u>Seven Habits of Highly Effective People</u>"+
  "</h3>"+
  "<ol>"+
    "<li>Be Proactive"+
    "<li>Begin with the End in Mind"+
    "<li>Put First Things First"+
    "<li>Think Win Win"+
    "<li>Seek First to Understand"+
    "<li>Synergize"+
    "<li>Sharpen the Saw"+
  "</ol>";

var q6=
  "<h3>The Bene Gesserit<br>Litany against Fear</h3><cite>"+
  "I must not fear.  Fear is the mind killer. Fear is the little-death that brings "+
  "total obliteration.  I will face my fear.  I will permit it to pass over me and "+
  "through me.  And when it has gone past I will turn the inner eye to see it's path. "+
  "Where the fear has gone there will be nothing.  Only I will remain.</cite><br> <br>"+
  "<u>Dune</u>--Frank Herbert";
  
var q7=
  "<h3>Dirge for Jamis on the Funeral Plain</h3>"+
  "Do you wrestle with dreams?<br>"+
  "Do you contend with shadows?<br>"+
  "Do you move in a kind of sleep?<br>"+
  "Time has slipped away.<br>"+
  "Your life is stolen.<br>"+
  "You tarried with trifles,<br>"+
  "Victim of your folly.<br> <br>"+
  "<u>Dune</u>--Frank Herbert";

var q8=
"<cite><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+
"Until one is committed there is hesitancy,&nbsp;"+
"the chance to draw back, always ineffectiveness.&nbsp;&nbsp;"+
"Concerning all acts of initiative (and creation), there&nbsp;"+
"is one elementary truth the ingnorance of which kills&nbsp;"+
"countless ideas and splendid plans:  that the moment one&nbsp;"+
"definitely commits oneself, then Providence moves too.&nbsp;&nbsp;"+
"All sorts of things occur to help one that would never otherwise&nbsp;"+
"have occurred ... <br> <br>Whatever you can do or dream you can ... "+
"Begin it now. </cite><br> <br>Johann Wolfgang von Goethe";

var q9=
"<br><cite>Go confidently in the direction of your dreams!<br> <br>"+
"Live the life you've imagined.</cite><br> <br>Thoreau";


  
// automate this
var startQuote=Math.random()*8+1;
//  ----------
startQuote=Math.round(startQuote);

  switch(startQuote){			
  case 1: 
    Q=q1;
    break;
  case 2:
    Q=q2;
    break;
  case 3:
    Q=q3;
    break;
  case 4:
    Q=q4;
    break;
  case 5:
    Q=q5;
    break;
  case 6:
    Q=q6;
    break;
  case 7:
    Q=q7;
    break;
  case 8:
    Q=q8;
    break;
  case 9:
    Q=q9;
    break;
}

// Rotate the Quote-- not working yet
// -----------------------
function changeQuote (){
//       ------------
  startQuote=Math.random()*4+1;
  startQuote=math.round(startQuote);
  setTimeout("changeQuote()", 10000);
}
