// 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('.net.au/');
		window.location='http://www.pioneerwebsites.net.au/country.html#'+framename[1];
	}

