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