Added Russell County Web Site Mirror for 2024-04-18 at 2:30 am.

This commit is contained in:
David Ball 2024-05-23 23:20:25 -04:00
parent d120acfd35
commit 11732806b5
2655 changed files with 894855 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,140 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="HTTrack is an easy-to-use website mirror utility. It allows you to download a World Wide website from the Internet to a local directory,building recursively all structures, getting html, images, and other files from the server to your computer. Links are rebuiltrelatively so that you can freely browse to the local site (works with any browser). You can mirror several sites together so that you can jump from one toanother. You can, also, update an existing mirror site, or resume an interrupted download. The robot is fully configurable, with an integrated help" />
<meta name="keywords" content="httrack, HTTRACK, HTTrack, winhttrack, WINHTTRACK, WinHTTrack, offline browser, web mirror utility, aspirateur web, surf offline, web capture, www mirror utility, browse offline, local site builder, website mirroring, aspirateur www, internet grabber, capture de site web, internet tool, hors connexion, unix, dos, windows 95, windows 98, solaris, ibm580, AIX 4.0, HTS, HTGet, web aspirator, web aspirateur, libre, GPL, GNU, free software" />
<title>List of available projects - HTTrack Website Copier</title>
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
<style type="text/css">
<!--
body {
margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px;
background: #77b;
}
body, td {
font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#subTitle {
background: #000; color: #fff; padding: 4px; font-weight: bold;
}
#siteNavigation a, #siteNavigation .current {
font-weight: bold; color: #448;
}
#siteNavigation a:link { text-decoration: none; }
#siteNavigation a:visited { text-decoration: none; }
#siteNavigation .current { background-color: #ccd; }
#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; }
#siteNavigation a:active { text-decoration: none; background-color: #ccc; }
a:link { text-decoration: underline; color: #00f; }
a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; color: #c00; }
a:active { text-decoration: underline; }
#pageContent {
clear: both;
border-bottom: 6px solid #000;
padding: 10px; padding-top: 20px;
line-height: 1.65em;
background-image: url(backblue.gif);
background-repeat: no-repeat;
background-position: top right;
}
#pageContent, #siteNavigation {
background-color: #ccd;
}
.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; }
hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; }
h1 { margin: 0; font-weight: bold; font-size: 2em; }
h2 { margin: 0; font-weight: bold; font-size: 1.6em; }
h3 { margin: 0; font-weight: bold; font-size: 1.3em; }
h4 { margin: 0; font-weight: bold; font-size: 1.18em; }
.blak { background-color: #000; }
.hide { display: none; }
.tableWidth { min-width: 400px; }
.tblRegular { border-collapse: collapse; }
.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; }
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
.tblNoBorder td { border: 0; }
// -->
</style>
</head>
<body>
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth">
<tr>
<td id="subTitle">HTTrack Website Copier - Open Source offline browser</td>
</tr>
</table>
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth">
<tr class="blak">
<td>
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="0">
<tr>
<td colspan="6">
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="10">
<tr>
<td id="pageContent">
<!-- ==================== End prologue ==================== -->
<h1 ALIGN=Center>Index of locally available projects:</H1>
<table border="0" width="100%" cellspacing="1" cellpadding="0">
<TH>
<BR/>
No categories
</TH>
<TR>
<TD BACKGROUND="fade.gif">
&middot; <A HREF="russellcountyva.org/index.html">russellcountyva.org</A>
</TD>
</TR>
</TABLE>
<BR>
<H6 ALIGN="RIGHT">
<I>Mirror and index made by HTTrack Website Copier [XR&CO'2008]</I>
</H6>
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
<!-- Thanks for using HTTrack Website Copier! -->
<!-- ==================== Start epilogue ==================== -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0">
<tr>
<td id="footer"><small>&copy; 2008 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,757 @@
@charset "UTF-8";
:root {
--dt-row-selected: 13, 110, 253;
--dt-row-selected-text: 255, 255, 255;
--dt-row-selected-link: 9, 10, 11;
--dt-row-stripe: 0, 0, 0;
--dt-row-hover: 0, 0, 0;
--dt-column-ordering: 0, 0, 0;
--dt-html-background: white;
}
:root.dark {
--dt-html-background: rgb(33, 37, 41);
}
table.dataTable td.dt-control {
text-align: center;
cursor: pointer;
}
table.dataTable td.dt-control:before {
display: inline-block;
box-sizing: border-box;
content: "";
border-top: 5px solid transparent;
border-left: 10px solid rgba(0, 0, 0, 0.5);
border-bottom: 5px solid transparent;
border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
border-top: 10px solid rgba(0, 0, 0, 0.5);
border-left: 5px solid transparent;
border-bottom: 0px solid transparent;
border-right: 5px solid transparent;
}
html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
border-top-color: rgba(255, 255, 255, 0.5);
border-left-color: transparent;
}
div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
height: 0 !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
height: 0 !important;
overflow: hidden !important;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
position: absolute;
display: block;
bottom: 50%;
content: "▲";
content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
position: absolute;
display: block;
top: 50%;
content: "▼";
content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
position: relative;
padding-right: 30px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
position: absolute;
right: 12px;
top: 0;
bottom: 0;
width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
left: 0;
opacity: 0.125;
line-height: 9px;
font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
outline: 2px solid rgba(0, 0, 0, 0.05);
outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
overflow: hidden;
}
:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
outline: 2px solid rgba(255, 255, 255, 0.05);
}
div.dt-processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
margin-top: -22px;
text-align: center;
padding: 2px;
z-index: 10;
}
div.dt-processing > div:last-child {
position: relative;
width: 80px;
height: 15px;
margin: 1em auto;
}
div.dt-processing > div:last-child > div {
position: absolute;
top: 0;
width: 13px;
height: 13px;
border-radius: 50%;
background: rgb(13, 110, 253);
background: rgb(var(--dt-row-selected));
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
left: 8px;
animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
left: 8px;
animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
left: 32px;
animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
left: 56px;
animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes datatables-loader-3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes datatables-loader-2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
text-align: center;
vertical-align: top;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
/*
* Table styles
*/
table.dataTable {
width: 100%;
margin: 0 auto;
border-spacing: 0;
/*
* Header and footer styles
*/
/*
* Body styles
*/
}
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
padding: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
border-top: 1px solid rgba(0, 0, 0, 0.3);
padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
border-bottom: none;
}
table.dataTable > tbody > tr.selected > * {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
color: rgb(255, 255, 255);
color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
color: rgb(9, 10, 11);
color: rgb(var(--dt-row-selected-link));
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
border-top-color: rgba(13, 110, 253, 0.65);
border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > * {
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > *:first-child {
border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > * {
border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
box-shadow: inset 0 0 0 9999px #0d6efd !important;
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
padding: 4px;
}
/*
* Control feature layout
*/
div.dt-container {
position: relative;
clear: both;
}
div.dt-container div.dt-layout-row {
display: table;
clear: both;
width: 100%;
}
div.dt-container div.dt-layout-row.dt-layout-table {
display: block;
}
div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
display: block;
}
div.dt-container div.dt-layout-cell {
display: table-cell;
vertical-align: middle;
padding: 5px 0;
}
div.dt-container div.dt-layout-cell.dt-full {
text-align: center;
}
div.dt-container div.dt-layout-cell.dt-start {
text-align: left;
}
div.dt-container div.dt-layout-cell.dt-end {
text-align: right;
}
div.dt-container div.dt-layout-cell:empty {
display: none;
}
div.dt-container .dt-search input {
border: 1px solid #aaa;
border-radius: 3px;
padding: 5px;
background-color: transparent;
color: inherit;
margin-left: 3px;
}
div.dt-container .dt-input {
border: 1px solid #aaa;
border-radius: 3px;
padding: 5px;
background-color: transparent;
color: inherit;
}
div.dt-container select.dt-input {
padding: 4px;
}
div.dt-container .dt-paging .dt-paging-button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
color: inherit !important;
border: 1px solid transparent;
border-radius: 2px;
background: transparent;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
color: inherit !important;
border: 1px solid rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.05);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
cursor: default;
color: rgba(0, 0, 0, 0.5) !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
color: white !important;
border: 1px solid #111;
background-color: #111;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #585858 0%, #111 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #585858 0%, #111 100%); /* IE10+ */
background: -o-linear-gradient(top, #585858 0%, #111 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}
div.dt-container .dt-paging .dt-paging-button:active {
outline: none;
background-color: #0c0c0c;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
box-shadow: inset 0 0 3px #111;
}
div.dt-container .dt-paging .ellipsis {
padding: 0 1em;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
color: inherit;
}
div.dt-container .dataTables_scroll {
clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
-webkit-overflow-scrolling: touch;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
vertical-align: middle;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
border-bottom: none;
}
@media screen and (max-width: 767px) {
div.dt-container div.dt-layout-row {
display: block;
}
div.dt-container div.dt-layout-cell {
display: block;
}
div.dt-container div.dt-layout-cell.dt-full, div.dt-container div.dt-layout-cell.dt-start, div.dt-container div.dt-layout-cell.dt-end {
text-align: center;
}
}
@media screen and (max-width: 640px) {
.dt-container .dt-length,
.dt-container .dt-search {
float: none;
text-align: center;
}
.dt-container .dt-search {
margin-top: 0.5em;
}
}
html.dark {
--dt-row-hover: 255, 255, 255;
--dt-row-stripe: 255, 255, 255;
--dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
border-top: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
border-top: none;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
border-top-color: rgba(13, 110, 253, 0.65);
border-top-color: rgba(var(--dt-row-selected), 0.65);
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
border-top: 1px solid rgb(64, 67, 70);
border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dt-container.dt-empty-footer table.dataTable {
border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
border: 1px solid rgba(255, 255, 255, 0.2);
background-color: var(--dt-html-background);
}
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
border: 1px solid rgb(89, 91, 94);
background: rgba(255, 255, 255, 0.15);
}
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
color: #666 !important;
}
html.dark .dt-container .dt-paging .dt-paging-button:hover {
border: 1px solid rgb(53, 53, 53);
background: rgb(53, 53, 53);
}
html.dark .dt-container .dt-paging .dt-paging-button:active {
background: #3a3a3a;
}
/*
* Overrides for RTL support
*/
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
margin: 0 3px 0 0;
}

View File

@ -0,0 +1,22 @@
/*1713427482,,JIT Construction: v1012873927,en_US*/
/**
* Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
* copy, modify, and distribute this software in source code or binary form for use
* in connection with the web services and APIs provided by Facebook.
*
* As with any software that integrates with the Facebook platform, your use of
* this software is subject to the Facebook Platform Policy
* [http://developers.facebook.com/policy/]. This copyright notice shall be
* included in all copies or substantial portions of the software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
(function _(a,b,c,d,e){var f=window.console;f&&Math.floor(new Date().getTime()/1e3)-b>7*24*60*60&&f.warn("The Facebook JSSDK is more than 7 days old.");if(window[c])return;if(!window.JSON)return;var g=window[c]={__buffer:{replay:function(){var a=this,b=function(d){var b=window[c];a.calls[d][0].split(".").forEach(function(a){return b=b[a]});b.apply(null,a.calls[d][1])};for(var d=0;d<this.calls.length;d++)b(d);this.calls=[]},calls:[],opts:null},getUserID:function(){return""},getAuthResponse:function(){return null},getAccessToken:function(){return null},init:function(a){g.__buffer.opts=a}};for(b=0;b<d.length;b++){f=d[b];if(f in g)continue;var h=f.split("."),i=h.pop(),j=g;for(var k=0;k<h.length;k++)j=j[h[k]]||(j[h[k]]={});j[i]=function(a){if(a==="init")return;return function(){g.__buffer.calls.push([a,Array.prototype.slice.call(arguments)])}}(f)}k=document.createElement("script");k.src=a;k.async=!0;e&&(k.crossOrigin="anonymous");h=document.getElementsByTagName("script")[0];h.parentNode&&h.parentNode.insertBefore(k,h)})("MyAccount.html\/\/connect.facebook.net\/en_US\/all.js?hash=00b8e6721bfc476c026000e03b6535e7", 1713427482, "FB", ["AppEvents.EventNames","AppEvents.ParameterNames","AppEvents.activateApp","AppEvents.clearAppVersion","AppEvents.clearUserID","AppEvents.getAppVersion","AppEvents.getUserID","AppEvents.logEvent","AppEvents.logPageView","AppEvents.logPurchase","AppEvents.setAppVersion","AppEvents.setUserID","AppEvents.updateUserProperties","Canvas.Plugin.showPluginElement","Canvas.Plugin.hidePluginElement","Canvas.Prefetcher.addStaticResource","Canvas.Prefetcher.setCollectionMode","Canvas.getPageInfo","Canvas.scrollTo","Canvas.setAutoGrow","Canvas.setDoneLoading","Canvas.setSize","Canvas.setUrlHandler","Canvas.startTimer","Canvas.stopTimer","Event.subscribe","Event.unsubscribe","XFBML.parse","addFriend","api","getAccessToken","getAuthResponse","getLoginStatus","getUserID","init","login","logout","publish","share","ui"], true);

View File

@ -0,0 +1,12 @@
# HTTrack Website Copier Cookie File
# This file format is compatible with Netscape cookies
www.russellcountyva.us TRUE / FALSE 1999999999 ASP.NET_SessionId iuxde22x2p2sorgfss40phim
www.russellcountyva.us TRUE / FALSE 1999999999 SameSite None
russellcountyva.us TRUE / FALSE 1999999999 ASP.NET_SessionId pkr2gf4ubo5ueeflnywzpdjb
russellcountyva.us TRUE / FALSE 1999999999 SameSite None
.russellcountyida.org TRUE / FALSE 1999999999 _cfuvid Z6L5Xz.7LXOXopXNTUJix5iJFmgFc5oQl.oVXkfntWo-1713433007013-0.0.1.1-604800000
russellcountyida.org TRUE / FALSE 1999999999 SameSite None
www.russellcountyva.us TRUE / FALSE 1999999999 .AspNet.TempCookie OpCmB_-UWGyWXmddEfCMMpTfbfZBpOwdXgbmaq4680MPzB5zskbjGInhGoeCBmCfUwgi26AeTVcnZfkpHo4iIrDzK8QuTL9smzxOKA6sacJ2THremN5KITpV7gCrGojr6ITp8AmYzZ8BWhe_nSonm9prwb1nwxQeHafvKgkb5yzaMqC6bdGASVW1z1jST0L4j5R8BZ7ElQXh8qxnE5PI3aTHLdI0l0qOoaE_HM5Fzsrl3f_3bVMUMPbPndNbQNTpVyPejiDWox7J9rAs9HYlqsIZj7oAhaX7Ba_bTL7eqCY4mPDDCFh2gk9UrWV6e8NgRsuH8HfgyCN9h9ZwBjTarILcHP2yWlyb_1W39i9vaRhoBpqUnBOIcSzX-uqDgx7frRMp7qAoBpOnrN4cD3PTn7LvRe0pGrzo_SfkWbwWT-6_GL-0ixU8M-VRznASuyNT7eZP0dMXugIelolhM0aIDOdc0ls1colrBcbC_HmUw4vwl57OnN5nLPI3fXTM9bMZw1zV0iQtopnp6re5sVR7-OUHNGgfR1Z1s4oJAJn6E70avJeAWKvU-TBQV3JdRJagX47oO0_9u4sZpO_kT4UnLeTYiP_Gti9a6lFG7cpJlIDuFru81saynrvB3TNX_TYGpqMTYdpJuAI_0ReLxwPHkxkENPmVbko7aj68gpRUPU6h3CDiJnNLt10iozhCwcEMaPMehbAwpyyN8xURcU67T6_fbx0cdQy1_hEgwwNQH6VvBK1nrZsG43HNTE0VK6ufyiycjUt6SKWgnPLRFBdkKf1f1ccMTE0rgoluaE-8TFMiacRBIABc-6uXX_-5HIrt7Apomy6_bNiar1V1c4vIzSnVXVZCGSve-SGfSiE8KJbBkSKiZqnhar_6lQzYEAWFNxBqp8zG_zs6KMONmmF6_aJ-W53b4ou6NCOazy2pTe8
www.russellcountyva.us TRUE / FALSE 1999999999 CP_IsMobile false
www.russellcountyva.us TRUE / FALSE 1999999999 CP_IsMobile false

View File

@ -0,0 +1,12 @@
What's in this folder?
This folder (hts-cache) has been generated by WinHTTrack 3.49-2+htsswf+htsjava
and is used for updating this website.
(The HTML website structure is stored here to allow fast updates)
DO NOT delete this folder unless you do not want to update the mirror in the future!!
(you can safely delete old.zip and old.lst files, however)
note: the hts-log.txt file, and hts-cache folder, may contain sensitive information,
such as username/password authentication for websites mirrored in this project
do not share these files/folders if you want these information to remain private

View File

@ -0,0 +1,78 @@
Near=0
Test=0
ParseAll=1
HTMLFirst=0
Cache=1
NoRecatch=0
Dos=0
Index=1
WordIndex=0
MailIndex=0
Log=1
RemoveTimeout=0
RemoveRateout=0
KeepAlive=1
FollowRobotsTxt=2
NoErrorPages=0
NoExternalPages=0
NoPwdInPages=0
NoQueryStrings=0
NoPurgeOldFiles=0
Cookies=1
CheckType=1
ParseJava=1
HTTP10=0
TolerantRequests=0
UpdateHack=1
URLHack=1
StoreAllInCache=0
LogType=0
UseHTTPProxyForFTP=1
Build=0
PrimaryScan=3
Travel=1
GlobalTravel=0
RewriteLinks=0
BuildString=%%h%%p/%%n%%q.%%t
Category=
MaxHtml=
MaxOther=
MaxAll=
MaxWait=
Sockets=
Retry=
MaxTime=
TimeOut=
RateOut=
UserID=Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)
Footer=<!-- Mirrored from %%s%%s by HTTrack Website Copier/3.x [XR&CO'2014], %%s -->
AcceptLanguage=en, *
OtherHeaders=
DefaultReferer=
MaxRate=25000
WildCardFilters=+*.png +*.gif +*.jpg +*.jpeg +*.css +*.js -ad.doubleclick.net/* -mime:application/foobar
Proxy=
Port=
Depth=
ExtDepth=
MaxConn=
MaxLinks=
MIMEDefsExt1=
MIMEDefsExt2=
MIMEDefsExt3=
MIMEDefsExt4=
MIMEDefsExt5=
MIMEDefsExt6=
MIMEDefsExt7=
MIMEDefsExt8=
MIMEDefsMime1=
MIMEDefsMime2=
MIMEDefsMime3=
MIMEDefsMime4=
MIMEDefsMime5=
MIMEDefsMime6=
MIMEDefsMime7=
MIMEDefsMime8=
CurrentUrl=https://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2024&endDate%3d12/31/2024&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2023&endDate%3d12/31/2023&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2022&endDate%3d12/31/2022&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2021&endDate%3d12/31/2021&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2020&endDate%3d12/31/2020&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2019&endDate%3d12/31/2019&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2018&endDate%3d12/31/2018&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2017&endDate%3d12/31/2017&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2016&endDate%3d12/31/2016&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/%0d%0ahttps://russellcountyida.org/
CurrentAction=6
CurrentURLList=

View File

@ -0,0 +1,572 @@
HTTrack3.49-2+htsswf+htsjava launched on Thu, 18 Apr 2024 03:56:08 at https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2024&endDate=12/31/2024&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2023&endDate=12/31/2023&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2022&endDate=12/31/2022&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2021&endDate=12/31/2021&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2020&endDate=12/31/2020&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2019&endDate=12/31/2019&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2018&endDate=12/31/2018&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2017&endDate=12/31/2017&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2016&endDate=12/31/2016&dateRange=&dateSelector= https://www.russellcountyva.us/ https://russellcountyida.org/ +*.png +*.gif +*.jpg +*.jpeg +*.css +*.js -ad.doubleclick.net/* -mime:application/foobar
(winhttrack -qiC2%Ps2u1%s%uN0%I0p3DaK0H0%kf2A25000%f#f -F "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)" -%F "<!-- Mirrored from %s%s by HTTrack Website Copier/3.x [XR&CO'2014], %s -->" -%l "en, *" https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2024&endDate=12/31/2024&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2023&endDate=12/31/2023&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2022&endDate=12/31/2022&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2021&endDate=12/31/2021&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2020&endDate=12/31/2020&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2019&endDate=12/31/2019&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2018&endDate=12/31/2018&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2017&endDate=12/31/2017&dateRange=&dateSelector= https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2016&endDate=12/31/2016&dateRange=&dateSelector= https://www.russellcountyva.us/ https://russellcountyida.org/ -O1 "S:\srv\www\no-moss-3-carbo-landfill-library.online\public\Web_Site_Archives\Russell_County_Web_Site-2024-04-18_02_30\russellcountyva.org" +*.png +*.gif +*.jpg +*.jpeg +*.css +*.js -ad.doubleclick.net/* -mime:application/foobar )
Information, Warnings and Errors reported for this mirror:
note: the hts-log.txt file, and hts-cache folder, may contain sensitive information,
such as username/password authentication for websites mirrored in this project
do not share these files/folders if you want these information to remain private
03:58:43 Error: "Bad Request" (400) at link https://www.googletagmanager.com/gtm.js?id= (from https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2024&endDate=12/31/2024&dateRange=&dateSelector=)
04:22:45 Error: "Forbidden" (403) at link https://www.russellcountyva.us/App_Themes/Interior/Images/ (from https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2024&endDate=12/31/2024&dateRange=&dateSelector=)
04:36:58 Error: "Not Found" (404) at link https://www.russellcountyva.us/GET (from https://www.russellcountyva.us/)
04:36:59 Error: "Not Found" (404) at link https://www.russellcountyva.us/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/)
04:37:05 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/806/VDH-Guidance-on-COVID19-Testing?bidId= (loop to same filename)
04:37:05 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/806/VDH-Guidance-on-COVID19-Testing?bidId=
04:37:08 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/790/Economic-Injury-Disaster-Loans?bidId= (loop to same filename)
04:37:08 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/790/Economic-Injury-Disaster-Loans?bidId=
04:37:12 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/787/Recycling?bidId= (loop to same filename)
04:37:12 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/787/Recycling?bidId=
04:37:28 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/677/Oak-Grove-Community-Center?bidId= (loop to same filename)
04:37:28 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/677/Oak-Grove-Community-Center?bidId=
04:37:36 Error: "Not Found" (404) at link https://www.russellcountyva.us/Trident/ (from https://www.russellcountyva.us/)
04:41:17 Error: "Forbidden" (403) at link https://www.russellcountyva.us/App_Themes/Home/Images/ (from https://www.russellcountyva.us/)
04:41:18 Error: "Not Found" (404) at link https://www.russellcountyva.us/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/)
04:50:08 Warning: Link https://russellcountyida.org/cdn-cgi/l/email-protection not scanned (follow robots meta tag)
04:57:50 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=1; path=/GET (from https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=1; path=/)
04:58:51 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=1; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=1; path=/)
04:58:51 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=1; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=1; path=/)
04:58:53 Error: "Not Found" (404) at link https://www.russellcountyva.us/Images/SlideshowArrows.png (from https://www.russellcountyva.us/-460315233.css)
04:58:54 Warning: Warning: store application/octet-stream without scan: S:/srv/www/no-moss-3-carbo-landfill-library.online/public/Web_Site_Archives/Russell_County_Web_Site-2024-04-18_02_30/russellcountyva.org/www.russellcountyva.us/Assets/Mystique/Shared/Images/IconArrow--Down.svg
04:59:55 Error: "Not Found" (404) at link https://www.russellcountyva.us/Assets/Images/IconShareGoogleWhite.png (from https://www.russellcountyva.us/-460315233.css)
05:08:39 Error: "Forbidden" (403) at link https://www.russellcountyva.us/App_Themes/Simple/Images/ (from https://www.russellcountyva.us/MyAccount)
05:08:40 Warning: Found for www.russellcountyva.us/robots.txt
05:08:40 Warning: Redirected link is identical because of 'URL Hack' option: www.russellcountyva.us/robots.txt and https://www.russellcountyva.us/robots.txt
05:08:40 Warning: Warning moved treated for www.russellcountyva.us/robots.txt (real one is https://www.russellcountyva.us/robots.txt)
05:08:40 Warning: Found for www.russellcountyva.us/AgendaCenter/Search/?term=
05:08:40 Warning: Redirected link is identical because of 'URL Hack' option: www.russellcountyva.us/AgendaCenter/Search/?term= and https://www.russellcountyva.us/AgendaCenter/Search/?term=
05:08:40 Warning: File has moved from www.russellcountyva.us/AgendaCenter/Search/?term= to https://www.russellcountyva.us/AgendaCenter/Search/?term=
05:10:45 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/533/Brush-and-Tree-Sizes-Accepted-PDF?bidId= (loop to same filename)
05:10:45 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/533/Brush-and-Tree-Sizes-Accepted-PDF?bidId=
05:10:45 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/798/Russell-County-Solid-Waste-and-Recycling (loop to same filename)
05:10:45 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/798/Russell-County-Solid-Waste-and-Recycling
05:10:53 Warning: file not stored in cache due to bogus state (incomplete type with OK (200), size 0): https://www.russellcountyva.us/ImageRepository/Document?documentID=207
05:12:31 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/1025/Insurance-Rates-for-2021-2022 (loop to same filename)
05:12:31 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/1025/Insurance-Rates-for-2021-2022
05:12:32 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/1026/Cigna-Payer-Solutions (loop to same filename)
05:12:32 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/1026/Cigna-Payer-Solutions
05:12:32 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/125/EPAY-Instructions-PDF (loop to same filename)
05:12:32 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/125/EPAY-Instructions-PDF
05:12:36 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/941/Land-Disturbing-Permit-Application (loop to same filename)
05:12:36 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/941/Land-Disturbing-Permit-Application
05:12:37 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/937/Erosion-and-Sediment-Control-FAQs (loop to same filename)
05:12:37 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/937/Erosion-and-Sediment-Control-FAQs
05:12:37 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/939/Erosion-and-Sediment-Plans-Checklist (loop to same filename)
05:12:37 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/939/Erosion-and-Sediment-Plans-Checklist
05:12:38 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/940/Farm-Building-or-Structure-Exemption (loop to same filename)
05:12:38 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/940/Farm-Building-or-Structure-Exemption
05:12:38 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/291/Footer-Information-PDF (loop to same filename)
05:12:38 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/291/Footer-Information-PDF
05:12:39 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/942/Notice-to-Town-of-Lebanon-Residents (loop to same filename)
05:12:39 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/942/Notice-to-Town-of-Lebanon-Residents
05:12:46 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF (loop to same filename)
05:12:46 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF
05:12:46 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/131/Animal-Shelter-Sterilization-Form-PDF (loop to same filename)
05:12:46 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/131/Animal-Shelter-Sterilization-Form-PDF
05:12:52 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/1358/Pricing-List-2024pdf (loop to same filename)
05:12:52 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/1358/Pricing-List-2024pdf
05:12:52 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/1361/Seating-Capacity---2024 (loop to same filename)
05:12:52 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/1361/Seating-Capacity---2024
05:12:53 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/766/Photo-Release-Electronic (loop to same filename)
05:12:53 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/766/Photo-Release-Electronic
05:13:04 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/1369/Deputy-Clerk-Advertisement?bidId= (loop to same filename)
05:13:04 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/1369/Deputy-Clerk-Advertisement?bidId=
05:13:19 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/450/Coal-Severance-Affidavit-PDF (loop to same filename)
05:13:19 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/450/Coal-Severance-Affidavit-PDF
05:13:20 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/452/Tax-Relief-for-Veterans-Application-PDF (loop to same filename)
05:13:20 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/452/Tax-Relief-for-Veterans-Application-PDF
05:13:20 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/325/Doublewide-Building-Only-PDF (loop to same filename)
05:13:20 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/325/Doublewide-Building-Only-PDF
05:13:20 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/326/Land-Use-Qualifications-PDF (loop to same filename)
05:13:20 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/326/Land-Use-Qualifications-PDF
05:13:24 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/426/FOIA-Request-Form-PDF (loop to same filename)
05:13:24 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/426/FOIA-Request-Form-PDF
05:13:25 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/429/FOIA-Rights-and-Responsibilities-PDF (loop to same filename)
05:13:25 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/429/FOIA-Rights-and-Responsibilities-PDF
05:16:41 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/426/FOIA-Request-Form-PDF (loop to same filename)
05:16:41 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/426/FOIA-Request-Form-PDF
05:16:50 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/533/Brush-and-Tree-Sizes-Accepted-PDF?bidId= (loop to same filename)
05:16:50 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/533/Brush-and-Tree-Sizes-Accepted-PDF?bidId=
05:16:55 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/1341/Quart-Can-Order-Form-2023 (loop to same filename)
05:16:55 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/1341/Quart-Can-Order-Form-2023
05:24:22 Error: "Not Found" (404) at link russellcountyida.org/buildings-sites/available-buildings-sites/ (from https://www.russellcountyva.us/SiteMap)
05:24:22 Error: "Not Found" (404) at link russellcountyida.org/buildings-sites/russell-regional-business-technology-park/ (from https://www.russellcountyva.us/SiteMap)
05:24:22 Error: "Not Found" (404) at link russellcountyida.org/buildings-sites/cumberland-plateau-regional-industrial-park/ (from https://www.russellcountyva.us/SiteMap)
05:24:22 Error: "Not Found" (404) at link russellcountyida.org/buildings-sites/russell-county-industrial-park/ (from https://www.russellcountyva.us/SiteMap)
05:24:26 Warning: Moved Permanently for https://www.russellcountyva.us/27/responsiveGhost=1; path=/
05:24:26 Warning: File has moved from https://www.russellcountyva.us/27/responsiveGhost=1; path=/ to /27/Government
05:24:26 Warning: Moved Permanently for https://www.russellcountyva.us/27/responsiveGhost=0; path=/
05:24:26 Warning: File has moved from https://www.russellcountyva.us/27/responsiveGhost=0; path=/ to /27/Government
05:24:26 Warning: Moved Permanently for https://www.russellcountyva.us/101/responsiveGhost=1; path=/
05:24:26 Warning: File has moved from https://www.russellcountyva.us/101/responsiveGhost=1; path=/ to /101/Community-Services
05:24:29 Warning: Moved Permanently for https://www.russellcountyva.us/101/responsiveGhost=0; path=/
05:24:29 Warning: File has moved from https://www.russellcountyva.us/101/responsiveGhost=0; path=/ to /101/Community-Services
05:24:29 Warning: Moved Permanently for https://www.russellcountyva.us/31/responsiveGhost=1; path=/
05:24:29 Warning: File has moved from https://www.russellcountyva.us/31/responsiveGhost=1; path=/ to /31/Residents
05:24:29 Warning: Moved Permanently for https://www.russellcountyva.us/31/responsiveGhost=0; path=/
05:24:29 Warning: File has moved from https://www.russellcountyva.us/31/responsiveGhost=0; path=/ to /31/Residents
05:24:29 Warning: Moved Permanently for https://www.russellcountyva.us/35/responsiveGhost=1; path=/
05:24:29 Warning: File has moved from https://www.russellcountyva.us/35/responsiveGhost=1; path=/ to /35/Business
05:24:29 Warning: Moved Permanently for https://www.russellcountyva.us/35/responsiveGhost=0; path=/
05:24:29 Warning: File has moved from https://www.russellcountyva.us/35/responsiveGhost=0; path=/ to /35/Business
05:24:29 Warning: Moved Permanently for https://www.russellcountyva.us/9/responsiveGhost=1; path=/
05:24:29 Warning: File has moved from https://www.russellcountyva.us/9/responsiveGhost=1; path=/ to /9/Visitors
05:24:29 Warning: Moved Permanently for https://www.russellcountyva.us/9/responsiveGhost=0; path=/
05:24:29 Warning: File has moved from https://www.russellcountyva.us/9/responsiveGhost=0; path=/ to /9/Visitors
05:24:29 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/PreviousVersions/GET (from https://www.russellcountyva.us/AgendaCenter/PreviousVersions/_04172024-305)
05:24:30 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/PreviousVersions/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/AgendaCenter/PreviousVersions/_04172024-305)
05:24:30 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/PreviousVersions/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/AgendaCenter/PreviousVersions/_04172024-305)
05:24:31 Warning: Moved Permanently for https://www.russellcountyva.us/259/responsiveGhost=1; path=/
05:24:31 Warning: File has moved from https://www.russellcountyva.us/259/responsiveGhost=1; path=/ to /259/Russell-County-VDOT-Repair-Request
05:24:37 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/ItemViaWidget?formID=50 (from https://www.russellcountyva.us/259/Russell-County-VDOT-Repair-Request)
05:25:39 Warning: Moved Permanently for https://www.russellcountyva.us/259/responsiveGhost=0; path=/
05:25:39 Warning: File has moved from https://www.russellcountyva.us/259/responsiveGhost=0; path=/ to /259/Russell-County-VDOT-Repair-Request
05:25:39 Warning: Moved Permanently for https://www.russellcountyva.us/154/responsiveGhost=1; path=/
05:25:39 Warning: File has moved from https://www.russellcountyva.us/154/responsiveGhost=1; path=/ to /154/Budget-Finance
05:26:00 Warning: Moved Permanently for https://www.russellcountyva.us/154/responsiveGhost=0; path=/
05:26:00 Warning: File has moved from https://www.russellcountyva.us/154/responsiveGhost=0; path=/ to /154/Budget-Finance
05:26:09 Error: "Not Found" (404) at link https://www.russellcountyva.us/site/GET (from https://www.russellcountyva.us/site/copyright)
05:26:10 Error: "Not Found" (404) at link https://www.russellcountyva.us/site/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/site/copyright)
05:26:10 Error: "Not Found" (404) at link https://www.russellcountyva.us/site/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/site/copyright)
05:26:10 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=0; path=/GET (from https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=0; path=/)
05:26:11 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=0; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=0; path=/)
05:26:11 Error: "Not Found" (404) at link https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=0; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/AgendaCenter/Search/responsiveGhost=0; path=/)
05:26:12 Error: "Not Found" (404) at link https://www.russellcountyva.us/App_Themes/Interior/Interior-Editor-B01784C62B6CD546A6316CBF86C132A4.css (from https://www.russellcountyva.us/AgendaCenter/ViewFile/Agenda/_06212022-146?html=true)
05:26:12 Error: "Not Found" (404) at link https://www.russellcountyva.us/App_Themes/Interior/Interior-Editor-FD276C4A033DCACDA3429BF19A5FD6B5.css (from https://www.russellcountyva.us/AgendaCenter/ViewFile/Agenda/_07082020-109?html=true)
05:26:13 Error: "Not Found" (404) at link https://russellcountyva.us/App_Themes/Interior/Interior-Editor-EA96857BDDD6FC5DEC0A385E05A7444A.css (from https://www.russellcountyva.us/AgendaCenter/ViewFile/Agenda/_03042019-84?html=true)
05:31:40 Error: "Not Found" (404) at link https://www.russellcountyva.us/POST (from https://www.russellcountyva.us/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZDLabodcikOjfaxGftwY9HZ4kdGjeaKe0dWaPQB1vgEd44eKAO0Ba1XMxE47-4twmw2&t=638393042620000000)
05:32:41 Error: "Not Found" (404) at link https://www.russellcountyva.us/Firefox/ (from https://www.russellcountyva.us/ScriptResource.axd?d=XZd_kdN43UmzOzl7lAuXMNKjmdFGfnNg1_YCggFPtsoGTOnFpQULr3h55SIuommvJS4Dykc6fneuo_da1Esl8K7O7vKtEK7T9XSPVuNE_KxQ_1bgaMeQzO8IEJqAVvxCHLkajpAx5hN5s3N9xSL4SwTHRz9GUKDK5ARuXux51qmgF99L6dlxkJj3IaihG9WVAEZGycl95xzrbf_BoreCyTo4z6RzcuAoTlSMbP7MGBJYswbiYmI0Udaw2C0anxmCU28fwulAhhvMMeFiycICC5HW69m1WNvk5a2zb7v1qa374Q8IXUVMux7rxdKN-Zh0IKfo2v1F58Y8joHWJ11ZNMtOYUIJNRVpOr1ht97QBz7jGYY1lNFaUl5SnxMj6rXnA43ZJIlmSBsvBy6Z5As6G5ir3Ng735kIF615wOTdbZNnCAhzszfJ3ovDtIOsPsCCq5nRwlc3m7cZr_jVypIiHSQDq2sOLAjxZm88ziPfF1a0gJf8xn9u2mqyKEUIuWalM82GXNvc1YzujIHwHfg1E38__3v0b0Ra0z5cefDUF_3VKP2UqikQG7IcghVbEVNSQWGYPb62PeJwehpM3YqDm-gvTNyVzDB96sXmQ_QtS5KRxjHJBYBi5diUWor5ExW5d0rOaPXyd0ES_x6avP4iGUBmcdkvQ4z_fBoy3E77LT0yXwAHX8bjPHfOH0LvVxYLBkIrgaHm4GEU-46MP4YWlvAWNQSnLtthCAiCfUH4ycr3m2hmVfl09PV73aWLA7KgH_TkgrdCa0rcTRNWjeBX9T-Vc61GzmRblVMIM4Ps4QDrgoV42yFMkIHYtISaUM6VXG9pyAnAR8H-f3aBD15A8FJV7ecH-MOxPfWDV979QVo1)
05:32:42 Error: "Not Found" (404) at link https://www.russellcountyva.us/AppleWebKit/ (from https://www.russellcountyva.us/ScriptResource.axd?d=XZd_kdN43UmzOzl7lAuXMNKjmdFGfnNg1_YCggFPtsoGTOnFpQULr3h55SIuommvJS4Dykc6fneuo_da1Esl8K7O7vKtEK7T9XSPVuNE_KxQ_1bgaMeQzO8IEJqAVvxCHLkajpAx5hN5s3N9xSL4SwTHRz9GUKDK5ARuXux51qmgF99L6dlxkJj3IaihG9WVAEZGycl95xzrbf_BoreCyTo4z6RzcuAoTlSMbP7MGBJYswbiYmI0Udaw2C0anxmCU28fwulAhhvMMeFiycICC5HW69m1WNvk5a2zb7v1qa374Q8IXUVMux7rxdKN-Zh0IKfo2v1F58Y8joHWJ11ZNMtOYUIJNRVpOr1ht97QBz7jGYY1lNFaUl5SnxMj6rXnA43ZJIlmSBsvBy6Z5As6G5ir3Ng735kIF615wOTdbZNnCAhzszfJ3ovDtIOsPsCCq5nRwlc3m7cZr_jVypIiHSQDq2sOLAjxZm88ziPfF1a0gJf8xn9u2mqyKEUIuWalM82GXNvc1YzujIHwHfg1E38__3v0b0Ra0z5cefDUF_3VKP2UqikQG7IcghVbEVNSQWGYPb62PeJwehpM3YqDm-gvTNyVzDB96sXmQ_QtS5KRxjHJBYBi5diUWor5ExW5d0rOaPXyd0ES_x6avP4iGUBmcdkvQ4z_fBoy3E77LT0yXwAHX8bjPHfOH0LvVxYLBkIrgaHm4GEU-46MP4YWlvAWNQSnLtthCAiCfUH4ycr3m2hmVfl09PV73aWLA7KgH_TkgrdCa0rcTRNWjeBX9T-Vc61GzmRblVMIM4Ps4QDrgoV42yFMkIHYtISaUM6VXG9pyAnAR8H-f3aBD15A8FJV7ecH-MOxPfWDV979QVo1)
05:33:42 Error: "Not Found" (404) at link https://www.russellcountyva.us/Opera/ (from https://www.russellcountyva.us/ScriptResource.axd?d=XZd_kdN43UmzOzl7lAuXMNKjmdFGfnNg1_YCggFPtsoGTOnFpQULr3h55SIuommvJS4Dykc6fneuo_da1Esl8K7O7vKtEK7T9XSPVuNE_KxQ_1bgaMeQzO8IEJqAVvxCHLkajpAx5hN5s3N9xSL4SwTHRz9GUKDK5ARuXux51qmgF99L6dlxkJj3IaihG9WVAEZGycl95xzrbf_BoreCyTo4z6RzcuAoTlSMbP7MGBJYswbiYmI0Udaw2C0anxmCU28fwulAhhvMMeFiycICC5HW69m1WNvk5a2zb7v1qa374Q8IXUVMux7rxdKN-Zh0IKfo2v1F58Y8joHWJ11ZNMtOYUIJNRVpOr1ht97QBz7jGYY1lNFaUl5SnxMj6rXnA43ZJIlmSBsvBy6Z5As6G5ir3Ng735kIF615wOTdbZNnCAhzszfJ3ovDtIOsPsCCq5nRwlc3m7cZr_jVypIiHSQDq2sOLAjxZm88ziPfF1a0gJf8xn9u2mqyKEUIuWalM82GXNvc1YzujIHwHfg1E38__3v0b0Ra0z5cefDUF_3VKP2UqikQG7IcghVbEVNSQWGYPb62PeJwehpM3YqDm-gvTNyVzDB96sXmQ_QtS5KRxjHJBYBi5diUWor5ExW5d0rOaPXyd0ES_x6avP4iGUBmcdkvQ4z_fBoy3E77LT0yXwAHX8bjPHfOH0LvVxYLBkIrgaHm4GEU-46MP4YWlvAWNQSnLtthCAiCfUH4ycr3m2hmVfl09PV73aWLA7KgH_TkgrdCa0rcTRNWjeBX9T-Vc61GzmRblVMIM4Ps4QDrgoV42yFMkIHYtISaUM6VXG9pyAnAR8H-f3aBD15A8FJV7ecH-MOxPfWDV979QVo1)
05:33:43 Error: "Not Found" (404) at link https://www.russellcountyva.us/MicrosoftAjaxWebForms.js (from https://www.russellcountyva.us/ScriptResource.axd?d=XZd_kdN43UmzOzl7lAuXMNKjmdFGfnNg1_YCggFPtsoGTOnFpQULr3h55SIuommvJS4Dykc6fneuo_da1Esl8K7O7vKtEK7T9XSPVuNE_KxQ_1bgaMeQzO8IEJqAVvxCHLkajpAx5hN5s3N9xSL4SwTHRz9GUKDK5ARuXux51qmgF99L6dlxkJj3IaihG9WVAEZGycl95xzrbf_BoreCyTo4z6RzcuAoTlSMbP7MGBJYswbiYmI0Udaw2C0anxmCU28fwulAhhvMMeFiycICC5HW69m1WNvk5a2zb7v1qa374Q8IXUVMux7rxdKN-Zh0IKfo2v1F58Y8joHWJ11ZNMtOYUIJNRVpOr1ht97QBz7jGYY1lNFaUl5SnxMj6rXnA43ZJIlmSBsvBy6Z5As6G5ir3Ng735kIF615wOTdbZNnCAhzszfJ3ovDtIOsPsCCq5nRwlc3m7cZr_jVypIiHSQDq2sOLAjxZm88ziPfF1a0gJf8xn9u2mqyKEUIuWalM82GXNvc1YzujIHwHfg1E38__3v0b0Ra0z5cefDUF_3VKP2UqikQG7IcghVbEVNSQWGYPb62PeJwehpM3YqDm-gvTNyVzDB96sXmQ_QtS5KRxjHJBYBi5diUWor5ExW5d0rOaPXyd0ES_x6avP4iGUBmcdkvQ4z_fBoy3E77LT0yXwAHX8bjPHfOH0LvVxYLBkIrgaHm4GEU-46MP4YWlvAWNQSnLtthCAiCfUH4ycr3m2hmVfl09PV73aWLA7KgH_TkgrdCa0rcTRNWjeBX9T-Vc61GzmRblVMIM4Ps4QDrgoV42yFMkIHYtISaUM6VXG9pyAnAR8H-f3aBD15A8FJV7ecH-MOxPfWDV979QVo1)
05:33:44 Error: "Not Found" (404) at link https://www.russellcountyva.us/MicrosoftAjaxSerialization.js (from https://www.russellcountyva.us/ScriptResource.axd?d=XZd_kdN43UmzOzl7lAuXMNKjmdFGfnNg1_YCggFPtsoGTOnFpQULr3h55SIuommvJS4Dykc6fneuo_da1Esl8K7O7vKtEK7T9XSPVuNE_KxQ_1bgaMeQzO8IEJqAVvxCHLkajpAx5hN5s3N9xSL4SwTHRz9GUKDK5ARuXux51qmgF99L6dlxkJj3IaihG9WVAEZGycl95xzrbf_BoreCyTo4z6RzcuAoTlSMbP7MGBJYswbiYmI0Udaw2C0anxmCU28fwulAhhvMMeFiycICC5HW69m1WNvk5a2zb7v1qa374Q8IXUVMux7rxdKN-Zh0IKfo2v1F58Y8joHWJ11ZNMtOYUIJNRVpOr1ht97QBz7jGYY1lNFaUl5SnxMj6rXnA43ZJIlmSBsvBy6Z5As6G5ir3Ng735kIF615wOTdbZNnCAhzszfJ3ovDtIOsPsCCq5nRwlc3m7cZr_jVypIiHSQDq2sOLAjxZm88ziPfF1a0gJf8xn9u2mqyKEUIuWalM82GXNvc1YzujIHwHfg1E38__3v0b0Ra0z5cefDUF_3VKP2UqikQG7IcghVbEVNSQWGYPb62PeJwehpM3YqDm-gvTNyVzDB96sXmQ_QtS5KRxjHJBYBi5diUWor5ExW5d0rOaPXyd0ES_x6avP4iGUBmcdkvQ4z_fBoy3E77LT0yXwAHX8bjPHfOH0LvVxYLBkIrgaHm4GEU-46MP4YWlvAWNQSnLtthCAiCfUH4ycr3m2hmVfl09PV73aWLA7KgH_TkgrdCa0rcTRNWjeBX9T-Vc61GzmRblVMIM4Ps4QDrgoV42yFMkIHYtISaUM6VXG9pyAnAR8H-f3aBD15A8FJV7ecH-MOxPfWDV979QVo1)
05:34:43 Error: "Not Found" (404) at link https://www.russellcountyva.us/MicrosoftAjaxNetwork.js (from https://www.russellcountyva.us/ScriptResource.axd?d=XZd_kdN43UmzOzl7lAuXMNKjmdFGfnNg1_YCggFPtsoGTOnFpQULr3h55SIuommvJS4Dykc6fneuo_da1Esl8K7O7vKtEK7T9XSPVuNE_KxQ_1bgaMeQzO8IEJqAVvxCHLkajpAx5hN5s3N9xSL4SwTHRz9GUKDK5ARuXux51qmgF99L6dlxkJj3IaihG9WVAEZGycl95xzrbf_BoreCyTo4z6RzcuAoTlSMbP7MGBJYswbiYmI0Udaw2C0anxmCU28fwulAhhvMMeFiycICC5HW69m1WNvk5a2zb7v1qa374Q8IXUVMux7rxdKN-Zh0IKfo2v1F58Y8joHWJ11ZNMtOYUIJNRVpOr1ht97QBz7jGYY1lNFaUl5SnxMj6rXnA43ZJIlmSBsvBy6Z5As6G5ir3Ng735kIF615wOTdbZNnCAhzszfJ3ovDtIOsPsCCq5nRwlc3m7cZr_jVypIiHSQDq2sOLAjxZm88ziPfF1a0gJf8xn9u2mqyKEUIuWalM82GXNvc1YzujIHwHfg1E38__3v0b0Ra0z5cefDUF_3VKP2UqikQG7IcghVbEVNSQWGYPb62PeJwehpM3YqDm-gvTNyVzDB96sXmQ_QtS5KRxjHJBYBi5diUWor5ExW5d0rOaPXyd0ES_x6avP4iGUBmcdkvQ4z_fBoy3E77LT0yXwAHX8bjPHfOH0LvVxYLBkIrgaHm4GEU-46MP4YWlvAWNQSnLtthCAiCfUH4ycr3m2hmVfl09PV73aWLA7KgH_TkgrdCa0rcTRNWjeBX9T-Vc61GzmRblVMIM4Ps4QDrgoV42yFMkIHYtISaUM6VXG9pyAnAR8H-f3aBD15A8FJV7ecH-MOxPfWDV979QVo1)
05:37:53 Error: "Not Found" (404) at link https://www.russellcountyva.us/120 (from https://www.russellcountyva.us/Directory.aspx?did=4)
05:37:59 Error: "Not Found" (404) at link https://www.russellcountyva.us/Common/images/PagesIconStandard.png (from https://www.russellcountyva.us/-1330269336.css)
05:37:59 Error: "Not Found" (404) at link https://www.russellcountyva.us/Common/images/AlertCenterIconStandard.png (from https://www.russellcountyva.us/-1330269336.css)
05:38:00 Error: "Not Found" (404) at link https://www.russellcountyva.us/Common/images/NewsFlashIconStandard.png (from https://www.russellcountyva.us/-1330269336.css)
05:38:00 Error: "Not Found" (404) at link https://www.russellcountyva.us/Common/images/EventsCalendarIconStandard.png (from https://www.russellcountyva.us/-1330269336.css)
05:38:01 Error: "Not Found" (404) at link https://www.russellcountyva.us/Common/images/MediaCenterIconStandard.png (from https://www.russellcountyva.us/-1330269336.css)
05:38:17 Warning: Moved Permanently for https://www.russellcountyva.us/150/responsiveGhost=1; path=/
05:38:17 Warning: File has moved from https://www.russellcountyva.us/150/responsiveGhost=1; path=/ to /150/Administration
05:38:17 Warning: Moved Permanently for https://www.russellcountyva.us/150/responsiveGhost=0; path=/
05:38:17 Warning: File has moved from https://www.russellcountyva.us/150/responsiveGhost=0; path=/ to /150/Administration
05:38:17 Warning: Moved Permanently for https://www.russellcountyva.us/151/responsiveGhost=1; path=/
05:38:17 Warning: File has moved from https://www.russellcountyva.us/151/responsiveGhost=1; path=/ to /151/County-Administrator
05:38:18 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId= (loop to same filename)
05:38:18 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId=
05:38:19 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId= (loop to same filename)
05:38:19 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId=
05:38:20 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId= (loop to same filename)
05:38:20 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId=
05:38:20 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId= (loop to same filename)
05:38:20 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId=
05:38:20 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId= (loop to same filename)
05:38:20 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId=
05:38:22 Warning: Moved Permanently for https://www.russellcountyva.us/151/responsiveGhost=0; path=/
05:38:22 Warning: File has moved from https://www.russellcountyva.us/151/responsiveGhost=0; path=/ to /151/County-Administrator
05:38:22 Warning: Moved Permanently for https://www.russellcountyva.us/257/responsiveGhost=1; path=/
05:38:22 Warning: File has moved from https://www.russellcountyva.us/257/responsiveGhost=1; path=/ to /257/Ordinances-Resolutions
05:38:22 Warning: Moved Permanently for https://www.russellcountyva.us/257/responsiveGhost=0; path=/
05:38:22 Warning: File has moved from https://www.russellcountyva.us/257/responsiveGhost=0; path=/ to /257/Ordinances-Resolutions
05:38:22 Warning: Moved Permanently for https://www.russellcountyva.us/160/responsiveGhost=1; path=/
05:38:22 Warning: File has moved from https://www.russellcountyva.us/160/responsiveGhost=1; path=/ to /160/County-Attorney
05:38:22 Warning: Moved Permanently for https://www.russellcountyva.us/160/responsiveGhost=0; path=/
05:38:22 Warning: File has moved from https://www.russellcountyva.us/160/responsiveGhost=0; path=/ to /160/County-Attorney
05:38:23 Warning: Moved Permanently for https://www.russellcountyva.us/158/responsiveGhost=1; path=/
05:38:23 Warning: File has moved from https://www.russellcountyva.us/158/responsiveGhost=1; path=/ to /158/Solid-Waste
05:38:28 Warning: Moved Permanently for https://www.russellcountyva.us/158/responsiveGhost=0; path=/
05:38:28 Warning: File has moved from https://www.russellcountyva.us/158/responsiveGhost=0; path=/ to /158/Solid-Waste
05:38:28 Warning: Moved Permanently for https://www.russellcountyva.us/156/responsiveGhost=1; path=/
05:38:28 Warning: File has moved from https://www.russellcountyva.us/156/responsiveGhost=1; path=/ to /156/Emergency-Management
05:38:28 Warning: Moved Permanently for https://www.russellcountyva.us/156/Trident/
05:38:28 Warning: File has moved from https://www.russellcountyva.us/156/Trident/ to /156/Emergency-Management
05:38:31 Warning: Moved Permanently for https://www.russellcountyva.us/156/responsiveGhost=0; path=/
05:38:31 Warning: File has moved from https://www.russellcountyva.us/156/responsiveGhost=0; path=/ to /156/Emergency-Management
05:38:31 Warning: Moved Permanently for https://www.russellcountyva.us/155/responsiveGhost=1; path=/
05:38:31 Warning: File has moved from https://www.russellcountyva.us/155/responsiveGhost=1; path=/ to /155/Procurement
05:38:31 Warning: Moved Permanently for https://www.russellcountyva.us/155/responsiveGhost=0; path=/
05:38:31 Warning: File has moved from https://www.russellcountyva.us/155/responsiveGhost=0; path=/ to /155/Procurement
05:38:31 Warning: Moved Permanently for https://www.russellcountyva.us/159/responsiveGhost=1; path=/
05:38:31 Warning: File has moved from https://www.russellcountyva.us/159/responsiveGhost=1; path=/ to /159/Parks-Recreation
05:38:36 Warning: Moved Permanently for https://www.russellcountyva.us/159/responsiveGhost=0; path=/
05:38:36 Warning: File has moved from https://www.russellcountyva.us/159/responsiveGhost=0; path=/ to /159/Parks-Recreation
05:38:36 Warning: Moved Permanently for https://www.russellcountyva.us/153/responsiveGhost=1; path=/
05:38:36 Warning: File has moved from https://www.russellcountyva.us/153/responsiveGhost=1; path=/ to /153/Human-Resources
05:38:37 Warning: Moved Permanently for https://www.russellcountyva.us/153/responsiveGhost=0; path=/
05:38:37 Warning: File has moved from https://www.russellcountyva.us/153/responsiveGhost=0; path=/ to /153/Human-Resources
05:38:37 Warning: Moved Permanently for https://www.russellcountyva.us/152/responsiveGhost=1; path=/
05:38:37 Warning: File has moved from https://www.russellcountyva.us/152/responsiveGhost=1; path=/ to /152/Building-Official
05:38:37 Warning: Found for https://www.russellcountyva.us/DocumentCenter/View/934/Agricultural-Erosion-and-Sediment-Checklist
05:38:37 Warning: Redirected link is identical because of 'URL Hack' option: https://www.russellcountyva.us/DocumentCenter/View/934/Agricultural-Erosion-and-Sediment-Checklist and https://www.russellcountyva.us/DocumentCenter/View/934/Agricultural-Erosion-and-Sediment-Checklist
05:38:37 Warning: Can not bear crazy server (Found) for https://www.russellcountyva.us/DocumentCenter/View/934/Agricultural-Erosion-and-Sediment-Checklist
05:38:37 Warning: Found for https://www.russellcountyva.us/DocumentCenter/View/737/New-Permit-Fees---Effective-July-1-2019-PDF
05:38:37 Warning: Redirected link is identical because of 'URL Hack' option: https://www.russellcountyva.us/DocumentCenter/View/737/New-Permit-Fees---Effective-July-1-2019-PDF and https://www.russellcountyva.us/DocumentCenter/View/737/New-Permit-Fees---Effective-July-1-2019-PDF
05:38:37 Warning: Can not bear crazy server (Found) for https://www.russellcountyva.us/DocumentCenter/View/737/New-Permit-Fees---Effective-July-1-2019-PDF
05:38:39 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
05:38:39 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
05:38:40 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
05:38:40 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
05:38:40 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
05:38:40 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
05:38:41 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
05:38:41 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
05:38:41 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
05:38:41 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
05:38:41 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
05:38:41 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
05:38:41 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
05:38:41 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
05:38:42 Warning: Moved Permanently for https://www.russellcountyva.us/152/responsiveGhost=0; path=/
05:38:42 Warning: File has moved from https://www.russellcountyva.us/152/responsiveGhost=0; path=/ to /152/Building-Official
05:38:42 Warning: Moved Permanently for https://www.russellcountyva.us/161/responsiveGhost=1; path=/
05:38:42 Warning: File has moved from https://www.russellcountyva.us/161/responsiveGhost=1; path=/ to /161/Animal-Shelter
05:38:43 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
05:38:43 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
05:38:43 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
05:38:43 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
05:38:43 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
05:38:43 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
05:38:43 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
05:38:43 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
05:38:44 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
05:38:44 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
05:38:44 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
05:38:44 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
05:38:45 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
05:38:45 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
05:38:45 Warning: Moved Permanently for https://www.russellcountyva.us/161/responsiveGhost=0; path=/
05:38:45 Warning: File has moved from https://www.russellcountyva.us/161/responsiveGhost=0; path=/ to /161/Animal-Shelter
05:38:45 Warning: Moved Permanently for https://www.russellcountyva.us/165/responsiveGhost=1; path=/
05:38:45 Warning: File has moved from https://www.russellcountyva.us/165/responsiveGhost=1; path=/ to /165/Conference-Center
05:38:45 Warning: Moved Permanently for https://www.russellcountyva.us/165/Trident/
05:38:45 Warning: File has moved from https://www.russellcountyva.us/165/Trident/ to /165/Conference-Center
05:38:45 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
05:38:45 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
05:38:46 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
05:38:46 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
05:38:46 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
05:38:46 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
05:38:47 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
05:38:47 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
05:38:47 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
05:38:47 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
05:38:47 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
05:38:47 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
05:38:47 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
05:38:47 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
05:38:47 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
05:38:47 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
05:38:47 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
05:38:47 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
05:38:47 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
05:38:47 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
05:38:48 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
05:38:48 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
05:38:48 Warning: Moved Permanently for https://www.russellcountyva.us/165/responsiveGhost=0; path=/
05:38:48 Warning: File has moved from https://www.russellcountyva.us/165/responsiveGhost=0; path=/ to /165/Conference-Center
05:38:48 Warning: Moved Permanently for https://www.russellcountyva.us/187/responsiveGhost=1; path=/
05:38:48 Warning: File has moved from https://www.russellcountyva.us/187/responsiveGhost=1; path=/ to /187/Tourism
05:38:49 Warning: Moved Permanently for https://www.russellcountyva.us/187/Trident/
05:38:49 Warning: File has moved from https://www.russellcountyva.us/187/Trident/ to /187/Tourism
05:38:49 Warning: Moved Permanently for https://www.russellcountyva.us/187/responsiveGhost=0; path=/
05:38:49 Warning: File has moved from https://www.russellcountyva.us/187/responsiveGhost=0; path=/ to /187/Tourism
05:38:49 Warning: Moved Permanently for https://www.russellcountyva.us/157/responsiveGhost=1; path=/
05:38:49 Warning: File has moved from https://www.russellcountyva.us/157/responsiveGhost=1; path=/ to /157/Employment-Opportunities
05:38:49 Warning: Moved Permanently for https://www.russellcountyva.us/157/responsiveGhost=0; path=/
05:38:49 Warning: File has moved from https://www.russellcountyva.us/157/responsiveGhost=0; path=/ to /157/Employment-Opportunities
05:38:49 Warning: Moved Permanently for https://www.russellcountyva.us/164/responsiveGhost=1; path=/
05:38:49 Warning: File has moved from https://www.russellcountyva.us/164/responsiveGhost=1; path=/ to /164/Boards-Authorities
05:38:49 Warning: Moved Permanently for https://www.russellcountyva.us/164/responsiveGhost=0; path=/
05:38:49 Warning: File has moved from https://www.russellcountyva.us/164/responsiveGhost=0; path=/ to /164/Boards-Authorities
05:38:49 Warning: Moved Permanently for https://www.russellcountyva.us/166/responsiveGhost=1; path=/
05:38:49 Warning: File has moved from https://www.russellcountyva.us/166/responsiveGhost=1; path=/ to /166/Board-of-Supervisors
05:38:51 Warning: Moved Permanently for https://www.russellcountyva.us/166/responsiveGhost=0; path=/
05:38:51 Warning: File has moved from https://www.russellcountyva.us/166/responsiveGhost=0; path=/ to /166/Board-of-Supervisors
05:38:52 Warning: Moved Permanently for https://www.russellcountyva.us/168/responsiveGhost=1; path=/
05:38:52 Warning: File has moved from https://www.russellcountyva.us/168/responsiveGhost=1; path=/ to /168/Service-Authorities
05:38:52 Warning: Moved Permanently for https://www.russellcountyva.us/168/responsiveGhost=0; path=/
05:38:52 Warning: File has moved from https://www.russellcountyva.us/168/responsiveGhost=0; path=/ to /168/Service-Authorities
05:38:52 Warning: Moved Permanently for https://www.russellcountyva.us/171/responsiveGhost=1; path=/
05:38:52 Warning: File has moved from https://www.russellcountyva.us/171/responsiveGhost=1; path=/ to /171/Boards-Authorities-Commissions
05:38:52 Warning: Moved Permanently for https://www.russellcountyva.us/171/responsiveGhost=0; path=/
05:38:52 Warning: File has moved from https://www.russellcountyva.us/171/responsiveGhost=0; path=/ to /171/Boards-Authorities-Commissions
05:38:52 Warning: Moved Permanently for https://www.russellcountyva.us/172/responsiveGhost=1; path=/
05:38:52 Warning: File has moved from https://www.russellcountyva.us/172/responsiveGhost=1; path=/ to /172/Constitutional-Offices
05:38:52 Warning: Moved Permanently for https://www.russellcountyva.us/172/responsiveGhost=0; path=/
05:38:52 Warning: File has moved from https://www.russellcountyva.us/172/responsiveGhost=0; path=/ to /172/Constitutional-Offices
05:38:52 Warning: Moved Permanently for https://www.russellcountyva.us/177/responsiveGhost=1; path=/
05:38:52 Warning: File has moved from https://www.russellcountyva.us/177/responsiveGhost=1; path=/ to /177/Commissioner-of-Revenue
05:38:52 Warning: Found for https://www.russellcountyva.us/DocumentCenter/View/451/Monthly-Form-to-Sever-Coal-Gases-or-Oil-PDF
05:38:52 Warning: Redirected link is identical because of 'URL Hack' option: https://www.russellcountyva.us/DocumentCenter/View/451/Monthly-Form-to-Sever-Coal-Gases-or-Oil-PDF and https://www.russellcountyva.us/DocumentCenter/View/451/Monthly-Form-to-Sever-Coal-Gases-or-Oil-PDF
05:38:52 Warning: Can not bear crazy server (Found) for https://www.russellcountyva.us/DocumentCenter/View/451/Monthly-Form-to-Sever-Coal-Gases-or-Oil-PDF
05:38:54 Warning: Moved Permanently for https://www.russellcountyva.us/177/responsiveGhost=0; path=/
05:38:54 Warning: File has moved from https://www.russellcountyva.us/177/responsiveGhost=0; path=/ to /177/Commissioner-of-Revenue
05:38:54 Warning: Moved Permanently for https://www.russellcountyva.us/175/responsiveGhost=1; path=/
05:38:54 Warning: File has moved from https://www.russellcountyva.us/175/responsiveGhost=1; path=/ to /175/Treasurer
05:38:54 Warning: Found for https://www.russellcountyva.us/DocumentCenter/View/425/County-of-Russell-Virginia-Fee-Policy-PDF
05:38:54 Warning: Redirected link is identical because of 'URL Hack' option: https://www.russellcountyva.us/DocumentCenter/View/425/County-of-Russell-Virginia-Fee-Policy-PDF and https://www.russellcountyva.us/DocumentCenter/View/425/County-of-Russell-Virginia-Fee-Policy-PDF
05:38:54 Warning: Can not bear crazy server (Found) for https://www.russellcountyva.us/DocumentCenter/View/425/County-of-Russell-Virginia-Fee-Policy-PDF
05:38:55 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId= (loop to same filename)
05:38:55 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=
05:38:56 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId= (loop to same filename)
05:38:56 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=
05:38:56 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId= (loop to same filename)
05:38:56 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=
05:38:56 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId= (loop to same filename)
05:38:56 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=
05:38:57 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId= (loop to same filename)
05:38:57 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/175/responsiveGhost=0; path=/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/175/responsiveGhost=0; path=/ to /175/Treasurer
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/178/responsiveGhost=1; path=/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/178/responsiveGhost=1; path=/ to /178/Other-County-Offices
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/178/responsiveGhost=0; path=/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/178/responsiveGhost=0; path=/ to /178/Other-County-Offices
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/148/responsiveGhost=1; path=/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/148/responsiveGhost=1; path=/ to /148/Towns
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/148/responsiveGhost=0; path=/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/148/responsiveGhost=0; path=/ to /148/Towns
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/185/responsiveGhost=1; path=/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/185/responsiveGhost=1; path=/ to /185/Honaker
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/185/Trident/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/185/Trident/ to /185/Honaker
05:38:58 Warning: Moved Permanently for https://www.russellcountyva.us/185/responsiveGhost=0; path=/
05:38:58 Warning: File has moved from https://www.russellcountyva.us/185/responsiveGhost=0; path=/ to /185/Honaker
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/189/responsiveGhost=1; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/189/responsiveGhost=1; path=/ to /189/Public-Safety
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/189/responsiveGhost=0; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/189/responsiveGhost=0; path=/ to /189/Public-Safety
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/212/responsiveGhost=1; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/212/responsiveGhost=1; path=/ to /212/Emergency-Management
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/212/Trident/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/212/Trident/ to /212/Emergency-Management
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/212/responsiveGhost=0; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/212/responsiveGhost=0; path=/ to /212/Emergency-Management
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/221/responsiveGhost=1; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/221/responsiveGhost=1; path=/ to /221/Education
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/221/Trident/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/221/Trident/ to /221/Education
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/221/responsiveGhost=0; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/221/responsiveGhost=0; path=/ to /221/Education
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/232/responsiveGhost=1; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/232/responsiveGhost=1; path=/ to /232/Colleges
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/232/responsiveGhost=0; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/232/responsiveGhost=0; path=/ to /232/Colleges
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/188/responsiveGhost=1; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/188/responsiveGhost=1; path=/ to /188/Organizations
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/188/responsiveGhost=0; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/188/responsiveGhost=0; path=/ to /188/Organizations
05:38:59 Warning: Moved Permanently for https://www.russellcountyva.us/253/responsiveGhost=1; path=/
05:38:59 Warning: File has moved from https://www.russellcountyva.us/253/responsiveGhost=1; path=/ to /253/Freedom-of-Information-Act-FOIA
05:39:03 Warning: Found for https://www.russellcountyva.us/DocumentCenter/View/1071/FOIA-Access-Records---Quick-Referencepdf
05:39:03 Warning: File has moved from https://www.russellcountyva.us/DocumentCenter/View/1071/FOIA-Access-Records---Quick-Referencepdf to /MyAccount?from=url&url=/DocumentCenter/View/1071/FOIA-Access-Records---Quick-Referencepdf
05:39:03 Warning: Moved Permanently for https://www.russellcountyva.us/253/responsiveGhost=0; path=/
05:39:03 Warning: File has moved from https://www.russellcountyva.us/253/responsiveGhost=0; path=/ to /253/Freedom-of-Information-Act-FOIA
05:39:03 Warning: Moved Permanently for https://www.russellcountyva.us/218/responsiveGhost=1; path=/
05:39:03 Warning: File has moved from https://www.russellcountyva.us/218/responsiveGhost=1; path=/ to /218/Healthcare
05:39:03 Warning: Moved Permanently for https://www.russellcountyva.us/218/responsiveGhost=0; path=/
05:39:03 Warning: File has moved from https://www.russellcountyva.us/218/responsiveGhost=0; path=/ to /218/Healthcare
05:39:03 Warning: Moved Permanently for https://www.russellcountyva.us/190/responsiveGhost=1; path=/
05:39:03 Warning: File has moved from https://www.russellcountyva.us/190/responsiveGhost=1; path=/ to /190/General-Information
05:39:04 Warning: Moved Permanently for https://www.russellcountyva.us/190/responsiveGhost=0; path=/
05:39:04 Warning: File has moved from https://www.russellcountyva.us/190/responsiveGhost=0; path=/ to /190/General-Information
05:39:04 Warning: Moved Permanently for https://www.russellcountyva.us/191/responsiveGhost=1; path=/
05:39:04 Warning: File has moved from https://www.russellcountyva.us/191/responsiveGhost=1; path=/ to /191/Solid-Waste-Stations
05:39:04 Warning: Moved Permanently for https://www.russellcountyva.us/191/responsiveGhost=0; path=/
05:39:04 Warning: File has moved from https://www.russellcountyva.us/191/responsiveGhost=0; path=/ to /191/Solid-Waste-Stations
05:39:04 Warning: Moved Permanently for https://www.russellcountyva.us/209/responsiveGhost=1; path=/
05:39:04 Warning: File has moved from https://www.russellcountyva.us/209/responsiveGhost=1; path=/ to /209/Real-Estate-Public-Search
05:39:04 Warning: Moved Permanently for https://www.russellcountyva.us/209/responsiveGhost=0; path=/
05:39:04 Warning: File has moved from https://www.russellcountyva.us/209/responsiveGhost=0; path=/ to /209/Real-Estate-Public-Search
05:39:04 Warning: Moved Permanently for https://www.russellcountyva.us/237/responsiveGhost=1; path=/
05:39:04 Warning: File has moved from https://www.russellcountyva.us/237/responsiveGhost=1; path=/ to /237/Canneries
05:39:04 Warning: Moved Permanently for https://www.russellcountyva.us/237/responsiveGhost=0; path=/
05:39:04 Warning: File has moved from https://www.russellcountyva.us/237/responsiveGhost=0; path=/ to /237/Canneries
05:50:20 Warning: Moved Permanently for https://www.russellcountyva.us/206/responsiveGhost=1; path=/
05:50:20 Warning: File has moved from https://www.russellcountyva.us/206/responsiveGhost=1; path=/ to /206/Online-Payments
05:51:37 Warning: Moved Permanently for https://www.russellcountyva.us/206/responsiveGhost=0; path=/
05:51:37 Warning: File has moved from https://www.russellcountyva.us/206/responsiveGhost=0; path=/ to /206/Online-Payments
05:51:37 Warning: Moved Permanently for https://www.russellcountyva.us/202/responsiveGhost=1; path=/
05:51:37 Warning: File has moved from https://www.russellcountyva.us/202/responsiveGhost=1; path=/ to /202/Agriculture
05:52:54 Warning: Moved Permanently for https://www.russellcountyva.us/202/responsiveGhost=0; path=/
05:52:54 Warning: File has moved from https://www.russellcountyva.us/202/responsiveGhost=0; path=/ to /202/Agriculture
05:52:55 Warning: Moved Permanently for https://www.russellcountyva.us/251/responsiveGhost=1; path=/
05:52:55 Warning: File has moved from https://www.russellcountyva.us/251/responsiveGhost=1; path=/ to /251/Farmers-Market
05:54:11 Warning: Moved Permanently for https://www.russellcountyva.us/251/responsiveGhost=0; path=/
05:54:11 Warning: File has moved from https://www.russellcountyva.us/251/responsiveGhost=0; path=/ to /251/Farmers-Market
05:54:16 Warning: Moved Permanently for https://www.russellcountyva.us/255/responsiveGhost=1; path=/
05:54:16 Warning: File has moved from https://www.russellcountyva.us/255/responsiveGhost=1; path=/ to /255/VCEDA-Agricultural-Strategic-Plan
05:55:29 Warning: Moved Permanently for https://www.russellcountyva.us/255/responsiveGhost=0; path=/
05:55:29 Warning: File has moved from https://www.russellcountyva.us/255/responsiveGhost=0; path=/ to /255/VCEDA-Agricultural-Strategic-Plan
05:58:03 Warning: Moved Permanently for https://www.russellcountyva.us/203/responsiveGhost=1; path=/
05:58:03 Warning: File has moved from https://www.russellcountyva.us/203/responsiveGhost=1; path=/ to /203/Economic-Development
05:59:19 Warning: Moved Permanently for https://www.russellcountyva.us/203/responsiveGhost=0; path=/
05:59:19 Warning: File has moved from https://www.russellcountyva.us/203/responsiveGhost=0; path=/ to /203/Economic-Development
05:59:24 Warning: Moved Permanently for https://www.russellcountyva.us/199/responsiveGhost=1; path=/
05:59:24 Warning: File has moved from https://www.russellcountyva.us/199/responsiveGhost=1; path=/ to /199/History
06:00:37 Warning: Moved Permanently for https://www.russellcountyva.us/199/Trident/
06:00:37 Warning: File has moved from https://www.russellcountyva.us/199/Trident/ to /199/History
06:01:52 Warning: Moved Permanently for https://www.russellcountyva.us/199/responsiveGhost=0; path=/
06:01:52 Warning: File has moved from https://www.russellcountyva.us/199/responsiveGhost=0; path=/ to /199/History
06:04:35 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
06:04:35 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
06:04:35 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
06:04:35 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
06:04:35 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
06:04:35 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
06:04:35 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
06:04:35 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
06:04:35 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
06:04:35 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
06:04:36 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId= (loop to same filename)
06:04:36 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId=
06:04:36 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId= (loop to same filename)
06:04:36 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=
06:05:54 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId= (loop to same filename)
06:05:54 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=
06:07:12 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId= (loop to same filename)
06:07:12 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=
06:08:30 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020 (loop to same filename)
06:08:30 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020
06:08:31 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId= (loop to same filename)
06:08:31 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=
06:08:31 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines (loop to same filename)
06:08:31 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines
06:09:49 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId= (loop to same filename)
06:09:49 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/215/Board-and-Committee-Application-PDF?bidId=
06:21:27 Warning: Unable to test https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId= (loop to same filename)
06:21:27 Warning: link is probably looping, type unknown, aborting: https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=
06:21:27 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/GET (from https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6)
06:22:44 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6)
06:22:45 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6)
06:24:02 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6/GET (from https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6/Board-and-Commissions-Application-Form-51)
06:24:03 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6/Board-and-Commissions-Application-Form-51)
06:25:20 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Item?formID=51 (from https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6/Board-and-Commissions-Application-Form-51)
06:25:21 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/FormCenter/Board-and-Committee-Applications-6/Board-and-Commissions-Application-Form-51)
06:25:21 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Employment-5/GET (from https://www.russellcountyva.us/FormCenter/Employment-5/Employment-Application-45)
06:26:38 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Employment-5/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/FormCenter/Employment-5/Employment-Application-45)
06:26:39 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Item?formID=45 (from https://www.russellcountyva.us/FormCenter/Employment-5/Employment-Application-45)
06:26:39 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Employment-5/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/FormCenter/Employment-5/Employment-Application-45)
06:27:56 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Road-Condition-Report-7/GET (from https://www.russellcountyva.us/FormCenter/Road-Condition-Report-7/Russell-County-VDOT-Repair-Request-50)
06:27:57 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Road-Condition-Report-7/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/FormCenter/Road-Condition-Report-7/Russell-County-VDOT-Repair-Request-50)
06:27:57 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Item?formID=50 (from https://www.russellcountyva.us/FormCenter/Road-Condition-Report-7/Russell-County-VDOT-Repair-Request-50)
06:29:14 Error: "Not Found" (404) at link https://www.russellcountyva.us/FormCenter/Road-Condition-Report-7/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/FormCenter/Road-Condition-Report-7/Russell-County-VDOT-Repair-Request-50)
06:34:24 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-12.pdf (from https://russellcountyida.org/archives.html)
06:35:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-11.pdf (from https://russellcountyida.org/archives.html)
06:35:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-10.pdf (from https://russellcountyida.org/archives.html)
06:36:58 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-09.pdf (from https://russellcountyida.org/archives.html)
06:36:59 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-08.pdf (from https://russellcountyida.org/archives.html)
06:38:16 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-07.pdf (from https://russellcountyida.org/archives.html)
06:38:16 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-06.pdf (from https://russellcountyida.org/archives.html)
06:38:16 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-05.pdf (from https://russellcountyida.org/archives.html)
06:38:17 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-04.pdf (from https://russellcountyida.org/archives.html)
06:39:33 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-03.pdf (from https://russellcountyida.org/archives.html)
06:39:34 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-02.pdf (from https://russellcountyida.org/archives.html)
06:39:34 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-01.pdf (from https://russellcountyida.org/archives.html)
06:40:50 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-12.pdf (from https://russellcountyida.org/archives.html)
06:40:51 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-11.pdf (from https://russellcountyida.org/archives.html)
06:42:07 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-10.pdf (from https://russellcountyida.org/archives.html)
06:42:08 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-09.pdf (from https://russellcountyida.org/archives.html)
06:42:08 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-08.pdf (from https://russellcountyida.org/archives.html)
06:43:24 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-07.pdf (from https://russellcountyida.org/archives.html)
06:43:25 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-06.pdf (from https://russellcountyida.org/archives.html)
06:44:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-05.pdf (from https://russellcountyida.org/archives.html)
06:44:42 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-04.pdf (from https://russellcountyida.org/archives.html)
06:45:58 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-03.pdf (from https://russellcountyida.org/archives.html)
06:46:00 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-02.pdf (from https://russellcountyida.org/archives.html)
06:46:05 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-01.pdf (from https://russellcountyida.org/archives.html)
06:47:15 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-12.pdf (from https://russellcountyida.org/archives.html)
06:47:17 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-11.pdf (from https://russellcountyida.org/archives.html)
06:47:21 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-10.pdf (from https://russellcountyida.org/archives.html)
06:48:32 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-09.pdf (from https://russellcountyida.org/archives.html)
06:48:34 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-08.pdf (from https://russellcountyida.org/archives.html)
06:48:38 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-07.pdf (from https://russellcountyida.org/archives.html)
06:49:49 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-06.pdf (from https://russellcountyida.org/archives.html)
06:49:51 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-05.pdf (from https://russellcountyida.org/archives.html)
06:49:55 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-04.pdf (from https://russellcountyida.org/archives.html)
06:51:06 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-03.pdf (from https://russellcountyida.org/archives.html)
06:51:07 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-02.pdf (from https://russellcountyida.org/archives.html)
07:07:42 Error: "Not Found" (404) at link https://www.russellcountyva.us/DocumentCenter/View/294 (from https://www.russellcountyva.us/Faq.aspx?TID=29)
07:09:00 Warning: Found for https://www.russellcountyva.us/DocumentCenter/View/1034/Board-and-Committee-Application-2021?bidId=
07:09:00 Warning: Redirected link is identical because of 'URL Hack' option: https://www.russellcountyva.us/DocumentCenter/View/1034/Board-and-Committee-Application-2021?bidId= and https://www.russellcountyva.us/DocumentCenter/View/1034/Board-and-Committee-Application-2021?bidId=
07:09:00 Warning: Can not bear crazy server (Found) for https://www.russellcountyva.us/DocumentCenter/View/1034/Board-and-Committee-Application-2021?bidId=
07:09:01 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=2&ARC=5 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:10:18 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=3&ARC=7 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:10:19 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=3&ARC=9 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:11:36 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=3&ARC=11 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:11:37 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=3&ARC=14 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:11:52 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=3&ARC=18 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:13:09 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=3&ARC=19 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:13:10 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=5&ARC=27 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:13:25 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?CID=1 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:13:26 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?AID=12&ARC=10 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:13:27 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?AID=12&ARC=11 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:14:34 Error: "Not Found" (404) at link https://www.russellcountyva.us/CivicAlerts.asp?AID=12&ARC=14 (from https://www.russellcountyva.us/CivicAlerts.aspx?ARC=L&What=1&CC=0&From=)
07:14:43 Error: "Not Found" (404) at link https://www.russellcountyva.us/CommunityVoice/GET (from https://www.russellcountyva.us/CommunityVoice/FeatureOverview)
07:14:43 Error: "Not Found" (404) at link https://www.russellcountyva.us/CommunityVoice/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/CommunityVoice/FeatureOverview)
07:15:56 Error: "Not Found" (404) at link https://www.russellcountyva.us/CommunityVoice/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/CommunityVoice/FeatureOverview)
07:17:18 Error: "Not Found" (404) at link https://www.russellcountyva.us/Facilities/GET (from https://www.russellcountyva.us/Facilities/FeatureOverview)
07:17:19 Error: "Not Found" (404) at link https://www.russellcountyva.us/Facilities/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/Facilities/FeatureOverview)
07:18:25 Error: "Not Found" (404) at link https://www.russellcountyva.us/Facilities/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/Facilities/FeatureOverview)
07:18:25 Warning: Found for https://www.russellcountyva.us/Facilities/Facility/Details/responsiveGhost=1; path=/
07:18:25 Warning: File has moved from https://www.russellcountyva.us/Facilities/Facility/Details/responsiveGhost=1; path=/ to /Facilities
07:21:00 Warning: Found for https://www.russellcountyva.us/Facilities/Facility/Details/responsiveGhost=0; path=/
07:21:00 Warning: File has moved from https://www.russellcountyva.us/Facilities/Facility/Details/responsiveGhost=0; path=/ to /Facilities
07:21:46 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/GET (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/)
07:21:46 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/)
07:21:47 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/Trident/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/)
07:21:47 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=1; path=/)
07:21:47 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/GET (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/)
07:21:48 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/)
07:21:48 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/Trident/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/)
07:21:48 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/Trident/)
07:21:48 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/GET (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/)
07:21:49 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/)
07:21:49 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/Trident/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/)
07:21:50 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=1; path=/responsiveGhost=0; path=/)
07:21:50 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/GET (from https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/)
07:21:50 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/)
07:21:51 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/Trident/ (from https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/)
07:21:51 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/Trident/responsiveGhost=1; path=/)
07:21:51 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/Trident/GET (from https://www.russellcountyva.us/1/Trident/Trident/)
07:21:51 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/Trident/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/Trident/Trident/)
07:21:52 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/Trident/Trident/ (from https://www.russellcountyva.us/1/Trident/Trident/)
07:21:52 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/Trident/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/Trident/Trident/)
07:21:52 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/GET (from https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/)
07:21:53 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/)
07:21:53 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/Trident/ (from https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/)
07:21:53 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/Trident/responsiveGhost=0; path=/)
07:21:53 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/GET (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/)
07:21:54 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/)
07:21:54 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/Trident/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/)
07:21:54 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=1; path=/)
07:21:55 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/GET (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/)
07:21:55 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/)
07:21:55 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/Trident/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/)
07:21:56 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/Trident/)
07:21:56 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/GET (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/)
07:21:56 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/responsiveGhost=1; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/)
07:21:56 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/Trident/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/)
07:21:57 Error: "Not Found" (404) at link https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/responsiveGhost=0; path=/ (from https://www.russellcountyva.us/1/responsiveGhost=0; path=/responsiveGhost=0; path=/)
07:21:58 Error: "Not Found" (404) at link https://www.russellcountyva.us/Common/Images/MarkerBlank.png (from https://www.russellcountyva.us/Areas/Facilities/Assets/Styles/Home.css)
07:21:59 Warning: Found for https://www.russellcountyva.us/facilities/facility/details/responsiveGhost=1; path=/
07:21:59 Warning: File has moved from https://www.russellcountyva.us/facilities/facility/details/responsiveGhost=1; path=/ to /Facilities
07:21:59 Warning: Found for https://www.russellcountyva.us/facilities/facility/details/responsiveGhost=0; path=/
07:21:59 Warning: File has moved from https://www.russellcountyva.us/facilities/facility/details/responsiveGhost=0; path=/ to /Facilities
HTTrack Website Copier/3.49-2 mirror complete in 3 hours 25 minutes 54 seconds : 2652 links scanned, 2385 files written (3956521351 bytes overall), 495 files updated [21751624 bytes received at 1760 bytes/sec], 28787482 bytes transferred using HTTP compression in 455 files, ratio 30%, 1.1 requests per connection
(149 errors, 412 warnings, 0 messages)

View File

@ -0,0 +1,223 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="HTTrack is an easy-to-use website mirror utility. It allows you to download a World Wide website from the Internet to a local directory,building recursively all structures, getting html, images, and other files from the server to your computer. Links are rebuiltrelatively so that you can freely browse to the local site (works with any browser). You can mirror several sites together so that you can jump from one toanother. You can, also, update an existing mirror site, or resume an interrupted download. The robot is fully configurable, with an integrated help" />
<meta name="keywords" content="httrack, HTTRACK, HTTrack, winhttrack, WINHTTRACK, WinHTTrack, offline browser, web mirror utility, aspirateur web, surf offline, web capture, www mirror utility, browse offline, local site builder, website mirroring, aspirateur www, internet grabber, capture de site web, internet tool, hors connexion, unix, dos, windows 95, windows 98, solaris, ibm580, AIX 4.0, HTS, HTGet, web aspirator, web aspirateur, libre, GPL, GNU, free software" />
<title>Local index - HTTrack Website Copier</title>
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
<style type="text/css">
<!--
body {
margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px;
background: #77b;
}
body, td {
font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#subTitle {
background: #000; color: #fff; padding: 4px; font-weight: bold;
}
#siteNavigation a, #siteNavigation .current {
font-weight: bold; color: #448;
}
#siteNavigation a:link { text-decoration: none; }
#siteNavigation a:visited { text-decoration: none; }
#siteNavigation .current { background-color: #ccd; }
#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; }
#siteNavigation a:active { text-decoration: none; background-color: #ccc; }
a:link { text-decoration: underline; color: #00f; }
a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; color: #c00; }
a:active { text-decoration: underline; }
#pageContent {
clear: both;
border-bottom: 6px solid #000;
padding: 10px; padding-top: 20px;
line-height: 1.65em;
background-image: url(backblue.gif);
background-repeat: no-repeat;
background-position: top right;
}
#pageContent, #siteNavigation {
background-color: #ccd;
}
.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; }
hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; }
h1 { margin: 0; font-weight: bold; font-size: 2em; }
h2 { margin: 0; font-weight: bold; font-size: 1.6em; }
h3 { margin: 0; font-weight: bold; font-size: 1.3em; }
h4 { margin: 0; font-weight: bold; font-size: 1.18em; }
.blak { background-color: #000; }
.hide { display: none; }
.tableWidth { min-width: 400px; }
.tblRegular { border-collapse: collapse; }
.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; }
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
.tblNoBorder td { border: 0; }
// -->
</style>
</head>
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth">
<tr>
<td id="subTitle">HTTrack Website Copier - Open Source offline browser</td>
</tr>
</table>
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth">
<tr class="blak">
<td>
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="0">
<tr>
<td colspan="6">
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="10">
<tr>
<td id="pageContent">
<!-- ==================== End prologue ==================== -->
<meta name="generator" content="HTTrack Website Copier/3.x">
<TITLE>Local index - HTTrack</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=Center>Index of locally available sites:</H1>
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="1" CELLPADDING="0">
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/indexbb05.html">
www.russellcountyva.us/AgendaCenter/Search/indexbb05.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/index650e.html">
www.russellcountyva.us/AgendaCenter/Search/index650e.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/indexf537.html">
www.russellcountyva.us/AgendaCenter/Search/indexf537.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/indexcbfb.html">
www.russellcountyva.us/AgendaCenter/Search/indexcbfb.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/indexa570.html">
www.russellcountyva.us/AgendaCenter/Search/indexa570.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/index7a98.html">
www.russellcountyva.us/AgendaCenter/Search/index7a98.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/indexdb4f.html">
www.russellcountyva.us/AgendaCenter/Search/indexdb4f.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/index91ee.html">
www.russellcountyva.us/AgendaCenter/Search/index91ee.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/AgendaCenter/Search/indexfdf2.html">
www.russellcountyva.us/AgendaCenter/Search/indexfdf2.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="www.russellcountyva.us/index.html">
www.russellcountyva.us/index.html
</A>
</TD>
</TR>
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="russellcountyida.org/index.html">
Russell County IDA
</A>
</TD>
</TR>
</TABLE>
<BR>
<BR>
<BR>
<H6 ALIGN="RIGHT">
<I>Mirror and index made by HTTrack Website Copier [XR&amp;CO'2008]</I>
</H6>
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
<!-- Thanks for using HTTrack Website Copier! -->
<!-- ==================== Start epilogue ==================== -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0">
<tr>
<td id="footer"><small>&copy; 2008 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
</tr>
</table>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More