I believe that links in JS are not always picked up by search engines, therefore they do not leak PR, maybe not followed, etc. If there isn't another way I was wondering how many ways of linking in JS there are. Thanks very much for any help!
I believe the majority of Javascript is NOT ran or followed by Search engines. You might be able to trick Search engines though - by doing something like this (by actually writhing the html that SearchEngines see in the JS) document.write("<a href='.....'>LinkName</a>");
Thanks very much ccoonen! Green rep on its way! Anybody else with other options, just to learn them all?