<!--
  //  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=\"190\" height=\"91\" alt=\"some text\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*9);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "examples01.html#dental" +bdis+ "random-dental.gif\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "examples01.html#school" +bdis+ "random-school.gif\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "art-main01.html" +bdis+ "random-freeguides.gif\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "hotitem02.html" +bdis+ "random-emailthreats1.gif\"" +edis);
}
if (img == "4") {
document.write(b1dis+ "faq01.html" +bdis+ "random-faq1.gif\"" +edis);
}
if (img == "5") {
document.write(b1dis+ "service01.html" +bdis+ "random-fixed.gif\"" +edis);
}
if (img == "6") {
document.write(b1dis+ "model01.html" +bdis+ "random-model.gif\"" +edis);
}
if (img == "7") {
document.write(b1dis+ "faq01.html" +bdis+ "random-faq2.gif\"" +edis);
}
if (img == "8") {
document.write(b1dis+ "examples01.html" +bdis+ "random-examples.gif\"" +edis);
}
// -->
