I'm trying to wget some very specific files off a web page, but some of the paths are relative paths (e.g. ../path/to/file) rather than abosolute (e.g. <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://direct/path/to/file" target="_blank">
http://direct/path/to/file </a>). Obviously, when wget gets to that part, it craps out... 
<div> </div>
<div>Is there a switch in wget (in CentOS 5 - latest wget package) that lets me maintain this session?  I tried some of the options here (<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.gnu.org/software/wget/manual/html_node/HTTP-Options.html" target="_blank">
 http://www.gnu.org/software/wget/manual/html_node/HTTP-Options.html </a>), but it's not working, and I'm hoping someone here might point me in the right direction.</div>