i replaced the whole line
<script src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/jquery-1.4.2.js” type=”text/javascript”></script>
with yours
<?php if (!sp_is_forumpage()) { ?>
<script src=”http://www.travelovergreece.com/wp-content/themes/GeoPlaces/js/jquery-1.4.2.js” type=”text/javascript”></script>
<?php } ?>
and now everything is perfect!!
thanks for your fast response!
i will inform theme developer to update the js!!