	$(document).ready(function(){
    $(".quote").wrapInner('<span class="quoteBottom"></span>');
	});
	$(document).ready(function(){
    $(".highlight").wrapInner('<span class="highlightBottom"></span>');
	});
	$(document).ready(function(){
    $(".speechLeft").wrapInner('<span class="speachBottom"></span>');
	});
	$(document).ready(function(){
    $(".speechRight").wrapInner('<span class="speachBottom"></span>');
	});
function C27_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
	$(function () {
			$('#js-news').ticker();	
	});
