var asicsHistory = {};
+function(a) {
  a.domain = location.href.split('/').slice(0,3).join('/')+'/';
  var $j = jQuery.noConflict();
  function TI_onResize(){
	var flashMinimumHeight = 540;
	var head = 103;
	var foot = 30;
//	var head = 0;
//	var foot = 0;
	var size = $j(window).height() - (head+foot);
	if(size<flashMinimumHeight) size = flashMinimumHeight;
	$j("#flashcontent").css("height", size+"px");
  }
  $j(window).resize(TI_onResize);

  $j(function(){
		progression.embedSWF(asicsHistory.config);
        TI_onResize();
     });

}(asicsHistory);
