// google frame wrapper
//----check to see if has been loaded without parent. if so, load in original, using split location
// modified for special bridal page, so com.au/bridal loads in a tb.

if (window.top==window.self) 
	{
		window.location='https://www.bristolandbrooks.com.au/?gift-search=bridal-registry.php&#bridal/index.php?TB_iframe=true&height=370&width=600';
	}


