    var Today=new Date()
	var ThisDay=Today.getDate();
	var ThisMonth=Today.getMonth()+1;
	var ThisYear=Today.getFullYear();
	
	var DaysLeft=XmasDays(Today);
/*	var MonthTxt = new Array ("", "Jan.", "Feb.", "Mar.", "Apr.", "May", "June",
	 "July", "Aug.", "Sept.", "Oct.", "Nov.", "Dec."); {
	document.write("Today is "+MonthTxt[ThisMonth]+" "+ThisDay+", "+ThisYear);}*/
if (ThisMonth >=1 && ThisMonth <=6){
			document.write("Check our <a href='events.pdf' target='_blank'>Performance Schedule</a> regularly for updated performance information!");
			}
	if (ThisMonth == 7 && ThisDay >=1 && ThisDay <10){
			document.write("Our next performance is at <a href='http://www.oldworld.ws' target='_blank'>Old World</a> for German Heritage Day on July 10 from 2:00-6:00 pm.");
			}
	if (ThisMonth == 7 && ThisDay == 10 ){
			document.write("Join our band today for German Heritage Day at <a href='http://www.oldworld.ws' target='_blank'>Old World</a> from 2:00-6:00 pm!");
			}
	if (ThisMonth == 7 && ThisDay >10 && ThisDay <31){
			document.write("Our next performance is at the <a href='http://www.thephoenixclub.com' target='_blank'>Phoenix Club</a> for Donauschwaben Day on July 31 from Noon-5:00 pm.");
			}
	if (ThisMonth == 7 && ThisDay == 31 ){
			document.write("Join our band today at the <a href='http://www.thephoenixclub.com' target='_blank'>Phoenix Club</a> for Donauschwaben Day from Noon-5:00 pm.");
			}
	if (ThisMonth == 8 && ThisDay >=1 && ThisDay <21){
			document.write("Our next performance is at the <a href='http://www.thephoenixclub.com' target='_blank'>Phoenix Club</a> for <a href='http://www.germanleague.us' target='_blank'>German Day</a> on Aug. 21 from 12:30-5:30 pm.");
			}
	if (ThisMonth == 8 && ThisDay == 21 ){
			document.write("Join our band today at the <a href='http://www.thephoenixclub.com' target='_blank'>Phoenix Club</a> for <a href='http://www.germanleague.us' target='_blank'>German Day</a> from 12:30-5:00 pm.");
			}			
	if ((ThisMonth == 8 && ThisDay >21 && ThisDay <=31) || (ThisMonth == 9 && ThisDay >=1 && ThisDay <4)){
			document.write("Our next performance is at the <a href='http://www.oldworld.ws' target='_blank'>Old World</a> Oktoberfest on Sept. 4 from 2:00-6:00 pm.");
			}
	if (ThisMonth == 9 && ThisDay == 4 ){
			document.write("Join us today at the <a href='http://www.oldworld.ws' target='_blank'>Old World</a> Oktoberfest from 2:00-6:00 pm!");
			}
	if (ThisMonth == 9 && ThisDay > 4 && ThisDay <=30){
			document.write("Our next performance is at the <a href='http://www.montrosechamber.org/oktoberfest.html' target='_blank'>Montrose Oktoberfest</a>  on Oct. 1 at 5:00 pm ");
			}
	if (ThisMonth == 10 && ThisDay == 1){
			document.write("Join us today at the <a href='http://www.montrosechamber.org/oktoberfest.html' target='_blank'>Montrose Oktoberfest</a> from 5:00-11:00 pm! ");
			}
	if (ThisMonth == 10 && ThisDay > 1 && ThisDay < 8){
			document.write("Our next performance is at the <a href='http://www.facebook.com/event.php?eid=151432994949638' target='_blank'>Anaheim Brewery Oktoberfest</a> on Oct. 8 from 4:00 - 9:00 pm ");
			}
	if (ThisMonth == 10 && ThisDay == 8){
			document.write("Join us today at the <a href='http://www.facebook.com/event.php?eid=151432994949638' target='_blank'>Anaheim Brewery Oktoberfest</a> from 4:00 - 9:00 pm . . . and tomorrow we&#8217;ll be at the <a href='http://www.saugusspeedway.com' target='_blank'>Saugus Speedway Swap Meet Oktoberfest</a> on Oct. 9 from 10:00 am - 2:00 pm ");
			}
	if (ThisMonth == 10 && ThisDay == 9){
			document.write("Join us today at the <a href='http://www.saugusspeedway.com' target='_blank'>Saugus Speedway Swapmeet Oktoberfest</a> from 10:00 am - 2:00 pm! ");
			}
	if (ThisMonth == 10 && ThisDay > 9 && ThisDay <=21){
			document.write("Our next performance is at the <a href='http://maps.google.com/maps?f=q&hl=en&q=1127 North San Antonio Avenue, Ontario, CA 91762-1803' target='_blank'>Christ Church Oktoberfest</a> in Ontario on Oct. 22 from 6:00-10:00 pm ");
			}
	if (ThisMonth == 10 && ThisDay == 22){
			document.write("Join us today at the <a href='http://maps.google.com/maps?f=q&hl=en&q=1127 North San Antonio Avenue, Ontario, CA 91762-1803' target='_blank'>Christ Church Oktoberfest</a> from 6:00-10:00 pm! ");
			}
	if (ThisMonth == 10 && ThisDay >22 && ThisDay <=29){
			document.write("Our next performance is at <a href='http://www.oldworld.ws' target='_blank'>Old World</a> for Oktoberfest Closing Day on Oct. 30 from 2:00-6:00 pm ");
			}
	if (ThisMonth == 10 && ThisDay == 30 ){
			document.write("Join us today at <a href='http://www.oldworld.ws' target='_blank'>Old World</a> for the Last Day of the Oktoberfest from 2:00-6:00 pm! ");
			}			
	if ((ThisMonth == 10 && ThisDay > 30) || (ThisMonth >= 11)){
			document.write("Check our <a href='events.pdf' target='_blank'>Performance Schedule</a> regularly for updated performance information! ");
			}
