<!--
  //  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=\"212\" height=\"241\" alt=\"Savour Ottawa member profile\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*16);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "../profiles_fr/zen_kitchen.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/0.jpg\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "../profiles_fr/atelier.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/1.jpg\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "../profiles_fr/ballygiblin.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/2.jpg\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "../profiles_fr/beckta.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/3.jpg\"" +edis);
}
if (img == "4") {
document.write(b1dis+ "../profiles_fr/brookstreet.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/4.jpg\"" +edis);
}
if (img == "5") {
document.write(b1dis+ "../profiles_fr/crowne_plaza.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/5.jpg\"" +edis);
}
if (img == "6") {
document.write(b1dis+ "../profiles_fr/delta.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/6.jpg\"" +edis);
}
if (img == "7") {
document.write(b1dis+ "../profiles_fr/courtyard.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/7.jpg\"" +edis);
}
if (img == "8") {
document.write(b1dis+ "../profiles_fr/green_door.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/8.jpg\"" +edis);
}
if (img == "9") {
document.write(b1dis+ "../profiles_fr/murray_street.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/9.jpg\"" +edis);
}
if (img == "10") {
document.write(b1dis+ "../profiles_fr/red_apron.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/10.jpg\"" +edis);
}
if (img == "11") {
document.write(b1dis+ "../profiles_fr/rideau_club.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/11.jpg\"" +edis);
}
if (img == "12") {
document.write(b1dis+ "../profiles_fr/nac.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/12.jpg\"" +edis);
}
if (img == "13") {
document.write(b1dis+ "../profiles_fr/thyme_and_again.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/13.jpg\"" +edis);
}
if (img == "14") {
document.write(b1dis+ "../profiles_fr/urban_element.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/14.jpg\"" +edis);
}
if (img == "15") {
document.write(b1dis+ "../profiles_fr/saunders_farm.php" +bdis+ "http://www.savourottawa.ca/images/rotating/food-service/15.jpg\"" +edis);
}
// -->
