function forceload(){

if (top.location.href.indexOf("index.html") == -1)
  top.location.href = "index.html?"+ window.location.pathname + "&2"; 

}
