$(window).load(function(){


$("#freehat iframe").attr("src", "http://panamahatsdirect.com/iframe/spin/BodySpin.htm");
var height = $(window).height();
var scrollTop = $(window).scrollTop();
var topPos = scrollTop + ((height)/2);
$("#freehat").animate({height:240,opacity:1,top:topPos},1500,"easeOutBounce");

$("#closex").click (function() {
$("#freehat").animate({height:0,opacity:0,top:-350},1500);
});


});

