var parentUrl = '';
try 
{
parentUrl = window.parent.location.href;
result = parentUrl.split('/');
if(result[2].match('sify.com') != 'sify.com')
{
window.parent.location.href = 'http://scores.sify.com';
}
}
catch(err)
{
window.parent.location.href = 'http://scores.sify.com';
}
