<!--
var bs_randside1_basedir = "images/SS/NEStFair/img"
var bs_randside1_NumberOfImages = 87;
var bs_randside1_url="http://www.statefair.org";
var bs_randside1_altstr="Nebraska State Fair"

var bs_randside1_now = new Date()
var bs_randside1_sec = bs_randside1_now.getSeconds()
var bs_randside1_number = bs_randside1_sec % bs_randside1_NumberOfImages;
    bs_randside1_number +=1;
var bs_randside1_width = "150";
var bs_randside1_height = "96";
var bs_randside1_graphic = "";

// When images are numbered with two digits:
 if (bs_randside1_number<10)
    bs_randside1_graphic=bs_randside1_basedir+"0"+bs_randside1_number+".jpg"
 else
    bs_randside1_graphic=bs_randside1_basedir+bs_randside1_number+".jpg"


//document.write('<scr'+'ipt>');
// document.write('alert("Graphic is "+ bs_randside1_graphic+".")');
//document.write('</scr'+'ipt>');

document.write('<center>');
//
document.write('<a href=\"' + bs_randside1_url + '\">');
document.write('<img src=\"' + bs_randside1_graphic + '\" width=')
document.write(bs_randside1_width + ' height=' + bs_randside1_height + ' ');
document.write('border="0" alt=\"Enjoy a different image for each visit to this page.  Click to visit the '+bs_randside1_altstr+' page.\"><br />');
document.write('</a>');
//document.write('<font size="1">');
//document.write('<a href=\"' + "AdSponsor.htm" + '\">');
//document.write('Click to learn how your graphic can appear here.')
//document.write('</a>');
//document.write('<br /></font>');
document.write('</center>');
// -->
