theme=getTheme();

if ( theme == "Earth" ) {
  document.write ("<IMG NAME=\"imageflip4\" SRC=\"/PNG/Earth/Arrows/Large/arrow_next_off_earth.png\""); 
  document.write (" WIDTH=45 HEIGHT=45 BORDER=0  align=ABSMIDDLE>");
}
else if ( theme == "Mercury" ) {
  document.write ("<IMG NAME=\"imageflip4\" SRC=\"/PNG/Mercury/Arrows/Large/arrow_next_off_mercury.png\""); 
  document.write (" WIDTH=45 HEIGHT=45 BORDER=0  align=ABSMIDDLE>");
}
else if ( theme == "Mars" ) {
  document.write ("<IMG NAME=\"imageflip4\" SRC=\"/PNG/Mars/Arrows/Large/arrow_next_off_mars.png\""); 
  document.write (" WIDTH=45 HEIGHT=45 BORDER=0  align=ABSMIDDLE>");
}
else if ( theme == "Neptune" ) {
  document.write ("<IMG NAME=\"imageflip4\" SRC=\"/PNG/Neptune/Arrows/Large/arrow_next_off_neptune.png\"");
  document.write (" WIDTH=45 HEIGHT=45 BORDER=0  align=ABSMIDDLE>");
}
else if ( theme == "Pluto" ) {
  document.write ("<IMG NAME=\"imageflip4\" SRC=\"/PNG/Pluto/Arrows/Large/arrow_next_off_pluto.png\""); 
  document.write (" WIDTH=45 HEIGHT=45 BORDER=0  align=ABSMIDDLE>");
}
else {
  // Venus
  document.write ("<IMG NAME=\"imageflip4\" SRC=\"/PNG/Venus/Arrows/Large/arrow_next_off_venus.png\""); 
  document.write (" WIDTH=45 HEIGHT=45 BORDER=0  align=ABSMIDDLE>");
}

