if (top === self && window.location.hostname != "localhost") { 
	window.top.location.href = "http://www.power4bones.com/registration/";
	// not in a frame
} else {
	// in a frame
}
/*
if (window.location.pathname == window.top.location.pathname && window.location.hostname != "localhost") {
	window.top.location.href = "http://www.power4bones.com/registration/";
}
*/	
