Thank you!
This is excellent.
I know there was an example of specific Amazon item, and the "search" results were discarded as not enough comission. I think something is still better then nothing

so here it is.
Title: Amazon
Tag: amazon
Replacement:
Code:
<a href="http://www.amazon.com/gp/redirect.html?link_code=ur2&tag=amazonid-99&camp=1789&creative=9325&location=/gp/search%3F%26index=blended%26keywords={param}%26_encoding=UTF8" target="_blank">{param}</a>
Example: [amazon]exercise[/amazon]
Description: Wraps amazon.com search around specific text.
Use {option}: No
Image: images/amazon.gif
Note that
amazonid-99 should be replaced by your amazon id number.
If you have a very specific type of search you can narrow it down by selecting a category, and replacing
blended within the URL.
Since these are links for searching, I open them in a new window via the
target="_blank" tag within the anchor tag.
Again, thanks!