(function($){
  
  $(document).ready(function(){

  	$('#pre-footer > div').height($('#pre-footer').height());

  	if (window.DD_belatedPNG !== undefined) {
  		DD_belatedPNG.fix('#logo a, #header #nav ul li.current_page_item a, #header #nav ul li.current_page_ancestor a')
  		DD_belatedPNG.fix('#primary, #view-a-demo a, #see-more-info a');
  	}

  	// initialize shadowbox with params for swf files
  	Shadowbox.init({
  		skipSetup: true
  	});

  	$('a[href$=.swf]').shadowbox({
  		width: 640,
  		height: 498,
  		flashParams: {
  			quality: 'best',
  			bgcolor: '#1a1a1a',
  			allowfullscreen: 'true',
  			scale: 'showall',
  			allowscriptaccess: 'always'
  		},
  		flashVars: {
  			autostart: 'true',
  			color: '0x000000,0x000000'
  		}
  	});
  });
  
})(jQuery);