I was just curious if web search bots, namely the google bot, can read javascipt/text arrays and include them in the search results? for example:
<script type="text/javascript">
var text = new Array();
text["what"] = "blah blah blah";
text["who"] = "blah blah blah";
text["how"] = "blah blah blah";
</script>
So to rephrase, will a google bot read the blah blah blah and include it in search and ranking system?
Thanks
-emrys