Here is what I have included in the head of my WordPress site. However, it is producing a blank page. Is there something I might have overlooked?
<?php if (is_page('talent')) || (is_page('work')) { ?>
<script src="<?php bloginfo('template_url'); ?>/js/jquery.fancybox-1.3.4.pack.js"></script>
<?php } ?>