1. Copy files to a directory.
2. Modify background.php with a text editor.

  function MainSearchSite()
  {
    return "thinkbling.com";//Leave blank for the entire web.
  }
  
  function GoogleKey()
  {
    return "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
  }

	a. Where it says "thinkbling.com", choose your target site or leave blank to have all.
        b. If you want all Also modify the options function to return false.
        c. Get your Google Key from http://www.google.com/apis/
		There you will need to sign up with Google to get your key.

3. CHMOD the directory that you created to 777.
4. Run setup.php.
5. CMHMOD the directory back to the original value (Probably 755).


VERY IMPORTANT NOTE:
This download contains nusoap.php and Smarty and is restricted by the license detailed at
	http://dietrich.ganx4.com/nusoap/
and...
	http://smarty.php.net/copyright.php
