Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
755 lines (698 sloc)
38.8 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>High Plains Journal Online Classifieds with Picture Ads</title> | |
| <META http-equiv="Refresh" content="360"> | |
| <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.rsac.org/ratingsv01.html" l gen true comment "RSACi North America Server" by "tfuller@pld.com" for "http://www.hpj.com" on "1997.11.22T12:30-0800" r (n 0 s 0 v 0 l 0))'> | |
| <META http-equiv="Keywords" content="agriculture, farming, ranching, livestock, cattle, wheat, corn, sorghum, hay, alfalfa, hogs, cotton, sheep, chickens, farm, ranch, commodities, John Deere, New Holland, AGCO, Case" name="Keywords" url="http://www.hpj.com"> | |
| <script language="JavaScript"> | |
| <!-- start date | |
| function MakeArray(n) { | |
| this.length = n | |
| return this | |
| } | |
| monthNames = new MakeArray(12) | |
| monthNames[1] = "January" | |
| monthNames[2] = "February" | |
| monthNames[3] = "March" | |
| monthNames[4] = "April" | |
| monthNames[5] = "May" | |
| monthNames[6] = "June" | |
| monthNames[7] = "July" | |
| monthNames[8] = "August" | |
| monthNames[9] = "September" | |
| monthNames[10] = "October" | |
| monthNames[11] = "November" | |
| monthNames[12] = "December" | |
| dayNames = new MakeArray(7) | |
| dayNames[1] = "Sunday" | |
| dayNames[2] = "Monday" | |
| dayNames[3] = "Tuesday" | |
| dayNames[4] = "Wednesday" | |
| dayNames[5] = "Thursday" | |
| dayNames[6] = "Friday" | |
| dayNames[7] = "Saturday" | |
| function customDateString(oneDate) { | |
| var theAgent = navigator.appName | |
| var theDay = dayNames[oneDate.getDay() + 1] | |
| var theMonth = monthNames[oneDate.getMonth() + 1] | |
| if (theAgent.indexOf('Netscape') >= 0) { | |
| var theYear = oneDate.getYear() + 1900 | |
| }else{ | |
| var theYear = oneDate.getYear() + 0000 | |
| } | |
| return theDay + ", " + theMonth + " " + oneDate.getDate() + ", " + theYear | |
| } | |
| function DateString(oneDate) { | |
| var theAgent = navigator.appName | |
| var theDay = dayNames[oneDate.getDay() + 1] | |
| var theMonth = monthNames[oneDate.getMonth() + 1] | |
| if (theAgent.indexOf('Netscape') >= 0) { | |
| var theYear = oneDate.getYear() + 1900 | |
| }else{ | |
| var theYear = oneDate.getYear() + 0000 | |
| } | |
| return theMonth + " " + oneDate.getDate() + ", " + theYear | |
| } | |
| function dayPart(oneDate) { | |
| var theHour = oneDate.getHours() | |
| if (theHour <6 ) | |
| return "God its Late" | |
| if (theHour < 12) | |
| return "Morning" | |
| if (theHour < 18) | |
| return "Afternoon" | |
| return "Evening" | |
| } | |
| // end date --> | |
| </script> | |
| <STYLE type="text/css"> A:link{ | |
| color: #0000a0; | |
| font-family : Helvetica, Geneva, Arial, verdana, sans-serif; | |
| font-size : small; | |
| } | |
| A:visited{color: #0000a0;} | |
| A.b{color: red;} | |
| A.r{color: #FFFFFF; | |
| A.bb{color: red; font-weight:bold;} | |
| A.bb:visited{color: black;font-weight:bold;} | |
| A:hover{color:red;} | |
| A.bb:hover{color:red;}</STYLE> | |
| </head> | |
| <body bgcolor="#FFFFFF" link="#0000FF" vlink="#000080" alink="#800080" background="wsdocs/images/hpjback.gif"> | |
| <CENTER><a | |
| target=" |