  //  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=\"200\" height=\"260\" alt=\"Hotel in Rome\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*10);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_01.jpg\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_02.jpg\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_03.jpg\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_04.jpg\"" +edis);
}
if (img == "4") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_05.jpg\"" +edis);
}
if (img == "5") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_06.jpg\"" +edis);
}
if (img == "6") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_07.jpg\"" +edis);
}
if (img == "7") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_08.jpg\"" +edis);
}
if (img == "8") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_09.jpg\"" +edis);
}
if (img == "9") {
document.write(b1dis+ "http://www.picassohotel.com/en/where.htm" +bdis+ "../Hotel%20in%20Rome,%20Central%20Rome%20Hotel_file/Rome_pics_10.jpg\"" +edis);
}