I have a function that is supposed to return a boolean. Inside the function I am checking to see if the user is cookied. If the user has not been cookied than I want to run a check to see if they are a bot. I have an array called @bots conatining strings like 'googlebot' and 'msnbot' and so on. The @bots array is created with a before_filter and is available.I have a function that is supposed to return a