
var str=window.location + "";
//alert(str.slice(0,26));

if (str.slice(0,19)=="http://vttv.com.my/")
{
window.location="http://www.vttv.tv";
}

if (str.slice(0,23)=="http://www.vttv.com.my/")
{
window.location="http://www.vttv.tv";
}

if (str.slice(0,15)=="http://vttv.tv/")
{
window.location="http://www.vttv.tv";
}