<meta http-equiv="refresh" content="0"; url="grafiks/cms/page.asp?378">
that is nothing to do with javascript, that should be placed inbetween your <head> tags.
thing is, google will not read that either. how abut making a copy of your actual content page and calling it index.html - then have all the links going to the full pages within your site.
what you could do is this:
<noscript>
<a href="grafiks/cms/page.asp?378" title="vomfast">Vomfast</a>
<a href="grafiks/cms/page.asp?378" title="vodka">Vodka</a>
<a href="grafiks/cms/page.asp?378" title="slipper thing">slipper thing</a>
</noscript>
noscript works like it suggests, it'll display that info to people (and se's) which do not read javascript.