// JavaScript Document
//this function will get the variables from the URL
function gup( name ) {
  name =  _proxy_jslib_handle( _proxy_jslib_handle(name, 'replace', '', 1, 0)(/[\[]/,"\\\["), 'replace', '', 1, 0)(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new (RegExp)( regexS );
  var results = regex.exec(  _proxy_jslib_handle( _proxy_jslib_handle(window, 'location', '', 0, 0), 'href', '', 0, 0) );
  if( results == null )
    return "";
  else
    return results[1];
}
//alert(gup('r')+gup('a'));

//this function will get the variables and pass them to the hidden form fields - needs body onLoad="getinfo()"

function getinfo() {
 _proxy_jslib_assign('',  _proxy_jslib_handle(document.forms[('new_accounts')].elements, ('00N50000001KfHC'), 0, 0), 'value', '=', ( gup('o')));
 _proxy_jslib_assign('',  _proxy_jslib_handle(document.forms[('new_accounts')].elements, ('00N700000021DS3'), 0, 0), 'value', '=', ( gup('c')));
}
 ;
_proxy_jslib_flush_write_buffers() ;