
var temp = Math.floor(Math.random() * 20);
if (temp == 0)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/1.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 1)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/2.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 2)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/3.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 3)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/4.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 4)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/5.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 5)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/6.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 6)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/7.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 7)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/8.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 8)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/9.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 9)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/10.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 10)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/11.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 11)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/12.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 12)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/13.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 13)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/14.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 14)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/15.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 15)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/16.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 16)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/17.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 17)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/18.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 18)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/19.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}
else if (temp == 19)
{
	document.write('<IMG src="http://shipshewanaontheroad.com/2008/images/random/subs/20.jpg" NAME="graphic" BORDER="0" ALT="Shipshewana On The Road">');
}

