document.write("<a href='home.htm'>home</a> | <a href='program.htm'>program</a> | <a href='ourteam.htm'>our team</a> | <a href='photos.htm'>media</a> | <a href='genr8blog.htm'>ben's blog</a> | <a href='ministries.htm'>ministries</a> | <a href='contactus.htm'>contact us</a> | <a href='extras.htm'>extras</a>")// JavaScript Document
 
/*<!--
if (document.getElementById) { window.onload = swap };
function swap() {
var numimages=7;
rndimg = new Array("topbanner_bg1.jpg", "topbanner_bg2.jpg", "topbanner_bg3.jpg", "topbanner_bg4.jpg", "topbanner_bg5.jpg", "topbanner_bg6.jpg", "topbanner_bg7.jpg"); 
x=(Math.floor(Math.random()*numimages));
randomimage=(rndimg[x]);
document.getElementById("banner").style.backgroundImage = "url("+ randomimage +")"; 
}
-->*/ 

