lightbox conflict error on page lightbox not working

lightbox conflict error on page lightbox not working

Hello,

I have a problem. When I put the java script of lightbox 2 in my head, it gives an error on the page en it will not open the lightbox.
It only opens a page with an image.

Can anybody help me with this problem. I looked everywhere but I can't find it, and my knowledge of java is zero....:-).

Thanks for any response!

My site is: www.nageln-haren.com

My head looks like this:

<head>
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects,builder" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo TITLE; ?></title>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
<link href="css/style.css" rel="stylesheet" type="text/css" />

<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">


jQuery(function(){
$('.newp .infoBoxContents>tbody>tr:eq(0)>td:lt(2)').addClass('br');
$('.newp .infoBoxContents>tbody>tr:eq(1)>td:lt(2)').addClass('br');
$('.newp .infoBoxContents>tbody>tr:eq(0)>td').addClass('bt');
})

</script>!
</head>

And my link is:

<script language="javascript"><!--
document.write('<?php echo '<a href="images/' . $product_info['products_image'] . '" rel="lightbox" title="' . $product_info['products_name'] . '">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>');
//--></script>
<noscript>