function outputList(){ document.write('The Great Southern Touring Route'); document.write('The Great Alpine Road'); document.write('Capital & Country Touring Route'); document.write('Touring the Murray'); document.write('Around the Bay Touring Route'); } function getTouringRoutes(path) { if (path.length > 0) { window.location = "/displayObject.cfm?objectid=" + path; } }