<!--var pic, alt;
    pic = new Array;
    pic[0] = "images/rotimage/front-bl-1.jpg";
    pic[1] = "images/rotimage/front-bl-2.jpg";
    pic[2] = "images/rotimage/front-bl-3.jpg";
    pic[3] = "images/rotimage/front-bl-4.jpg";
    pic[4] = "images/rotimage/front-bl-5.jpg";
    pic[5] = "images/rotimage/front-bl-6.jpg";
	pic[6] = "images/rotimage/front-bl-7.jpg";
    pic[7] = "images/rotimage/front-bl-8.jpg";
    pic[8] = "images/rotimage/front-bl-9.jpg";
    pic[9] = "images/rotimage/front-bl-9.jpg";

    
    alt = new Array;
    alt[0] = "This is a picture of image 1";
    alt[1] = "This is a picture of image 2";
    alt[2] = "This is a picture of image 3";
    alt[3] = "This is a picture of image 4";
    alt[4] = "This is a picture of image 5";
    alt[5] = "This is a picture of image 6";
	alt[6] = "This is a picture of image 7";
    alt[7] = "This is a picture of image 8";
    alt[8] = "This is a picture of image 9";
    alt[9] = "This is a picture of image 9";


    
	var picnum;
	picnum = eval(Math.floor(Math.random()*(pic.length)));

	
    document.write("<img alt='" + alt[picnum] + "' name='bl' src='" + pic[picnum] + "' width='250' height='250' border='0' />");
    //-->