This didn't work either unfortunately. I quite my browser, closed all Joomla related tabs and restarted the front-end.
I am still receiving invalid token error. I noticed a few things about the form,
1) It is a GET request, not a POST request.
2) The token is actually stored in a JQuery string:
jQuery("#seblod_form").append(''); with the token input element named return stored in the append function. The rest of the string was removed for security by the forum. This hopefully gets appending prior to the POST action if the form was a POST form.
3) The appended token does not get "posted" with the rest of the query string.
http://local.joomla.com/index.php/available-rams?cck=&ram_or_msl=R&boxchecked=0&search=ram_or_msl_search&task=apply
I'm pretty sure this is why it would fail but I am not sure how to convert the form to POST and insure the Joomla.submitbutton action is occuring prior to the post.