Does anyone know how to correctly added Google AJAX search into a DNN skin? Below is the code I received from the customer. My feet are to the fire to complete this skin by COB today, so any help would be greatly appreciated.
<form action="" id="searchbox_009877913781302332256:95fqgmktiha" onsubmit="return false;">
<div>
<input type="text" name="q" size="40" />
<input type="submit" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_009877913781302332256%3A95fqgmktiha&lang=en"></script>
<div id="results_009877913781302332256:95fqgmktiha" style="display:none">
<div class="cse-closeResults">
<a>× Close</a>
</div>
<div class="cse-resultsContainer"></div>
</div>
<style type="text/css">
@import url(http://www.google.com/cse/api/overlay.css);
</style>
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&key=ABQIAAAAfLCwwxRkMLYa6YfyYJzEwxQUEcc6XbSdRObl0b9OXsITgHciKxQeExGhvrT3WOlA4WS5B0SXeLbfPQ&hl=en" type="text/javascript"></script>
<script src="http://www.google.com/cse/api/overlay.js" type="text/javascript"></script>
<script type="text/javascript">
function OnLoad() {
new CSEOverlay("009877913781302332256:95fqgmktiha",
document.getElementById("searchbox_009877913781302332256:95fqgmktiha"),
document.getElementById("results_009877913781302332256:95fqgmktiha"));
}
GSearch.setOnLoadCallback(OnLoad);
</script>