
if ( location.search.indexOf("1") == -1 ) {
setTimeout("_reload()",1);
}
function _reload() {
location.href = location.href + "?1";
}

