// Banner Loader

function getBan() {
var randomnumber = Math.round(Math.random()*5);
if (randomnumber == 1) {banner1();}
else if (randomnumber == 2) {banner2();}
else if (randomnumber == 3) {banner3();}
else if (randomnumber == 4) {banner4();}
else {banner5();}
}

// Static banners
function banner1() {
document.write('<a href="http://yalecancercenter.org/top/survivor/survivors_linda.html" class="bannerlink">\n');
document.write('<img src="http://www.yalecancercenter.org/top/splash/banners/Linda_static.jpg" width="815" height="286" border="0" alt="Linda" title="Linda" />\n');
document.write('</a>\n');
}

function banner2() {
document.write('<a href="http://yalecancercenter.org/top/survivor/survivors_pat.html" class="bannerlink">\n');
document.write('<img src="http://www.yalecancercenter.org/top/splash/banners/Pat_static.jpg" width="815" height="286" border="0" alt="Pat" title="Pat" />\n');
document.write('</a>\n');
}

function banner3() {
document.write('<a href="http://yalecancercenter.org/top/survivor/survivors_robert.html" class="bannerlink">\n');
document.write('<img src="http://www.yalecancercenter.org/top/splash/banners/Robert_static.jpg" width="815" height="286" border="0" alt="Robert" title="Robert" />\n');
document.write('</a>\n');
}

function banner4() {
document.write('<a href="http://yalecancercenter.org/top/survivor/survivors_helen.html" class="bannerlink">\n');
document.write('<img src="http://www.yalecancercenter.org/top/splash/banners/Helen1_finalStatic.jpg" width="815" height="286" border="0" alt="Helen" title="Helen" />\n');
document.write('</a>\n');
}

function banner5() {
document.write('<a href="http://yalecancercenter.org/top/survivor/survivors_victor.html" class="bannerlink">\n');
document.write('<img src="http://www.yalecancercenter.org/top/splash/banners/victor1_finalStatic.jpg" width="815" height="286" border="0" alt="Victor" title="Victor" />\n');
document.write('</a>\n');
}





