<?xml version="1.0" encoding="UTF-8" ?>
<GoogleCustomizations>
    <CustomSearchEngine>
        <Title>University of Waikato Sites</Title>
        <Description>A Google Custom Search Engine that only includes University of Waikato sites</Description>
        <Context>
           <BackgroundLabels>
             <Label name="waikato_sites" mode="FILTER" />
          </BackgroundLabels>
        </Context>
        <LookAndFeel nonprofit="true">
           <!-- In the spirit of solar, this search engine has a yellow background with orange titles -->
           <Colors url="#FF6600" background="#FFFFFF" border="#FF6600" title="#FF3300" text="#000000" visited="#663399" light="#FF0077"/>
        </LookAndFeel>
    </CustomSearchEngine>


   <!-- You need not include files to add annotations. Adding them inline as shown here will work as well -->
   <Annotations>
   <Annotation about="http://adt.waikato.ac.nz/*">
       <Label name="waikato_sites"/>
   </Annotation>
   <Annotation about="http://digital.liby.waikato.ac.nz/*">
       <Label name="waikato_sites"/>
   </Annotation>
   <Annotation about="http://www.cms.waikato.ac.nz/*">
       <Label name="waikato_sites"/>
   </Annotation>
   <Annotation about="http://www.mngt.waikato.ac.nz/*">
       <Label name="waikato_sites"/>
   </Annotation>
   <Annotation about="http://www.waikato.ac.nz/*">
       <Label name="waikato_sites"/>
   </Annotation>
   <Annotation about="http://researchcommons.waikato.ac.nz/*">
       <Label name="waikato_sites"/>
   </Annotation>
  </Annotations>

</GoogleCustomizations>

