// JavaScript Document

function redirect() {
    window.location="/v2/index.php"
}
setTimeout("redirect()",0);
