/** File Cannot be empty **/
/*
try{
    a=location.href;
    b = a.split(".com/");
    new_loc = b[0]+".com/v3/"+b[1];  
    window.location = new_loc;
}catch(e){}
*/

