function outputList(){ document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } function getTouringRoutes(path) { if (path.length > 0) { window.location = "/displayObject.cfm?objectid=" + path; } }