<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
setTimeout(function() {
the.loadingShow=false;
the.loadingFlag=false;
}, 3000);
setTimeout('$("#loadingdiv").hide()',1000);
</html>