'', # google API 'cse' => '', # custom search engine code 'synd' => 'open', # syndication. I think this is for google ads 'w' => '320', # width 'h' => '75', # height 'title' => 'Google Custom Search', # title of google CSE 'border' => '', # borders... 'output' => 'js'); # javascript $args = array_merge($defaults, ParseArgs($opts)); // Begin output $output = "
"; // Finish output and return it return Keep($output); };