I know you could make a helper pretty easily given the data. So, if possible, please only submit answers that also include getting the data.
@Chris: something like this:
<%
foreach (var item in ViewData.Get())
{
%>
<%= item.LinkText %> »
<%
}
%>