
var googleCSE = {
	init : function(searchContainer) {
		if (!document.getElementById || !document.createElement || !document.appendChild) return false;
		if (!document.getElementById(searchContainer)) return;
		var oSearchContainer = document.getElementById(searchContainer);
		oSearchContainer.innerHTML = "<form id=\"searchbox_014984615931955986895:ey1ynsncp3s\" action=\"http://www.hmsargonaut.co.uk/newsite/results.php\">\n" + "<div>\n" + "<input type=\"hidden\" name=\"cx\" value=\"014984615931955986895:ey1ynsncp3s\">\n" + "<label for=\"q\">Search:</label>\n" + "<input name=\"q\" id=\"q\" type=\"text\" class=\"txt\" size=\"15\">\n" + "<input type=\"submit\" name=\"sa\" class=\"btn\" value=\"Go\">\n" + "<input type=\"hidden\" name=\"cof\" value=\"FORID:11\">\n" + "</div>\n" + "</form>\n";
		}
};

addEvent(window, 'load', function(){googleCSE.init("searchForm");});
