function afterRotate() {
    $j('#findout_link').attr('href', $j(this).attr('href'));
}

$j(document).ready(function() {
$j('.homeshow').cycle({ 
    fx:    'fade', 
    speed:  5000,
after: afterRotate
 });
 });
