$(document).ready(function() {
	$(function(){
	$("a#ltd-pod").html("<img src='/static/img/home/ltd-e.gif' width='287' height='154' /><img src='/static/img/home/ltd-d.gif' width='287' height='154' />")
			$('a#ltd-pod').cycle({ 
			    fx:      'scrollLeft', 
			    speed:    280, 
			    timeout:  3800 
			});			
		});
});