var cached=0;

if (document.images){

the_introduction_off = new Image()
the_introduction_off.src = "/artists/navbar/introduction.gif"
the_introduction_on = new Image()
the_introduction_on.src = "/artists/navbar/introduction_on.gif"

the_profile_off = new Image()
the_profile_off.src = "/artists/navbar/profile.gif"
the_profile_on = new Image()
the_profile_on.src = "/artists/navbar/profile_on.gif"

//the_collection_off = new Image()
//the_collection_off.src = "/artists/navbar/white.gif"
//the_collection_on = new Image()
//the_collection_on.src = "/images/space.gif"

the_collection_off = new Image()
the_collection_off.src = "images/collection.gif"
the_collection_on = new Image()
the_collection_on.src = "images/collection_on.gif"

the_archive_off = new Image()
the_archive_off.src = "/artists/navbar/archive.gif"
the_archive_on = new Image()
the_archive_on.src = "/artists/navbar/archive_on.gif"

cached=1;
}