Este codigo:
Código HTML:
<script>
!window.jQuery && document.write('<script src="jquery-1.6.1.min.js"><\/script>');
</script>
<script type="text/javascript" src="./scripts/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="/pls/portal/docs/PAGE/WEBBOG/CONTENIDO/NOADMIN/OBJ_HEADER/FANCYBOX/JQUERY.FANCYBOX-1.3.4.PACK.JS"></script>
<script type="text/javascript">
$(document).ready(function() {
/*
* Examples - various
*/
$("#various4").fancybox({
'padding' : 0,
'width' : '900px',
'height' : '500px',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none'
});
});
</script>
Debes de ponerlo antes de:
Código HTML:
<a id="various4" class="extLink" rel="lyteframe" title="Banquear" rev="width:900; height:500; scrolling:auto;" href="http://intraweb.ath.net.co:9051/pls/portal/docs/PAGE/WEBBOG/CONTENIDO/ADMIN/MINISITES/banquear.swf"><img src="/pls/portal/docs/PAGE/WEBBOG/CONTENIDO/ADMIN/BANNERS/01_BANCAPERSONAS.JPG" alt="" /></a>
Con eso deberia de funcionar.