// JavaScript Document

function getQuote() {
	var preUrl = "http://investing.money.msn.com/investments/stock-price?Symbol="
	document.searchQuote.action = preUrl+document.getElementById('quoteQuery').value;
}
