MarshalMix,
That wasn't exaclty what I wanted but I was able to take what you gave me and make it work the way I needed.
All I did was take this:
" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
and change it to this:
" <td valign=""top"" width=""50%""> <a href=""" & strHomeURL & """" & dWStatus("Homepage") & " tabindex=""-1""><acronym title=""Homepage"">MyHomePage.com</acronym></a>" & getCurrentIcon(strTitleImage & "||","Return to Site Home Page","") & "</a></td>" & vbNewLine & _
Thanks for the help. It works great.
Mark