Looks like the top one is just a html frameset with the main frame pointing to:
http://www.kissmature.com/index.html
The second one looks like it is just closing up the frameset.
Here's the javascript code that I used:
<script type=text/javascript>
document.write(String.fromCharCode
(47,110,111,102,114));
</script>
Toss it into the body of a html file and replace the numbers with whatever numbers you're trying to decode (or convert from ASCII).
Hope that this helps!