report.tablePair("OS Name/Version", ""+ByteOrder.nativeOrder().toString());
report.tablePair("Encog Core Version", ""+Encog.VERSION);
report.endTable();
report.h3("Active JAR Files");
report.beginList();
for (final String file : this.jars) {
report.listItem(file);
}
report.endList();
report.endBody();