// Foxysearch.org Sitewide scripting
// Copyright 2009 (C) Otto de Voogd

// Init
function init() {
	// Break out of frames
	if (top!=self) {top.location.replace(self.location.href);}
	// Set focus on searchbox
	if (document.getElementById && document.getElementById("searchbox")) {
		document.getElementById("searchbox").focus();
	}
}
window.onload=init;
// TIAF!
