
jQuery.noConflict();
Cufon.replace('h2', {
})('#navigation ul li a', {hover: true})('#sub-navigation li a', {hover: true})('#video-search button.submit', {hover: true});

var Player = H264Player("video quicktime flash", "/player.swf",  '&skin=/bekle.swf&controlbar=over');


(function($) {
    $(function() {
      $('form.simple .field label + .text').focus(function() {
        $(this).prev('label').hide();
      }).blur(function() {
        if ($(this).val() === "") {
          $(this).prev('label').show();
        }
      }).each(function() {
        if ($(this).val() !== "") {
          $(this).prev('label').hide();
        }
      });
    });
})(jQuery);

