function ShowPics(bandName, venueName, showDate, numPics) {
	if (bandName) {

		document.write('<head>');	
		document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
		document.write('<meta http-equiv="imagetoolbar" content="no">');
		document.write('<meta name="Author" content="Emmett Lollis Jr.">');
		document.write('<meta name="KeyWords" content="tulsa rock n roll, ' + bandName + ',' + venueName + ',' + 'concerts, tulsa, live music, calendar of events, rock and roll, rock-n-roll,">');
		document.write('<meta name="Description" content="Tulsa\'s Source for the Rock-N-Roll Scene.  Find concert listings and info. on the hottest bands in Tulsa">');
		document.write('<meta http-equiv="Page-Enter" content="revealTrans(Transition=21,Duration=1.000)">');
		document.write('<title>Tulsa Rock \'n\' Roll - Images of ' + bandName + ' - ' + showDate +'</title>');
		document.write('<link REL="SHORTCUT ICON" HREF="http://tulsarocknroll.com/images/icon/trblue.ico">');
		document.write('<link href="/css/mainsite.css" rel="stylesheet" media="screen">');
		document.write('</head>');

		document.write('<BODY text="#FFFFFF" bgcolor="navy"  link="#64FFFF" vlink="#64FFFF" alink="#64FFFF" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>');
//		document.write('<!-- BEGIN LINKEXCHANGE CODE -->');
//		document.write('<center><iframe src="http://leader.linkexchange.com/X1613082/showiframe?" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no><a href="http://leader.linkexchange.com/X1613082/clickle" target="_top"><img ISMAP SRC="http://leader.linkexchange.com/X1613082/showle?" ALT="" BORDER=0 height=60 width=468></a></iframe>');
//		document.write('<br><a href="http://leader.linkexchange.com/X1613082/clicklogo" target="_top"><img ISMAP SRC="http://leader.linkexchange.com/X1613082/showlogo?" ALT="" BORDER=0 height=16 width=468></a></center>');
//		document.write('<!-- END LINKEXCHANGE CODE -->');

		document.write('<br>');
		document.write('<table width="780" border="0" cellspacing="2" cellpadding="0"><tr><td>');
		document.write('<center>');

        document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="600" HEIGHT="420" id="PicViewer" ALIGN="">');
        document.write('<PARAM NAME=movie VALUE="/inc/PicViewer2004.swf?totalSlides=' + numPics + '&artistName=' + bandName + '&venueName=' + venueName + '&date=' + showDate + '">');
		document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="/inc/PicViewer2004.swf" quality=high bgcolor=#FFFFFF  WIDTH="600" HEIGHT="420" NAME="PicViewer" ALIGN=""');
        document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
        document.write('</OBJECT>');

	}

	document.write('<br><center><font size=-1>Copyright &copy 2001, 2004 Emmett A. Lollis Jr. All Rights Reserved.<br>');
	document.write('<a href="http://www.tulsarocknroll.com/privacy.php">Privacy Policy</a>.<br>');
	document.write('<b><a href="http://www.tulsarocknroll.com" target=_blank>www.TulsaRockNRoll.com</a></b></font></center>');
	document.write('</center>');
	document.write('</td></tr></table>');
//	document.write('</body>');
}


