                   <table width="100%" cellpadding="0" cellspacing="0">
                      <tr>
                         <td>
                            <asp:HyperLink ID="HyperLink1" ImageUrl="~/Images/MyComics.gif"
                               NavigateUrl="~/Default.aspx" Runat="server" />
                         </td>
                         <td align="right" valign="top">
                            <asp:Panel ID="LinksPanel" Runat="server">
                               <asp:HyperLink ID="AdminLink" Text="Admin"
                                   NavigateUrl="~/Secure/Admin.aspx" Runat="server" ForeColor="White"
                                   Font-Names="Verdana" Font-Size="10pt" EnableTheming="False"
                                   Style="text-decoration: none" />
                               <span style="font-size: 10pt; color: white; font-family: Verdana">|</span>
                               <asp:LoginStatus ID="LoginStatusControl" Runat="server" ForeColor="White"
                                   Font-Names="Verdana" Font-Size="10pt" EnableTheming="False"
                                  Style="text-decoration: none" />
                               <span style="font-size: 10pt; color: white; font-family: Verdana">
                                  &nbsp;
                               </span>
                            </asp:Panel>
                         </td>
                      </tr>
                   </table>
