jQuery(document).ready(function() {

  jQuery('#nin').css("width",3510);
  var th=window.location.hash.split("?x=");
  if (th[1]) {
    if (jQuery('#'+th[1]).width()<10) {
      loadmore();
    } else if (th[1]*1==th[1]) {
      move(th[1]);
    } else {
      ldPg(th[1]);
    }
  }


  


});