// <![CDATA[ pix.nextPage = function() { if (jQuery('.pageNext:first').attr('href') != '#pictop') { document.location.href = jQuery('.pageNext:first').attr('href'); } else { document.location.href = jQuery('.pageParent:first').attr('href'); } } $(function() { if (jQuery('.pageNext:first').attr('href') == '#pictop') { jQuery('#imageFrame a').attr('title', '點此回上層'); } }); // ]]>