// ################################################################################################# //
// Initialize variables
// ################################################################################################# //

var version = "2";
var rolls = "0";
var popupcount = 0;

calmonth = new Array();
	calmonth[1]  = 'January 08';
	calmonth[2]  = 'Feburary 08';
	calmonth[3]  = 'March 08';
	calmonth[4]  = 'April 08';
	calmonth[5]  = 'May 08';
	calmonth[6]  = 'June 08';
	calmonth[7]  = 'July 07';
	calmonth[8]  = 'August 07';
	calmonth[9]  = 'September 07';
	calmonth[10] = 'October 07';
	calmonth[11] = 'November 07';
	calmonth[12] = 'December 07';

monthpage = new Array();
	monthpage[1]  = 'Jan';
	monthpage[2]  = 'Feb';
	monthpage[3]  = 'Mar';
	monthpage[4]  = 'Apr';
	monthpage[5]  = 'May';
	monthpage[6]  = 'Jun';
	monthpage[7]  = 'Jul';
	monthpage[8]  = 'Aug';
	monthpage[9]  = 'Sep';
	monthpage[10] = 'Oct';
	monthpage[11] = 'Nov';
	monthpage[12] = 'Dec';

	
// Sundays
	function Cal_Sundays() {
		dateentry("Ricki Derek","www.numbsville.com","event","At The Cavern 1914 lower Greenville in Dallas, TX No cover, 21+");
	}
// Mondays
	function Cal_Mondays() {
		dateentry("JMAC Blues Show","www.knon.org","event","KNON 89.3 FM from 6-8 PM JMAC plays the best in Blues and Jump Blues, so listen for some great old Blues shouting and Swing songs mixed in through the set, and can also be heard online by clicking the link above");
		}
// Tuesdays
	function Cal_Tuesdays() {
		dateentry("Swing Night","www.ftworthjitterbugs.com","event","Southside Preservation Hall 1519 Lipscomb St in Ft Worth DJ'ed dance from 8-Midnight with Swing Dance Lessons from 8-9 pm.  All ages, $3 cover");
		dateentry("Rockabilly Review with Cowhide Cole","www.knon.org","event","KNON 89.3 FM from 8-10 PM Cowhide and friends play Neo and Original Rockabilly hits, and can also be heard online by clicking the link above");
	}
// Wednesdays
	function Cal_Wednesdays() {
		dateentry("Sons Of Hermann Hall","www.sonsofhermann.com","event","Swing Night All ages show, $5 cover. DJ'ed dance from 8-Midnight with dance lessons from 8-9 pm.");
	}
// Thursdays
	function Cal_Thursdays() {
	}
// Fridays
	function Cal_Fridays() {
	}
// Saturdays
	function Cal_Saturdays() {
	}

