var Emphasis = {

	run: function ()
	{
		$("ul.emphasis_list").cycle({
			pager: '.empaging',
			cleartypeNoBg: true
		});
	}

}
StartUp (Emphasis);