
var bs_randside1_basedir = "images/RS/SD-V/img"
var bs_randside1_NumberOfImages = 16;
var bs_randside1_url="http://www.state.sd.us/";
var bs_randside1_altstr="Official South Dakota"

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 = "";

if (bs_randside1_number<=1)
   bs_randside1_height = "430"
else
if (bs_randside1_number<=6)
   bs_randside1_height = "638"
else
   bs_randside1_height = "678"


 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('<font size="1">You can visit the official state website                                                                                                                                     by clicking this graphic:<br /></font>');
document.write('<a onclick="openWindow(this,\'codepage\')" 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+' website\"><br />');
document.write('</a>');
//document.write('<font size="1">');
//document.write('<a onclick="openWindow(this,\'ourpage\')" href=\"' + "AdSponsor.htm" + '\">');
//document.write('Click to learn how your graphic can appear here.')
//document.write('</a>');
//document.write('<br /></font>');
document.write('</center>');
