<%SELECT CASE request.querystring("CourseTypeID") Case 1 response.redirect "./courses-with-event-dates/Business%20development%20and%20account%20management" Case 10 response.redirect "./courses-with-event-dates/Developing%20a%20strategy%20for%20EDRMS" Case 13 response.redirect "./courses-with-event-dates/Developing%20a%20strategy%20for%20mobile%20and%20flexible%20working" Case 8 response.redirect "./courses-with-event-dates/Developing%20an%20ICT%20strategy" Case 17 response.redirect "./courses-with-event-dates/Implementing%20the%20EU%20Services%20Directive" Case 16 response.redirect "./courses-with-event-dates/Making%20your%20information%20fit%20for%20purpose" Case 7 response.redirect "./courses-with-event-dates/Managing%20the%20environmental%20aspects%20of%20ICT" Case 21 response.redirect "./courses-with-event-dates/Outcome%20based%20commissioning" Case 5 response.redirect "./courses-with-event-dates/Practical%20SLA%20development%20workshop" Case 12 response.redirect "./courses-with-event-dates/Professional%20skills%20management%20in%20challenging%20times" Case 22 response.redirect "./courses-with-event-dates/Skills%20for%20professional%20IT%20service%20management" Case 9 response.redirect "./courses-with-event-dates/Social%20networking%20technologies%20and%20public%20sector%20organisations" Case else response.redirect "./page/primary-links/courses-list" end select 'response.redirect "./courses-with-event-dates/Unified%20communications%20in%20the%20information%20age" 'response.redirect "./courses-with-event-dates/ICT%20strategy%20for%20social%20housing%20made%20simple" %>