function submitQuestion() { var question = document.getElementById("questionText"); document.location = 'http://answers.edmunds.com/AskQuestion.aspx?question=' + escape(question.value); } function updateCharCount() { questionTextBox = document.getElementById("questionText"); maxCharacters = 115; count = questionTextBox.value.length; var charactersLeft = maxCharacters - count; if (charactersLeft < 0) { charactersLeft = 0; } document.getElementById("characterCount").innerHTML = charactersLeft; if (count >= maxCharacters) { questionTextBox.value = questionTextBox.value.substring(0, maxCharacters - 1); } } var html = ''; html += '
![]() | Did i get a good offer ... | (0 answers) |
![]() | I am replacing a head g... | (2 answers) |
![]() | 94 olds cutlass, 3.1. ... | (0 answers) |
![]() | 94 olds cutlass supreme | (0 answers) |
![]() | car won\'t start. has a... | (1 answer) |
'
+ ' View All Edmunds Answers'
+ '