var lDomainURL;
lDomainURL = window.location.href;

if (window.parent != window.self)
{
	lDomain = "musart";
}
else
{
	lDomain = "balboa";
}

if (lDomain == "musart") 
{
	if ((lDomainURL == "http://www.balboarecords.com/portal/hgxpp001.aspx?91") || (lDomainURL.indexOf("hgxpp001.aspx?91,1,5,") != -1))
	{
		//Redirect to musart home page.
		window.location = "http://www.balboarecords.com/portal/hgxpp001.aspx?91,283,36";
	}
	else
	{
		if (lDomainURL.indexOf("hgxpp001.aspx?91,1,13,") != -1)
		{
			//Redirect to musart contact page.
			window.location = "http://www.balboarecords.com/portal/hgxpp001.aspx?91,284,37";
		}
	}
	document.write("<link href='/custom/Styles/stylesm.css' rel='stylesheet' type='text/css' />");
}
else
{
	document.write("<link href='/custom/Styles/stylesb.css' rel='stylesheet' type='text/css' />");
}
