There's no way to force the ad to always load, because that's an external script. What you could do is change the height of the ad's container to 90px (it's otherwise dependent on the ad):
CODE
.clearfix .clearfix div { height:90px; }
.clearfix .clearfix div.profile, .clearfix .clearfix div div { height:auto; }