//<![CDATA[

$(function() {
    $('#slideset').cycle({
        fx:'scrollLeft',
        speed:  685,
		wrapping: 0,
		timeout: 6000,
		pause:1
		});
});

$(function() {
    $('#slideset2').cycle({
        fx:'scrollLeft',
        speed:  685,
		wrapping: 0,
		timeout: 8000,
		pause:1
		});
});
function onBefore() { 
    $('#output').html("Scrolling image:<br>" + this.src); 
} 
function onAfter() { 
    $('#output').html("Scroll complete for:<br>" + this.src) 
        .append('<h3>' + this.alt + '</h3>'); 
}
Cufon.replace('.content h1');
Cufon.replace('#hd1');
Cufon.replace('h2#sb1');
Cufon.replace('#sb1');

//]]>
