jQuery.noConflict();

Event.observe(window, 'load', function() {
   $$('#imgToolTips img').each(function(element){
      new Tip(element, $(element.className).down('dd').innerHTML, {title: $(element.className).down('dt').innerHTML} );
   });
});

jQuery(document).ready(function(){
   if (window.location.href.match(/#tb/)) {
     setTimeout(function(){tb_show(null,'myscripts/video_player.php?KeepThis=true&amp;TB_iframe=true&amp;height=570&amp;width=900',null);}, 200);
   }
});