var main = function() {
var doc = app.properties.activeDocument,
selText, st, ftp = app.findGrepPreferences.properties, found, n, currIndex, foundIndex, nextText;
if ( !doc ) return;
app.findGrepPreferences = null;
selText = app.selection[0];
st = selText.parentStory...