var bdis = "<img src=\"";
var edis = " alt=\"Turner & Co. - Commercial Insurance Brokers | Independent Financial Advisors\"border=\"0\">";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*3);
img = rnumb;
if (img == "0") {
document.write(bdis+ "images/home01.gif\" title=\"Turner & Co. - Commercial Insurance Brokers | Independent Financial Advisors\"" +edis);
}
if (img == "1") {
document.write(bdis+ "images/home02.gif\" title=\"Turner & Co. - Commercial Insurance Brokers | Independent Financial Advisors\"" +edis);
}
if (img == "2") {
document.write(bdis+ "images/home03.gif\" title=\"Turner & Co. - Commercial Insurance Brokers | Independent Financial Advisors\"" +edis);
}
// -->