/* Javascript for Payment Guard Homepage */
$(document).ready(function() {
    $('.slideshow').cycle({ fx: 'fade' });
});

