Let say one uses content automatically generated from another site, through some kind of javascript code. When you look at the code, all you can see is the location of the script that generates the content. Ex:
<SCRIPT LANGUAGE="javascript" SRC="http://www.example.org/example_code"></SCRIPT>
Will the Googlebot see this as the actual html that is fed to my browser or will the bot only see the call to the javascript and thus not conisder it to be content?
thank you