if (window == top){
	ref = window.location.href
	LoadPage = "http://www.bssr.org.uk/index.htm?" + ref + "";
	window.location.replace(LoadPage);	
}

