b1 = new Image;
b1.src="http://www.joeytomsick.com/new/pix/meet2.png";
b2 = new Image;
b2.src="http://www.joeytomsick.com/new/pix/meet1.png"
b3 = new Image;
b3.src="http://www.joeytomsick.com/new/pix/gall2.png";
b4 = new Image;
b4.src="http://www.joeytomsick.com/new/pix/gall1.png"
b5 = new Image;
b5.src="http://www.joeytomsick.com/new/pix/store2.png";
b6 = new Image;
b6.src="http://www.joeytomsick.com/new/pix/store1.png"
b7 = new Image;
b7.src="http://www.joeytomsick.com/new/pix/wed2.png";
b8 = new Image;
b8.src="http://www.joeytomsick.com/new/pix/wed1.png"
b9 = new Image;
b9.src="http://www.joeytomsick.com/new/pix/sched2.png";
b10 = new Image;
b10.src="http://www.joeytomsick.com/new/pix/sched1.png"
b11 = new Image;
b11.src="http://www.joeytomsick.com/new/pix/home2.png";
b12 = new Image;
b12.src="http://www.joeytomsick.com/new/pix/home1.png"
b13 = new Image;
b13.src="http://www.joeytomsick.com/new/pix/gig2.png";
b14 = new Image;
b14.src="http://www.joeytomsick.com/new/pix/gig1.png"

function flip(imageID,imageName)
{
document.images[imageID].src = eval(imageName + ".src");
}