$(document).ready(function() {  

  var flashvars = {};
  var params = {wmode: 'transparent', menu: 'false'};
  var attributes = {};

  swfobject.embedSWF("/flash/content-box-campaign5.swf", "flashcontent", "890", "190", "9.0.0", "/flash/expressInstall.swf", flashvars, params, attributes);


  $('a[rel^=lightbox]').lightBox({imageLoading: '/images/lightbox/loading.gif',
	                           imageBtnClose: '/images/lightbox/close.gif',
	                           imageBtnPrev: '/images/lightbox/prev.gif',
	                           imageBtnNext: '/images/lightbox/next.gif',
                                   txtImage: 'Billede',
	                           txtOf: 'af i alt '});

  if($('.keep-window').length) {

   // check where the shoppingcart-div is  
   var offset = $('.keep-window').offset();  

   $(window).scroll(function () {  
    var scrollTop = $(window).scrollTop(); // check the visible top of the browser  
    if (offset.top<scrollTop) $('.keep-window').addClass('fixed');  
    else $('.keep-window').removeClass('fixed');  
   });  

  }

});
