<!--

if (document.images)
{
  preload_image_object = new Image();
  
  // set image url
  image_url = new Array();
  image_url[0] = "http://eggcave.com/images/butt_acctsettings_hover.gif";
  image_url[1] = "http://eggcave.com/images/butt_logout_hover.gif";
  
  image_url[2] = "http://eggcave.com/images/tab_cave_hover.gif";
  image_url[3] = "http://eggcave.com/images/tab_archives_hover.gif";
  image_url[4] = "http://eggcave.com/images/tab_explore_hover.gif";
  image_url[5] = "http://eggcave.com/images/tab_cove_hover.gif";
  image_url[6] = "http://eggcave.com/images/tab_community_hover.gif";
  
  /*image_url[7] = "http://eggcave.com/images/butt_friends_hover.gif";*/
  image_url[7] = "http://eggcave.com/images/butt_signup_hover.gif";  
  image_url[8] = "http://eggcave.com/images/butt_lostpass_hover.gif";  
  
  var i = 0;
  for(i=0; i<=8; i++) 
     preload_image_object.src = image_url[i];

}

//-->