theme=getTheme();

if ( theme == "Earth" ) {
  document.write ("<img name=\"quote_imageflip2\" src=\"/PNG/Earth/Arrows/Large/arrow_back_off_earth.png\" ");
  document.write ("     width=\"45\" height=\"45\" border=\"0\"  align=\"ABSMIDDLE\"");
}
else if ( theme == "Mercury" ) {
  document.write ("<img name=\"quote_imageflip2\" src=\"/PNG/Mercury/Arrows/Large/arrow_back_off_mercury.png\" ");
  document.write ("     width=\"45\" height=\"45\" border=\"0\"  align=\"ABSMIDDLE\"");
}
else if ( theme == "Mars" ) {
  document.write ("<img name=\"quote_imageflip2\" src=\"/PNG/Mars/Arrows/Large/arrow_back_off_mars.png\" ");
  document.write ("     width=\"45\" height=\"45\" border=\"0\"  align=\"ABSMIDDLE\"");
}
else if ( theme == "Neptune" ) {
  document.write ("<img name=\"quote_imageflip2\" src=\"/PNG/Neptune/Arrows/Large/arrow_back_off_neptune.png\" ");
  document.write ("     width=\"45\" height=\"45\" border=\"0\"  align=\"ABSMIDDLE\"");
}
else if ( theme == "Pluto" ) {
  document.write ("<img name=\"quote_imageflip2\" src=\"/PNG/Pluto/Arrows/Large/arrow_back_off_pluto.png\" ");
  document.write ("     width=\"45\" height=\"45\" border=\"0\"  align=\"ABSMIDDLE\"");
}
else {
  // Venus
  document.write ("<img name=\"quote_imageflip2\" src=\"/PNG/Venus/Arrows/Large/arrow_back_off_venus.png\" ");
  document.write ("     width=\"45\" height=\"45\" border=\"0\"  align=\"ABSMIDDLE\"");
}

  document.write ("     onMouseOver=\"quote_swapout2()\"");
  document.write ("     onMouseOut=\"quote_swapback2()\"");
  document.write ("     onClick=\"quote_nav_backward()\"");
  document.write (">");

