var myLoad = function () {
  jQuery('#picknews').load('./?m=news&a=page_h_home_right_news');
}

jQuery.event.add( window, "load", myLoad )

