Here is the source code of the link you supplied (which displays a page named "http://www.myvalencianhome.com/index.htm", as far as I can tell):
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="158,*" cols="*" framespacing="0" frameborder="no" border="0" bordercolor="#0000CC">
<frame src="Top.htm" name="topFrame" frameborder="no" scrolling="NO" noresize >
<frame src="Home.htm" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
The title is unchanged from before.
Bookmarks