The sample script to place an external search link on a request page (using the subject line variable) shows just a single search reference.
var x=$CS.getValue("SUBJECT");
$CS.addWidget(content,type,name,selector,callback);
Is it possible to add a second, third or fourth link within a single selector section? This would be a more tidy presentation on the page.