  //  Script:       Random Image
  //  Version:      1.0
  //  Last Updated: June 12th 1998
  //  Author:       Scott Brady
  //  Org:          HotSource HTML Help
  //  Email:        webmaster@sbrady.com
  //  Website:      http://www.sbrady.com/hotsource/

var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"197\" height=\"300\" alt=\"Hotel in Rome\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*4);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "http://www.innspagnaroom.it" +bdis+ "Hotel%20in%20Rome,%20Spanish%20Steps%20are_file/rome_hotel_a.jpg\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "http://www.innspagnaroom.it" +bdis+ "Hotel%20in%20Rome,%20Spanish%20Steps%20are_file/rome_hotel_b.jpg\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "http://www.innspagnaroom.it" +bdis+ "Hotel%20in%20Rome,%20Spanish%20Steps%20are_file/rome_hotel_c.jpg\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "http://www.innspagnaroom.it" +bdis+ "Hotel%20in%20Rome,%20Spanish%20Steps%20are_file/rome_hotel_d.jpg\"" +edis);
}
