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.
89 lines (80 sloc)
3.62 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> | |
| <meta http-equiv="Pragma" content="no-cache"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> | |
| <base target="main"> | |
| <title>Yorktown PennySaver Masthead</title> | |
| <meta http-equiv="Pragma" content="no-cache"> | |
| </head> | |
| <body bgcolor="#FFFFFF"> | |
| <script LANGUAGE="JavaScript"> | |
| <!--Hide | |
| function Destination(OptionNum) { | |
| if (OptionNum == 22) { | |
| window.open(document.dropdown.dest.options[OptionNum].value, '_blank'); | |
| } | |
| else if (OptionNum == 25) { | |
| window.open(document.dropdown.dest.options[OptionNum].value, '_blank'); | |
| } | |
| else { | |
| window.open(document.dropdown.dest.options[OptionNum].value, 'main'); | |
| } | |
| } | |
| function GoBack(OptionNum) { | |
| if (OptionNum == 22) { | |
| window.open(document.dropdown.dest.options[0].value, 'main'); | |
| } | |
| else if (OptionNum == 25) { | |
| window.open(document.dropdown.dest.options[0].value, 'main'); | |
| } | |
| else { | |
| window.open(document.dropdown.dest.options[OptionNum].value, 'main'); | |
| } | |
| } | |
| //STOP HIDING--> | |
| </script> | |
| <div align="center"><center> | |
| <table border="0" width="600" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="100%"><p align="right"><font face="Arial"><a href="ad_frame.htm" target="main"><img src="images/pslogo.gif" alt="PennySaver logo" align="left" border="0" WIDTH="174" HEIGHT="52"></a>Updated every | |
| Tuesday at Noon<br> | |
| </font><strong><em>January 19th, 2000 Edition</em></strong></p> | |
| <form name="dropdown" align="right"> | |
| <div align="right"><p><select name="dest" onChange="Destination(this.selectedIndex)" size="1"> | |
| <option value="ad_frame.htm">Click the Arrow for Classifieds:</option> | |
| <option value="ad_frame.htm">PennySaver Home Page</option> | |
| <option value="autoex.htm">Automobile Exchange</option> | |
| <option value="antiques.htm">Antique Exchange</option> | |
| <option value="boatex.htm">Boats and Accessories</option> | |
| <option value="business.htm">Business Opportunities</option> | |
| <option value="kidcare.htm">Childcare Exchange</option> | |
| <option value="condoex.htm">Co-ops, Condos & Townhouses</option> | |
| <option value="commreal.htm">Commercial Real Estate</option> | |
| <option value="computer.htm">Computer Exchange</option> | |
| <option value="contract.htm">Contractors Exchange</option> | |
| <option value="farms.htm">Farms, Lots and Acreage</option> | |
| <option value="helpex.htm">Help Wanted</option> | |
| <option value="mobile.htm">Mobile Homes & Campers</option> | |
| <option value="motorex.htm">Motorcycles & Snowmobiles</option> | |
| <option value="petex.htm">Pet Exchange (with Lost & Found)</option> | |
| <option value="readerad.htm">Reader Ads</option> | |
| <option value="realex.htm">Real Estate Exchange</option> | |
| <option value="rentex.htm">Rentals</option> | |
| <option value="truckex.htm">Trucks & Heavy Equipment</option> | |
| <option value="wanted.htm">Wanted Exchange</option> | |
| <option value="about/about.htm">About the PennySaver</option> | |
| <option value="http://www.townlink.com/business/">TownLink Business Directory</option> | |
| <option value="cryptoquote/index.htm">Cryptoquote</option> | |
| <option value="zodiac/zodiac.htm">Horoscopes</option> | |
| <option value="http://www.jobhunter1.com/townlink_resume.html">JobHunter1</option> | |
| <option value="filwhat.htm">What's Going On?</option> | |
| </select> <input type="button" name="GO" value="Return" onclick="GoBack(document.dropdown.dest.selectedIndex)"> | |
| </p> </p> | |
| </div> | |
| </form> | |
| </td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| </body> | |
| </html> |