<!-- Begin
var how_many_quotes = 13;
var now = new Date()
var sec = now.getSeconds()
var todays_quote = sec % how_many_quotes;
todays_quote +=1;
if (todays_quote==1) {
loc="Love is up and down<br>Sometimes a cross<br>Sometimes a crown<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Don Tolle";
}
if (todays_quote==2) {
loc="I have been known disappearin' now and then<br>God only knows where you've been<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Malcolm Holcombe";
}
if (todays_quote==3) {
loc="So sit right back<br>Take it all in<br>Baby just enjoy the ride<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Tony Arata";
}
if (todays_quote==4) {
loc="Desperate dirty winos<br>Skin and bones of widows<br>The crippled, lonely, heartbroke<br>Here in the station<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Malcolm Holcombe";
}
if (todays_quote==5) {
loc="The truth waits there for you<br>Out on freedom road<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Don Tolle";
}
if (todays_quote==6) {
loc=" And oh, what would my life be<br>Without her beside me<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Don Tolle";
}
if (todays_quote==7) {
loc="So let me stand by the road I ain't leaving<br>I'm just seeing an old friend of mine<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Tony Arata";
}
if (todays_quote==8) {
loc="There's belongin' in just longin' for someone<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Malcolm Holcombe";
}
if (todays_quote==9) {
loc="And all I know for sure is I'm runnin still<br>From those ghosts back in Weaverville<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Don Tolle";
}
if (todays_quote==10) {
loc="And the traffic passes<br>And the horns all blow<br>And the people all stare at the lonely show<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Tony Arata";
}
if (todays_quote==11) {
loc="So I blow a kiss and send it on its way<br>I send it to a brand new day<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Don Tolle";
}
if (todays_quote==12) {
loc="In those crowded years out on the old frontier<br>No man stood as tall as James Duane<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Don Tolle";
}
if (todays_quote==13) {
loc="Because every time I fall in love<br>It's forever<br>And I never think it's ever gonna end<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;Don Tolle";
}
document.write(loc);
// End -->
