-
Notifications
You must be signed in to change notification settings - Fork 0
/
searchresults.asp
114 lines (82 loc) · 3.05 KB
/
searchresults.asp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="robots" content="noindex,nofollow" />
<title>PACER Site Search Results</title>
<link rel="shortcut icon" href="http://www.pacer.org/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<script type="text/javascript" src="css/menu.js"></script>
</head>
<body>
<div id="skiptocontent">
<a href="#maincontent">Skip to main content</a>
</div>
<div id="wrapper">
<div id="main">
<div id="header">
<div>
<!-- Google CSE Search Box Begins -->
<form class="nav" action="http://www.pacer.org/searchresults.asp" id="cse-search-box"><a href="contactpacer.asp">Contact PACER</a> | <a href="help/donate.asp">Donate</a> | <label for="q">Search</label>
<input type="hidden" name="cx" value="008159103446416441332:ztnv2wmj0ug" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="text" name="q" id="q" size="25" />
<input type="submit" name="sa" value="Search" />
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
<!-- Google CSE Search Box Ends -->
<a href="./"><img src="images/pacerLogo.gif" alt="PACER Center Logo: Champions for Children with Disabilities" class="logoImg" /></a>
</div>
<!--#include virtual="/dynamicheader.htm"-->
</div>
<div id="rightBar">
<p class="pacerinfo">
<strong>PACER Center<br />
952-838-9000</strong>
</p>
<p class="pacerinfo2">
Champions for Children with Disabilities
</p>
<p class="pacerinfo3">
<a href="http://www.pacer.org/about/howPACERhelps.asp">Learn more >>></a>
</p>
<div class="stayinformed">
<h2>Stay Informed</h2>
<a href="/forms/">Sign up</a> to receive the latest information from PACER.
</div>
</div>
<div id="maincontent">
<div id="pagetoporange">
<div class="printemail">
<p>
<img src="css/printicon.gif" width="15" height="14" alt="" /><a href="javascript:window.print()">Print page</a>
</p>
</div>
<div id="breadcrumb">
<a href="index.asp">Home</a> / Search Results
<h1>Search Results</h1>
</div>
</div>
<!--BEGIN CONTENT-->
<div id="pagecontent">
<h2 class="nounderline"><a name="maincontent">Search Results</a></h2>
<!-- Google Search Result Snippet Begins -->
<div id="cse-search-results"></div>
<script type="text/javascript">
var googleSearchIframeName = "cse-search-results";
var googleSearchFormName = "cse-search-box";
var googleSearchFrameWidth = 600;
var googleSearchDomain = "www.google.com";
var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
<!-- Google Search Result Snippet Ends -->
</div>
<!--END CONTENT-->
</div>
</div>
<!--#include virtual="/footer.htm"-->
</div>
</body>
</html>