<!--

if (document.images) {

  b_wear_on = new Image();
  b_wear_on.src = "../UserMods/img/b_wear_on.gif";
  b_wear_off = new Image();
  b_wear_off.src = "../UserMods/img/b_wear.gif";

  b_play_on = new Image();
  b_play_on.src = "../UserMods/img/b_play_on.gif";
  b_play_off = new Image();
  b_play_off.src = "../UserMods/img/b_play.gif";

  b_meal_on = new Image();
  b_meal_on.src = "../UserMods/img/b_meal_on.gif";
  b_meal_off = new Image();
  b_meal_off.src = "../UserMods/img/b_meal.gif";

  b_bath_on = new Image();
  b_bath_on.src = "../UserMods/img/b_bath_on.gif";
  b_bath_off = new Image();
  b_bath_off.src = "../UserMods/img/b_bath.gif";

  b_sleep_on = new Image();
  b_sleep_on.src = "../UserMods/img/b_sleep_on.gif";
  b_sleep_off = new Image();
  b_sleep_off.src = "../UserMods/img/b_sleep.gif";

  b_tidy_on = new Image();
  b_tidy_on.src = "../UserMods/img/b_tidy_on.gif";
  b_tidy_off = new Image();
  b_tidy_off.src = "../UserMods/img/b_tidy.gif";

  b_sale_on = new Image();
  b_sale_on.src = "../UserMods/img/b_sale_on.gif";
  b_sale_off = new Image();
  b_sale_off.src = "../UserMods/img/b_sale.gif";



  icon_hot_on = new Image();
  icon_hot_on.src = "../UserMods/img/icon_hot_on.gif";
  icon_hot_off = new Image();
  icon_hot_off.src = "../UserMods/img/icon_hot.gif";

  icon_eco_on = new Image();
  icon_eco_on.src = "../UserMods/img/icon_eco_on.gif";
  icon_eco_off = new Image();
  icon_eco_off.src = "../UserMods/img/icon_eco.gif";

  icon_momfav_on = new Image();
  icon_momfav_on.src = "../UserMods/img/icon_momfav_on.gif";
  icon_momfav_off = new Image();
  icon_momfav_off.src = "../UserMods/img/icon_momfav.gif";

  icon_organic_on = new Image();
  icon_organic_on.src = "../UserMods/img/icon_organic_on.gif";
  icon_organic_off = new Image();
  icon_organic_off.src = "../UserMods/img/icon_organic.gif";

}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

// -->
