$(document).ready(function(){
  
// Home Image Cycle	
if ($('.home').length) {
    $('#slides').cycle({
        fx: 'fade',
        cleartype: true,
        // disable cleartype corrections
        speed: 'slow',
        timeout: 7000,
        pager: '.buttons'        
    });
$('#testimonial-slides').cycle({
    fx: 'fade',
    speed: 'slow',
    timeout: 7000
});
}

// Add print footer to bottom of page
	$("body").after("<h6 class=\"print\"><strong>Detac Corporation</strong> Phone: 403-227-1463 | 4804 51 Avenue, Innisfail, Alberta, Canada T4G 1M2</h6>");
});

