<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "50"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var sidealign		= "center"	// ALIGN SIDEBAR - left | center | right
var pageheight		= "250"		// CHANGE TOTAL HEIGHT OF ALL PAGES



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" valign="top">');

document.write('<br>');
document.write('7-3-2009<br>');
document.write('Fort Worth TX<br>');
document.write('White Elephant Saloon<br>');

document.write('<br>');
document.write('7-4-2009<br>');
document.write('Stephenville TX<br>');
document.write('Birdsong Amphitheater<br>')

document.write('<br>');
document.write('7-10-2009<br>');
document.write('Pipe Creek TX<br>');
document.write('Jakes<br>');

document.write('<br>');
document.write('7-11-2009<br>');
document.write('Port Aransas TX<br>');
document.write('Back Porch Bar<br>')

document.write('<br>');
document.write('7-12-2009<br>');
document.write('Corpus Christi TX<br>');
document.write('House of Rock<br>');

document.write('<br>');
document.write('7-17-2009<br>');
document.write('Fredericksburg TX<br>');
document.write('Luckenbach Dancehall<br>')

document.write('<br>');
document.write('7-24-2009<br>');
document.write('Schulenburg TX<br>');
document.write('Senglemann Hall<br>'
document.write('</td></tr></table>');




// PAGE SPACER

document.write('<img src="picts/spacer.gif" border="0" width="2" height="'+pageheight+'"><br>');




//  End -->