var ranNum= Math.floor(Math.random()*3+1);
if (ranNum == 1) {document.write('<style>.downloadbox{background-image:url(images/download_box_1.jpg);}</style>');}
if (ranNum == 2) {document.write('<style>.downloadbox{background-image:url(images/download_box_2.jpg);}</style>');}
if (ranNum == 3) {document.write('<style>.downloadbox{background-image:url(images/download_box_3.jpg);}</style>');}

function showImage() {
    var ranNum= Math.floor(Math.random()*3+1);
    if (ranNum == 1) {document.write("<a href='stories/index.html'><img src='images/should_have_used_1.jpg' alt='Image: Should have used Browzar' width='95' height='98' class='floatleft' /></a>");}
    if (ranNum == 2) {document.write("<a href='stories/index.html'><img src='images/should_have_used_2.jpg' alt='Image: Should have used Browzar' width='95' height='98' class='floatleft' /></a>");}
    if (ranNum == 3) {document.write("<a href='stories/index.html'><img src='images/should_have_used_3.jpg' alt='Image: Should have used Browzar' width='95' height='98' class='floatleft' /></a>");}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}