/* Author: 

*/
document.write('<scr'+'ipt type="text/javascript" src="/js/jquery.jstockticker-1.1.js" ></scr'+'ipt>');
function loadStockTicker(){
	$(function() {
		$("#ticker").jStockTicker({interval: 45});
	});
}

$(document).ready(function(){
	loadStockTicker();
});






















