var toDay = new Date();
theDate = toDay.getDate();

var today = new Date();
var day = today.getDay();
daysOfWeek = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
monthsOfYear = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
var caption = 'Gentlemen\'s Playground picture a day for ' + daysOfWeek[day] + ', ' + monthsOfYear[today.getMonth()] + ' ' + today.getDate() + ', ' + today.getFullYear();

var footer1 = '<br/>';
var footer2 = '<br/>Check back tomorrow for another picture.'

var thePictures = new Array();


var i = 0;
thePictures[i] = '...';


//Picture #1 -
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1901.jpg">';

//Picture #2 - 
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1903.jpg">';

//Pciture #3 - 
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1904.jpg">';

//Picture #4 -- 
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1906.jpg">';

//Picture #5 -- 
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1908.jpg">';

//Picture #6 - 
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1910.jpg">';

//Picture #7 -
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1911.jpg">';

//Picture #8 
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1914.jpg">';

//Picture #9
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1915.jpg">';

//Picture #10
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1916.jpg">';

//Picture #11
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1918.jpg">';

//Picture #12
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1920.jpg">';

//Picture #13
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1923.jpg">';

//Picture #14
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1924.jpg">';

//Picture #15
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1926.jpg">';

//Picture #16
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1928.jpg">';

//Picture #17
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1931.jpg">';

//Picture #18
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1935.jpg">';

//Picture #19
i++;
thePictures[i] = '<img src="images/dancers0806/IMG_1942.jpg">';


if (theDate > i){
	theDate = 1 + Math.floor(Math.random() * (i));
	//alert(i + "\n" + theDate);
}

var x = 1 + Math.floor(Math.random() * (i));
if (x <= 1 || x == 3) {x=5};
//var y = 1 + Math.floor(Math.random() * (i));
//var z = 1 + Math.floor(Math.random() * (i));

//alert(thePictures[theDate] + '\n' + theDate);



//myCode = getCode(get_n());
//Top Banner
var myCode = thePictures[theDate] + footer1 + footer2;	
//myCode = thePictures[1] + footer1 + footer2;


