(function($){
$(function(){
  //$('#awards td:last-child').append('<img src="/i/awards/orderm.jpg" style="width:23px; height:23px;" alt="award"/>');
  $('#awards a').click(function(){
  if($(this).is('.wide')){
    window.open(this.href,'award','toolbar=0,width=640,height=436,scrollbars=0');
  } else {
    window.open(this.href,'award','toolbar=0,width=436,height=640,scrollbars=0');
  }
  return false;});
  $('div.column, div#page').css({'height': '2310px'});
  $('div.content').css({'width': 'auto'});
});
})(jQuery);
