document.write('');document.write('');var aIds = Array( 'pg_4e0e8e192e' );var aId = Array ();function ChangePage( to_hide, to_show ){ var tbl_hide = document.getElementById( aIds[to_hide] ); var tbl_show = document.getElementById( aIds[to_show] ); if ( typeof(tbl_hide)=='object' && tbl_hide!=null ) if ( typeof(tbl_show)=='object' && tbl_show!=null ) { tbl_hide.style.display = 'none'; tbl_show.style.display = ''; } }function NumbersOnly( old_res, id, field_title ){ if ( old_res==0 ) { var el = document.getElementById( id ); if ( typeof(el)=='object' && el!=null ) { var re = /^[0-9]+$/; if (el.value.search(re) == -1 ) { alert( '"' + field_title + '" must be a number' ); return 1; } } } return 0;}function Email( old_res, id, field_title ){ if ( old_res==0 ) { var el = document.getElementById( id ); if ( typeof(el)=='object' && el!=null ) { var re = /^[a-zA-Z0-9_\.\-]+@([a-zA-Z0-9][a-zA-Z0-9-]+\.)+[a-zA-Z]{2,6}$/; if (el.value.search(re) != -1 ) return 0; else { alert( '"'+field_title+'" must be email' ); return 1; } } } return 0;}function CheckLeapYear( id ){ var aDaysNum = Array( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ); var id_cut = id.substr( 6, id.length-6 ); var day_sel = document.getElementById( 'fld_d_' + id_cut ); var month_sel = document.getElementById( 'fld_m_' + id_cut ); var year_sel = document.getElementById( 'fld_y_' + id_cut ); if ( typeof(day_sel)=='object' && day_sel!=null ) if ( typeof(month_sel)=='object' && month_sel!=null ) if ( typeof(year_sel)=='object' && year_sel!=null ) { if ( month_sel.selectedIndex==1 ) { if ( year_sel.value % 400==0 || (year_sel.value % 100!=0 && year_sel.value % 4==0) ) aDaysNum[1] = 29; } var day_sel_ix = day_sel.selectedIndex; day_sel.options.length = 0; for ( i=1; i<=aDaysNum[month_sel.selectedIndex]; i++ ) { if ( document.createElement ) { var newOpt = document.createElement( "OPTION" ); newOpt.text = i; newOpt.value = i; ( day_sel.options.add ) ? day_sel.options.add(newOpt) : day_sel.add(newOpt, null); } else { day_sel.options[i-1] = new Option( i, i, false, false ); } } if ( day_sel.options.length < (day_sel_ix+1) ) day_sel.selectedIndex = day_sel.options.length-1; else day_sel.selectedIndex = day_sel_ix; }}function CeckDis( ){ var fagr = document.getElementById('box_confirm'); if (fagr.checked) { document.getElementById("subbut").disabled=false; document.getElementById("subbut").style.backgroundColor = '#a2a2a2'; var subs = document.getElementById( "subbut_s" ); if ( typeof(subs)=='object' && subs!=null ) { subs.disabled=false; subs.style.backgroundColor = '#a2a2a2'; } } else { document.getElementById("subbut").disabled=true; document.getElementById("subbut").style.backgroundColor = '#FAEBD7'; var subs = document.getElementById( "subbut_s" ); if ( typeof(subs)=='object' && subs!=null ) { subs.disabled=true; subs.style.backgroundColor = '#FAEBD7'; } } }document.write('
');document.write('');document.write('');document.write('');function CheckPage4e0e8e192e(){ var nResult = 0; nResult += NumbersOnly( nResult, 'fld_9f1295095f','Cell Phone' ); nResult += Email( nResult, 'fld_9010fc87f9','Email Address' ); if ( nResult == 0 ) { document.getElementById('loading').style.display='inline'; document.getElementById('imgcode_code').style.display='none'; CheckImg(arguments[0]); return; if (1) { var el = document.getElementById( 'frm_94f1c817c8' ); if ( typeof(el)=='object' && el != null ) el.submit(); } else ChangePage( 0, 1 ); }} function formatCurrency(num) { num = num.toString().replace(/\$|\,/g,''); if(isNaN(num)) num = "0"; sign = (num == (num = Math.abs(num))); num = Math.floor(num*100+0.50000000001); cents = num%100; num = Math.floor(num/100).toString(); if(cents<10) cents = "0" + cents; for (var i = 0; i < Math.floor((num.length-(1+i))/3); i++) num = num.substring(0,num.length-(4*i+3))+','+ num.substring(num.length-(4*i+3)); return (((sign)?'':'-') + '' + num + '.' + cents); }function paymentTotalbd9ad409c9(){ var products = new Array( new Array(), new Array() );var currency = 'USD'; var price = 0; for ( i=0; i 0 ) { document.getElementById('paymentTotal').innerHTML = ""+formatCurrency(parseFloat(price))+""; document.getElementById('paymentCurrency').innerHTML = ""+currency+""; document.getElementById('paymentPrevbd9ad409c9').value = ""+formatCurrency(parseFloat(price))+" "+currency+""; } else { document.getElementById('paymentTotal').innerHTML = ""; document.getElementById('paymentCurrency').innerHTML = ""; document.getElementById('paymentPrevbd9ad409c9').value = ""; } }document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');function changeAccessCodeImg(){ var randim = Math.random(); document.images.captcha.src = "http://1-888-dr-move-1.com/phpforms/index.php?frm=94f1c817c8&randm="+ randim + ""; document.forms['frm_94f1c817c8'].imgcode_id.value =+ randim + ""; } changeAccessCodeImg(); function CheckImg(){ arg_ff1=arguments[0]; var s = document.createElement('script'); s.setAttribute('type','text/javascript'); cl_code = document.getElementById('imgcode_code'); checimg = cl_code.value; randim = document.forms['frm_94f1c817c8'].imgcode_id.value; document.documentElement.firstChild.appendChild(s); ff_onload_called=false; s.setAttribute('src', "http://1-888-dr-move-1.com/phpforms/index.php?frm=94f1c817c8&chrandm=" + randim + "&checimg=" + checimg + ""); s.setAttribute('onload', "ff1()"); }var ff_onload_called=false;var arg_ff1;function ff1(){ if(ff_onload_called) return; ff_onload_called=true; document.getElementById('loading').style.display='none'; document.getElementById('imgcode_code').style.display=''; if (ci == 3) { alert("Sorry, the code you've entered is invalid. Please try again."); return 1; } if (ci == 2 ) { var el = document.getElementById('frm_94f1c817c8'); if ( typeof(el)=='object' && el != null ) { el.submit() } }}document.write(' ');document.write('');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write(' ');document.write('
');document.write(' Moving Plan Type *');document.write(' ');document.write(' ');document.write('
');document.write(' Full Name *');document.write(' ');document.write(' ');document.write('
');document.write(' Cell Phone *');document.write(' ');document.write(' ');document.write('
');document.write(' Email Address *');document.write(' ');document.write(' ');document.write('
');document.write(' Moving Date');document.write(' ');document.write(' ');document.write(' ');document.write('');document.write(' ');document.write('');document.write(' ');document.write('
');document.write(' Moving Time Perferd');document.write(' ');document.write(' ');document.write('
');document.write(' Moving FROM ADDRESS *');document.write(' ');document.write(' ');document.write('
');document.write(' Moving To Address *');document.write(' ');document.write(' ');document.write('
');document.write('
');document.write(' ');document.write(' Reload image');document.write('
');document.write('
');document.write(' ');document.write('
');document.write(' ');document.write('');document.write('
');document.write('');document.write('
');document.write('');document.write('
');document.write(' ');document.write(''); CeckDis(); document.write(' ');document.write('');