
// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Sideimage=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Sideimage[0] = "<img src='http://belocalnc.org/images/side-image-1.jpg' border='0'>";
Sideimage[1] = "<img src='http://belocalnc.org/images/side-image-2.jpg' border='0'>";
Sideimage[2] = "<img src='http://belocalnc.org/images/side-image-3.jpg' border='0'>";
Sideimage[3] = "<img src='http://belocalnc.org/images/side-image-4.jpg' border='0'>";
Sideimage[4] = "<img src='http://belocalnc.org/images/side-image-5.jpg' border='0'>";
Sideimage[5] = "<img src='http://belocalnc.org/images/side-image-6.jpg' border='0'>";
Sideimage[6] = "<img src='http://belocalnc.org/images/side-image-7.jpg' border='0'>";
Sideimage[7] = "<img src='http://belocalnc.org/images/side-image-8.jpg' border='0'>";
Sideimage[8] = "<img src='http://belocalnc.org/images/side-image-9.jpg' border='0'>";
Sideimage[9] = "<img src='http://belocalnc.org/images/side-image-10.jpg' border='0'>";
Sideimage[10] = "<img src='http://belocalnc.org/images/side-image-11.jpg' border='0'>";
Sideimage[11] = "<img src='http://belocalnc.org/images/side-image-12.jpg' border='0'>";

// ======================================
// Do not change anything below this line
// ======================================
var S = Sideimage.length;
var whichSideimage=Math.round(Math.random()*(S-1));
function showSideimage(){document.write(Sideimage[whichSideimage]);}
showSideimage();
