function newSlide(id) 
 {  if (document.images) {
         thisImg = thisImg + id
         if (thisImg < 1) {
			thisImg = imgCt }
         if (thisImg > imgCt) {
			thisImg=1 }
         document.slider.src = "images/bc_" + thisImg + ".jpg" }
 }
 function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}
	
SLIDES1 = new slideshow("SLIDES1");
SLIDES1.timeout = 2000;
s = new slide();
s.src =  "images/15th.jpg";
s.link =  "images/15th.jpg";
s.text = "One of our appearances at the mighty 15th St. Tavern";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES1.add_slide(s);

s = new slide();
s.src =  "images/punch.gif";
s.link =  "images/punch.gif";
s.text = "The punch.";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES1.add_slide(s);

s = new slide();
s.src =  "images/Nana.jpg";
s.link =  "images/Nana.jpg";
s.text = "Demo photo from 98.";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES1.add_slide(s);

s = new slide();
s.src =  "images/bbold.jpg";
s.link =  "images/bbold.jpg";
s.text = "First show at the Bluebird Theater";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES1.add_slide(s);

s = new slide();
s.src =  "images/rock.gif";
s.link =  "images/rock.gif";
s.text = "Rocking out.";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES1.add_slide(s);

s = new slide();
s.src =  "images/typephoenix1.jpg";
s.link =  "images/typephoenix1.jpg";
s.text = "On tour in Phoenix, AZ, 2000";
s.window = "_blank";
s.attr = "width=360,height=300";
SLIDES1.add_slide(s);

SLIDES2 = new slideshow("SLIDES2");
SLIDES2.timeout = 3300;
s = new slide();
s.src =  "images/bluebird2.jpg";
s.link =  "images/bluebird2.jpg";
s.text = "Recently at the Bluebird Theater 3";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES2.add_slide(s);

s = new slide();
s.src =  "images/bluebird.jpg";
s.link =  "images/bluebird.jpg";
s.text = "Recently at the Bluebird Theater";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES2.add_slide(s);

s = new slide();
s.src =  "images/bluebird1.jpg";
s.link =  "images/bluebird1.jpg";
s.text = "Recently at the Bluebird Theater 2";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES2.add_slide(s);

s = new slide();
s.src =  "images/typeswoods.jpg";
s.link =  "images/typeswoods.jpg";
s.text = "Along the Wyoming tour road";
s.window = "_blank";
s.attr = "width=320,height=300";
SLIDES2.add_slide(s);
