// JavaScript Document


var bdis = "\<img width=\"750\" height=\"240\" src=\"";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*4);
img = rnumb;

if (img == "0") {
document.write(bdis+ "images/random/2.jpg\"");}

if (img == "1") {
document.write(bdis+ "images/random/3.jpg\"");}

if (img == "2") {
document.write(bdis+ "images/random/4.jpg\"");}

if (img == "3") {
document.write(bdis+ "images/random/5.jpg\"");}

