<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

var	showbrand	= "no"		// SHOW GOOGLE BRANDING (SWITCH TO YES IF YOU HAVE ANY PROBLEMS)
var	showsearch	= "yes"		// SHOW SEARCH BOX
var	yourdomain	= "your-web-domain.com"		// YOUR DOMAIN NAME OR PATH

// GOOGLE SITE SEARCH
// COPYRIGHT 2009 © Andre J. Emmell, DKMS Technologies (SEARCH=006788847401948479427:qxwzneyocl0)
// Unauthorized use or sale of this script is strictly prohibited by law

   if (showsearch == "yes") {

document.write('<form action="http://www.hdiottawa.com/search_results.html" id="cse-search-box" target="_top" class="formmargin">');
document.write('<input type="hidden" name="cx" value="006788847401948479427:qxwzneyocl0" />');
document.write('<input type="hidden" name="cof" value="FORID:10" />');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext"><tr><td valign="top">');
document.write('<input name="q" type="text" size="15" class="searchsiteform">');
document.write('</td><td valign="top">');
document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" name="sa" width="32" height="27" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search"><br>')
document.write('</td></tr></TABLE>');
document.write('</form>');
}

// GOOGLE BRANDING
   if (showbrand == "yes") {
document.write('<scr' + 'ipt type="text\/javascript" src="http:\/\/google.com\/coop\/cse\/brand?form=searchbox_003488088439636726711%3Adzunaemraqw"><\/script>');
}
//  End -->