// This breaks the page out of frames from another site.

if (top.location != self.location) {
        top.location = self.location
}


// ON STATES //
if (document.images) {

  platformson = new Image();
  platformson.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  swimon = new Image();
  swimon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  swim2on = new Image();
  swim2on.src = "../../images/ani/educated_guess/track_audio_on.gif";
 
  edguesson = new Image();
  edguesson.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  origamion = new Image();
  origamion.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  origami2on = new Image();
  origami2on.src = "../../images/ani/educated_guess/track_audio_on.gif";
 
  blisson = new Image();
  blisson.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  truestoryon = new Image();
  truestoryon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  bodilyon = new Image();
  bodilyon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  youeachon = new Image();
  youeachon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  animalon = new Image();
  animalon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  animal2on = new Image();
  animal2on.src = "../../images/ani/educated_guess/track_audio_on.gif";
 
  grandon = new Image();
  grandon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  grand2on = new Image();
  grand2on.src = "../../images/ani/educated_guess/track_audio_on.gif";
 
  companyon = new Image();
  companyon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  raincheckon = new Image();
  raincheckon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  akimboon = new Image();
  akimboon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
  bubbleon = new Image();
  bubbleon.src = "../../images/ani/educated_guess/track_lyric_on.gif";
 
// ON STATES //

  platformsoff = new Image();
  platformsoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  swimoff = new Image();
  swimoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  swim2off = new Image();
  swim2off.src = "../../images/ani/educated_guess/track_audio.gif";
  
  edguessoff = new Image();
  edguessoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  origamioff = new Image();
  origamioff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  origami2off = new Image();
  origami2off.src = "../../images/ani/educated_guess/track_audio.gif";
  
  blissoff = new Image();
  blissoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  truestoryoff = new Image();
  truestoryoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  bodilyoff = new Image();
  bodilyoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  youeachoff = new Image();
  youeachoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  animaloff = new Image();
  animaloff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  animal2off = new Image();
  animal2off.src = "../../images/ani/educated_guess/track_audio.gif";
  
  grandoff = new Image();
  grandoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  grand2off = new Image();
  grand2off.src = "../../images/ani/educated_guess/track_audio.gif";
  
  companyoff = new Image();
  companyoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  raincheckoff = new Image();
  raincheckoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  akimbooff = new Image();
  akimbooff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
  bubbleoff = new Image();
  bubbleoff.src = "../../images/ani/educated_guess/track_lyric.gif";
  
}

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}

// PRE-LOAD IMAGES //
function ImagePreLoad() {
  if (document.images) {

    preLoad1 = new Image();
    preLoad1.src = "../../images/ani/educated_guess/track_lyric_on.gif";

    preLoad2 = new Image();
    preLoad3.src = "../../images/ani/educated_guess/track_audio_on.gif";


  }
}
