$(document).ready(start_image_fade);

function start_image_fade()
{
	$("#cycle_images").cycle({ timeout: 5000 }); 
}
