<script> function init() { if (self == parent) return false; buf = new Array(); buffer = parent.dummy.document.location.search.replace(/\?/,""); buffer = document.location.search.replace(/\?/,""); buffer = buffer.split(/&/); for (i in buffer) { query = buffer[i].split(/=/); buf[query[0]] = query[1]; } if (buf["query"]) parent.js_form.enc.value = buf["query"]; } onload = init; </script> <iframe nam

