function apSubmitTickerLP(inSuffix)
{
	var srchTicker = document.apTickerLP.textfield.value;
	//document.apTickerLP.action = 'http://hosted.ap.org/dynamic/external/ibd.morningstar.com/AP/TickerLookup.html?CN=AP707&ticker=' + srchTicker + inSuffix;
	document.apTickerLP.action = 'http://hosted.ap.org/dynamic/external/ibd.morningstar.com/quicktake/standard/client/shell/AP707.html?CN=AP707&valid=NO&set=new&view=quote&ticker=' + srchTicker + inSuffix;
	document.apTickerLP.submit();
}

function getIndexGraph(index) {

	var indexImg = document.getElementById("indexGraph");
	
	if (indexImg) {
  		indexImg.src = 'http://ibd.morningstar.com/MarketGraph/index_' + index + '.png';
  	}
}