function submitQuestion() { var question = document.getElementById("questionText2"); document.location = 'http://answers.edmunds.com/AskQuestion.aspx?question=' + escape(question.value); } function updateCharCount2() { questionTextBox = document.getElementById("questionText2"); var questionHelp = document.getElementById("questionHelp"); questionHelp.style.display = 'none'; maxCharacters = 115; count = questionTextBox.value.length; var charactersLeft = maxCharacters - count; if (charactersLeft < 0) { charactersLeft = 0; } document.getElementById("characterCount2").innerHTML = charactersLeft; if (count >= maxCharacters) { questionTextBox.value = questionTextBox.value.substring(0, maxCharacters - 1); } } function focusTextarea() { var questionTextBox = document.getElementById("questionText2"); var questionHelp = document.getElementById("questionHelp"); questionHelp.style.display = 'none'; questionTextBox.value = ''; questionTextBox.focus(); } var html = ''; html += '
'
+ '| Has anyone had any problems with the 2007 fo... |
| Did the 2008 honda accord lx come standard w... |
| Where can you find parts for a wrecked suzuki? |
| Does a 2000 toyota tundra have airbags? if s... |
' + ' More Car Insurance Questions »' + '
' + '
'
+ ' '
+ ' 115 characters maximum in this box, or go to Answers
' + '
'
+ '