<!-- Hide this script from old browsers...
//Javascript copyright 2002 Eric Withrow
if (document.images) {

// off images
    gregoff = new Image();
    gregoff.src ="/images/sectionheaders/main/gregpostles.gif";
    contactoff = new Image();
    contactoff.src ="/images/sectionheaders/main/contact.gif";
    guestbookoff = new Image();
    guestbookoff.src ="/images/sectionheaders/main/guestbook.gif";
    
// on images
    gregon = new Image();
    gregon.src ="/images/sectionheaders/main/gregpostles_roll.gif";
    contacton = new Image();
    contacton.src ="/images/sectionheaders/main/contact_roll.gif";
    guestbookon = new Image();
    guestbookon.src ="/images/sectionheaders/main/guestbook_roll.gif";
}

//Javascript copyright 2002 Eric Withrow
// -->
