%
target = request.querystring("target")
on error resume next
%>
<% if target = "" or target = "news" then %>
|
| News
|
|
|
|
<% end if %>
<% if target = "" or target = "biz" then %>
|
| Business
|
|
|
|
<% end if %>
<% if target = "" or target = "life" then %>
|
| Life
|
|
|
|
<% end if %>
<% if target = "" or target = "sport" then %>
|
| Sport
|
|
|
|
<% end if %>