 /*
 /           _|
 / _|_|_|        _|_|_|
 / _|    _|  _|  _|    _|
 / _|    _|  _|  _|    _|
 / _|    _|  _|  _|    _|
 /
 / nin: header
*/

google.setOnLoadCallback(ninInit);


function ninInit() {
  $(document).ready(function(){
    $.ajax({
      url: "/header/index?color=blue"  + "&redirect=" + escape(top.location.href) + "&sp5v2=true",
      cache: false,
      dataType: "html",
      success: function(html) {
	$("#nin-header").html(html);
      }
    });
  });
}

