var cached=0;

if (document.images){

the_washington_off = new Image()
the_washington_off.src = "/contact/navbar/washington.gif"
the_washington_on = new Image()
the_washington_on.src = "/contact/navbar/washington_on.gif"

the_ask_off = new Image()
the_ask_off.src = "/contact/navbar/ask.gif"
the_ask_on = new Image()
the_ask_on.src = "/contact/navbar/ask_on.gif"

the_sub_galleries_off = new Image()
the_sub_galleries_off.src = "/contact/navbar/galleries.gif"
the_sub_galleries_on = new Image()
the_sub_galleries_on.src = "/contact/navbar/galleries_on.gif"

the_sub_newartists_off = new Image()
the_sub_newartists_off.src = "/contact/navbar/new.gif"
the_sub_newartists_on = new Image()
the_sub_newartists_on.src = "/contact/navbar/new_on.gif"

cached=1;
}
