// JavaScript Document

$(document).ready(function()
{
	$('#slider').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 5000
});
});
