<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"></script>
	<script type="text/javascript">
	$(document).ready(function() {
	 
	    $('.scrollingtext').bind('marquee', function() {
	        var ob = $(this);
	        var tw = ob.width();
	        var ww = ob.parent().width();
	        ob.css({ right: -tw });
	        ob.animate({ right: ww }, 20000, 'linear', function() {
	            ob.trigger('marquee');
	        });
	    }).trigger('marquee');
	 
	});
	</script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/lib/scripts/fonts/<?php echo $r_cufon_fonts; ?>"></script>

