﻿$(document).ready(function(){
	$('#graphicsText').cycle({
	fx: 'scrollLeft',
	randomizeEffects: false, 
	speed: 3000,
	sync: 1
	});		
});	