if (document.images) {

auctionn        = new Image();

auctionf        = new Image();

auctionn.src    = "img/auction_on.gif";

auctionf.src    = "img/auction_off.gif";



wishesn        = new Image();

wishesf        = new Image();

wishesn.src    = "img/wishes_on.gif";

wishesf.src    = "img/wishes_off.gif";


eventsn        = new Image();

eventsf        = new Image();

eventsn.src    = "img/upcomingEvents_on.gif";

eventsf.src    = "img/upcomingEvents_off.gif";



}