TAXES

TECHNOLOGY

SERVICES

CRYSTAL COMPUTER CONCEPTS

THIS IS NOT REAL! JUST SOME WISHFUL THINKING!

To the Disillusionment of the world there is no such thing as "National Vegas Day."

Caesar's Plaza in Las Vegas

Everybody Loves Somebody Sometimes
and that Sometime is Now!


All Dictators and War Lords are Obliged
To partake in a Crap Shoot, Hosted by Vice-President Biden

Safe Passage Will be Guaranteed

Custom Rules will be relaxed, bring

all your war chest-- No Cash Limits
ALL WAR CHEST ARE TO BE EMPTIED!!!
All Proceeds to Feed the Hungry
of the World including the US's Hungry Children!!

Grand Canyon West

Note: Time is reported in milliseconds since 1970 for JavaScript. This requires a math conversion.

Divide days by the milleseconds in day, as determined by multiplying the following 4 values.
24 X 60 X 60 X 1000 = 86,400,000
hours in a day minutes in a hour seconds in a minute 1000 milliseconds
in a second

Now we will use Javascript to calculate the days to September 20, known as National Vegas Day in honor of Dean Martin.

First we need two methods attached to the date object to get to Sept. 20th. Next an if statement is needed
to determine if we are passed Sept. the 20th of the current year or if the date did not yet occur.

The Script that produced what is on the left looks like this:

<script type="text/javascript">
var Sept20=new Date();//Here we instantiate the Date object for use.
Sept20.setFullYear(Sept20.getFullYear(),8,20);//Here we are setting to a specific date.
document.write("Current Year's Sept. 20, " + Sept20.getFullYear() );
var today=new Date();//Here we re-assign the date object to today.
document.write("<br />")

if (Sept20>today)
	{ var Dayto20= (Sept20-today);
	document.write("<p> JavaScript time to the next Sept. 20th: " + Dayto20 + "<br /> which is ridiculous!</p>");
	var DayConv=(Dayto20)/(1000*60*60*24);
	DayConv=Math.round(DayConv);
	document.write(DayConv + ": Days until Sept. 20th");	
}
else
{	Sept20.setFullYear(Sept20.getFullYear()+1,8,20); 
	//document.write("<p>Coming Sept. 20th: " + Sept20 + "</p>");
	var Dayto20 =(Sept20-today);
	document.write("<p> JavaScript time to the next Sept. 20th: " + Dayto20 + "<br /> which is ridiculous!</p>");
	var DayConv=(Dayto20)/(1000*60*60*24);
	DayConv=Math.round(DayConv);
	document.write(DayConv + ": Days until Sept. 20th");
}

</script>

Return to Table of Contents


DELAWARE'S MIDDLETOWN ODESSA AND TOWNSEND AREA

THIS IS NOT REAL! JUST SOME WISHFUL THINKING!

To the Disillusionment of the world there is no such thing as "National Vegas Day."