MOEAFramework-3.4.website.scripts.referral.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moeaframework Show documentation
Show all versions of moeaframework Show documentation
An Open Source Java Framework for Multiobjective Optimization
//var products = [], index = 0;
//
//products[0] = '';
//products[1] = '';
//products[2] = '';
//products[3] = '';
//products[4] = '';
//products[5] = '';
//products[6] = '';
//products[7] = '';
//products[8] = '';
//products[9] = '';
//products[10] = '';
//products[11] = '';
//products[12] = '';
//products[13] = '';
//products[14] = '';
//products[15] = '';
//products[16] = '';
//products[17] = '';
//products[18] = '';
//
//var tz = jstz.determine();
//
//if (tz.name().indexOf("Honolulu") >= 0 ||
// tz.name().indexOf("Anchorage") >= 0 ||
// tz.name().indexOf("Los_Angeles") >= 0 ||
// tz.name().indexOf("Phoenix") >= 0 ||
// tz.name().indexOf("Denver") >= 0 ||
// tz.name().indexOf("Chicago") >= 0 ||
// tz.name().indexOf("New_York") >= 0 ||
// tz.name().indexOf("St_Johns") >= 0) {
// index = Math.floor(Math.random() * products.length);
// document.write('Recommended Book
');
// document.write(products[index]);
//} else {
// var url = window.location.pathname;
// var filename = url.substring(url.lastIndexOf('/')+1);
//
// if (filename == "index.xml" ||
// filename == "documentation.xml" ||
// filename == "support.xml" ||
// filename == "contribute.xml" ||
// filename == "credits.xml" ||
// filename == "donate.xml") {
// document.write(
// ' \n' +
// ' ');
// } else {
// document.write(
// ' \n' +
// ' ');
// }
//}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy