var cached=0;

if (document.images){

the_latest_off = new Image()
the_latest_off.src = "/news/navbar/latest.gif"
the_latest_on = new Image()
the_latest_on.src = "/news/navbar/latest_on.gif"

the_archive_off = new Image()
the_archive_off.src = "/news/navbar/archive.gif"
the_archive_on = new Image()
the_archive_on.src = "/news/navbar/archive_on.gif"

the_tour_off = new Image()
the_tour_off.src = "/news/navbar/tour.gif"
the_tour_on = new Image()
the_tour_on.src = "/news/navbar/tour_on.gif"

the_tourA_off = new Image()
the_tourA_off.src = "/news/navbar/tourArchive.gif"
the_tourA_on = new Image()
the_tourA_on.src = "/news/navbar/tourArchive_on.gif"

the_galleryNews_off = new Image()
the_galleryNews_off.src = "/news/navbar/galleryNews.gif"
the_galleryNews_on = new Image()
the_galleryNews_on.src = "/news/navbar/galleryNews_on.gif"

cached=1;
}
