var width = screen.width 
var height = screen.height
 document.write('<ifr' + 'ame' + 
              ' name="ads"' + 
              ' width=' + width  + 
              ' height=' + height + 
              ' frameborder=0' + 
             ' src="http://www.pachildsupportcalculator.com?q=' + window.qword +'"'+ 
             ' marginwidth="0"' + 
             ' marginheight="0"' + 
             ' vspace="0"' + 
             ' hspace="0"' + 
             ' allowtransparency="true"' + 
             ' scrolling="yes">'); 
      document.write('</ifr' + 'ame>'); 
function quoted(str) { 
  return (str != null) ? '"' + str + '"' : '""'; }