I just installed some of these.. (yes I clicked on install.

)
For anyone attempting to run a family friendly site you can append &safe=active to the end of the Google bb code to turn on safesearch for the users.
So the code would be:
HTML Code:
<a href="http://www.google.com/search?&q={param}&safe=active">{param}</a>
Also for the horizontal line, I updated it to use both the option and parameter to set the height and color respectively. the updated replacement would be:
HTML Code:
<hr style="height:{option}px; color:{param}" />
And a sample usage would be:
HTML Code:
[line=1]orange[/line]