// JavaScript Document

var number;
number = Math.floor(Math.random()*14);
//number = 13;

<!--

function change1()
{

if (number==0)
document.write('<img src="http://www.dortonline.org/images/headers/header_about_top.jpg" width="340" height="61" alt="">')
if (number==1)
document.write('<img src="http://www.dortonline.org/images/headers/header_branches_top.jpg" width="340" height="61" alt="">')
if (number==2)
document.write('<img src="http://www.dortonline.org/images/headers/header_checking_top.jpg" width="340" height="61" alt="">')
if (number==3)
document.write('<img src="http://www.dortonline.org/images/headers/header_index_top.jpg" width="340" height="61" alt="">')
if (number==4)
document.write('<img src="http://www.dortonline.org/images/headers/header_info_top.jpg" width="340" height="61" alt="">')
if (number==5)
document.write('<img src="http://www.dortonline.org/images/headers/header_loans_top.jpg" width="340" height="61" alt="">')
if (number==6)
document.write('<img src="http://www.dortonline.org/images/headers/header_online_top.jpg" width="340" height="61" alt="">')
if (number==7)
document.write('<img src="http://www.dortonline.org/images/headers/header_rates_top.jpg" width="340" height="61" alt="">')
if (number==8)
document.write('<img src="http://www.dortonline.org/images/headers/header_savings_top.jpg" width="340" height="61" alt="">')
if (number==9)
document.write('<img src="http://www.dortonline.org/images/headers/header_info_top.jpg" width="340" height="61" alt="">')
if (number==10)
document.write('<img src="http://www.dortonline.org/images/headers/header_random1_top.jpg" width="340" height="61" alt="">')
if (number==11)
document.write('<img src="http://www.dortonline.org/images/headers/header_random2_top.jpg" width="340" height="61" alt="">')
if (number==12)
document.write('<img src="http://www.dortonline.org/images/headers/header_random3_top.jpg" width="340" height="61" alt="">')
if (number==13)
document.write('<img src="http://www.dortonline.org/images/headers/header_random4_top.jpg" width="340" height="61" alt="">')

}

function change2()
{
if (number==0)
document.write('<img src="http://www.dortonline.org/images/headers/header_about_bottom.jpg" width="298" height="148" alt="">')
if (number==1)
document.write('<img src="http://www.dortonline.org/images/headers/header_branches_bottom.jpg" width="298" height="148" alt="">')
if (number==2)
document.write('<img src="http://www.dortonline.org/images/headers/header_checking_bottom.jpg" width="298" height="148" alt="">')
if (number==3)
document.write('<img src="http://www.dortonline.org/images/headers/header_index_bottom.jpg" width="298" height="148" alt="">')
if (number==4)
document.write('<img src="http://www.dortonline.org/images/headers/header_info_bottom.jpg" width="298" height="148" alt="">')
if (number==5)
document.write('<img src="http://www.dortonline.org/images/headers/header_loans_bottom.jpg" width="298" height="148" alt="">')
if (number==6)
document.write('<img src="http://www.dortonline.org/images/headers/header_online_bottom.jpg" width="298" height="148" alt="">')
if (number==7)
document.write('<img src="http://www.dortonline.org/images/headers/header_rates_bottom.jpg" width="298" height="148" alt="">')
if (number==8)
document.write('<img src="http://www.dortonline.org/images/headers/header_savings_bottom.jpg" width="298" height="148" alt="">')
if (number==9)
document.write('<img src="http://www.dortonline.org/images/headers/header_info_bottom.jpg" width="298" height="148" alt="">')
if (number==10)
document.write('<img src="http://www.dortonline.org/images/headers/header_random1_bottom.jpg" width="298" height="148" alt="">')
if (number==11)
document.write('<img src="http://www.dortonline.org/images/headers/header_random2_bottom.jpg" width="298" height="148" alt="">')
if (number==12)
document.write('<img src="http://www.dortonline.org/images/headers/header_random3_bottom.jpg" width="298" height="148" alt="">')
if (number==13)
document.write('<img src="http://www.dortonline.org/images/headers/header_random4_bottom.jpg" width="298" height="148" alt="">')
}

//-->
