<!--
function reverse()
{
	history.back();
}
//-->

<!--
img1=new Image()
img1.src="include/newnav/buy.gif"
img2=new Image()
img2.src="include/newnav/buy2.gif"
img3=new Image()
img3.src="include/newnav/about.gif"
img4=new Image()
img4.src="include/newnav/about2.gif"
img5=new Image()
img5.src="include/newnav/signings.gif"
img6=new Image()
img6.src="include/newnav/signings2.gif"
img7=new Image()
img7.src="include/newnav/authors.gif"
img8=new Image()
img8.src="include/newnav/authors2.gif"
img9=new Image()
img9.src="include/newnav/blog.gif"
img10=new Image()
img10.src="include/newnav/blog2.gif"
//-->


<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '/include/images/mivine1.jpg'
theImages[1] = '/include/images/mivine2.jpg'
theImages[2] = '/include/images/mivine3.jpg'
theImages[3] = '/include/images/mivine4.jpg'
theImages[4] = '/include/images/mivine5.jpg'
theImages[5] = '/include/images/mivine6.jpg'
theImages[6] = '/include/images/mivine7.jpg'
theImages[7] = '/include/images/mivine8.jpg'
theImages[8] = '/include/images/mivine9.jpg'

// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'" alt="Michigan Vine" width="800" height="219" border="0">');
}

//  End -->
