  document.write('<frameset rows="100%,0/*" FRAMEBORDER="0" BORDER="0" FRAMESPACING="0">');
  document.write('<frame name="home" scrolling="YES" src="' + url + parent.location.search + '">');
  document.write('<frame src="ck2.html" scrolling="no" noresize>');
  document.write('</frameset>');
  document.write('<noframes></noframes>');
  document.close();
