// google frame wrapper
//----check to see if has been loaded without parent. if so, load in original, using split location

if (window.top==window.self) 
	{
		framename=window.top.location.href.split('/');
//		window.location='http://www.bristolandbrooks.com.au/';
		window.location='http://www.photo-albums.com.au/#'+framename[3];
	}

