﻿/*try
{
	var topLevelUrl = top.location.href;
}
catch (ex)
{
	var topLevelUrl = "fridays.com";
}
finally
{
	// Is it empty on live
	if (topLevelUrl.indexOf('fridays.com') == -1)
	{
	    //window.location = 'http://tgifqa.deutschinc.com/redesign2008/gmms/TermsAndConditions.aspx';
	    top.location = 'https://www.tgifridays.com/gmms/TermsAndConditions.aspx';
	}
}*/