var isstop = true;
//alert(isstop);
function doOnLoadsFunctions()
{
  if(typeof(right_onload) == "function")
  {
    right_onload();
  }
}
