Title of the page

i feel like a moron asking this but this is just getting really frustrating
ok i got a home page you can see it at www.luthan.com
now if you look at the source you will see that i want the title to be something
well if you look at the actual page, that title doesn’t show up
if i open the index file in my hard drive it displays the title but somehow on my server its not working
no clue what the heck is going on
please help

thanks

this is the page that is actually loaded:


<HTML>
 <HEAD>
  <meta name="DESCRIPTION" content="">
   <TITLE></TITLE>
 </HEAD>
 <!-- Redirection Services Redirector2B-DAL 200-OK -->
 <FRAMESET ROWS="100%, *" frameborder="no" framespacing=0 border=0>
  <FRAME SRC="http://64.246.167.93/~luthan" NAME="mainwindow" frameborder="no" framespacing="0" marginheight="0" marginwidth="0"></FRAME>
 </FRAMESET>
 <NOFRAMES>
  <CENTER>
   <H2>
    Your browser does not support frames.  We recommend upgrading your browser.
   </H2>
   <br><br>
   Click <a href="http://64.246.167.93/~luthan">here</a> to enter the site.
  </CENTER>
 </NOFRAMES>
</HTML>

anyone else get that?
if so just do
64.246.167.93/~luthan
might be some problems with the domain service

Just wanted to say: DA BEARS ROCK!!! (saw the last section of the page lol)

well they got a really crappy season going
what a surprise
but hey, there is nothing like getting trashed at the tailgating party

this is what i get as source!

html
head
meta http-equiv=“Content-Type” content="text/html; charset=iso-8859-1"
title**-=luthan.com=-**/title

script language="JavaScript"
function openWin(url, w, h, x, y)
{
var winprop = “width=” + w + “,height=” + h + “,top=” + x + “,left=” + y;
openwin = window.open(url,’’,winprop);
}
/script

/head

body background="background.gif"brbrbr
table border=0
tr
td width=“50%” /tdtd bgcolor=“white” width = 620 alidn="center"centerobject classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“600” height="500"
param name=“movie” value="main.swf"
param name=“quality” value="high"
embed src=“main.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“600” height=“500”/embed
/object/center/tdtd width=“50%” /td
/tr/table
/body
/html