$(document).ready(function(){  
  $('.linkExt').load(function() {
   $(this).kepresize({maxWidth: forumWidth,maxHeight: forumHeight});  
   $(this).show();
  });  
//$('.linkExt').kepresize({maxWidth: forumWidth,maxHeight: forumHeight});
});
