slot this into your code as your html looks like html 4.01 transitional. It the safest bet.
Code:
<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>Housewares And Beyond</title>
<meta name="Description" content="your description">
<script language="JavaScript" src="source code" type="text/javascript"></script>
<link href="csslink" rel="stylesheet">
</head>
cheers
Warren