3
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-EN">
|
|
3 |
|
|
4 |
<head>
|
|
5 |
<link rel="stylesheet" id="CSSLink" type="text/css" href="suggests.css"/>
|
|
6 |
<script src="suggests.js" type="text/javascript"></script>
|
|
7 |
<script src="../../js/Bind.js" type="text/javascript"></script>
|
|
8 |
</head>
|
|
9 |
|
|
10 |
<body onload="searchSuggests.loadComplete()">
|
|
11 |
<img src="icons/topshadow.png" alt="background image" class="floatImg" id="TopShadowImgId" />
|
|
12 |
|
|
13 |
<!-- this div provides the background color and border -->
|
|
14 |
<div id="PageBorderId">
|
|
15 |
</div>
|
|
16 |
|
|
17 |
<!-- this div provides the bottom gradient -->
|
|
18 |
<div id="PageBottomShadowId">
|
|
19 |
</div>
|
|
20 |
|
|
21 |
<div class = "SuggestView" id="SuggestsId">
|
|
22 |
<script type="text/javascript">
|
|
23 |
var searchSuggests = new Suggests();
|
|
24 |
</script>
|
|
25 |
</div>
|
|
26 |
</body>
|
|
27 |
</html>
|