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. The webserver also needs to be able to read and write to the directory.  It is recommended
   to change the rights to this directory to 773 or to your webserver's equivalent as always
   more help can be found at http://forums.thinkbling.com

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
