mahoningvalley.info
Tuesday, 06 January 2009
Articles
About Our Valley & Youngstown, Ohio
Community Articles
Submit an Article
News Feeds
Sports
Essentials
Contact Us
Search
Site Map
Forum
Live Local Scanners
Youngstown, Ohio, Live Scanner Feeds Fire & Police
MV FRONT PAGE | FORUM | COMMUNITY CALENDAR | COMMUNITY LISTINGS | CLASSIFIED ADS | PHOTOS
Gas Prices Print
.AutomotiveLink { COLOR: #df0005; TEXT-DECORATION: none } .City { font-family:arial narrow, san-serif;font-size:12px;font-weight:bold; } .CitySub { font-family:arial, san-serif;font-size:10px } .inZip { Font-Family:arial,san-serif;FONT-SIZE:10px;HEIGHT:19px;vertical-align:middle; }
Average Gas Price
Per Gallon
  
Prices by automotive.com
function IsNumeric(sText) { var ValidChars = "0123456789"; var IsNumber=true; var Char; for (i = 0; i < sText.length && IsNumber == true; i++) {Char = sText.charAt(i); if (ValidChars.indexOf(Char) == -1) { IsNumber = false; } } return IsNumber; } function clearTextBox(myTextBoxID) { document.getElementById(myTextBoxID).value = ""; } function defaultSubmit(myEvent, submitButtonID) { if(myEvent.keyCode==13) { myEvent.keyCode = null; window.document.getElementById(submitButtonID).click(); } return true; } function automotiveRedirect(myTextBoxID) { var myTextBoxValue = document.getElementById(myTextBoxID).value; if (!IsNumeric(myTextBoxValue)) { window.location = "http://www.automotive.com/gas-prices/index.html"; } else { window.location = "http://www.automotive.com/gas-prices/results.html?zip=" + myTextBoxValue; } }