  Cufon.replace('#header-message h2', { fontFamily: 'Meta Normal' });
  
  // Load Main Ad flash
 /*
  var flashvars = {};   
  var params = {};      
  params.menu = "false";      
  params.wmode = "opaque";    
  var attributes = {};    
  swfobject.embedSWF("/images/shiny3/advert/nov-promo.swf", "main-ad", "530", "360", "9.0.0", false, flashvars, params, attributes);     
 */
  // Load Daily Message flash
  /*
  var flashvars = {}; 
  var params = {};
  params.wmode = "window";
  params.allowfullscreen = "false";
  params.allowscriptaccess = "sameDomain";          
  var attributes = {};          
  swfobject.embedSWF("/external/dailymessages.swf", "header-message", "530", "30", "9.0.0", false, flashvars, params, attributes);  
  */
  // Load Supersaver FaceBook flash
/*  var flashvars = {};   
  var params = {};      
  params.menu = "false";      
  params.wmode = "opaque";    
  var attributes = {};    
  swfobject.embedSWF("/images/shiny3/sidebar/supersavers_fb.swf", "supersaver-fb", "200", "100", "9.0.0", false, flashvars, params, attributes);
*/
 
  $(function() { 
  	$('.tabs').tabs({ fx: { opacity: 'toggle' } });
  	$('.tabs-alt').tabs({ idPrefix: 'ui-tabs-alt' });
  	$(".accordion").accordion({ autoHeight: false });
  	
  	$(".iframe-partner").colorbox({width:"520", height:"420", iframe:true}); 
  	$(".iframe-packages").colorbox({width:"420", height:"420", iframe:true});    
    $(".pop-flights").colorbox({width:"400", height:"200", iframe:true});
  	
  	$('#skyscraper').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '600' }); 
  	$('#main-ad').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '360' }); 
  	$('#side-ad2').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '178' }); 
//  	$('#side-buttons').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '100' }); 
  	
//  	$(".header-whats-new").click(function () {$(".content-whats-new").toggle();});
//  	$(".header-press-releases").click(function () {$(".content-press-releases").toggle();});
//  	$(".header-flight-info").click(function () {$(".content-flight-info").toggle();});
    
  });
