$(document).ready(function(){
	if($("#promo-main")) {
      $('#promo-main > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 10000);
	}
});

jQuery.preloadImages = function() {
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img>").attr("src", arguments[i]);
  }
}