update tests to keep in sync with v4
authorMark Wells <mark@freeside.biz>
Fri, 7 Aug 2015 06:15:26 +0000 (23:15 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 7 Aug 2015 06:15:26 +0000 (23:15 -0700)
19 files changed:
FS-Test/bin/freeside-test-run
FS-Test/bin/freeside-test-start
FS-Test/bin/freeside-test-stop
FS-Test/lib/FS/Test.pm
FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 [new file with mode: 0644]
FS-Test/share/output/edit/quick-charge.html/custnum=2 [new file with mode: 0644]
FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1 [deleted file]
FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1:order_by=paynum [new file with mode: 0644]
FS-Test/share/output/search/cust_pkg.cgi/keywords=pkgnum:order_by=pkgnum [new file with mode: 0644]
FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2 [deleted file]
FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2:order_by=pkgnum [new file with mode: 0644]
FS-Test/share/output/search/cust_pkg.cgi/pkgnum [deleted file]
FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800 [deleted file]
FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800:order_by=cust_pkg.pkgnum [new file with mode: 0644]
FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice [deleted file]
FS-Test/share/output/view/cust_bill-tex.cgi/invnum=681:notice_name=Invoice [new file with mode: 0644]
FS-Test/share/output/view/cust_main.cgi/custnum=2:show=packages [new file with mode: 0644]
FS-Test/share/output/view/cust_main.cgi/custnum=2:show=payment_history [new file with mode: 0644]
FS-Test/share/ui_tests

index e709641..add1e9b 100644 (file)
@@ -14,6 +14,6 @@ freeside-test-stop || true
 
 diffname=freeside-test.`date +%Y%m%d`.diff
 echo "Writing diff to $diffname."
-diff -urb "$tempdir" "$sharedir/output" > $diffname
+diff -urb "$sharedir/output" "$tempdir" > $diffname
 diffstat -C $diffname
 
index 197a847..cfa1adb 100755 (executable)
@@ -49,8 +49,9 @@ sudo cp $sharedir/htpasswd /usr/local/etc/freeside/htpasswd
 newtime=$(sudo -u freeside \
   psql -tc 'SELECT to_timestamp(max(_date) + 86400) FROM cust_bill' \
 )
-echo "Setting clock to $newtime."
-sudo date -s "$newtime"
+# no longer needed since we don't run LaTeX in the test script
+#echo "Setting clock to $newtime."
+#sudo date -s "$newtime"
 
 #echo "Applying upgrades."
 #sudo -u freeside freeside-upgrade test
@@ -58,6 +59,6 @@ sudo date -s "$newtime"
 
 # start Apache on a future date when all of the invoice dates are in the past
 echo "Restarting Apache."
-sudo service apache2 start
+sudo faketime "$newtime" apache2ctl start
 
 echo "Done."
index 5066890..08485f7 100755 (executable)
@@ -5,11 +5,12 @@ set -ae
 echo "Stopping Apache."
 sudo service apache2 stop
 
-echo "Resetting clock."
-sudo hwclock --hctosys
-
 newname=freeside_test_`date +%Y%m%d`
 if psql -l |grep -q '^ *freeside '; then
+  if psql -l |grep -q $newname; then
+    echo "Deleting old test database $newname."
+    dropdb "$newname"
+  fi
   echo "Renaming test database to $newname."
   psql postgres -c "ALTER DATABASE freeside RENAME TO $newname"
 fi
index 673b8c5..8b15233 100644 (file)
@@ -116,7 +116,7 @@ sub fetch {
     my $uri = URI->new( $self->fsurl . '/' . $path);
     print $uri->path;
     my $response = $self->mech->get($uri);
-    print " - " . $response->code . "\n";
+    print " - " . $self->mech->status . "\n";
     next unless $response->is_success;
 
     local $CWD;
@@ -139,7 +139,17 @@ sub fetch {
       push @CWD, $dir;
     }
     write_file($file, {binmode => ':utf8'}, $response->decoded_content);
+
+    # Detect Mason errors and make noise about them; they're presumably
+    # _never_ correct.  Mason errors have one convenient property: there's no
+    # <title> element on the page.
+    if ( $self->mech->ct eq 'text/html' and !$self->mech->title ) {
+      print "***error***\n";
+    }
   }
 }
 
+# what we don't do in here is diff the results.
+# Test::HTML::Differences from CPAN would be one way to do that.
+
 1; # End of FS::Test
diff --git a/FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 b/FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1
new file mode 100644 (file)
index 0000000..22d8b42
--- /dev/null
@@ -0,0 +1,19 @@
+    <HTML>
+      <HEAD>
+        <TITLE>
+          One-time charge added
+        </TITLE>
+        <META HTTP-Equiv="Cache-Control" Content="no-cache">
+        <META HTTP-Equiv="Pragma" Content="no-cache">
+        <META HTTP-Equiv="Expires" Content="0"> 
+      </HEAD>
+      <BODY BGCOLOR="#e8e8e8">
+          <FONT SIZE=6>
+            <CENTER>One-time charge added</CENTER>
+          </FONT>
+          <BR><!--<BR>-->
+
+  <SCRIPT TYPE="text/javascript">
+    window.top.location.reload();
+  </SCRIPT>
+  </BODY></HTML>
diff --git a/FS-Test/share/output/edit/quick-charge.html/custnum=2 b/FS-Test/share/output/edit/quick-charge.html/custnum=2
new file mode 100644 (file)
index 0000000..507ac5a
--- /dev/null
@@ -0,0 +1,399 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      One-time charge
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+    
+  </HEAD>
+  <BODY onload="addRow()" BGCOLOR="#f8f8f8">
+    <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+    <FONT SIZE=6>
+      <CENTER>One-time charge</CENTER>
+    </FONT>
+    <BR><!--<BR>-->
+
+
+<LINK REL="stylesheet" TYPE="text/css" HREF="http://localhost/freeside/elements/calendar-win2k-2.css" TITLE="win2k-2">
+<SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/calendar_stripped.js"></SCRIPT>
+<SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/calendar-en.js"></SCRIPT>
+<SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/calendar-setup.js"></SCRIPT>
+
+
+
+<SCRIPT TYPE="text/javascript">
+
+function enable_quick_charge (e) {
+
+  if (    document.QuickChargeForm.amount.value
+       && document.QuickChargeForm.pkg.value    ) {
+    document.QuickChargeForm.submit.disabled = false;
+  } else {
+    document.QuickChargeForm.submit.disabled = true;
+  }
+
+    return true;
+
+}
+
+function validate_quick_charge () {
+  var pkg = document.QuickChargeForm.pkg.value;
+  var pkg_regex = /^([\w \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=\[\]]*)$/ ;
+  var amount = document.QuickChargeForm.amount.value;
+  var amount_regex = /^\s*\$?\s*(\d*(\.?\d{1,2}))\s*$/ ;
+  var rval = true;
+
+  if ( ! amount_regex.test(amount) ) {
+    alert('Illegal amount - enter an amount to charge, for example, "5" or "43" or "21.46".');
+    return false;
+  }
+  if ( String(pkg).length < 1 ) {
+    rval = false;
+  }
+  if ( ! pkg_regex.test(pkg) ) {
+    rval = false;
+  }
+  var i=0;
+  for (i=0; i < rownum; i++) {
+    if (! eval('pkg_regex.test(document.QuickChargeForm.description' + i + '.value)')){
+      rval = false;
+      break;
+    }
+  }
+  if (rval == true) {
+    return true;
+  }
+
+  if ( ! pkg ) {
+    alert('Enter a description for the one-time charge');
+    return false;
+  }
+
+  alert('Illegal description - spaces, letters, numbers, and the following punctuation characters are allowed: . , ! ? @ # $ % & ( ) - + ; : ' + "'" + ' " = [ ]' );
+  return false;
+}
+
+function bill_now_changed (what) {
+  var form = what.form;
+  if ( what.checked ) {
+    form.start_date_text.disabled = true;
+    form.start_date.style.backgroundColor = '#dddddd';
+    form.start_date_button.style.display = 'none';
+    form.start_date_button_disabled.style.display = '';
+    form.invoice_terms.disabled = false;
+  } else {
+    form.start_date_text.disabled = false;
+    form.start_date.style.backgroundColor = '#ffffff';
+    form.start_date_button.style.display = '';
+    form.start_date_button_disabled.style.display = 'none';
+    form.invoice_terms.disabled = true;
+  }
+}
+
+</SCRIPT>
+
+<FORM ACTION   = "process/quick-charge.cgi"
+      NAME     = "QuickChargeForm"
+      ID       = "QuickChargeForm"
+      METHOD   = "POST"
+      onSubmit = "document.QuickChargeForm.submit.disabled=true; return validate_quick_charge();"
+>
+
+<INPUT TYPE="hidden" NAME="custnum"     VALUE="2">
+<INPUT TYPE="hidden" NAME="prospectnum" VALUE="">
+<INPUT TYPE="hidden" NAME="quotationnum" VALUE="">
+
+<TABLE ID="QuickChargeTable" BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0 STYLE="background-color: #cccccc">
+
+
+    <TR>
+      <TD ALIGN="right">Amount to charge </TD>
+      <TD>
+        $<INPUT TYPE       = "text"
+                                NAME       = "amount"
+                                SIZE       = 8
+                                VALUE      = ""
+                                onChange   = "return enable_quick_charge(event)"
+                                onKeyPress = "return enable_quick_charge(event)"
+                         >
+      </TD>
+    </TR>
+
+      <TR>
+
+  <TD ALIGN  = "right"
+      VALIGN = "top"
+      STYLE  = "padding-top: 3px"
+      ID     = "_label0"
+  >Cost</TD>
+
+
+
+  <TD   ID="_input0">$<INPUT TYPE  = "text"
+                           NAME  = "setup_cost"
+                           ID    = ""
+                           VALUE = ""
+                           SIZE="8"
+                           
+                           
+                           
+                           
+                           
+                    >
+</TD>
+
+</TR>
+
+
+    <TR>
+      <TD ALIGN="right">Quantity </TD>
+      <TD>
+        <INPUT TYPE       = "text"
+               NAME       = "quantity"
+               SIZE       = 4
+               VALUE      = "1"
+               onKeyPress = "return enable_quick_charge(event)">
+      </TD>
+    </TR>
+
+
+  <TR>
+    <TD ALIGN="right">Package class</TD>
+    <TD>
+      
+<SELECT 
+        NAME = "classnum"
+        ID   = "classnum"
+        
+        
+        
+>
+
+
+    <OPTION VALUE="">(none)
+
+    <OPTION VALUE="1"
+            
+    >
+     Fees
+
+
+</SELECT>
+
+
+
+    </TD>
+  </TR>
+
+
+
+
+
+    <TR>
+      <TD ALIGN="right">Invoice now</TD>
+      <TD>
+        <INPUT TYPE  = "checkbox"
+               NAME  = "bill_now"
+               VALUE = "1"
+               
+               onClick  = "bill_now_changed(this);"
+               onChange = "bill_now_changed(this);"
+        >
+        with terms 
+        <SELECT NAME = "invoice_terms"
+        ID   = "invoice_terms"
+        DISABLED
+>
+# #false laziness w/select-table.html
+
+  <OPTION VALUE="">Default (Payable upon receipt)
+    <OPTION VALUE="Payable upon receipt" >Payable upon receipt
+    <OPTION VALUE="Net 0" >Net 0
+    <OPTION VALUE="Net 3" >Net 3
+    <OPTION VALUE="Net 5" >Net 5
+    <OPTION VALUE="Net 9" >Net 9
+    <OPTION VALUE="Net 10" >Net 10
+    <OPTION VALUE="Net 14" >Net 14
+    <OPTION VALUE="Net 15" >Net 15
+    <OPTION VALUE="Net 18" >Net 18
+    <OPTION VALUE="Net 20" >Net 20
+    <OPTION VALUE="Net 21" >Net 21
+    <OPTION VALUE="Net 25" >Net 25
+    <OPTION VALUE="Net 30" >Net 30
+    <OPTION VALUE="Net 45" >Net 45
+    <OPTION VALUE="Net 60" >Net 60
+    <OPTION VALUE="Net 90" >Net 90
+</SELECT>
+
+      </TD>
+    </TR>
+
+    <TR>
+      <TD ALIGN="right">Charge date </TD>
+      <TD>
+        <INPUT TYPE  = "text"
+               NAME  = "start_date"
+               SIZE  = 32
+               ID    = "start_date_text"
+               VALUE = "04/01/2016 00:00:00 -0700 (PDT)"
+               onKeyPress="return enable_quick_charge(event)"
+               
+        >
+        <IMG SRC   = "http://localhost/freeside/images/calendar.png"
+             ID    = "start_date_button"
+             TITLE = "Select date"
+             STYLE = "cursor:pointer"
+        >
+        <IMG SRC   = "http://localhost/freeside/images/calendar-disabled.png"
+             ID    = "start_date_button_disabled"
+             STYLE="display:none"
+        >
+        <FONT SIZE=-1>(leave blank to charge immediately)</FONT>
+      </TD>
+    </TR>
+
+    <SCRIPT TYPE="text/javascript">
+      Calendar.setup({
+        inputField: "start_date_text",
+        ifFormat:   "%m/%d/%Y",
+        button:     "start_date_button",
+        align:      "BR"
+      });
+    </SCRIPT>
+
+<TR>
+
+  <TD ALIGN  = "right"
+      VALIGN = "top"
+      STYLE  = "padding-top: 3px"
+      ID     = "_label0"
+  >Invoice this charge separately</TD>
+
+
+
+  <TD >
+    <INPUT TYPE  = "checkbox"
+                           NAME  = "separate_bill"
+                           ID    = ""
+                           VALUE = "Y"
+                           
+                           
+                           
+                    >
+
+  </TD>
+
+</TR>
+
+
+
+
+    <TR>
+      <TD ALIGN="right">Disable automatic electronic check charge </TD>
+      <TD COLSPAN=6><INPUT TYPE="checkbox" NAME="no_auto" VALUE="Y"></TD>
+    </TR>
+
+<TR>
+  <TD ALIGN="right">Tax exempt </TD>
+  <TD><INPUT TYPE="checkbox" NAME="setuptax" VALUE="Y" ></TD>
+</TR>
+
+
+  <INPUT TYPE="hidden" NAME="taxclass" VALUE="">
+
+
+
+  <INPUT TYPE="hidden" NAME="taxproductnum" VALUE="">
+
+
+
+  <INPUT TYPE="hidden" NAME="tax_override" VALUE="">
+
+
+
+
+<TR>
+  <TD ALIGN="right">Description </TD>
+  <TD>
+    <INPUT TYPE       = "text"
+           NAME       = "pkg"
+           SIZE       = "50"
+           MAXLENGTH  = "50"
+           VALUE      = ""
+           onChange   = "return enable_quick_charge(event)"
+           onKeyPress = "return enable_quick_charge(event)"
+    >
+  </TD>
+</TR>
+
+<TR>
+  <TD></TD>
+  <TD><FONT SIZE="-1">Optional additional description (also printed on invoice): </FONT></TD>
+</TR>
+
+
+
+</TABLE>
+
+<BR>
+<INPUT TYPE="submit" ID="submit" NAME="submit" VALUE="Add one-time charge"  DISABLED>
+
+</FORM>
+
+
+<SCRIPT TYPE="text/javascript">
+
+  var rownum = 0;
+
+  function possiblyAddRow(e) {
+
+    if ( ( rownum - this.getAttribute('rownum') ) == 1 ) {
+      addRow();
+    }
+
+      return true;
+
+  }
+
+  function addRow() {
+
+    var table = document.getElementById('QuickChargeTable');
+    var tablebody = table.getElementsByTagName('tbody').item(0);
+
+    var row = document.createElement('TR');
+
+    var empty_cell = document.createElement('TD');
+    row.appendChild(empty_cell);
+
+    var description_cell = document.createElement('TD');
+
+      //var description_input = document.createElement('INPUT');
+      var di = document.createElement('INPUT');
+      di.setAttribute('name', 'description'+rownum);
+      di.setAttribute('id',   'description'+rownum);
+      di.setAttribute('size', 60);
+      di.setAttribute('maxLength', 65);
+      di.setAttribute('rownum',   rownum);
+      di.onkeyup = possiblyAddRow;
+      di.onkeypress = enable_quick_charge;
+      description_cell.appendChild(di);
+
+    row.appendChild(description_cell);
+
+    tablebody.appendChild(row);
+
+    rownum++;
+
+  }
+
+</SCRIPT>
+
+</BODY>
+</HTML>
diff --git a/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1 b/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1
deleted file mode 100644 (file)
index 8d01b1a..0000000
+++ /dev/null
@@ -1,3914 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-  <HEAD>
-    <TITLE>
-      Internal Payment Search Results
-    </TITLE>
-    <!-- per RT, to prevent IE compatibility mode -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
-    <META HTTP-Equiv="Cache-Control" Content="no-cache">
-    <META HTTP-Equiv="Pragma" Content="no-cache">
-    <META HTTP-Equiv="Expires" Content="0"> 
-
-    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
-
-
-  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
-  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
-
-
-  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
-  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-<SCRIPT TYPE="text/javascript">
-
-  function about_freeside() {
-    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
-  }
-
-  webfxMenuImagePath      = "http://localhost/freeside/images/";
-  webfxMenuUseHover       = 1;
-  webfxMenuShowTime       = 300;
-  webfxMenuHideTime       = 500;
-
-  var myBar = new WebFXMenuBar;
-
-    
-          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
-
-    
-          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
-
-
-          var myMenu0 = new WebFXMenu;
-myMenu0.emptyText = '';
-var myMenu1 = new WebFXMenu;
-myMenu1.emptyText = '';
-myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuSeparator());
-myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
-myMenu1.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
-var myMenu2 = new WebFXMenu;
-myMenu2.emptyText = '';
-myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
-myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
-myMenu2.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
-var myMenu3 = new WebFXMenu;
-myMenu3.emptyText = '';
-var myMenu4 = new WebFXMenu;
-myMenu4.emptyText = '';
-myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
-myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
-myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
-myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
-myMenu4.width = 256;
-
-myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
-myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
-myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
-myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
-myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
-myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
-myMenu3.add(new WebFXMenuSeparator());
-myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
-myMenu3.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
-var myMenu5 = new WebFXMenu;
-myMenu5.emptyText = '';
-var myMenu6 = new WebFXMenu;
-myMenu6.emptyText = '';
-myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
-myMenu6.width = 256;
-
-myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
-myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
-myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
-myMenu5.add(new WebFXMenuSeparator());
-myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
-myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
-myMenu5.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
-var myMenu7 = new WebFXMenu;
-myMenu7.emptyText = '';
-myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
-myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
-myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
-myMenu7.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
-var myMenu8 = new WebFXMenu;
-myMenu8.emptyText = '';
-myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
-myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
-myMenu8.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
-var myMenu9 = new WebFXMenu;
-myMenu9.emptyText = '';
-myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
-myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
-myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
-myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
-myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
-myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
-myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
-myMenu9.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
-var myMenu10 = new WebFXMenu;
-myMenu10.emptyText = '';
-myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
-myMenu10.add(new WebFXMenuSeparator());
-myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
-myMenu10.add(new WebFXMenuSeparator());
-var myMenu11 = new WebFXMenu;
-myMenu11.emptyText = '';
-myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
-myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
-myMenu11.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
-var myMenu12 = new WebFXMenu;
-myMenu12.emptyText = '';
-myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
-myMenu12.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
-var myMenu13 = new WebFXMenu;
-myMenu13.emptyText = '';
-myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
-myMenu13.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
-var myMenu14 = new WebFXMenu;
-myMenu14.emptyText = '';
-myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
-myMenu14.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
-var myMenu15 = new WebFXMenu;
-myMenu15.emptyText = '';
-myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
-myMenu15.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
-var myMenu16 = new WebFXMenu;
-myMenu16.emptyText = '';
-myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
-myMenu16.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
-var myMenu17 = new WebFXMenu;
-myMenu17.emptyText = '';
-myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
-myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
-myMenu17.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
-var myMenu18 = new WebFXMenu;
-myMenu18.emptyText = '';
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
-myMenu18.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
-var myMenu19 = new WebFXMenu;
-myMenu19.emptyText = '';
-myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
-myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
-myMenu19.width = 256;
-
-myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
-var myMenu20 = new WebFXMenu;
-myMenu20.emptyText = '';
-myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
-myMenu20.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
-var myMenu21 = new WebFXMenu;
-myMenu21.emptyText = '';
-myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
-myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
-myMenu21.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
-var myMenu22 = new WebFXMenu;
-myMenu22.emptyText = '';
-myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
-myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
-myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
-myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
-myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
-myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
-myMenu22.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
-var myMenu23 = new WebFXMenu;
-myMenu23.emptyText = '';
-myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
-myMenu23.width = 256;
-
-myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
-var myMenu24 = new WebFXMenu;
-myMenu24.emptyText = '';
-myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
-myMenu24.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
-var myMenu25 = new WebFXMenu;
-myMenu25.emptyText = '';
-myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
-myMenu25.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
-var myMenu26 = new WebFXMenu;
-myMenu26.emptyText = '';
-myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
-myMenu26.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
-var myMenu27 = new WebFXMenu;
-myMenu27.emptyText = '';
-myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
-myMenu27.width = 256;
-
-myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
-myMenu10.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
-var myMenu28 = new WebFXMenu;
-myMenu28.emptyText = '';
-myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
-myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
-myMenu28.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
-var myMenu29 = new WebFXMenu;
-myMenu29.emptyText = '';
-myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
-myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
-myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
-myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
-myMenu29.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
-var myMenu30 = new WebFXMenu;
-myMenu30.emptyText = '';
-var myMenu31 = new WebFXMenu;
-myMenu31.emptyText = '';
-myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
-myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
-myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
-myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
-myMenu31.width = 256;
-
-myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
-myMenu30.add(new WebFXMenuSeparator());
-myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
-myMenu30.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
-var myMenu32 = new WebFXMenu;
-myMenu32.emptyText = '';
-myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
-myMenu32.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
-var myMenu33 = new WebFXMenu;
-myMenu33.emptyText = '';
-myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
-myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
-myMenu33.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
-var myMenu34 = new WebFXMenu;
-myMenu34.emptyText = '';
-var myMenu35 = new WebFXMenu;
-myMenu35.emptyText = '';
-myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
-myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
-myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
-myMenu35.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
-var myMenu36 = new WebFXMenu;
-myMenu36.emptyText = '';
-myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
-myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
-myMenu36.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
-var myMenu37 = new WebFXMenu;
-myMenu37.emptyText = '';
-myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
-myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
-myMenu37.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
-var myMenu38 = new WebFXMenu;
-myMenu38.emptyText = '';
-myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu38.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
-myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
-myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
-myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
-myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
-myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
-myMenu34.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
-var myMenu39 = new WebFXMenu;
-myMenu39.emptyText = '';
-myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
-myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
-myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
-myMenu39.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
-myMenu0.width = 256;
-
-          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
-
-
-          var myMenu40 = new WebFXMenu;
-myMenu40.emptyText = '';
-myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
-myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
-myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
-myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
-var myMenu41 = new WebFXMenu;
-myMenu41.emptyText = '';
-var myMenu42 = new WebFXMenu;
-myMenu42.emptyText = '';
-myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
-myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
-myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
-myMenu42.width = 256;
-
-myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
-myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
-myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
-myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
-myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
-myMenu41.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
-myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
-myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
-myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
-var myMenu43 = new WebFXMenu;
-myMenu43.emptyText = '';
-myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
-myMenu43.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
-var myMenu44 = new WebFXMenu;
-myMenu44.emptyText = '';
-myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
-myMenu44.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
-myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
-myMenu40.width = 256;
-
-          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
-
-
-          var myMenu45 = new WebFXMenu;
-myMenu45.emptyText = '';
-myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu46 = new WebFXMenu;
-myMenu46.emptyText = '';
-myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
-myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
-myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
-myMenu46.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
-var myMenu47 = new WebFXMenu;
-myMenu47.emptyText = '';
-myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
-myMenu47.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
-var myMenu48 = new WebFXMenu;
-myMenu48.emptyText = '';
-myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
-myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
-myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
-myMenu48.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu49 = new WebFXMenu;
-myMenu49.emptyText = '';
-myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
-myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
-myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
-myMenu49.add(new WebFXMenuSeparator());
-myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
-myMenu49.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
-var myMenu50 = new WebFXMenu;
-myMenu50.emptyText = '';
-myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
-myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
-myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
-myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
-myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
-var myMenu51 = new WebFXMenu;
-myMenu51.emptyText = '';
-myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
-myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
-myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
-myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
-myMenu51.width = 256;
-
-myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
-myMenu50.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
-var myMenu52 = new WebFXMenu;
-myMenu52.emptyText = '';
-myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
-myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
-myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
-var myMenu53 = new WebFXMenu;
-myMenu53.emptyText = '';
-myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
-myMenu53.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
-var myMenu54 = new WebFXMenu;
-myMenu54.emptyText = '';
-myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
-myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
-myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
-myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
-myMenu54.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
-var myMenu55 = new WebFXMenu;
-myMenu55.emptyText = '';
-myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
-myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
-myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
-myMenu55.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
-var myMenu56 = new WebFXMenu;
-myMenu56.emptyText = '';
-myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
-myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
-myMenu56.width = 256;
-
-myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
-var myMenu57 = new WebFXMenu;
-myMenu57.emptyText = '';
-myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
-myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
-myMenu57.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
-var myMenu58 = new WebFXMenu;
-myMenu58.emptyText = '';
-myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
-myMenu58.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
-var myMenu59 = new WebFXMenu;
-myMenu59.emptyText = '';
-myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
-myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
-myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
-myMenu59.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
-myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
-myMenu52.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu60 = new WebFXMenu;
-myMenu60.emptyText = '';
-myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
-myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
-myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
-myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
-var myMenu61 = new WebFXMenu;
-myMenu61.emptyText = '';
-myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
-myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
-myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
-myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
-myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
-myMenu61.add(new WebFXMenuSeparator());
-myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
-myMenu61.width = 256;
-
-myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
-myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
-myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
-myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
-myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
-myMenu60.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu62 = new WebFXMenu;
-myMenu62.emptyText = '';
-myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
-myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
-myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
-myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
-myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
-myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
-myMenu62.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
-myMenu45.width = 256;
-
-          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
-
-
-          var myMenu63 = new WebFXMenu;
-myMenu63.emptyText = '';
-myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
-myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
-myMenu63.add(new WebFXMenuSeparator());
-myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
-myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
-myMenu63.width = 256;
-
-          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
-
-
-  myBar.show( null, 'vertical' );
-  myBar.width = 154;
-
-</SCRIPT>
-
-
-
-
-      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function rs_init_object() {
-    var A;
-    try {
-      A=new ActiveXObject("Msxml2.XMLHTTP");
-    } catch (e) {
-      try {
-        A=new ActiveXObject("Microsoft.XMLHTTP");
-      } catch (oc) {
-        A=null;
-      }
-    }
-    if(!A && typeof XMLHttpRequest != "undefined")
-      A = new XMLHttpRequest();
-    if (!A)
-      alert("Can't create XMLHttpRequest object");
-    return A;
-
-  }
-
-</SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function logout() {
-    // count args; build URL
-    var url = "http://localhost/freeside/loginout/logout.html";
-
-    var xmlhttp = rs_init_object();
-    xmlhttp.open("GET", url, false, "magic", "notyet");
-    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
-    xmlhttp.send(null);
-
-    if (xmlhttp.readyState != 4) {
-      alert("Logout failed: readyState is " + xmlhttp.readyState);
-      return;
-    }
-
-    if (xmlhttp.status != 200) {
-      alert("Logout failed: status is " + xmlhttp.status);
-    } else {
-      var data = xmlhttp.responseText;
-      // alert('received response: ' + data);
-      if ( data.indexOf("<b>System error</b>") > -1 ) {
-        var w;
-        if ( w = window.open("about:blank") ) {
-          w.document.write(data);
-        } else {
-          // popup blocking?  should use an overlib popup instead 
-          alert("Error popup disabled; try disabling popup blocking to see");
-        }
-      } else {
-        window.location = "http://localhost/freeside/loginout/logout.html";
-      }
-    }
-  }
-
-</SCRIPT>
-
-
-    
-
-  </HEAD>
-  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
-    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
-      <tr>
-        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
-        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
-          <font size=6>Freeside Test 3.8.1</font>
-        </td>
-        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
-          <BR></FONT>
-        </td>
-      </tr>
-    </table>
-
-    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
-
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-
-      <TR CLASS="fsmenubar">
-
-
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
-          <SCRIPT TYPE="text/javascript">
-            document.write(myBar);
-          </SCRIPT>
-        </TD>
-
-      </TR>
-
-      <TR CLASS="fssearchbar">
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
-    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_prospect (what) {
-    if ( what.value == '(name, company or phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
-    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_cust (what) {
-    if ( what.value == '(cust #, name, company or contact phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
-          
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_address2 (what) {
-    if ( what.value == '(Unit #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
-    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
-    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_invoice (what) {
-    if ( what.value == '(inv #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
-    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_svc (what) {
-    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
-          
-  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_ticket (what) {
-    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-      </TR>
-    </TABLE>
-
-
-
-    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
-
-      <TR HEIGHT="100%">
-
-        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
-
-          <FONT SIZE=6>
-            Internal Payment Search Results
-          </FONT>
-
-          <BR><BR>
-
-          
-
-
-
-   <DIV CLASS="fstabs">
-   <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;group=0"  CLASS="fstabselected" >All payments (585)</A><A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;group=1"  CLASS="fstab" >Credit card (585)</A>
-   </DIV>
-
-
-
-<DIV CLASS="fstabcontainer">
-<P>Download full results<BR>
-<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;type=xls">as Excel spreadsheet</A><BR>
-<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;type=html-print">as printable copy</A><BR>
-</P>
-
-
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100">2</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=200">3</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=300">4</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=400">5</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=500">6</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-
-<STYLE>
-  table.grid {
-    border-spacing: 0;
-  }
-</STYLE>
-<table class="grid">
-  <thead>
-  
-  <TR>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "2"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paysort">Payment</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paid">Amount</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=_date">Date</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      By
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cust. Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Customer
-    </TH>
-  </TR>
-
-
-  </thead>
-  <tbody>
-  
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=447', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6707</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=593', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6707</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=668', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6707</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=832', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6707</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=900', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6707</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=448', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412300xxxxxx1422</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=625', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412300xxxxxx1422</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=667', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412300xxxxxx1422</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=859', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412300xxxxxx1422</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=902', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412300xxxxxx1422</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=451', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx9354</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=670', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx9354</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=901', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx9354</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=449', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412334xxxxxx9230</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=641', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412334xxxxxx9230</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 23 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=669', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412334xxxxxx9230</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=874', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412334xxxxxx9230</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 23 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=899', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412334xxxxxx9230</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=450', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412382xxxxxx8869</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=645', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412382xxxxxx8869</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=671', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412382xxxxxx8869</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=878', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412382xxxxxx8869</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=903', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412382xxxxxx8869</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=452', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6496</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=672', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6496</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=904', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6496</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=615', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412304xxxxxx6325</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.48</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=675', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412304xxxxxx6325</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=850', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412304xxxxxx6325</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=905', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412304xxxxxx6325</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=456', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx3823</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=597', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx3823</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=676', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx3823</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=837', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx3823</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=909', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx3823</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=453', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412352xxxxxx8661</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=568', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412352xxxxxx8661</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=673', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412352xxxxxx8661</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=807', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412352xxxxxx8661</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=906', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412352xxxxxx8661</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=455', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412345xxxxxx4583</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=608', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412345xxxxxx4583</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=674', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412345xxxxxx4583</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=848', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412345xxxxxx4583</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=908', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412345xxxxxx4583</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=457', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx9436</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=678', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx9436</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=910', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx9436</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=454', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3676</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=655', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3676</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=677', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3676</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=887', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3676</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=907', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3676</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=458', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412396xxxxxx4646</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=614', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412396xxxxxx4646</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=683', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412396xxxxxx4646</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=851', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412396xxxxxx4646</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=911', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412396xxxxxx4646</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=652', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx5169</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$108.23</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=681', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx5169</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=913', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx5169</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=463', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412333xxxxxx3755</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=594', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412333xxxxxx3755</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=680', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412333xxxxxx3755</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=831', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412333xxxxxx3755</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=914', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412333xxxxxx3755</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=462', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412377xxxxxx7530</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=626', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412377xxxxxx7530</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=684', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412377xxxxxx7530</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=860', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412377xxxxxx7530</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=915', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412377xxxxxx7530</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=459', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx2414</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=569', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx2414</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=679', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx2414</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=806', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx2414</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=912', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx2414</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=460', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx9052</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=603', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx9052</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=682', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx9052</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=840', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx9052</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=916', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx9052</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=464', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx6431</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=685', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx6431</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=917', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx6431</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=461', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6197</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=592', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6197</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=686', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6197</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=830', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6197</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=918', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6197</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=466', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412383xxxxxx0173</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=596', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412383xxxxxx0173</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 11 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=687', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412383xxxxxx0173</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=834', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412383xxxxxx0173</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 11 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=919', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412383xxxxxx0173</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=469', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412332xxxxxx8907</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=688', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412332xxxxxx8907</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=921', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412332xxxxxx8907</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=636', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412303xxxxxx0342</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$115.65</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?36">Cronin, Javier</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=689', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412303xxxxxx0342</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?36">Cronin, Javier</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=866', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412303xxxxxx0342</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?36">Cronin, Javier</A></TD>
-
-
-    </TR>
-
-
-  </tbody>
-  <tfoot>
-  
-
-<TR>
-</TR>
-
-  
-
-<TR>
-    <TD CLASS="grid" STYLE="text-align: right;"><B>Total</B></TD>
-    <TD CLASS="grid" STYLE="text-align: right;"><B>$48369.99</B></TD>
-    <TD CLASS="grid" STYLE="text-align: right;"></TD>
-    <TD CLASS="grid" STYLE="text-align: center;"></TD>
-    <TD CLASS="grid" STYLE="text-align: center;"></TD>
-    <TD CLASS="grid" STYLE="text-align: left;"></TD>
-</TR>
-
-  </tfoot>
-</table>
-
-
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100">2</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=200">3</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=300">4</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=400">5</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=500">6</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-</DIV>
-
-        </TD>
-      </TR>
-    </TABLE>
-  </BODY>
-</HTML>
-
-
-
-
-
diff --git a/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1:order_by=paynum b/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1:order_by=paynum
new file mode 100644 (file)
index 0000000..d36e678
--- /dev/null
@@ -0,0 +1,3914 @@
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Internal Payment Search Results
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu33.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu35.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu37.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu38.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
+myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu34.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu39.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu42.width = 256;
+
+myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
+myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
+myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
+myMenu44.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
+myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu46.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu47.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
+var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu48.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu49.add(new WebFXMenuSeparator());
+myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu49.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu51.width = 256;
+
+myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
+myMenu50.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu53.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu54.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu55.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu56.width = 256;
+
+myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu57.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu58.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu59.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
+myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu52.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu61.add(new WebFXMenuSeparator());
+myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu61.width = 256;
+
+myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
+myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu60.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu62.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
+myMenu45.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
+
+
+          var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
+myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu63.add(new WebFXMenuSeparator());
+myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
+myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu63.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function logout() {
+    // count args; build URL
+    var url = "http://localhost/freeside/loginout/logout.html";
+
+    var xmlhttp = rs_init_object();
+    xmlhttp.open("GET", url, false, "magic", "notyet");
+    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+    xmlhttp.send(null);
+
+    if (xmlhttp.readyState != 4) {
+      alert("Logout failed: readyState is " + xmlhttp.readyState);
+      return;
+    }
+
+    if (xmlhttp.status != 200) {
+      alert("Logout failed: status is " + xmlhttp.status);
+    } else {
+      var data = xmlhttp.responseText;
+      // alert('received response: ' + data);
+      if ( data.indexOf("<b>System error</b>") > -1 ) {
+        var w;
+        if ( w = window.open("about:blank") ) {
+          w.document.write(data);
+        } else {
+          // popup blocking?  should use an overlib popup instead 
+          alert("Error popup disabled; try disabling popup blocking to see");
+        }
+      } else {
+        window.location = "http://localhost/freeside/loginout/logout.html";
+      }
+    }
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 3.8.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <FONT SIZE=6>
+            Internal Payment Search Results
+          </FONT>
+
+          <BR><BR>
+
+          
+
+
+
+   <DIV CLASS="fstabs">
+   <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;group=0"  CLASS="fstabselected" >All payments (585)</A><A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;group=1"  CLASS="fstab" >Credit card (585)</A>
+   </DIV>
+
+
+
+<DIV CLASS="fstabcontainer">
+<P>Download full results<BR>
+<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;type=xls">as Excel spreadsheet</A><BR>
+<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;type=html-print">as printable copy</A><BR>
+</P>
+
+
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=500">6</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+
+<STYLE>
+  table.grid {
+    border-spacing: 0;
+  }
+</STYLE>
+<table class="grid">
+  <thead>
+  
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paysort">Payment</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paid">Amount</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=_date">Date</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      By
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+  </TR>
+
+
+  </thead>
+  <tbody>
+  
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=447', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6707</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=448', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412300xxxxxx1422</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=449', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412334xxxxxx9230</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=450', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412382xxxxxx8869</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=451', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx9354</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=452', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6496</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=453', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412352xxxxxx8661</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=454', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3676</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=455', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412345xxxxxx4583</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=456', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx3823</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=457', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx9436</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=458', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412396xxxxxx4646</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=459', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx2414</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=460', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx9052</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=461', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6197</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=462', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412377xxxxxx7530</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=463', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412333xxxxxx3755</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=464', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx6431</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=465', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412313xxxxxx5222</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?39">Kunze, Ryan and Dare (Schultz, Jasper)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=466', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412383xxxxxx0173</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=467', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412364xxxxxx5720</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?40">Brekke, Tillman</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=468', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412370xxxxxx0947</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?37">Hodkiewicz-Raynor (Macejkovic, Leann)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=469', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412332xxxxxx8907</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=470', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx5794</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?43">Leannon-Pfannerstill (O&#39;Keefe, Bernie)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=471', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6297</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?48">Mohr, Florine</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=472', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412323xxxxxx3468</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?51">Medhurst Group (Medhurst, Rafaela)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=473', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412306xxxxxx5828</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?49">Bernhard LLC (Hintz, Winston)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=474', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx5322</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?46">Steuber, Ryley</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=475', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx0283</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?45">Shanahan LLC (Brown, Ceasar)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=476', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412392xxxxxx3970</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=477', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412378xxxxxx3202</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?55">Wiegand-Kohler (Murray, Amparo)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=478', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412399xxxxxx4977</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?60">Goldner, Verlie</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=479', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412340xxxxxx5576</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?61">Leuschke-Stamm (Dibbert, Betsy)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=480', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412336xxxxxx0282</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?54">Thiel, Dagmar</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=481', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412389xxxxxx2421</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?58">Schultz, Colten</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=482', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx2500</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?57">Sawayn and Sons (Beier, Olin)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=483', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412340xxxxxx7763</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?63">Luettgen LLC (Grant, Grover)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=484', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412391xxxxxx1645</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?67">Schultz, Hyatt and Ruecker (Yundt, Berta)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=485', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412341xxxxxx1664</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?64">Pagac, Mariano</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=486', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx9621</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=487', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412351xxxxxx3194</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?66">Abbott, Addison</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=488', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx5985</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?70">Brown, Danial</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=489', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412307xxxxxx6603</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=490', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412392xxxxxx5923</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?73">Balistreri-Koepp (Effertz, Laurie)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=491', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412360xxxxxx2458</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?75">Hoeger-Brown (Shields, Serenity)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=492', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412373xxxxxx4113</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?79">Corkery-D&#39;Amore (Wyman, Bethel)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=493', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx7873</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?76">Monahan, Tyrese</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=494', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx6854</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?82">Kessler, Dana</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=495', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412311xxxxxx9654</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?81">Corkery LLC (Beahan, Sebastian)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=496', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx2589</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?84">Pacocha, Matilde</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=497', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx8175</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?85">Spinka Inc (Runte, Emmalee)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=498', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412384xxxxxx2819</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?87">Kozey and Sons (Vandervort, Harmon)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=499', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412335xxxxxx1714</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?91">Fay and Sons (Gerhold, Thora)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=500', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412302xxxxxx4669</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=501', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx8241</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?99">Luettgen-Jacobs (Hintz, Junior)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=502', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412350xxxxxx1348</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=503', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx5713</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?94">McKenzie, Kareem</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=504', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx0557</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=505', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412373xxxxxx2309</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?100">Dibbert, Roman</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=506', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx4420</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?103">Roberts-Schinner (Flatley, Amelia)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=507', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412388xxxxxx0555</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?102">Rau, Dale</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=508', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412347xxxxxx5960</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?108">Emmerich, Neil</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=509', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx5485</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?106">Hermiston, Alexa</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=510', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx5889</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?105">Barton-Goodwin (Schroeder, Brian)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=511', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx0848</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=512', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412354xxxxxx2694</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?111">Treutel, Kuhn and Sipes (Wintheiser, Elyse)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=513', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412346xxxxxx5661</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?115">Kemmer-O&#39;Connell (Schuster, Alexander)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=514', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412313xxxxxx3494</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=515', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412350xxxxxx9816</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?114">Donnelly, Raleigh</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=516', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412342xxxxxx3863</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?118">Feeney, Brice</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=517', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412351xxxxxx2876</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?120">Mante, Demond</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=518', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412358xxxxxx7955</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=519', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412307xxxxxx4512</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?123">Zulauf-Schiller (Jacobs, Angelina)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=520', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx5182</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=521', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412348xxxxxx0834</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?126">Kunze, Michale</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=522', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412395xxxxxx7269</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?127">Langosh, Shanahan and Huels (Morissette, Florence)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=523', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx4614</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?132">Kris, Josie</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=524', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412389xxxxxx7923</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=525', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx4150</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?135">Olson Inc (Towne, Samara)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=526', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412339xxxxxx8431</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?130">Carter, Cathy</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=527', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412357xxxxxx1799</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?136">Kub, Julie</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=528', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412310xxxxxx7289</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?138">Leuschke, Edd</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=529', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412368xxxxxx9467</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?141">Hamill-McKenzie (Heathcote, Ismael)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=530', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx0714</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?144">Frami, Miller</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=531', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412398xxxxxx2435</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?145">Zboncak, Schmidt and Howell (Pouros, Robb)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=532', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412359xxxxxx8241</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?142">Pollich, Kieran</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=533', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx9289</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?147">Pfeffer, Shanahan and Cruickshank (Kutch, Rosario)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=534', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412384xxxxxx4955</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?151">Leannon-Crona (Schuster, Cierra)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=535', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412321xxxxxx6661</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?150">Schuster, Ed</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=536', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412385xxxxxx4890</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?153">Lind Group (Padberg, Irving)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=537', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx2362</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?156">Upton, Otho</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=538', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412379xxxxxx3787</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?159">McLaughlin-Luettgen (Berge, Houston)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=539', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx0389</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?157">Weimann Inc (Cartwright, Judah)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=540', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx3810</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?163">Fritsch LLC (Jones, Mandy)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=541', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412374xxxxxx5034</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?160">Lakin, Lindsay</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=542', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412392xxxxxx8154</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?162">Hermiston, Cassidy</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=543', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3828</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=544', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412372xxxxxx1840</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?178">Ondricka, Ethelyn</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=545', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx6686</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=546', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx6258</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?180">Bayer, Jessika</A></TD>
+
+
+    </TR>
+
+
+  </tbody>
+  <tfoot>
+  
+
+<TR>
+</TR>
+
+  
+
+<TR>
+    <TD CLASS="grid" STYLE="text-align: right;"><B>Total</B></TD>
+    <TD CLASS="grid" STYLE="text-align: right;"><B>$48369.99</B></TD>
+    <TD CLASS="grid" STYLE="text-align: right;"></TD>
+    <TD CLASS="grid" STYLE="text-align: center;"></TD>
+    <TD CLASS="grid" STYLE="text-align: center;"></TD>
+    <TD CLASS="grid" STYLE="text-align: left;"></TD>
+</TR>
+
+  </tfoot>
+</table>
+
+
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=500">6</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+</DIV>
+
+        </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
diff --git a/FS-Test/share/output/search/cust_pkg.cgi/keywords=pkgnum:order_by=pkgnum b/FS-Test/share/output/search/cust_pkg.cgi/keywords=pkgnum:order_by=pkgnum
new file mode 100644 (file)
index 0000000..d2f5d12
--- /dev/null
@@ -0,0 +1,11322 @@
+
+            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Package Search Results
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu33.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu35.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu37.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu38.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
+myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu34.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu39.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu42.width = 256;
+
+myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
+myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
+myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
+myMenu44.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
+myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu46.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu47.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
+var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu48.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu49.add(new WebFXMenuSeparator());
+myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu49.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu51.width = 256;
+
+myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
+myMenu50.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu53.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu54.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu55.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu56.width = 256;
+
+myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu57.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu58.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu59.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
+myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu52.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu61.add(new WebFXMenuSeparator());
+myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu61.width = 256;
+
+myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
+myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu60.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu62.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
+myMenu45.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
+
+
+          var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
+myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu63.add(new WebFXMenuSeparator());
+myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
+myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu63.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function logout() {
+    // count args; build URL
+    var url = "http://localhost/freeside/loginout/logout.html";
+
+    var xmlhttp = rs_init_object();
+    xmlhttp.open("GET", url, false, "magic", "notyet");
+    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+    xmlhttp.send(null);
+
+    if (xmlhttp.readyState != 4) {
+      alert("Logout failed: readyState is " + xmlhttp.readyState);
+      return;
+    }
+
+    if (xmlhttp.status != 200) {
+      alert("Logout failed: status is " + xmlhttp.status);
+    } else {
+      var data = xmlhttp.responseText;
+      // alert('received response: ' + data);
+      if ( data.indexOf("<b>System error</b>") > -1 ) {
+        var w;
+        if ( w = window.open("about:blank") ) {
+          w.document.write(data);
+        } else {
+          // popup blocking?  should use an overlib popup instead 
+          alert("Error popup disabled; try disabling popup blocking to see");
+        }
+      } else {
+        window.location = "http://localhost/freeside/loginout/logout.html";
+      }
+    }
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 3.8.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <FONT SIZE=6>
+            Package Search Results
+          </FONT>
+
+          <BR><BR>
+
+          
+
+
+
+
+        <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/bulk_change_pkg.cgi?', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change Packages', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;these&nbsp;packages</A><BR><A HREF="http://localhost/freeside/misc/email-customers.html?table=cust_pkg&agent_virt_agentnum=&query=1">Email a notice to these customers</A>
+
+<BR><BR>
+
+
+
+        <TABLE>
+          <TR>
+
+            <TD VALIGN="bottom">
+
+              <FORM>
+
+                  601 total packages
+
+
+                  ( show <SELECT NAME="maxrecords" onChange="window.location = 'http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=' + this.options[this.selectedIndex].value;">
+
+                  <OPTION VALUE="100" SELECTED>100</OPTION>
+                  <OPTION VALUE="500" >500</OPTION>
+                  <OPTION VALUE="1000" >1000</OPTION>
+                  <OPTION VALUE="2500" >2500</OPTION>
+
+                 </SELECT> per page )
+
+
+                <BR>
+
+              </FORM>
+
+            </TD>
+
+
+              <TD ALIGN="right" CLASS="noprint">
+
+                Download full results<BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=packages.xls">Excel spreadsheet</A><BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=csv">CSV file</A><BR>
+
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html-print">printable copy</A>
+
+              </TD>
+
+          </TR>
+          <TR>
+            <TD COLSPAN=2>
+
+
+                
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=500">6</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=600">7</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+
+                
+
+
+              
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<THEAD>
+
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum%20DESC;_dummy=1;maxrecords=100;_type=html;offset=0">#</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=quantity;_dummy=1;maxrecords=100;_type=html;offset=0">Quan.</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Package
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=classname;_dummy=1;maxrecords=100;_type=html;offset=0">Class</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=salesperson;_dummy=1;maxrecords=100;_type=html;offset=0">Sales Person</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=otaker;_dummy=1;maxrecords=100;_type=html;offset=0">Ordered by</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Base Recur
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Freq.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Last bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Next bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Adjourn
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp. delay
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Expire
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Contract end
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Changed
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cancel
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Reason
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Services
+    </TH>
+  </TR>
+
+
+</THEAD>
+
+<TBODY>
+
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=1;show=packages;fragment=cust_pkg1#cust_pkg1">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=1;show=packages;fragment=cust_pkg1#cust_pkg1">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=1;show=packages;fragment=cust_pkg1#cust_pkg1">System Domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#009999 SIZE="-1" ><b>Not yet billed</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_bootstrap</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >(no recurring fee)</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><b></b></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?1">Accounts, System</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?1">example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">2</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?2">berta@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg3#cust_pkg3">3</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg3#cust_pkg3">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg3#cust_pkg3">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?3">IP:10.212.50.247, MAC:0000911C4815</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg4#cust_pkg4">4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg4#cust_pkg4">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg4#cust_pkg4">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?4">waters-turner.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg5#cust_pkg5">5</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg5#cust_pkg5">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg5#cust_pkg5">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?5">IP:10.127.31.117, MAC:0000A3E013D7</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg6#cust_pkg6">6</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg6#cust_pkg6">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg6#cust_pkg6">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?6">ziemann-dietrich.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">7</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?7">19671718037</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg8#cust_pkg8">8</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg8#cust_pkg8">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg8#cust_pkg8">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?8">watsica-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">9</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?9">337448915280026</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg10#cust_pkg10">10</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg10#cust_pkg10">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg10#cust_pkg10">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?10">sherwood@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">11</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?5">Watsica-Crooks (Will, Marguerite)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?11">7941182146</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg12#cust_pkg12">12</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg12#cust_pkg12">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg12#cust_pkg12">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?5">Watsica-Crooks (Will, Marguerite)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?12">rashad@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg13#cust_pkg13">13</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg13#cust_pkg13">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg13#cust_pkg13">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?5">Watsica-Crooks (Will, Marguerite)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?13">IP:10.4.160.230, MAC:0000D12765F4</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg14#cust_pkg14">14</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg14#cust_pkg14">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg14#cust_pkg14">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?14">doris@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg15#cust_pkg15">15</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg15#cust_pkg15">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg15#cust_pkg15">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?15">IP:10.203.139.97, MAC:0000FA2C8FB1</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg16#cust_pkg16">16</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg16#cust_pkg16">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg16#cust_pkg16">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?16">hane-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg17#cust_pkg17">17</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg17#cust_pkg17">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg17#cust_pkg17">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?17">IP:10.75.143.4, MAC:0000EE773AA3</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg18#cust_pkg18">18</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg18#cust_pkg18">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg18#cust_pkg18">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?18">will-schmitt-and-buckridge.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg19#cust_pkg19">19</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg19#cust_pkg19">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg19#cust_pkg19">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 23 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 23 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?19">507789172836615</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg20#cust_pkg20">20</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg20#cust_pkg20">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg20#cust_pkg20">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?20">hagenes-mclaughlin-and-fadel.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">21</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?21">402545251883238</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">22</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?22">hilario@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">23</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?23">5204979036</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">24</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?24">lennie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg25#cust_pkg25">25</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg25#cust_pkg25">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg25#cust_pkg25">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?25">IP:10.2.159.93, MAC:0000BEEA3257</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?26">travis@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">27</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?27">IP:10.147.177.86, MAC:0000E5156362</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">28</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?28">watsica-sauer-and-braun.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg29#cust_pkg29">29</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg29#cust_pkg29">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg29#cust_pkg29">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?29">IP:10.61.84.169, MAC:000069394AF2</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg30#cust_pkg30">30</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg30#cust_pkg30">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg30#cust_pkg30">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?30">greenholt-parisian.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">31</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?31">2103459718</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg32#cust_pkg32">32</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg32#cust_pkg32">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg32#cust_pkg32">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2017</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?32">corkery-hackett-and-franecki.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">33</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?33">14745441565</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg34#cust_pkg34">34</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg34#cust_pkg34">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg34#cust_pkg34">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?34">william@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">35</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?35">4609716945803</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">36</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?36">richmond@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg37#cust_pkg37">37</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg37#cust_pkg37">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg37#cust_pkg37">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?37">IP:10.229.63.194, MAC:00004D3E8513</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg38#cust_pkg38">38</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg38#cust_pkg38">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg38#cust_pkg38">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?14">Fritsch, Earnestine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?38">samir@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg39#cust_pkg39">39</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg39#cust_pkg39">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg39#cust_pkg39">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?14">Fritsch, Earnestine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?39">IP:10.188.48.84, MAC:000036BEDE13</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg40#cust_pkg40">40</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg40#cust_pkg40">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg40#cust_pkg40">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?14">Fritsch, Earnestine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?40">ullrich-kilback.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg41#cust_pkg41">41</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg41#cust_pkg41">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg41#cust_pkg41">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?41">IP:10.225.235.123, MAC:00003C2A1764</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg42#cust_pkg42">42</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg42#cust_pkg42">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg42#cust_pkg42">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?42">crooks-collins.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">43</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?43">7315522562</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg44#cust_pkg44">44</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg44#cust_pkg44">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg44#cust_pkg44">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?44">kuhn-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">45</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?45">5473351513</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg46#cust_pkg46">46</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg46#cust_pkg46">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg46#cust_pkg46">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?46">walton@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg47#cust_pkg47">47</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg47#cust_pkg47">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg47#cust_pkg47">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?17">Leffler, Abshire and Orn (Hyatt, Reggie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?47">580124349433539</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg48#cust_pkg48">48</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg48#cust_pkg48">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg48#cust_pkg48">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?17">Leffler, Abshire and Orn (Hyatt, Reggie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?48">nigel@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg49#cust_pkg49">49</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg49#cust_pkg49">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg49#cust_pkg49">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?17">Leffler, Abshire and Orn (Hyatt, Reggie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?49">IP:10.189.193.93, MAC:000043D6F9E3</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?50">sammy@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">51</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?51">IP:10.44.211.87, MAC:00008BCF4552</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">52</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?52">hansen-kilback.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg53#cust_pkg53">53</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg53#cust_pkg53">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg53#cust_pkg53">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?53">IP:10.116.203.5, MAC:00005AFAF158</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg54#cust_pkg54">54</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg54#cust_pkg54">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg54#cust_pkg54">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?54">klocko-inc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">55</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?55">47925781188566</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg56#cust_pkg56">56</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg56#cust_pkg56">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg56#cust_pkg56">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?56">ward-murphy-and-wisozk.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">57</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?57">215984572910627</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">58</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?58">linwood@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">59</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?59">5055483796977</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg60#cust_pkg60">60</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg60#cust_pkg60">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg60#cust_pkg60">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?60">esperanza@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg61#cust_pkg61">61</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg61#cust_pkg61">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg61#cust_pkg61">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?61">IP:10.178.209.2, MAC:00009245E1CE</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg62#cust_pkg62">62</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg62#cust_pkg62">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg62#cust_pkg62">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?62">branson@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg63#cust_pkg63">63</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg63#cust_pkg63">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg63#cust_pkg63">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?63">IP:10.86.8.116, MAC:00009D2D385F</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg64#cust_pkg64">64</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg64#cust_pkg64">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg64#cust_pkg64">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2017</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?64">okeefe-stracke.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg65#cust_pkg65">65</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg65#cust_pkg65">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg65#cust_pkg65">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?65">IP:10.166.5.138, MAC:000020A5C9AB</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg66#cust_pkg66">66</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg66#cust_pkg66">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg66#cust_pkg66">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?66">murazik-padberg-and-dibbert.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">67</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?67">510207687452209</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg68#cust_pkg68">68</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg68#cust_pkg68">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg68#cust_pkg68">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?68">rodriguez-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">69</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?69">19732087174151</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg70#cust_pkg70">70</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg70#cust_pkg70">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg70#cust_pkg70">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?70">victor@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?71">99158298078002</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?72">ryleigh@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">73</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?73">IP:10.223.20.110, MAC:0000B618A255</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">74</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?74">citlalli@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg75#cust_pkg75">75</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg75#cust_pkg75">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg75#cust_pkg75">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?75">IP:10.181.162.31, MAC:0000A7F64E79</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg76#cust_pkg76">76</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg76#cust_pkg76">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg76#cust_pkg76">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?76">gorczany-weimann.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg77#cust_pkg77">77</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg77#cust_pkg77">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg77#cust_pkg77">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?77">IP:10.30.204.50, MAC:000097EB747A</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg78#cust_pkg78">78</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg78#cust_pkg78">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg78#cust_pkg78">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?78">ward-buckridge.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">79</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?79">8935173249</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg80#cust_pkg80">80</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg80#cust_pkg80">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg80#cust_pkg80">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?80">treutel-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">81</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?81">152553597965486</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">82</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?82">lenora@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?83">114180154577357</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?84">nyasia@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">85</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?85">IP:10.171.182.118, MAC:00003EE1A6D7</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">86</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?86">alden@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg87#cust_pkg87">87</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg87#cust_pkg87">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg87#cust_pkg87">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?87">IP:10.79.94.0, MAC:00008A11465E</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg88#cust_pkg88">88</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg88#cust_pkg88">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg88#cust_pkg88">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?88">baumbach-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg89#cust_pkg89">89</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg89#cust_pkg89">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg89#cust_pkg89">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?89">IP:10.74.128.210, MAC:00009E471138</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg90#cust_pkg90">90</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg90#cust_pkg90">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg90#cust_pkg90">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?90">kessler-larson-and-bauch.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">91</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?91">1535633738761521</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg92#cust_pkg92">92</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg92#cust_pkg92">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg92#cust_pkg92">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?92">moen-kovacek.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">93</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?93">7091741436337</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">94</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?94">sally@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">95</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 11 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 11 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?95">1076194311</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg96#cust_pkg96">96</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg96#cust_pkg96">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg96#cust_pkg96">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?96">drew@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg97#cust_pkg97">97</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg97#cust_pkg97">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg97#cust_pkg97">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?97">IP:10.72.141.97, MAC:000086A32C19</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">98</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?98">nils@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg99#cust_pkg99">99</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg99#cust_pkg99">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg99#cust_pkg99">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?99">IP:10.229.201.34, MAC:0000494CF06C</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg100#cust_pkg100">100</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg100#cust_pkg100">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg100#cust_pkg100">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?100">marvin-and-sons.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+
+</TBODY>
+
+</TABLE>
+
+
+              
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=500">6</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=600">7</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+  
+            </TD>
+          </TR>
+        </TABLE>
+
+
+        
+
+                </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
+
diff --git a/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2 b/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2
deleted file mode 100644 (file)
index 5256b74..0000000
+++ /dev/null
@@ -1,11292 +0,0 @@
-
-            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-  <HEAD>
-    <TITLE>
-      Package Search Results
-    </TITLE>
-    <!-- per RT, to prevent IE compatibility mode -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
-    <META HTTP-Equiv="Cache-Control" Content="no-cache">
-    <META HTTP-Equiv="Pragma" Content="no-cache">
-    <META HTTP-Equiv="Expires" Content="0"> 
-
-    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
-
-
-  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
-  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
-
-
-  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
-  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-<SCRIPT TYPE="text/javascript">
-
-  function about_freeside() {
-    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
-  }
-
-  webfxMenuImagePath      = "http://localhost/freeside/images/";
-  webfxMenuUseHover       = 1;
-  webfxMenuShowTime       = 300;
-  webfxMenuHideTime       = 500;
-
-  var myBar = new WebFXMenuBar;
-
-    
-          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
-
-    
-          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
-
-
-          var myMenu0 = new WebFXMenu;
-myMenu0.emptyText = '';
-var myMenu1 = new WebFXMenu;
-myMenu1.emptyText = '';
-myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuSeparator());
-myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
-myMenu1.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
-var myMenu2 = new WebFXMenu;
-myMenu2.emptyText = '';
-myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
-myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
-myMenu2.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
-var myMenu3 = new WebFXMenu;
-myMenu3.emptyText = '';
-var myMenu4 = new WebFXMenu;
-myMenu4.emptyText = '';
-myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
-myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
-myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
-myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
-myMenu4.width = 256;
-
-myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
-myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
-myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
-myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
-myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
-myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
-myMenu3.add(new WebFXMenuSeparator());
-myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
-myMenu3.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
-var myMenu5 = new WebFXMenu;
-myMenu5.emptyText = '';
-var myMenu6 = new WebFXMenu;
-myMenu6.emptyText = '';
-myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
-myMenu6.width = 256;
-
-myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
-myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
-myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
-myMenu5.add(new WebFXMenuSeparator());
-myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
-myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
-myMenu5.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
-var myMenu7 = new WebFXMenu;
-myMenu7.emptyText = '';
-myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
-myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
-myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
-myMenu7.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
-var myMenu8 = new WebFXMenu;
-myMenu8.emptyText = '';
-myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
-myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
-myMenu8.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
-var myMenu9 = new WebFXMenu;
-myMenu9.emptyText = '';
-myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
-myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
-myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
-myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
-myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
-myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
-myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
-myMenu9.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
-var myMenu10 = new WebFXMenu;
-myMenu10.emptyText = '';
-myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
-myMenu10.add(new WebFXMenuSeparator());
-myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
-myMenu10.add(new WebFXMenuSeparator());
-var myMenu11 = new WebFXMenu;
-myMenu11.emptyText = '';
-myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
-myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
-myMenu11.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
-var myMenu12 = new WebFXMenu;
-myMenu12.emptyText = '';
-myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
-myMenu12.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
-var myMenu13 = new WebFXMenu;
-myMenu13.emptyText = '';
-myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
-myMenu13.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
-var myMenu14 = new WebFXMenu;
-myMenu14.emptyText = '';
-myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
-myMenu14.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
-var myMenu15 = new WebFXMenu;
-myMenu15.emptyText = '';
-myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
-myMenu15.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
-var myMenu16 = new WebFXMenu;
-myMenu16.emptyText = '';
-myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
-myMenu16.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
-var myMenu17 = new WebFXMenu;
-myMenu17.emptyText = '';
-myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
-myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
-myMenu17.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
-var myMenu18 = new WebFXMenu;
-myMenu18.emptyText = '';
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
-myMenu18.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
-var myMenu19 = new WebFXMenu;
-myMenu19.emptyText = '';
-myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
-myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
-myMenu19.width = 256;
-
-myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
-var myMenu20 = new WebFXMenu;
-myMenu20.emptyText = '';
-myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
-myMenu20.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
-var myMenu21 = new WebFXMenu;
-myMenu21.emptyText = '';
-myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
-myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
-myMenu21.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
-var myMenu22 = new WebFXMenu;
-myMenu22.emptyText = '';
-myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
-myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
-myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
-myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
-myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
-myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
-myMenu22.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
-var myMenu23 = new WebFXMenu;
-myMenu23.emptyText = '';
-myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
-myMenu23.width = 256;
-
-myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
-var myMenu24 = new WebFXMenu;
-myMenu24.emptyText = '';
-myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
-myMenu24.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
-var myMenu25 = new WebFXMenu;
-myMenu25.emptyText = '';
-myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
-myMenu25.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
-var myMenu26 = new WebFXMenu;
-myMenu26.emptyText = '';
-myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
-myMenu26.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
-var myMenu27 = new WebFXMenu;
-myMenu27.emptyText = '';
-myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
-myMenu27.width = 256;
-
-myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
-myMenu10.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
-var myMenu28 = new WebFXMenu;
-myMenu28.emptyText = '';
-myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
-myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
-myMenu28.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
-var myMenu29 = new WebFXMenu;
-myMenu29.emptyText = '';
-myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
-myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
-myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
-myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
-myMenu29.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
-var myMenu30 = new WebFXMenu;
-myMenu30.emptyText = '';
-var myMenu31 = new WebFXMenu;
-myMenu31.emptyText = '';
-myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
-myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
-myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
-myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
-myMenu31.width = 256;
-
-myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
-myMenu30.add(new WebFXMenuSeparator());
-myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
-myMenu30.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
-var myMenu32 = new WebFXMenu;
-myMenu32.emptyText = '';
-myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
-myMenu32.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
-var myMenu33 = new WebFXMenu;
-myMenu33.emptyText = '';
-myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
-myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
-myMenu33.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
-var myMenu34 = new WebFXMenu;
-myMenu34.emptyText = '';
-var myMenu35 = new WebFXMenu;
-myMenu35.emptyText = '';
-myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
-myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
-myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
-myMenu35.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
-var myMenu36 = new WebFXMenu;
-myMenu36.emptyText = '';
-myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
-myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
-myMenu36.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
-var myMenu37 = new WebFXMenu;
-myMenu37.emptyText = '';
-myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
-myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
-myMenu37.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
-var myMenu38 = new WebFXMenu;
-myMenu38.emptyText = '';
-myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu38.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
-myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
-myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
-myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
-myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
-myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
-myMenu34.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
-var myMenu39 = new WebFXMenu;
-myMenu39.emptyText = '';
-myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
-myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
-myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
-myMenu39.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
-myMenu0.width = 256;
-
-          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
-
-
-          var myMenu40 = new WebFXMenu;
-myMenu40.emptyText = '';
-myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
-myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
-myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
-myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
-var myMenu41 = new WebFXMenu;
-myMenu41.emptyText = '';
-var myMenu42 = new WebFXMenu;
-myMenu42.emptyText = '';
-myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
-myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
-myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
-myMenu42.width = 256;
-
-myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
-myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
-myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
-myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
-myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
-myMenu41.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
-myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
-myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
-myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
-var myMenu43 = new WebFXMenu;
-myMenu43.emptyText = '';
-myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
-myMenu43.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
-var myMenu44 = new WebFXMenu;
-myMenu44.emptyText = '';
-myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
-myMenu44.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
-myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
-myMenu40.width = 256;
-
-          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
-
-
-          var myMenu45 = new WebFXMenu;
-myMenu45.emptyText = '';
-myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu46 = new WebFXMenu;
-myMenu46.emptyText = '';
-myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
-myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
-myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
-myMenu46.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
-var myMenu47 = new WebFXMenu;
-myMenu47.emptyText = '';
-myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
-myMenu47.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
-var myMenu48 = new WebFXMenu;
-myMenu48.emptyText = '';
-myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
-myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
-myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
-myMenu48.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu49 = new WebFXMenu;
-myMenu49.emptyText = '';
-myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
-myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
-myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
-myMenu49.add(new WebFXMenuSeparator());
-myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
-myMenu49.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
-var myMenu50 = new WebFXMenu;
-myMenu50.emptyText = '';
-myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
-myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
-myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
-myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
-myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
-var myMenu51 = new WebFXMenu;
-myMenu51.emptyText = '';
-myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
-myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
-myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
-myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
-myMenu51.width = 256;
-
-myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
-myMenu50.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
-var myMenu52 = new WebFXMenu;
-myMenu52.emptyText = '';
-myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
-myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
-myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
-var myMenu53 = new WebFXMenu;
-myMenu53.emptyText = '';
-myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
-myMenu53.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
-var myMenu54 = new WebFXMenu;
-myMenu54.emptyText = '';
-myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
-myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
-myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
-myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
-myMenu54.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
-var myMenu55 = new WebFXMenu;
-myMenu55.emptyText = '';
-myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
-myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
-myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
-myMenu55.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
-var myMenu56 = new WebFXMenu;
-myMenu56.emptyText = '';
-myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
-myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
-myMenu56.width = 256;
-
-myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
-var myMenu57 = new WebFXMenu;
-myMenu57.emptyText = '';
-myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
-myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
-myMenu57.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
-var myMenu58 = new WebFXMenu;
-myMenu58.emptyText = '';
-myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
-myMenu58.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
-var myMenu59 = new WebFXMenu;
-myMenu59.emptyText = '';
-myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
-myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
-myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
-myMenu59.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
-myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
-myMenu52.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu60 = new WebFXMenu;
-myMenu60.emptyText = '';
-myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
-myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
-myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
-myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
-var myMenu61 = new WebFXMenu;
-myMenu61.emptyText = '';
-myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
-myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
-myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
-myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
-myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
-myMenu61.add(new WebFXMenuSeparator());
-myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
-myMenu61.width = 256;
-
-myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
-myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
-myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
-myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
-myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
-myMenu60.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu62 = new WebFXMenu;
-myMenu62.emptyText = '';
-myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
-myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
-myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
-myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
-myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
-myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
-myMenu62.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
-myMenu45.width = 256;
-
-          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
-
-
-          var myMenu63 = new WebFXMenu;
-myMenu63.emptyText = '';
-myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
-myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
-myMenu63.add(new WebFXMenuSeparator());
-myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
-myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
-myMenu63.width = 256;
-
-          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
-
-
-  myBar.show( null, 'vertical' );
-  myBar.width = 154;
-
-</SCRIPT>
-
-
-
-
-      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function rs_init_object() {
-    var A;
-    try {
-      A=new ActiveXObject("Msxml2.XMLHTTP");
-    } catch (e) {
-      try {
-        A=new ActiveXObject("Microsoft.XMLHTTP");
-      } catch (oc) {
-        A=null;
-      }
-    }
-    if(!A && typeof XMLHttpRequest != "undefined")
-      A = new XMLHttpRequest();
-    if (!A)
-      alert("Can't create XMLHttpRequest object");
-    return A;
-
-  }
-
-</SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function logout() {
-    // count args; build URL
-    var url = "http://localhost/freeside/loginout/logout.html";
-
-    var xmlhttp = rs_init_object();
-    xmlhttp.open("GET", url, false, "magic", "notyet");
-    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
-    xmlhttp.send(null);
-
-    if (xmlhttp.readyState != 4) {
-      alert("Logout failed: readyState is " + xmlhttp.readyState);
-      return;
-    }
-
-    if (xmlhttp.status != 200) {
-      alert("Logout failed: status is " + xmlhttp.status);
-    } else {
-      var data = xmlhttp.responseText;
-      // alert('received response: ' + data);
-      if ( data.indexOf("<b>System error</b>") > -1 ) {
-        var w;
-        if ( w = window.open("about:blank") ) {
-          w.document.write(data);
-        } else {
-          // popup blocking?  should use an overlib popup instead 
-          alert("Error popup disabled; try disabling popup blocking to see");
-        }
-      } else {
-        window.location = "http://localhost/freeside/loginout/logout.html";
-      }
-    }
-  }
-
-</SCRIPT>
-
-
-    
-
-  </HEAD>
-  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
-    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
-      <tr>
-        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
-        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
-          <font size=6>Freeside Test 3.8.1</font>
-        </td>
-        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
-          <BR></FONT>
-        </td>
-      </tr>
-    </table>
-
-    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
-
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-
-      <TR CLASS="fsmenubar">
-
-
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
-          <SCRIPT TYPE="text/javascript">
-            document.write(myBar);
-          </SCRIPT>
-        </TD>
-
-      </TR>
-
-      <TR CLASS="fssearchbar">
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
-    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_prospect (what) {
-    if ( what.value == '(name, company or phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
-    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_cust (what) {
-    if ( what.value == '(cust #, name, company or contact phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
-          
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_address2 (what) {
-    if ( what.value == '(Unit #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
-    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
-    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_invoice (what) {
-    if ( what.value == '(inv #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
-    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_svc (what) {
-    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
-          
-  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_ticket (what) {
-    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-      </TR>
-    </TABLE>
-
-
-
-    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
-
-      <TR HEIGHT="100%">
-
-        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
-
-          <FONT SIZE=6>
-            Package Search Results
-          </FONT>
-
-          <BR><BR>
-
-          
-
-
-
-
-        <A HREF="javascript:void(0);"
-   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/bulk_change_pkg.cgi?', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change Packages', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
-   
-   
-   
->Change&nbsp;these&nbsp;packages</A><BR><A HREF="http://localhost/freeside/misc/email-customers.html?table=cust_pkg&agent_virt_agentnum=&query=0&classnum=0&magic=bill&pkgpart=5&pkgpart=2&setup=0&setup=1446361199">Email a notice to these customers</A>
-
-<BR><BR>
-
-
-
-        <TABLE>
-          <TR>
-
-            <TD VALIGN="bottom">
-
-              <FORM>
-
-                  143 total packages
-
-
-                  ( show <SELECT NAME="maxrecords" onChange="window.location = 'http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=' + this.options[this.selectedIndex].value;">
-
-                  <OPTION VALUE="100" SELECTED>100</OPTION>
-                  <OPTION VALUE="500" >500</OPTION>
-                  <OPTION VALUE="1000" >1000</OPTION>
-                  <OPTION VALUE="2500" >2500</OPTION>
-
-                 </SELECT> per page )
-
-
-                <BR>
-
-              </FORM>
-
-            </TD>
-
-
-              <TD ALIGN="right" CLASS="noprint">
-
-                Download full results<BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=packages.xls">Excel spreadsheet</A><BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=csv">CSV file</A><BR>
-
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html-print">printable copy</A>
-
-              </TD>
-
-          </TR>
-          <TR>
-            <TD COLSPAN=2>
-
-
-                
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-
-                
-
-
-              
-<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
-
-
-
-
-<THEAD>
-
-  <TR>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "2"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=pkgnum">#</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=quantity">Quan.</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Package
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=classname">Class</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=salesperson">Sales Person</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=otaker">Ordered by</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Base Recur
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Freq.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Last bill
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Next bill
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Adjourn
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Susp.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Susp. delay
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Expire
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Contract end
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Changed
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cancel
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Reason
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cust. Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Customer
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Services
-    </TH>
-  </TR>
-
-
-</THEAD>
-
-<TBODY>
-
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?274">karen@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?273">16095013569</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?103">Roberts-Schinner (Flatley, Amelia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?307">4593519604</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?50">sammy@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?119">Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?355">15790441533145</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?46">Steuber, Ryley</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?134">hilbert@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">410</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?138">Leuschke, Edd</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?410">octavia@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">468</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?157">Weimann Inc (Cartwright, Judah)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?468">dejah@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?26">travis@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">467</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?157">Weimann Inc (Cartwright, Judah)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?467">5876977314592</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?87">Kozey and Sons (Vandervort, Harmon)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?259">106766405260980</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?114">Donnelly, Raleigh</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?338">stan@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?74">Boyer, Lamont</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?218">horace@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?83">Jacobson-Gorczany (Vandervort, Kiley)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?247">2749371736</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?287">183790150181541</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?288">ibrahim@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?91">Fay and Sons (Gerhold, Thora)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?271">9519625792</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?70">Brown, Danial</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?206">kyla@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?71">99158298078002</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?72">ryleigh@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?43">Leannon-Pfannerstill (O&#39;Keefe, Bernie)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?127">5260896063</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?51">Medhurst Group (Medhurst, Rafaela)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?151">7511349049</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?84">nyasia@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?83">114180154577357</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?38">Christiansen, Leone</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?110">donato@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?82">Kessler, Dana</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?242">cleo@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">525</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?176">Waters, Godfrey</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?525">230975040878740</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?58">Schultz, Colten</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?170">anika@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">526</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?176">Waters, Godfrey</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?526">darren@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">203</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?203">8632406717</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">204</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?204">kacey@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">295</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?99">Luettgen-Jacobs (Hintz, Junior)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?295">14991580189167</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">511</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?511">9686105497</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">223</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?75">Hoeger-Brown (Shields, Serenity)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?223">68981950057600</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">323</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?323">4989851645</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">324</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?324">stanton@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">278</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?94">McKenzie, Kareem</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?278">mitchell@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">439</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?147">Pfeffer, Shanahan and Cruickshank (Kutch, Rosario)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?439">1214016847277551</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">191</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?191">078151255309299</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">192</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?192">kaitlyn@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">7</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?7">19671718037</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">175</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?59">Simonis Inc (Runolfsson, Kareem)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?175">6741985321</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">535</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?179">Conn-McLaughlin (O&#39;Connell, Gayle)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?535">6049664310378</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">98</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?98">nils@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg444#cust_pkg444">444</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg444#cust_pkg444">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg444#cust_pkg444">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?149">O&#39;Keefe Inc (Schamberger, Felix)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?444">anabelle@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">443</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?149">O&#39;Keefe Inc (Schamberger, Felix)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?443">8366310646</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">463</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?155">Boyle-Schmeler (Maggio, Fay)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?463">1173141702400720</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg586#cust_pkg586">586</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg586#cust_pkg586">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg586#cust_pkg586">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?586">jessy@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">585</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?585">10016834740</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">300</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?300">coby@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=134;show=packages;fragment=cust_pkg398#cust_pkg398">398</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=134;show=packages;fragment=cust_pkg398#cust_pkg398">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=134;show=packages;fragment=cust_pkg398#cust_pkg398">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?134">Stokes, Janelle</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?398">deanna@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">299</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?299">2964457155392</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">156</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?156">haley@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">155</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?155">261457560511658</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">475</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?159">McLaughlin-Luettgen (Berge, Houston)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?475">127676487383404</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">93</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?93">7091741436337</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">94</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?94">sally@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">153</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?153">0465059470</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">154</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?154">ettie@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">333</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?333">3337658056</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">334</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?334">clarabelle@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg490#cust_pkg490">490</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg490#cust_pkg490">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg490#cust_pkg490">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 23 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?164">Bernhard, Kris</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?490">frances@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg489#cust_pkg489">489</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg489#cust_pkg489">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg489#cust_pkg489">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 23 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 23 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 23 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?164">Bernhard, Kris</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?489">19406435307</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">194</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 24 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?66">Abbott, Addison</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?194">marian@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">283</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 25 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?95">Wolff Inc (Hessel, Brianne)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?283">5866817423</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg513#cust_pkg513">513</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg513#cust_pkg513">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg513#cust_pkg513">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?513">94633305715988</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg514#cust_pkg514">514</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg514#cust_pkg514">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg514#cust_pkg514">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?514">chaim@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=130;show=packages;fragment=cust_pkg386#cust_pkg386">386</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=130;show=packages;fragment=cust_pkg386#cust_pkg386">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=130;show=packages;fragment=cust_pkg386#cust_pkg386">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?130">Carter, Cathy</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?386">wade@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg564#cust_pkg564">564</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg564#cust_pkg564">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg564#cust_pkg564">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?564">blair@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">290</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?98">Gleichner, Delmer</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?290">jadon@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg563#cust_pkg563">563</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg563#cust_pkg563">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg563#cust_pkg563">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 27 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 27 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?563">882705209766347</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">374</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?126">Kunze, Michale</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?374">maida@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">21</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?21">402545251883238</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg384#cust_pkg384">384</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg384#cust_pkg384">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg384#cust_pkg384">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?384">daphnee@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">383</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?383">150342529271096</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">22</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?22">hilario@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">86</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?86">alden@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">139</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?47">Bernhard-Treutel (Shanahan, Kevin)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?139">71877083088273</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">359</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?359">3724022714296</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">360</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?360">therese@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">55</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?55">47925781188566</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">31</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?31">2103459718</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=190;show=packages;fragment=cust_pkg566#cust_pkg566">566</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=190;show=packages;fragment=cust_pkg566#cust_pkg566">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=190;show=packages;fragment=cust_pkg566#cust_pkg566">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 01 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?190">Kreiger, Bernard</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?566">hazel@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">551</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?185">Christiansen LLC (Howe, Luis)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?551">5191928764</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg552#cust_pkg552">552</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg552#cust_pkg552">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg552#cust_pkg552">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?185">Christiansen LLC (Howe, Luis)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?552">eino@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">213</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?213">2636239939</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">43</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?43">7315522562</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">214</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?214">jacky@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">391</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?131">Wolff and Sons (Heller, Dagmar)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?391">16892538421</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">276</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?276">antwan@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">74</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?74">citlalli@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">275</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?275">1732869050</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">477</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?160">Lakin, Lindsay</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?477">8078845348</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg478#cust_pkg478">478</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg478#cust_pkg478">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg478#cust_pkg478">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?160">Lakin, Lindsay</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?478">mallie@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">347</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?347">1894866195856273</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=162;show=packages;fragment=cust_pkg482#cust_pkg482">482</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=162;show=packages;fragment=cust_pkg482#cust_pkg482">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=162;show=packages;fragment=cust_pkg482#cust_pkg482">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?162">Hermiston, Cassidy</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?482">genevieve@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">348</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?348">newell@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">381</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?381">3911632965</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">382</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?382">eldridge@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">285</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?285">3521080416</A></td></tr></table></TD>
-
-
-    </TR>
-
-
-</TBODY>
-
-</TABLE>
-
-
-              
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-  
-            </TD>
-          </TR>
-        </TABLE>
-
-
-        
-
-                </TD>
-      </TR>
-    </TABLE>
-  </BODY>
-</HTML>
-
-
-
-
-
-
diff --git a/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2:order_by=pkgnum b/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2:order_by=pkgnum
new file mode 100644 (file)
index 0000000..17d61b5
--- /dev/null
@@ -0,0 +1,11292 @@
+
+            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Package Search Results
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu33.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu35.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu37.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu38.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
+myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu34.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu39.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu42.width = 256;
+
+myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
+myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
+myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
+myMenu44.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
+myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu46.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu47.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
+var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu48.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu49.add(new WebFXMenuSeparator());
+myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu49.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu51.width = 256;
+
+myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
+myMenu50.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu53.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu54.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu55.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu56.width = 256;
+
+myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu57.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu58.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu59.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
+myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu52.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu61.add(new WebFXMenuSeparator());
+myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu61.width = 256;
+
+myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
+myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu60.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu62.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
+myMenu45.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
+
+
+          var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
+myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu63.add(new WebFXMenuSeparator());
+myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
+myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu63.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function logout() {
+    // count args; build URL
+    var url = "http://localhost/freeside/loginout/logout.html";
+
+    var xmlhttp = rs_init_object();
+    xmlhttp.open("GET", url, false, "magic", "notyet");
+    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+    xmlhttp.send(null);
+
+    if (xmlhttp.readyState != 4) {
+      alert("Logout failed: readyState is " + xmlhttp.readyState);
+      return;
+    }
+
+    if (xmlhttp.status != 200) {
+      alert("Logout failed: status is " + xmlhttp.status);
+    } else {
+      var data = xmlhttp.responseText;
+      // alert('received response: ' + data);
+      if ( data.indexOf("<b>System error</b>") > -1 ) {
+        var w;
+        if ( w = window.open("about:blank") ) {
+          w.document.write(data);
+        } else {
+          // popup blocking?  should use an overlib popup instead 
+          alert("Error popup disabled; try disabling popup blocking to see");
+        }
+      } else {
+        window.location = "http://localhost/freeside/loginout/logout.html";
+      }
+    }
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 3.8.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <FONT SIZE=6>
+            Package Search Results
+          </FONT>
+
+          <BR><BR>
+
+          
+
+
+
+
+        <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/bulk_change_pkg.cgi?', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change Packages', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;these&nbsp;packages</A><BR><A HREF="http://localhost/freeside/misc/email-customers.html?table=cust_pkg&agent_virt_agentnum=&magic=bill&setup=0&setup=1446361199&classnum=0&pkgpart=5&pkgpart=2&query=0">Email a notice to these customers</A>
+
+<BR><BR>
+
+
+
+        <TABLE>
+          <TR>
+
+            <TD VALIGN="bottom">
+
+              <FORM>
+
+                  143 total packages
+
+
+                  ( show <SELECT NAME="maxrecords" onChange="window.location = 'http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=' + this.options[this.selectedIndex].value;">
+
+                  <OPTION VALUE="100" SELECTED>100</OPTION>
+                  <OPTION VALUE="500" >500</OPTION>
+                  <OPTION VALUE="1000" >1000</OPTION>
+                  <OPTION VALUE="2500" >2500</OPTION>
+
+                 </SELECT> per page )
+
+
+                <BR>
+
+              </FORM>
+
+            </TD>
+
+
+              <TD ALIGN="right" CLASS="noprint">
+
+                Download full results<BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=packages.xls">Excel spreadsheet</A><BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=csv">CSV file</A><BR>
+
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html-print">printable copy</A>
+
+              </TD>
+
+          </TR>
+          <TR>
+            <TD COLSPAN=2>
+
+
+                
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+
+                
+
+
+              
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<THEAD>
+
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum%20DESC;_dummy=1;maxrecords=100;_type=html;offset=0">#</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=quantity;_dummy=1;maxrecords=100;_type=html;offset=0">Quan.</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Package
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=classname;_dummy=1;maxrecords=100;_type=html;offset=0">Class</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=salesperson;_dummy=1;maxrecords=100;_type=html;offset=0">Sales Person</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=otaker;_dummy=1;maxrecords=100;_type=html;offset=0">Ordered by</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Base Recur
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Freq.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Last bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Next bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Adjourn
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp. delay
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Expire
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Contract end
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Changed
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cancel
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Reason
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Services
+    </TH>
+  </TR>
+
+
+</THEAD>
+
+<TBODY>
+
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">2</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?2">berta@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">7</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?7">19671718037</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">21</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?21">402545251883238</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">22</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?22">hilario@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">23</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?23">5204979036</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">24</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?24">lennie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?26">travis@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">31</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?31">2103459718</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">35</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?35">4609716945803</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">36</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?36">richmond@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">43</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?43">7315522562</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?50">sammy@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">55</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?55">47925781188566</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">57</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?57">215984572910627</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">58</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?58">linwood@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">67</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?67">510207687452209</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?71">99158298078002</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?72">ryleigh@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">74</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?74">citlalli@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">81</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?81">152553597965486</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">82</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?82">lenora@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?83">114180154577357</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?84">nyasia@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">86</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?86">alden@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">93</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?93">7091741436337</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">94</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?94">sally@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">98</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?98">nils@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">103</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?35">Bahringer LLC (Frami, Roslyn)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?103">19242934458</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">107</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?37">Hodkiewicz-Raynor (Macejkovic, Leann)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?107">6941312477183</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg108#cust_pkg108">108</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg108#cust_pkg108">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg108#cust_pkg108">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?37">Hodkiewicz-Raynor (Macejkovic, Leann)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?108">kolby@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?38">Christiansen, Leone</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?110">donato@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">117</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?40">Brekke, Tillman</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?117">158607899401245</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg118#cust_pkg118">118</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg118#cust_pkg118">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg118#cust_pkg118">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?40">Brekke, Tillman</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?118">hardy@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?43">Leannon-Pfannerstill (O&#39;Keefe, Bernie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?127">5260896063</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?46">Steuber, Ryley</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?134">hilbert@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">139</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?47">Bernhard-Treutel (Shanahan, Kevin)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?139">71877083088273</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">143</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?49">Bernhard LLC (Hintz, Winston)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?143">95994707748468</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg144#cust_pkg144">144</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg144#cust_pkg144">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg144#cust_pkg144">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?49">Bernhard LLC (Hintz, Winston)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?144">ebony@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=50;show=packages;fragment=cust_pkg146#cust_pkg146">146</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=50;show=packages;fragment=cust_pkg146#cust_pkg146">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=50;show=packages;fragment=cust_pkg146#cust_pkg146">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?50">Marquardt, Abbey</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?146">edd@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?51">Medhurst Group (Medhurst, Rafaela)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?151">7511349049</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">153</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?153">0465059470</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">154</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?154">ettie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">155</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?155">261457560511658</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">156</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?156">haley@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg165#cust_pkg165">165</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg165#cust_pkg165">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg165#cust_pkg165">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?56">Morar, Braulio</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?165">1906003499937</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg166#cust_pkg166">166</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg166#cust_pkg166">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg166#cust_pkg166">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?56">Morar, Braulio</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?166">rodolfo@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?58">Schultz, Colten</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?170">anika@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">175</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?59">Simonis Inc (Runolfsson, Kareem)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?175">6741985321</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">191</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?191">078151255309299</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">192</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?192">kaitlyn@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">194</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?66">Abbott, Addison</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?194">marian@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">203</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?203">8632406717</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">204</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?204">kacey@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?70">Brown, Danial</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?206">kyla@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">213</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?213">2636239939</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">214</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?214">jacky@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?74">Boyer, Lamont</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?218">horace@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">223</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?75">Hoeger-Brown (Shields, Serenity)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?223">68981950057600</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg225#cust_pkg225">225</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg225#cust_pkg225">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg225#cust_pkg225">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 27 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 27 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 27 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?76">Monahan, Tyrese</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?225">31674614863771</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg226#cust_pkg226">226</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg226#cust_pkg226">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg226#cust_pkg226">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 27 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?76">Monahan, Tyrese</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?226">alexa@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">237</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?80">Jakubowski, Jarrell</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?237">10163759294554</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg238#cust_pkg238">238</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg238#cust_pkg238">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg238#cust_pkg238">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?80">Jakubowski, Jarrell</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?238">lexie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?82">Kessler, Dana</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?242">cleo@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?83">Jacobson-Gorczany (Vandervort, Kiley)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?247">2749371736</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg251#cust_pkg251">251</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg251#cust_pkg251">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg251#cust_pkg251">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?85">Spinka Inc (Runte, Emmalee)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?251">70045317269958</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg252#cust_pkg252">252</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg252#cust_pkg252">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg252#cust_pkg252">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?85">Spinka Inc (Runte, Emmalee)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?252">clinton@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?87">Kozey and Sons (Vandervort, Harmon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?259">106766405260980</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?91">Fay and Sons (Gerhold, Thora)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?271">9519625792</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?273">16095013569</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?274">karen@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">275</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?275">1732869050</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">276</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?276">antwan@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">278</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?94">McKenzie, Kareem</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?278">mitchell@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">283</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?95">Wolff Inc (Hessel, Brianne)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?283">5866817423</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">285</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?285">3521080416</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg286#cust_pkg286">286</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg286#cust_pkg286">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg286#cust_pkg286">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?286">rebeca@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?287">183790150181541</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?288">ibrahim@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">290</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?98">Gleichner, Delmer</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?290">jadon@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">295</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?99">Luettgen-Jacobs (Hintz, Junior)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?295">14991580189167</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">299</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?299">2964457155392</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">300</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?300">coby@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?103">Roberts-Schinner (Flatley, Amelia)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?307">4593519604</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">323</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?323">4989851645</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">324</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?324">stanton@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">333</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?333">3337658056</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">334</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?334">clarabelle@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?114">Donnelly, Raleigh</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?338">stan@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">345</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?116">Konopelski, Barry</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?345">0783009535773</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg346#cust_pkg346">346</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg346#cust_pkg346">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg346#cust_pkg346">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?116">Konopelski, Barry</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?346">marc@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">347</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?347">1894866195856273</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">348</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?348">newell@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?119">Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?355">15790441533145</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">359</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?359">3724022714296</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">360</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?360">therese@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">367</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 17 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 17 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?123">Zulauf-Schiller (Jacobs, Angelina)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?367">4942001551</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">374</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?126">Kunze, Michale</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?374">maida@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">381</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?381">3911632965</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">382</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?382">eldridge@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">383</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?383">150342529271096</A></td></tr></table></TD>
+
+
+    </TR>
+
+
+</TBODY>
+
+</TABLE>
+
+
+              
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+  
+            </TD>
+          </TR>
+        </TABLE>
+
+
+        
+
+                </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
+
diff --git a/FS-Test/share/output/search/cust_pkg.cgi/pkgnum b/FS-Test/share/output/search/cust_pkg.cgi/pkgnum
deleted file mode 100644 (file)
index dae2054..0000000
+++ /dev/null
@@ -1,11322 +0,0 @@
-
-            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-  <HEAD>
-    <TITLE>
-      Package Search Results
-    </TITLE>
-    <!-- per RT, to prevent IE compatibility mode -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
-    <META HTTP-Equiv="Cache-Control" Content="no-cache">
-    <META HTTP-Equiv="Pragma" Content="no-cache">
-    <META HTTP-Equiv="Expires" Content="0"> 
-
-    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
-
-
-  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
-  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
-
-
-  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
-  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-<SCRIPT TYPE="text/javascript">
-
-  function about_freeside() {
-    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
-  }
-
-  webfxMenuImagePath      = "http://localhost/freeside/images/";
-  webfxMenuUseHover       = 1;
-  webfxMenuShowTime       = 300;
-  webfxMenuHideTime       = 500;
-
-  var myBar = new WebFXMenuBar;
-
-    
-          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
-
-    
-          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
-
-
-          var myMenu0 = new WebFXMenu;
-myMenu0.emptyText = '';
-var myMenu1 = new WebFXMenu;
-myMenu1.emptyText = '';
-myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuSeparator());
-myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
-myMenu1.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
-var myMenu2 = new WebFXMenu;
-myMenu2.emptyText = '';
-myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
-myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
-myMenu2.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
-var myMenu3 = new WebFXMenu;
-myMenu3.emptyText = '';
-var myMenu4 = new WebFXMenu;
-myMenu4.emptyText = '';
-myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
-myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
-myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
-myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
-myMenu4.width = 256;
-
-myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
-myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
-myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
-myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
-myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
-myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
-myMenu3.add(new WebFXMenuSeparator());
-myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
-myMenu3.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
-var myMenu5 = new WebFXMenu;
-myMenu5.emptyText = '';
-var myMenu6 = new WebFXMenu;
-myMenu6.emptyText = '';
-myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
-myMenu6.width = 256;
-
-myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
-myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
-myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
-myMenu5.add(new WebFXMenuSeparator());
-myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
-myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
-myMenu5.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
-var myMenu7 = new WebFXMenu;
-myMenu7.emptyText = '';
-myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
-myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
-myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
-myMenu7.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
-var myMenu8 = new WebFXMenu;
-myMenu8.emptyText = '';
-myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
-myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
-myMenu8.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
-var myMenu9 = new WebFXMenu;
-myMenu9.emptyText = '';
-myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
-myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
-myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
-myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
-myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
-myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
-myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
-myMenu9.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
-var myMenu10 = new WebFXMenu;
-myMenu10.emptyText = '';
-myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
-myMenu10.add(new WebFXMenuSeparator());
-myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
-myMenu10.add(new WebFXMenuSeparator());
-var myMenu11 = new WebFXMenu;
-myMenu11.emptyText = '';
-myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
-myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
-myMenu11.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
-var myMenu12 = new WebFXMenu;
-myMenu12.emptyText = '';
-myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
-myMenu12.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
-var myMenu13 = new WebFXMenu;
-myMenu13.emptyText = '';
-myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
-myMenu13.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
-var myMenu14 = new WebFXMenu;
-myMenu14.emptyText = '';
-myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
-myMenu14.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
-var myMenu15 = new WebFXMenu;
-myMenu15.emptyText = '';
-myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
-myMenu15.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
-var myMenu16 = new WebFXMenu;
-myMenu16.emptyText = '';
-myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
-myMenu16.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
-var myMenu17 = new WebFXMenu;
-myMenu17.emptyText = '';
-myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
-myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
-myMenu17.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
-var myMenu18 = new WebFXMenu;
-myMenu18.emptyText = '';
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
-myMenu18.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
-var myMenu19 = new WebFXMenu;
-myMenu19.emptyText = '';
-myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
-myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
-myMenu19.width = 256;
-
-myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
-var myMenu20 = new WebFXMenu;
-myMenu20.emptyText = '';
-myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
-myMenu20.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
-var myMenu21 = new WebFXMenu;
-myMenu21.emptyText = '';
-myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
-myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
-myMenu21.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
-var myMenu22 = new WebFXMenu;
-myMenu22.emptyText = '';
-myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
-myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
-myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
-myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
-myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
-myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
-myMenu22.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
-var myMenu23 = new WebFXMenu;
-myMenu23.emptyText = '';
-myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
-myMenu23.width = 256;
-
-myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
-var myMenu24 = new WebFXMenu;
-myMenu24.emptyText = '';
-myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
-myMenu24.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
-var myMenu25 = new WebFXMenu;
-myMenu25.emptyText = '';
-myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
-myMenu25.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
-var myMenu26 = new WebFXMenu;
-myMenu26.emptyText = '';
-myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
-myMenu26.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
-var myMenu27 = new WebFXMenu;
-myMenu27.emptyText = '';
-myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
-myMenu27.width = 256;
-
-myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
-myMenu10.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
-var myMenu28 = new WebFXMenu;
-myMenu28.emptyText = '';
-myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
-myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
-myMenu28.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
-var myMenu29 = new WebFXMenu;
-myMenu29.emptyText = '';
-myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
-myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
-myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
-myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
-myMenu29.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
-var myMenu30 = new WebFXMenu;
-myMenu30.emptyText = '';
-var myMenu31 = new WebFXMenu;
-myMenu31.emptyText = '';
-myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
-myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
-myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
-myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
-myMenu31.width = 256;
-
-myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
-myMenu30.add(new WebFXMenuSeparator());
-myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
-myMenu30.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
-var myMenu32 = new WebFXMenu;
-myMenu32.emptyText = '';
-myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
-myMenu32.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
-var myMenu33 = new WebFXMenu;
-myMenu33.emptyText = '';
-myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
-myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
-myMenu33.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
-var myMenu34 = new WebFXMenu;
-myMenu34.emptyText = '';
-var myMenu35 = new WebFXMenu;
-myMenu35.emptyText = '';
-myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
-myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
-myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
-myMenu35.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
-var myMenu36 = new WebFXMenu;
-myMenu36.emptyText = '';
-myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
-myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
-myMenu36.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
-var myMenu37 = new WebFXMenu;
-myMenu37.emptyText = '';
-myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
-myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
-myMenu37.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
-var myMenu38 = new WebFXMenu;
-myMenu38.emptyText = '';
-myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu38.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
-myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
-myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
-myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
-myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
-myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
-myMenu34.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
-var myMenu39 = new WebFXMenu;
-myMenu39.emptyText = '';
-myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
-myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
-myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
-myMenu39.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
-myMenu0.width = 256;
-
-          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
-
-
-          var myMenu40 = new WebFXMenu;
-myMenu40.emptyText = '';
-myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
-myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
-myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
-myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
-var myMenu41 = new WebFXMenu;
-myMenu41.emptyText = '';
-var myMenu42 = new WebFXMenu;
-myMenu42.emptyText = '';
-myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
-myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
-myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
-myMenu42.width = 256;
-
-myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
-myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
-myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
-myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
-myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
-myMenu41.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
-myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
-myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
-myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
-var myMenu43 = new WebFXMenu;
-myMenu43.emptyText = '';
-myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
-myMenu43.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
-var myMenu44 = new WebFXMenu;
-myMenu44.emptyText = '';
-myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
-myMenu44.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
-myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
-myMenu40.width = 256;
-
-          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
-
-
-          var myMenu45 = new WebFXMenu;
-myMenu45.emptyText = '';
-myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu46 = new WebFXMenu;
-myMenu46.emptyText = '';
-myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
-myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
-myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
-myMenu46.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
-var myMenu47 = new WebFXMenu;
-myMenu47.emptyText = '';
-myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
-myMenu47.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
-var myMenu48 = new WebFXMenu;
-myMenu48.emptyText = '';
-myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
-myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
-myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
-myMenu48.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu49 = new WebFXMenu;
-myMenu49.emptyText = '';
-myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
-myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
-myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
-myMenu49.add(new WebFXMenuSeparator());
-myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
-myMenu49.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
-var myMenu50 = new WebFXMenu;
-myMenu50.emptyText = '';
-myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
-myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
-myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
-myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
-myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
-var myMenu51 = new WebFXMenu;
-myMenu51.emptyText = '';
-myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
-myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
-myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
-myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
-myMenu51.width = 256;
-
-myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
-myMenu50.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
-var myMenu52 = new WebFXMenu;
-myMenu52.emptyText = '';
-myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
-myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
-myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
-var myMenu53 = new WebFXMenu;
-myMenu53.emptyText = '';
-myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
-myMenu53.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
-var myMenu54 = new WebFXMenu;
-myMenu54.emptyText = '';
-myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
-myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
-myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
-myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
-myMenu54.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
-var myMenu55 = new WebFXMenu;
-myMenu55.emptyText = '';
-myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
-myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
-myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
-myMenu55.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
-var myMenu56 = new WebFXMenu;
-myMenu56.emptyText = '';
-myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
-myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
-myMenu56.width = 256;
-
-myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
-var myMenu57 = new WebFXMenu;
-myMenu57.emptyText = '';
-myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
-myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
-myMenu57.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
-var myMenu58 = new WebFXMenu;
-myMenu58.emptyText = '';
-myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
-myMenu58.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
-var myMenu59 = new WebFXMenu;
-myMenu59.emptyText = '';
-myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
-myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
-myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
-myMenu59.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
-myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
-myMenu52.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu60 = new WebFXMenu;
-myMenu60.emptyText = '';
-myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
-myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
-myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
-myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
-var myMenu61 = new WebFXMenu;
-myMenu61.emptyText = '';
-myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
-myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
-myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
-myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
-myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
-myMenu61.add(new WebFXMenuSeparator());
-myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
-myMenu61.width = 256;
-
-myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
-myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
-myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
-myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
-myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
-myMenu60.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu62 = new WebFXMenu;
-myMenu62.emptyText = '';
-myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
-myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
-myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
-myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
-myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
-myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
-myMenu62.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
-myMenu45.width = 256;
-
-          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
-
-
-          var myMenu63 = new WebFXMenu;
-myMenu63.emptyText = '';
-myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
-myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
-myMenu63.add(new WebFXMenuSeparator());
-myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
-myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
-myMenu63.width = 256;
-
-          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
-
-
-  myBar.show( null, 'vertical' );
-  myBar.width = 154;
-
-</SCRIPT>
-
-
-
-
-      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function rs_init_object() {
-    var A;
-    try {
-      A=new ActiveXObject("Msxml2.XMLHTTP");
-    } catch (e) {
-      try {
-        A=new ActiveXObject("Microsoft.XMLHTTP");
-      } catch (oc) {
-        A=null;
-      }
-    }
-    if(!A && typeof XMLHttpRequest != "undefined")
-      A = new XMLHttpRequest();
-    if (!A)
-      alert("Can't create XMLHttpRequest object");
-    return A;
-
-  }
-
-</SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function logout() {
-    // count args; build URL
-    var url = "http://localhost/freeside/loginout/logout.html";
-
-    var xmlhttp = rs_init_object();
-    xmlhttp.open("GET", url, false, "magic", "notyet");
-    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
-    xmlhttp.send(null);
-
-    if (xmlhttp.readyState != 4) {
-      alert("Logout failed: readyState is " + xmlhttp.readyState);
-      return;
-    }
-
-    if (xmlhttp.status != 200) {
-      alert("Logout failed: status is " + xmlhttp.status);
-    } else {
-      var data = xmlhttp.responseText;
-      // alert('received response: ' + data);
-      if ( data.indexOf("<b>System error</b>") > -1 ) {
-        var w;
-        if ( w = window.open("about:blank") ) {
-          w.document.write(data);
-        } else {
-          // popup blocking?  should use an overlib popup instead 
-          alert("Error popup disabled; try disabling popup blocking to see");
-        }
-      } else {
-        window.location = "http://localhost/freeside/loginout/logout.html";
-      }
-    }
-  }
-
-</SCRIPT>
-
-
-    
-
-  </HEAD>
-  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
-    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
-      <tr>
-        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
-        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
-          <font size=6>Freeside Test 3.8.1</font>
-        </td>
-        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
-          <BR></FONT>
-        </td>
-      </tr>
-    </table>
-
-    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
-
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-
-      <TR CLASS="fsmenubar">
-
-
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
-          <SCRIPT TYPE="text/javascript">
-            document.write(myBar);
-          </SCRIPT>
-        </TD>
-
-      </TR>
-
-      <TR CLASS="fssearchbar">
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
-    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_prospect (what) {
-    if ( what.value == '(name, company or phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
-    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_cust (what) {
-    if ( what.value == '(cust #, name, company or contact phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
-          
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_address2 (what) {
-    if ( what.value == '(Unit #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
-    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
-    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_invoice (what) {
-    if ( what.value == '(inv #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
-    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_svc (what) {
-    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
-          
-  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_ticket (what) {
-    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-      </TR>
-    </TABLE>
-
-
-
-    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
-
-      <TR HEIGHT="100%">
-
-        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
-
-          <FONT SIZE=6>
-            Package Search Results
-          </FONT>
-
-          <BR><BR>
-
-          
-
-
-
-
-        <A HREF="javascript:void(0);"
-   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/bulk_change_pkg.cgi?', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change Packages', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
-   
-   
-   
->Change&nbsp;these&nbsp;packages</A><BR><A HREF="http://localhost/freeside/misc/email-customers.html?table=cust_pkg&agent_virt_agentnum=&query=1">Email a notice to these customers</A>
-
-<BR><BR>
-
-
-
-        <TABLE>
-          <TR>
-
-            <TD VALIGN="bottom">
-
-              <FORM>
-
-                  601 total packages
-
-
-                  ( show <SELECT NAME="maxrecords" onChange="window.location = 'http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=' + this.options[this.selectedIndex].value;">
-
-                  <OPTION VALUE="100" SELECTED>100</OPTION>
-                  <OPTION VALUE="500" >500</OPTION>
-                  <OPTION VALUE="1000" >1000</OPTION>
-                  <OPTION VALUE="2500" >2500</OPTION>
-
-                 </SELECT> per page )
-
-
-                <BR>
-
-              </FORM>
-
-            </TD>
-
-
-              <TD ALIGN="right" CLASS="noprint">
-
-                Download full results<BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=packages.xls">Excel spreadsheet</A><BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=csv">CSV file</A><BR>
-
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html-print">printable copy</A>
-
-              </TD>
-
-          </TR>
-          <TR>
-            <TD COLSPAN=2>
-
-
-                
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=200">3</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=300">4</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=400">5</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=500">6</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=600">7</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-
-                
-
-
-              
-<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
-
-
-
-
-<THEAD>
-
-  <TR>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "2"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=pkgnum">#</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=quantity">Quan.</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Package
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=classname">Class</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=salesperson">Sales Person</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=otaker">Ordered by</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Base Recur
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Freq.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Last bill
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Next bill
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Adjourn
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Susp.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Susp. delay
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Expire
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Contract end
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Changed
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cancel
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Reason
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cust. Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Customer
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Services
-    </TH>
-  </TR>
-
-
-</THEAD>
-
-<TBODY>
-
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">511</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?511">9686105497</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=168;show=packages;fragment=cust_pkg501#cust_pkg501">501</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=168;show=packages;fragment=cust_pkg501#cust_pkg501">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=168;show=packages;fragment=cust_pkg501#cust_pkg501">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?168">Cole, Albertha</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?501">24465928708548</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=161;show=packages;fragment=cust_pkg479#cust_pkg479">479</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=161;show=packages;fragment=cust_pkg479#cust_pkg479">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=161;show=packages;fragment=cust_pkg479#cust_pkg479">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?161">Haley, Schaden and Ebert (Prosacco, Clementina)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?479">7422901680427</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=88;show=packages;fragment=cust_pkg261#cust_pkg261">261</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=88;show=packages;fragment=cust_pkg261#cust_pkg261">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=88;show=packages;fragment=cust_pkg261#cust_pkg261">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?88">Moore, Lina</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?261">5717780937</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">295</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?99">Luettgen-Jacobs (Hintz, Junior)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?295">14991580189167</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">551</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?185">Christiansen LLC (Howe, Luis)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?551">5191928764</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=61;show=packages;fragment=cust_pkg179#cust_pkg179">179</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=61;show=packages;fragment=cust_pkg179#cust_pkg179">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=61;show=packages;fragment=cust_pkg179#cust_pkg179">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?61">Leuschke-Stamm (Dibbert, Betsy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?179">2189396399</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">203</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?203">8632406717</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">391</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?131">Wolff and Sons (Heller, Dagmar)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?391">16892538421</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=105;show=packages;fragment=cust_pkg311#cust_pkg311">311</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=105;show=packages;fragment=cust_pkg311#cust_pkg311">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=105;show=packages;fragment=cust_pkg311#cust_pkg311">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?105">Barton-Goodwin (Schroeder, Brian)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?311">8239761006014</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">79</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?79">8935173249</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">223</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?75">Hoeger-Brown (Shields, Serenity)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?223">68981950057600</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">213</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?213">2636239939</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">43</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?43">7315522562</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=111;show=packages;fragment=cust_pkg331#cust_pkg331">331</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=111;show=packages;fragment=cust_pkg331#cust_pkg331">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=111;show=packages;fragment=cust_pkg331#cust_pkg331">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?111">Treutel, Kuhn and Sipes (Wintheiser, Elyse)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?331">17840460291257</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">323</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?323">4989851645</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=84;show=packages;fragment=cust_pkg249#cust_pkg249">249</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=84;show=packages;fragment=cust_pkg249#cust_pkg249">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=84;show=packages;fragment=cust_pkg249#cust_pkg249">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?84">Pacocha, Matilde</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?249">18235477397</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=39;show=packages;fragment=cust_pkg115#cust_pkg115">115</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=39;show=packages;fragment=cust_pkg115#cust_pkg115">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=39;show=packages;fragment=cust_pkg115#cust_pkg115">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?39">Kunze, Ryan and Dare (Schultz, Jasper)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?115">495453230818559</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=120;show=packages;fragment=cust_pkg357#cust_pkg357">357</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=120;show=packages;fragment=cust_pkg357#cust_pkg357">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=120;show=packages;fragment=cust_pkg357#cust_pkg357">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?120">Mante, Demond</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?357">751008639787292</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=184;show=packages;fragment=cust_pkg549#cust_pkg549">549</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=184;show=packages;fragment=cust_pkg549#cust_pkg549">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=184;show=packages;fragment=cust_pkg549#cust_pkg549">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 05 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 05 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 05 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?184">Hudson, Stephanie</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?549">87252993767044</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=45;show=packages;fragment=cust_pkg131#cust_pkg131">131</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=45;show=packages;fragment=cust_pkg131#cust_pkg131">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=45;show=packages;fragment=cust_pkg131#cust_pkg131">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 05 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 05 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 05 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?45">Shanahan LLC (Brown, Ceasar)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?131">4508409161</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=201;show=packages;fragment=cust_pkg599#cust_pkg599">599</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=201;show=packages;fragment=cust_pkg599#cust_pkg599">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=201;show=packages;fragment=cust_pkg599#cust_pkg599">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?201">Mills, Ziemann and Satterfield (Lang, Cathy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?599">0806183894522</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=125;show=packages;fragment=cust_pkg371#cust_pkg371">371</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=125;show=packages;fragment=cust_pkg371#cust_pkg371">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=125;show=packages;fragment=cust_pkg371#cust_pkg371">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?125">Kuhlman, Quitzon and Greenholt (Quitzon, Ophelia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?371">15363386908</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">477</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?160">Lakin, Lindsay</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?477">8078845348</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">275</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?275">1732869050</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">439</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?147">Pfeffer, Shanahan and Cruickshank (Kutch, Rosario)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?439">1214016847277551</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=79;show=packages;fragment=cust_pkg235#cust_pkg235">235</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=79;show=packages;fragment=cust_pkg235#cust_pkg235">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=79;show=packages;fragment=cust_pkg235#cust_pkg235">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?79">Corkery-D&#39;Amore (Wyman, Bethel)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?235">9464935873</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">347</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?347">1894866195856273</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=107;show=packages;fragment=cust_pkg319#cust_pkg319">319</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=107;show=packages;fragment=cust_pkg319#cust_pkg319">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=107;show=packages;fragment=cust_pkg319#cust_pkg319">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?107">Hessel and Sons (Zemlak, Kaya)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?319">13810128409238</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?273">16095013569</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">381</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?381">3911632965</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=173;show=packages;fragment=cust_pkg515#cust_pkg515">515</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=173;show=packages;fragment=cust_pkg515#cust_pkg515">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=173;show=packages;fragment=cust_pkg515#cust_pkg515">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?173">Mraz LLC (Labadie, Trisha)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?515">14527731997</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=156;show=packages;fragment=cust_pkg465#cust_pkg465">465</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=156;show=packages;fragment=cust_pkg465#cust_pkg465">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=156;show=packages;fragment=cust_pkg465#cust_pkg465">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?156">Upton, Otho</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?465">2646555583</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=108;show=packages;fragment=cust_pkg321#cust_pkg321">321</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=108;show=packages;fragment=cust_pkg321#cust_pkg321">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=108;show=packages;fragment=cust_pkg321#cust_pkg321">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?108">Emmerich, Neil</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?321">25963062543138</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?103">Roberts-Schinner (Flatley, Amelia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?307">4593519604</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">285</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?285">3521080416</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=144;show=packages;fragment=cust_pkg429#cust_pkg429">429</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=144;show=packages;fragment=cust_pkg429#cust_pkg429">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=144;show=packages;fragment=cust_pkg429#cust_pkg429">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?144">Frami, Miller</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?429">33762771108367</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">191</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?191">078151255309299</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">143</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?49">Bernhard LLC (Hintz, Winston)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?143">95994707748468</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?119">Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?355">15790441533145</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">91</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?91">1535633738761521</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">7</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?7">19671718037</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=197;show=packages;fragment=cust_pkg587#cust_pkg587">587</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=197;show=packages;fragment=cust_pkg587#cust_pkg587">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=197;show=packages;fragment=cust_pkg587#cust_pkg587">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?197">Ryan and Sons (Bashirian, Bert)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?587">6566177741620</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=191;show=packages;fragment=cust_pkg571#cust_pkg571">571</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=191;show=packages;fragment=cust_pkg571#cust_pkg571">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=191;show=packages;fragment=cust_pkg571#cust_pkg571">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 10 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?191">Walker Inc (Block, Felix)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?571">9749671732</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=67;show=packages;fragment=cust_pkg199#cust_pkg199">199</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=67;show=packages;fragment=cust_pkg199#cust_pkg199">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=67;show=packages;fragment=cust_pkg199#cust_pkg199">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 10 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?67">Schultz, Hyatt and Ruecker (Yundt, Berta)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?199">14559187832</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">69</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?69">19732087174151</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">95</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 11 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 11 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?95">1076194311</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=140;show=packages;fragment=cust_pkg417#cust_pkg417">417</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=140;show=packages;fragment=cust_pkg417#cust_pkg417">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=140;show=packages;fragment=cust_pkg417#cust_pkg417">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 11 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 11 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?140">Cremin, Aliya</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?417">67497022590689</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=113;show=packages;fragment=cust_pkg335#cust_pkg335">335</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=113;show=packages;fragment=cust_pkg335#cust_pkg335">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=113;show=packages;fragment=cust_pkg335#cust_pkg335">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?113">Paucek, Swaniawski and Carter (DuBuque, Freda)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?335">17561074962584</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=100;show=packages;fragment=cust_pkg297#cust_pkg297">297</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=100;show=packages;fragment=cust_pkg297#cust_pkg297">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=100;show=packages;fragment=cust_pkg297#cust_pkg297">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?100">Dibbert, Roman</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?297">7801192536</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=145;show=packages;fragment=cust_pkg431#cust_pkg431">431</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=145;show=packages;fragment=cust_pkg431#cust_pkg431">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=145;show=packages;fragment=cust_pkg431#cust_pkg431">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?145">Zboncak, Schmidt and Howell (Pouros, Robb)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?431">3839925171</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">35</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?35">4609716945803</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=55;show=packages;fragment=cust_pkg163#cust_pkg163">163</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=55;show=packages;fragment=cust_pkg163#cust_pkg163">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=55;show=packages;fragment=cust_pkg163#cust_pkg163">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?55">Wiegand-Kohler (Murray, Amparo)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?163">85524284918759</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">175</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?59">Simonis Inc (Runolfsson, Kareem)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?175">6741985321</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=132;show=packages;fragment=cust_pkg393#cust_pkg393">393</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=132;show=packages;fragment=cust_pkg393#cust_pkg393">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=132;show=packages;fragment=cust_pkg393#cust_pkg393">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?132">Kris, Josie</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?393">6110246771</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">535</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?179">Conn-McLaughlin (O&#39;Connell, Gayle)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?535">6049664310378</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=153;show=packages;fragment=cust_pkg455#cust_pkg455">455</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=153;show=packages;fragment=cust_pkg455#cust_pkg455">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=153;show=packages;fragment=cust_pkg455#cust_pkg455">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?153">Lind Group (Padberg, Irving)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?455">7002098074566</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">11</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?5">Watsica-Crooks (Will, Marguerite)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?11">7941182146</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">237</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?80">Jakubowski, Jarrell</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?237">10163759294554</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">81</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?81">152553597965486</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">117</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?40">Brekke, Tillman</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?117">158607899401245</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=133;show=packages;fragment=cust_pkg395#cust_pkg395">395</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=133;show=packages;fragment=cust_pkg395#cust_pkg395">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=133;show=packages;fragment=cust_pkg395#cust_pkg395">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?133">Kirlin-Feest (Aufderhar, Trisha)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?395">34512365885294</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=187;show=packages;fragment=cust_pkg559#cust_pkg559">559</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=187;show=packages;fragment=cust_pkg559#cust_pkg559">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=187;show=packages;fragment=cust_pkg559#cust_pkg559">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?187">Hegmann, Kessler and Gibson (Roob, Henderson)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?559">49053079571982</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=127;show=packages;fragment=cust_pkg379#cust_pkg379">379</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=127;show=packages;fragment=cust_pkg379#cust_pkg379">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=127;show=packages;fragment=cust_pkg379#cust_pkg379">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?127">Langosh, Shanahan and Huels (Morissette, Florence)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?379">5869395581</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">443</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?149">O&#39;Keefe Inc (Schamberger, Felix)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?443">8366310646</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">467</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?157">Weimann Inc (Cartwright, Judah)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?467">5876977314592</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">45</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?45">5473351513</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=165;show=packages;fragment=cust_pkg491#cust_pkg491">491</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=165;show=packages;fragment=cust_pkg491#cust_pkg491">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=165;show=packages;fragment=cust_pkg491#cust_pkg491">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?165">DuBuque, Romaguera and Hagenes (Rempel, Levi)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?491">0970039499</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=104;show=packages;fragment=cust_pkg309#cust_pkg309">309</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=104;show=packages;fragment=cust_pkg309#cust_pkg309">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=104;show=packages;fragment=cust_pkg309#cust_pkg309">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?104">Stanton, Christop</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?309">18561234265014</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?87">Kozey and Sons (Vandervort, Harmon)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?259">106766405260980</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=68;show=packages;fragment=cust_pkg201#cust_pkg201">201</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=68;show=packages;fragment=cust_pkg201#cust_pkg201">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=68;show=packages;fragment=cust_pkg201#cust_pkg201">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?68">Nikolaus, Katelyn</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?201">13116773370</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">103</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 16 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?35">Bahringer LLC (Frami, Roslyn)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?103">19242934458</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">59</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 16 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?59">5055483796977</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">33</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?33">14745441565</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">367</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?123">Zulauf-Schiller (Jacobs, Angelina)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?367">4942001551</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=152;show=packages;fragment=cust_pkg453#cust_pkg453">453</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=152;show=packages;fragment=cust_pkg453#cust_pkg453">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=152;show=packages;fragment=cust_pkg453#cust_pkg453">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?152">Klocko, Fleta</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?453">5389770549</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=63;show=packages;fragment=cust_pkg187#cust_pkg187">187</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=63;show=packages;fragment=cust_pkg187#cust_pkg187">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=63;show=packages;fragment=cust_pkg187#cust_pkg187">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?63">Luettgen LLC (Grant, Grover)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?187">4415242593</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=151;show=packages;fragment=cust_pkg451#cust_pkg451">451</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=151;show=packages;fragment=cust_pkg451#cust_pkg451">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=151;show=packages;fragment=cust_pkg451#cust_pkg451">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 17 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?151">Leannon-Crona (Schuster, Cierra)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?451">3037362335</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">345</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?116">Konopelski, Barry</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?345">0783009535773</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">107</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?37">Hodkiewicz-Raynor (Macejkovic, Leann)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?107">6941312477183</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?83">Jacobson-Gorczany (Vandervort, Kiley)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?247">2749371736</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=77;show=packages;fragment=cust_pkg227#cust_pkg227">227</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=77;show=packages;fragment=cust_pkg227#cust_pkg227">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=77;show=packages;fragment=cust_pkg227#cust_pkg227">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?77">Kunze Inc (Ernser, Coralie)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?227">2280817547</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?287">183790150181541</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=183;show=packages;fragment=cust_pkg547#cust_pkg547">547</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=183;show=packages;fragment=cust_pkg547#cust_pkg547">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=183;show=packages;fragment=cust_pkg547#cust_pkg547">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?183">Dietrich, Keebler and Dach (Russel, Ivy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?547">1116321423</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=163;show=packages;fragment=cust_pkg487#cust_pkg487">487</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=163;show=packages;fragment=cust_pkg487#cust_pkg487">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=163;show=packages;fragment=cust_pkg487#cust_pkg487">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?163">Fritsch LLC (Jones, Mandy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?487">8192793749</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=115;show=packages;fragment=cust_pkg343#cust_pkg343">343</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=115;show=packages;fragment=cust_pkg343#cust_pkg343">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=115;show=packages;fragment=cust_pkg343#cust_pkg343">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?115">Kemmer-O&#39;Connell (Schuster, Alexander)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?343">4441731527</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">57</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?57">215984572910627</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=193;show=packages;fragment=cust_pkg575#cust_pkg575">575</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=193;show=packages;fragment=cust_pkg575#cust_pkg575">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=193;show=packages;fragment=cust_pkg575#cust_pkg575">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?193">Johnston Group (Adams, Audreanne)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?575">2786062985022</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=89;show=packages;fragment=cust_pkg263#cust_pkg263">263</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=89;show=packages;fragment=cust_pkg263#cust_pkg263">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=89;show=packages;fragment=cust_pkg263#cust_pkg263">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?89">Legros Group (Reilly, Mabel)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?263">210371813834331</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?91">Fay and Sons (Gerhold, Thora)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?271">9519625792</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">463</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?155">Boyle-Schmeler (Maggio, Fay)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?463">1173141702400720</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">9</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?9">337448915280026</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">585</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?585">10016834740</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?71">99158298078002</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">299</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?299">2964457155392</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?43">Leannon-Pfannerstill (O&#39;Keefe, Bernie)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?127">5260896063</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">155</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?155">261457560511658</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=169;show=packages;fragment=cust_pkg503#cust_pkg503">503</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=169;show=packages;fragment=cust_pkg503#cust_pkg503">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=169;show=packages;fragment=cust_pkg503#cust_pkg503">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?169">McClure LLC (Fahey, Rowan)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?503">6032329818839</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=167;show=packages;fragment=cust_pkg499#cust_pkg499">499</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=167;show=packages;fragment=cust_pkg499#cust_pkg499">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=167;show=packages;fragment=cust_pkg499#cust_pkg499">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Nov 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?167">Nitzsche-Hilpert (Block, Itzel)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?499">13924912074</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">475</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?159">McLaughlin-Luettgen (Berge, Houston)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?475">127676487383404</A></td></tr></table></TD>
-
-
-    </TR>
-
-
-</TBODY>
-
-</TABLE>
-
-
-              
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=200">3</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=300">4</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=400">5</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=500">6</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=600">7</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-  
-            </TD>
-          </TR>
-        </TABLE>
-
-
-        
-
-                </TD>
-      </TR>
-    </TABLE>
-  </BODY>
-</HTML>
-
-
-
-
-
-
diff --git a/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800 b/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800
deleted file mode 100644 (file)
index 7baed93..0000000
+++ /dev/null
@@ -1,6135 +0,0 @@
-
-            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-  <HEAD>
-    <TITLE>
-      Packages started between Aug  1st 2015 to Aug 31st 2015
-    </TITLE>
-    <!-- per RT, to prevent IE compatibility mode -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
-    <META HTTP-Equiv="Cache-Control" Content="no-cache">
-    <META HTTP-Equiv="Pragma" Content="no-cache">
-    <META HTTP-Equiv="Expires" Content="0"> 
-
-    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
-
-
-  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
-  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
-
-
-  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
-  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-<SCRIPT TYPE="text/javascript">
-
-  function about_freeside() {
-    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
-  }
-
-  webfxMenuImagePath      = "http://localhost/freeside/images/";
-  webfxMenuUseHover       = 1;
-  webfxMenuShowTime       = 300;
-  webfxMenuHideTime       = 500;
-
-  var myBar = new WebFXMenuBar;
-
-    
-          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
-
-    
-          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
-
-
-          var myMenu0 = new WebFXMenu;
-myMenu0.emptyText = '';
-var myMenu1 = new WebFXMenu;
-myMenu1.emptyText = '';
-myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuSeparator());
-myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
-myMenu1.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
-var myMenu2 = new WebFXMenu;
-myMenu2.emptyText = '';
-myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
-myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
-myMenu2.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
-var myMenu3 = new WebFXMenu;
-myMenu3.emptyText = '';
-var myMenu4 = new WebFXMenu;
-myMenu4.emptyText = '';
-myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
-myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
-myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
-myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
-myMenu4.width = 256;
-
-myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
-myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
-myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
-myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
-myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
-myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
-myMenu3.add(new WebFXMenuSeparator());
-myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
-myMenu3.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
-var myMenu5 = new WebFXMenu;
-myMenu5.emptyText = '';
-var myMenu6 = new WebFXMenu;
-myMenu6.emptyText = '';
-myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
-myMenu6.width = 256;
-
-myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
-myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
-myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
-myMenu5.add(new WebFXMenuSeparator());
-myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
-myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
-myMenu5.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
-var myMenu7 = new WebFXMenu;
-myMenu7.emptyText = '';
-myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
-myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
-myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
-myMenu7.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
-var myMenu8 = new WebFXMenu;
-myMenu8.emptyText = '';
-myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
-myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
-myMenu8.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
-var myMenu9 = new WebFXMenu;
-myMenu9.emptyText = '';
-myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
-myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
-myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
-myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
-myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
-myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
-myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
-myMenu9.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
-var myMenu10 = new WebFXMenu;
-myMenu10.emptyText = '';
-myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
-myMenu10.add(new WebFXMenuSeparator());
-myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
-myMenu10.add(new WebFXMenuSeparator());
-var myMenu11 = new WebFXMenu;
-myMenu11.emptyText = '';
-myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
-myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
-myMenu11.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
-var myMenu12 = new WebFXMenu;
-myMenu12.emptyText = '';
-myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
-myMenu12.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
-var myMenu13 = new WebFXMenu;
-myMenu13.emptyText = '';
-myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
-myMenu13.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
-var myMenu14 = new WebFXMenu;
-myMenu14.emptyText = '';
-myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
-myMenu14.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
-var myMenu15 = new WebFXMenu;
-myMenu15.emptyText = '';
-myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
-myMenu15.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
-var myMenu16 = new WebFXMenu;
-myMenu16.emptyText = '';
-myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
-myMenu16.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
-var myMenu17 = new WebFXMenu;
-myMenu17.emptyText = '';
-myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
-myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
-myMenu17.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
-var myMenu18 = new WebFXMenu;
-myMenu18.emptyText = '';
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
-myMenu18.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
-var myMenu19 = new WebFXMenu;
-myMenu19.emptyText = '';
-myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
-myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
-myMenu19.width = 256;
-
-myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
-var myMenu20 = new WebFXMenu;
-myMenu20.emptyText = '';
-myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
-myMenu20.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
-var myMenu21 = new WebFXMenu;
-myMenu21.emptyText = '';
-myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
-myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
-myMenu21.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
-var myMenu22 = new WebFXMenu;
-myMenu22.emptyText = '';
-myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
-myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
-myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
-myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
-myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
-myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
-myMenu22.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
-var myMenu23 = new WebFXMenu;
-myMenu23.emptyText = '';
-myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
-myMenu23.width = 256;
-
-myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
-var myMenu24 = new WebFXMenu;
-myMenu24.emptyText = '';
-myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
-myMenu24.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
-var myMenu25 = new WebFXMenu;
-myMenu25.emptyText = '';
-myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
-myMenu25.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
-var myMenu26 = new WebFXMenu;
-myMenu26.emptyText = '';
-myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
-myMenu26.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
-var myMenu27 = new WebFXMenu;
-myMenu27.emptyText = '';
-myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
-myMenu27.width = 256;
-
-myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
-myMenu10.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
-var myMenu28 = new WebFXMenu;
-myMenu28.emptyText = '';
-myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
-myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
-myMenu28.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
-var myMenu29 = new WebFXMenu;
-myMenu29.emptyText = '';
-myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
-myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
-myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
-myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
-myMenu29.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
-var myMenu30 = new WebFXMenu;
-myMenu30.emptyText = '';
-var myMenu31 = new WebFXMenu;
-myMenu31.emptyText = '';
-myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
-myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
-myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
-myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
-myMenu31.width = 256;
-
-myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
-myMenu30.add(new WebFXMenuSeparator());
-myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
-myMenu30.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
-var myMenu32 = new WebFXMenu;
-myMenu32.emptyText = '';
-myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
-myMenu32.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
-var myMenu33 = new WebFXMenu;
-myMenu33.emptyText = '';
-myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
-myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
-myMenu33.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
-var myMenu34 = new WebFXMenu;
-myMenu34.emptyText = '';
-var myMenu35 = new WebFXMenu;
-myMenu35.emptyText = '';
-myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
-myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
-myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
-myMenu35.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
-var myMenu36 = new WebFXMenu;
-myMenu36.emptyText = '';
-myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
-myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
-myMenu36.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
-var myMenu37 = new WebFXMenu;
-myMenu37.emptyText = '';
-myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
-myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
-myMenu37.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
-var myMenu38 = new WebFXMenu;
-myMenu38.emptyText = '';
-myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
-myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
-myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu38.width = 256;
-
-myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
-myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
-myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
-myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
-myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
-myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
-myMenu34.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
-var myMenu39 = new WebFXMenu;
-myMenu39.emptyText = '';
-myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
-myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
-myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
-myMenu39.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
-myMenu0.width = 256;
-
-          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
-
-
-          var myMenu40 = new WebFXMenu;
-myMenu40.emptyText = '';
-myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
-myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
-myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
-myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
-var myMenu41 = new WebFXMenu;
-myMenu41.emptyText = '';
-var myMenu42 = new WebFXMenu;
-myMenu42.emptyText = '';
-myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
-myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
-myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
-myMenu42.width = 256;
-
-myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
-myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
-myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
-myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
-myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
-myMenu41.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
-myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
-myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
-myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
-var myMenu43 = new WebFXMenu;
-myMenu43.emptyText = '';
-myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
-myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
-myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
-myMenu43.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
-var myMenu44 = new WebFXMenu;
-myMenu44.emptyText = '';
-myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
-myMenu44.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
-myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
-myMenu40.width = 256;
-
-          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
-
-
-          var myMenu45 = new WebFXMenu;
-myMenu45.emptyText = '';
-myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu46 = new WebFXMenu;
-myMenu46.emptyText = '';
-myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
-myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
-myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
-myMenu46.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
-var myMenu47 = new WebFXMenu;
-myMenu47.emptyText = '';
-myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
-myMenu47.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
-var myMenu48 = new WebFXMenu;
-myMenu48.emptyText = '';
-myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
-myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
-myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
-myMenu48.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu49 = new WebFXMenu;
-myMenu49.emptyText = '';
-myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
-myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
-myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
-myMenu49.add(new WebFXMenuSeparator());
-myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
-myMenu49.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
-var myMenu50 = new WebFXMenu;
-myMenu50.emptyText = '';
-myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
-myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
-myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
-myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
-myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
-myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
-var myMenu51 = new WebFXMenu;
-myMenu51.emptyText = '';
-myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
-myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
-myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
-myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
-myMenu51.width = 256;
-
-myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
-myMenu50.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
-var myMenu52 = new WebFXMenu;
-myMenu52.emptyText = '';
-myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
-myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
-myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
-var myMenu53 = new WebFXMenu;
-myMenu53.emptyText = '';
-myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
-myMenu53.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
-var myMenu54 = new WebFXMenu;
-myMenu54.emptyText = '';
-myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
-myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
-myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
-myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
-myMenu54.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
-var myMenu55 = new WebFXMenu;
-myMenu55.emptyText = '';
-myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
-myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
-myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
-myMenu55.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
-var myMenu56 = new WebFXMenu;
-myMenu56.emptyText = '';
-myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
-myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
-myMenu56.width = 256;
-
-myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
-var myMenu57 = new WebFXMenu;
-myMenu57.emptyText = '';
-myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
-myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
-myMenu57.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
-var myMenu58 = new WebFXMenu;
-myMenu58.emptyText = '';
-myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
-myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
-myMenu58.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
-var myMenu59 = new WebFXMenu;
-myMenu59.emptyText = '';
-myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
-myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
-myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
-myMenu59.width = 256;
-
-myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
-myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
-myMenu52.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu60 = new WebFXMenu;
-myMenu60.emptyText = '';
-myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
-myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
-myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
-myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
-var myMenu61 = new WebFXMenu;
-myMenu61.emptyText = '';
-myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
-myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
-myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
-myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
-myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
-myMenu61.add(new WebFXMenuSeparator());
-myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
-myMenu61.width = 256;
-
-myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
-myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
-myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
-myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
-myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
-myMenu60.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
-myMenu45.add(new WebFXMenuSeparator());
-var myMenu62 = new WebFXMenu;
-myMenu62.emptyText = '';
-myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
-myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
-myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
-myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
-myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
-myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
-myMenu62.width = 256;
-
-myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
-myMenu45.width = 256;
-
-          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
-
-
-          var myMenu63 = new WebFXMenu;
-myMenu63.emptyText = '';
-myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
-myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
-myMenu63.add(new WebFXMenuSeparator());
-myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
-myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
-myMenu63.width = 256;
-
-          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
-
-
-  myBar.show( null, 'vertical' );
-  myBar.width = 154;
-
-</SCRIPT>
-
-
-
-
-      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function rs_init_object() {
-    var A;
-    try {
-      A=new ActiveXObject("Msxml2.XMLHTTP");
-    } catch (e) {
-      try {
-        A=new ActiveXObject("Microsoft.XMLHTTP");
-      } catch (oc) {
-        A=null;
-      }
-    }
-    if(!A && typeof XMLHttpRequest != "undefined")
-      A = new XMLHttpRequest();
-    if (!A)
-      alert("Can't create XMLHttpRequest object");
-    return A;
-
-  }
-
-</SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function logout() {
-    // count args; build URL
-    var url = "http://localhost/freeside/loginout/logout.html";
-
-    var xmlhttp = rs_init_object();
-    xmlhttp.open("GET", url, false, "magic", "notyet");
-    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
-    xmlhttp.send(null);
-
-    if (xmlhttp.readyState != 4) {
-      alert("Logout failed: readyState is " + xmlhttp.readyState);
-      return;
-    }
-
-    if (xmlhttp.status != 200) {
-      alert("Logout failed: status is " + xmlhttp.status);
-    } else {
-      var data = xmlhttp.responseText;
-      // alert('received response: ' + data);
-      if ( data.indexOf("<b>System error</b>") > -1 ) {
-        var w;
-        if ( w = window.open("about:blank") ) {
-          w.document.write(data);
-        } else {
-          // popup blocking?  should use an overlib popup instead 
-          alert("Error popup disabled; try disabling popup blocking to see");
-        }
-      } else {
-        window.location = "http://localhost/freeside/loginout/logout.html";
-      }
-    }
-  }
-
-</SCRIPT>
-
-
-    
-
-  </HEAD>
-  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
-    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
-      <tr>
-        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
-        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
-          <font size=6>Freeside Test 3.8.1</font>
-        </td>
-        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
-          <BR></FONT>
-        </td>
-      </tr>
-    </table>
-
-    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
-
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-
-      <TR CLASS="fsmenubar">
-
-
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
-          <SCRIPT TYPE="text/javascript">
-            document.write(myBar);
-          </SCRIPT>
-        </TD>
-
-      </TR>
-
-      <TR CLASS="fssearchbar">
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
-    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_prospect (what) {
-    if ( what.value == '(name, company or phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
-    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_cust (what) {
-    if ( what.value == '(cust #, name, company or contact phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
-          
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_address2 (what) {
-    if ( what.value == '(Unit #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
-    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
-    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_invoice (what) {
-    if ( what.value == '(inv #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
-    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_svc (what) {
-    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
-          
-  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_ticket (what) {
-    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-      </TR>
-    </TABLE>
-
-
-
-    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
-
-      <TR HEIGHT="100%">
-
-        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
-
-          <FONT SIZE=6>
-            Packages started between Aug  1st 2015 to Aug 31st 2015
-          </FONT>
-
-          <BR><BR>
-
-          
-
-
-
-
-        
-
-
-
-        <TABLE>
-          <TR>
-
-            <TD VALIGN="bottom">
-
-              <FORM>
-
-                  69 total packages
-
-
-                <BR>
-
-              </FORM>
-
-            </TD>
-
-
-              <TD ALIGN="right" CLASS="noprint">
-
-                Download full results<BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=packages.xls">Excel spreadsheet</A><BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=csv">CSV file</A><BR>
-
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html-print">printable copy</A>
-
-              </TD>
-
-          </TR>
-          <TR>
-            <TD COLSPAN=2>
-
-
-                
-
-
-                
-
-
-              
-<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
-
-
-
-
-<THEAD>
-
-  <TR>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "2"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=cust_pkg.pkgnum">#</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Quantity
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Package
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Class
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Sales Person
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Ordered by
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup Fee
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Base Recur
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Freq.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=setup">Setup</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=last_bill">Last bill</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=bill">Next bill</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=susp">Susp.</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=change_date">Changed</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=cancel">Cancel</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cust. Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Customer
-    </TH>
-  </TR>
-
-
-</THEAD>
-
-<TBODY>
-
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">27</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">28</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">51</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">52</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">73</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">85</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">111</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">112</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">125</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">126</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">135</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">136</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">149</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">150</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">171</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">172</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">207</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">208</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">219</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">220</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">243</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">244</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">245</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">246</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">257</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">258</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">269</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">270</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">272</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">289</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">305</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">306</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">339</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">340</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">353</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">354</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">410</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">411</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">412</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">468</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">467</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">469</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">526</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">525</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">524</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
-
-
-    </TR>
-
-
-</TBODY>
-
-</TABLE>
-
-
-              
-
-  
-            </TD>
-          </TR>
-        </TABLE>
-
-
-        
-
-                </TD>
-      </TR>
-    </TABLE>
-  </BODY>
-</HTML>
-
-
-
-
-
-
diff --git a/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800:order_by=cust_pkg.pkgnum b/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800:order_by=cust_pkg.pkgnum
new file mode 100644 (file)
index 0000000..3468bc5
--- /dev/null
@@ -0,0 +1,6135 @@
+
+            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Packages started between Aug  1st 2015 to Aug 31st 2015
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu33.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu35.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu37.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu38.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
+myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu34.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu39.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu42.width = 256;
+
+myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
+myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
+myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
+myMenu44.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
+myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu46.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu47.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
+var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu48.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu49.add(new WebFXMenuSeparator());
+myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu49.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu51.width = 256;
+
+myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
+myMenu50.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu53.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu54.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu55.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu56.width = 256;
+
+myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu57.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu58.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu59.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
+myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu52.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu61.add(new WebFXMenuSeparator());
+myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu61.width = 256;
+
+myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
+myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu60.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu62.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
+myMenu45.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
+
+
+          var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
+myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu63.add(new WebFXMenuSeparator());
+myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
+myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu63.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function logout() {
+    // count args; build URL
+    var url = "http://localhost/freeside/loginout/logout.html";
+
+    var xmlhttp = rs_init_object();
+    xmlhttp.open("GET", url, false, "magic", "notyet");
+    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+    xmlhttp.send(null);
+
+    if (xmlhttp.readyState != 4) {
+      alert("Logout failed: readyState is " + xmlhttp.readyState);
+      return;
+    }
+
+    if (xmlhttp.status != 200) {
+      alert("Logout failed: status is " + xmlhttp.status);
+    } else {
+      var data = xmlhttp.responseText;
+      // alert('received response: ' + data);
+      if ( data.indexOf("<b>System error</b>") > -1 ) {
+        var w;
+        if ( w = window.open("about:blank") ) {
+          w.document.write(data);
+        } else {
+          // popup blocking?  should use an overlib popup instead 
+          alert("Error popup disabled; try disabling popup blocking to see");
+        }
+      } else {
+        window.location = "http://localhost/freeside/loginout/logout.html";
+      }
+    }
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 3.8.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <FONT SIZE=6>
+            Packages started between Aug  1st 2015 to Aug 31st 2015
+          </FONT>
+
+          <BR><BR>
+
+          
+
+
+
+
+        
+
+
+
+        <TABLE>
+          <TR>
+
+            <TD VALIGN="bottom">
+
+              <FORM>
+
+                  69 total packages
+
+
+                <BR>
+
+              </FORM>
+
+            </TD>
+
+
+              <TD ALIGN="right" CLASS="noprint">
+
+                Download full results<BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum;_type=packages.xls">Excel spreadsheet</A><BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum;_type=csv">CSV file</A><BR>
+
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum;_type=html-print">printable copy</A>
+
+              </TD>
+
+          </TR>
+          <TR>
+            <TD COLSPAN=2>
+
+
+                
+
+
+                
+
+
+              
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<THEAD>
+
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum%20DESC;_type=html">#</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Quantity
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Package
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Class
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Sales Person
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Ordered by
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup Fee
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Base Recur
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Freq.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=setup;_type=html">Setup</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=last_bill;_type=html">Last bill</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=bill;_type=html">Next bill</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=susp;_type=html">Susp.</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=change_date;_type=html">Changed</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cancel;_type=html">Cancel</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+  </TR>
+
+
+</THEAD>
+
+<TBODY>
+
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">27</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">28</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">51</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">52</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">73</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">85</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">111</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">112</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">125</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">126</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">135</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">136</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">149</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">150</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">171</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">172</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">207</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">208</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">219</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">220</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">243</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">244</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">245</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">246</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">257</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">258</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">269</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">270</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">272</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">289</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">305</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">306</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">339</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">340</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">353</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">354</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">410</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">411</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">412</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">467</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">468</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">469</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">524</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">525</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">526</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
+
+
+    </TR>
+
+
+</TBODY>
+
+</TABLE>
+
+
+              
+
+  
+            </TD>
+          </TR>
+        </TABLE>
+
+
+        
+
+                </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
+
diff --git a/FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice b/FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice
deleted file mode 100644 (file)
index b78f160..0000000
Binary files a/FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice and /dev/null differ
diff --git a/FS-Test/share/output/view/cust_bill-tex.cgi/invnum=681:notice_name=Invoice b/FS-Test/share/output/view/cust_bill-tex.cgi/invnum=681:notice_name=Invoice
new file mode 100644 (file)
index 0000000..48710db
--- /dev/null
@@ -0,0 +1,288 @@
+%% file: Standard Multipage.tex\r
+%% Purpose: Multipage bill template for e-Bills\r
+%% \r
+%% Created by Mark Asplen-Taylor\r
+%% Asplen Management Ltd\r
+%% www.asplen.co.uk\r
+%%\r
+%% Modified for Freeside by Kristian Hoffman\r
+%%\r
+%% Changes\r
+%%     0.1     4/12/00 Created\r
+%%     0.2     18/10/01        More fields added\r
+%%     1.0     16/11/01        RELEASED\r
+%%     1.2     16/10/02        Invoice number added\r
+%%     1.3     2/12/02 Logo graphic added\r
+%%     1.4     7/2/03  Multipage headers/footers added\r
+%%      n/a     forked for Freeside; checked into CVS\r
+%%\r
+\r
+\documentclass[letterpaper]{article}\r
+\r
+\usepackage{fancyhdr,lastpage,ifthen,array,longtable,afterpage,caption,multirow,bigstrut}\r
+\usepackage{graphicx}                  % required for logo graphic\r
+\usepackage[utf8]{inputenc}             % multilanguage support\r
+\usepackage[T1]{fontenc}\r
+\r
+\r
+\addtolength{\voffset}{-0.0cm}         % top margin to top of header\r
+\addtolength{\hoffset}{-0.6cm}         % left margin on page\r
+\addtolength{\topmargin}{-1.25cm}\r
+\setlength{\headheight}{2.0cm}                 % height of header\r
+\setlength{\headsep}{1.0cm}\r
+\setlength{\footskip}{1.0cm}           % bottom of footer from bottom of text\r
+\r
+%\addtolength{\textwidth}{2.1in}       % width of text\r
+\setlength{\textwidth}{19.5cm}\r
+\setlength{\textheight}{19.5cm}\r
+\setlength{\oddsidemargin}{-0.9cm}     % odd page left margin\r
+\setlength{\evensidemargin}{-0.9cm}    % even page left margin\r
+\r
+\LTchunksize=40\r
+\r
+\renewcommand{\headrulewidth}{0pt}\r
+\renewcommand{\footrulewidth}{1pt}\r
+\r
+\renewcommand{\footrule}{\r
+\ifthenelse{\equal{\thepage}{1}}\r
+  {\r
+  }\r
+  {\r
+    \vbox to 0pt{\rule{\headwidth}{\footrulewidth}\vss}\r
+  }\r
+}\r
+\r
+\newcommand{\extracouponspace}{3.6cm}\r
+\r
+% Adjust the inset of the mailing address\r
+\newcommand{\addressinset}[1][]{\hspace{1.0cm}}\r
+\r
+% Adjust the inset of the return address and logo\r
+\newcommand{\returninset}[1][]{\hspace{-0.25cm}}\r
+\r
+% New command for address lines i.e. skip them if blank\r
+\newcommand{\addressline}[1]{\ifthenelse{\equal{#1}{}}{}{#1\\}}\r
+\r
+% Inserts dollar symbol\r
+\newcommand{\dollar}[1][]{\symbol{36}}\r
+\r
+% Remove plain style header/footer\r
+\fancypagestyle{plain}{\r
+  \fancyhead{}\r
+}\r
+\fancyhf{}\r
+\r
+% Define fancy header/footer for first and subsequent pages\r
+\fancyfoot[C]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+\vspace{-\extracouponspace}\rule[0.5em]{\textwidth}{\footrulewidth}\\Detach and return this remittance form with your payment.\\\r
+\begin{tabular}{ll}\r
+\begin{tabular}{ll}\r
+\returninset\r
+\begin{tabular}{ll}\r
+  \makebox{ \includegraphics{/usr/local/etc/freeside/cache.DBI:Pg:dbname=freeside/cust_bill.681.cM8FaNY6.eps}} & \r
+  \begin{minipage}[b]{5.5cm}\r
+Freeside Test 3.8.1\\*
+1234 Example Lane\\*
+Exampleton, CA~~54321\\*\r
+    \end{minipage}\\\r
+\end{tabular}&\r
+\begin{tabular}{r@{: }lr}\r
+Invoice date & \textbf{Dec~26th,~2015} & \multirow{4}*{\r
+\makebox{\r
+\begin{minipage}[t]{7.0cm}\r
+\textbf{Samara Towne}\\\r
+\addressline{Olson Inc}\r
+\addressline{46706 Kadin Hill \#780}\r
+\addressline{Trailer W 2-E}\r
+\addressline{Owensboro, KS~~69113}\r
+\addressline{}\r
+\\r
+\end{minipage}}}\\\r
+Customer\#& \textbf{135} & \\\r
+Total Due & \textbf{0.00} & \\\r
+\rule{0pt}{2.25em}Amount Enclosed & \rule{2cm}{1pt}& \\\r
+\end{tabular}\\\r
+\rule{0pt}{1cm} &\\\r
+\end{tabular}\\\r
+\begin{tabular}{ll}\r
+\addressinset \rule{0.5cm}{0cm} &\r
+\makebox{\r
+\begin{minipage}[t]{7.0cm}\r
+Freeside Test 3.8.1\\*
+1234 Example Lane\\*
+Exampleton, CA~~54321\\*\r
+\end{minipage}}\r
+\hfill\r
+\end{tabular}\\\r
+\end{tabular}\\\r \small{\r
+Freeside Test 3.8.1\r
+    }\vspace{\extracouponspace}\r
+  }\r
+  { % ... pages\r
+    \small{\r
+Freeside Test 3.8.1\r
+    }\r
+  }\r
+}\r
+\r
+\fancyfoot[R]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+  }\r
+  { % ... pages\r
+    \small{\thepage\ of \pageref{LastPage}}\r
+  }\r
+}\r
+\r
+\fancyhead[L]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+    \returninset\r
+    \makebox{\r
+      \begin{tabular}{ll}\r
+        \includegraphics{/usr/local/etc/freeside/cache.DBI:Pg:dbname=freeside/cust_bill.681.cM8FaNY6.eps} & \r
+        \begin{minipage}[b]{5.5cm}\r
+Freeside Test 3.8.1\\*
+1234 Example Lane\\*
+Exampleton, CA~~54321\\*\r
+        \end{minipage}\\\r
+      \end{tabular}\r
+    }\r
+  }\r
+  { % ... pages\r
+    %\includegraphics{/usr/local/etc/freeside/cache.DBI:Pg:dbname=freeside/cust_bill.681.cM8FaNY6.eps} % Uncomment if you want the logo on all pages.\r
+  }\r
+}\r
+\r
+\fancyhead[R]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+    \begin{tabular}{ccc}\r
+    Invoice date & Invoice \# & Customer \#\\\r
+    \vspace{0.2cm}\r
+    \textbf{Dec~26th,~2015} & \textbf{681} & \textbf{135} \\\hline\r
+    \rule{0pt}{5ex} &~~ \huge{\textsc{Invoice}} & \\\r
+    \vspace{-0.2cm}\r
+     & & \\\hline\r
+    \end{tabular}\r
+  }\r
+  { % ... pages\r
+    \small{\r
+      \begin{tabular}{lll}\r
+      Invoice date & Invoice \# & Customer \#\\\r
+      \textbf{Dec~26th,~2015} & \textbf{681} & \textbf{135}\\\r
+      \end{tabular}\r
+    }\r
+  }\r
+}\r
+\r
+\pagestyle{fancy}\r
+\r
+\r
+%% Font options are:\r
+%%     bch     Bitsream Charter\r
+%%     put     Utopia\r
+%%     phv     Adobe Helvetica\r
+%%     pnc     New Century Schoolbook\r
+%%     ptm     Times\r
+%%     pcr     Courier\r
+\r
+\renewcommand{\familydefault}{phv}\r
+\r
+\r
+% Commands for freeside table header...\r
+\r
+\newcommand{\FSdescriptionlength} { 8.2cm }\r
+\newcommand{\FSdescriptioncolumncount} { 4 }\r
+\newcommand{\FSunitcolumns}{ \makebox[2.5cm][r]{\textbf{~~Unit Price}} &\makebox[1.4cm]{\textbf{~Quantity}} &  }\r
+\r
+\newcommand{\FShead}{\r
+  \hline\r
+  \rule{0pt}{2.5ex}\r
+  \makebox[1.4cm]{} &\r
+  \multicolumn{\FSdescriptioncolumncount}{l}{\makebox[\FSdescriptionlength][l]{\textbf{Description}}}&\r
+  \FSunitcolumns\r
+  \makebox[1.6cm][r]{\textbf{Amount}} \\\r
+  \hline\r
+}\r
+\r
+% ...description...\r
+\newcommand{\FSdesc}[5]{\r
+  \multicolumn{1}{c}{\rule{0pt}{2.5ex}\textbf{#1}} &\r
+  \multicolumn{4}{l}{\textbf{#2}} &\r
+  \multicolumn{1}{r}{\textbf{#3}} &
+  \multicolumn{1}{r}{\textbf{#4}} &
+\r
+  \multicolumn{1}{r}{\textbf{#5}}\\\r
+}\r
+% ...extended description...\r
+\newcommand{\FSextdesc}[1]{\r
+  \multicolumn{1}{l}{\rule{0pt}{1.0ex}} &\r
+%%  \multicolumn{2}{l}{\small{~-~#1}}\\\r
+#1\\\r
+}\r
+% ...and total line items.\r
+\newcommand{\FStotaldesc}[2]{\r
+  & \multicolumn{6}{l}{#1} & #2\\\r
+}\r
+\r
+\r
+\begin{document}\r
+%      Headers and footers defined for the first page\r
+\addressinset \rule{0.5cm}{0cm} \r
+\makebox{\r
+\begin{minipage}[t]{7.0cm}\r
+\vspace{0.25cm}\r
+\textbf{Samara Towne}\\\r
+\addressline{Olson Inc}\r
+\addressline{46706 Kadin Hill \#780}\r
+\addressline{Trailer W 2-E}\r
+\addressline{Owensboro, KS~~69113}\r
+\addressline{}\r
+\end{minipage}}\r
+\hfill\r
+\makebox{\r
+\begin{minipage}[t]{6.4cm}\r
+\r
+\begin{flushright}\r
+\\\r
+~\\\r
+\end{flushright}\r
+\end{minipage}}\r
+\vspace{1.5cm}\r
+%\r
+\r
+%\r
+\section*{}\r
+\captionsetup{singlelinecheck=false,justification=raggedright,font={Large,sc,bf}}\ifthenelse{\equal{\thepage}{1}}{\setlength{\LTextracouponspace}{\extracouponspace}}{\setlength{\LTextracouponspace}{0pt}}\begin{longtable}{cllllllr}\caption*{ Charges}\\\FShead\endfirsthead\multicolumn{7}{r}{\rule{0pt}{2.5ex}Continued from previous page}\\\FShead\endhead\multicolumn{7}{r}{\rule{0pt}{2.5ex}Continued on next page...}\\\endfoot\hline\FStotaldesc{\textbf{Total Charges}}{\textbf{\dollar 142.42}}
+\FStotaldesc{Payment received 12/26/15}{$-$\dollar 142.42}
+\FStotaldesc{\textbf{Balance Due}}{\textbf{\dollar 0.00}}
+\hline\endlastfoot\hline
+\FSdesc{}{Monthly prorated broadband Setup}{\dollar40.00}{1}{\dollar40.00}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_broadband: IP:10.98.22.188, MAC:00007E436BF5}}}*
+\FSdesc{}{Monthly prorated broadband (12/26/15 - 01/01/16)}{\dollar90.00}{1}{\dollar17.42}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_broadband: IP:10.98.22.188, MAC:00007E436BF5}}}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Prorated (Dec 26 - Jan 01): \$17.42}}}*
+\hline
+\FSdesc{}{Annual subscription domain (12/26/15 - 12/01/16)}{\dollar25.00}{1}{\dollar25.00}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_domain: botsford-mueller.com}}}*
+\hline
+\FSdesc{}{Monthly anniversary phone x4 (12/26/15 - 01/26/16)}{\dollar60.00}{1}{\dollar60.00}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_phone: 152300260278657}}}*
+\end{longtable}\r
+\vfill\r
+\begin{minipage}[t]{\textwidth}\r
+  %%
+%%     Add any customer specific notes in here
+%%
+\section*{\textsc{Notes}}
+\begin{enumerate}
+\item Please make your check payable to \textbf{Freeside Test 3.8.1}.
+\item If you have any questions please email or telephone.
+\end{enumerate}\r
+  \ifthenelse{\equal{\thepage}{1}}{\rule{0pt}{\extracouponspace}}{}\r
+\end{minipage}\r
+\end{document}\r
+
diff --git a/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=packages b/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=packages
new file mode 100644 (file)
index 0000000..0526d15
--- /dev/null
@@ -0,0 +1,2225 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Customer: Schowalter, Oswald
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu33.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu35.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu37.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu38.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
+myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu34.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu39.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu42.width = 256;
+
+myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
+myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
+myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
+myMenu44.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
+myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu46.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu47.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
+var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu48.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu49.add(new WebFXMenuSeparator());
+myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu49.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu51.width = 256;
+
+myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
+myMenu50.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu53.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu54.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu55.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu56.width = 256;
+
+myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu57.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu58.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu59.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
+myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu52.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu61.add(new WebFXMenuSeparator());
+myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu61.width = 256;
+
+myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
+myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu60.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu62.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
+myMenu45.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
+
+
+          var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
+myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu63.add(new WebFXMenuSeparator());
+myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
+myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu63.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function logout() {
+    // count args; build URL
+    var url = "http://localhost/freeside/loginout/logout.html";
+
+    var xmlhttp = rs_init_object();
+    xmlhttp.open("GET", url, false, "magic", "notyet");
+    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+    xmlhttp.send(null);
+
+    if (xmlhttp.readyState != 4) {
+      alert("Logout failed: readyState is " + xmlhttp.readyState);
+      return;
+    }
+
+    if (xmlhttp.status != 200) {
+      alert("Logout failed: status is " + xmlhttp.status);
+    } else {
+      var data = xmlhttp.responseText;
+      // alert('received response: ' + data);
+      if ( data.indexOf("<b>System error</b>") > -1 ) {
+        var w;
+        if ( w = window.open("about:blank") ) {
+          w.document.write(data);
+        } else {
+          // popup blocking?  should use an overlib popup instead 
+          alert("Error popup disabled; try disabling popup blocking to see");
+        }
+      } else {
+        window.location = "http://localhost/freeside/loginout/logout.html";
+      }
+    }
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 3.8.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <FONT SIZE=6>
+            Customer: Schowalter, Oswald
+          </FONT>
+
+
+          
+
+<BR>
+
+
+   <DIV CLASS="fstabs">
+   <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=basics"  CLASS="fstab" >Basics</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=notes"  CLASS="fstab" >Notes</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=tickets"  CLASS="fstab" >Tickets</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=appointments"  CLASS="fstab" >Appointments</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=quotations"  CLASS="fstab" >Quotations</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages"  CLASS="fstabselected" >Packages</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=payment_history"  CLASS="fstab" >Payment History</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=change_history"  CLASS="fstab" >Change History</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=jumbo"  CLASS="fstab" >Jumbo</A>
+   </DIV>
+
+
+<DIV CLASS="fstabcontainer">
+
+
+
+<SCRIPT TYPE="text/javascript">
+function areyousure(href, message) {
+  if (confirm(message) == true)
+    window.location.href = href;
+}
+</SCRIPT>
+
+
+
+
+
+
+
+
+<BR>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<STYLE TYPE="text/css">
+td.package {
+  vertical-align: top;
+  border-width: 0;
+  border-style: solid;
+}
+table.package {
+  border: none;
+  padding: 0;
+  border-spacing: 0;
+  width: 100%;
+}
+table.usage {
+  border: 1px solid black;
+  margin: auto;
+  width: 60%;
+  border-spacing: 0px;
+}
+.shared > * {
+  background-color: #ffffaa;
+}
+.row0 { background-color: #eeeeee; }
+.row1 { background-color: #ffffff; }
+
+table.hiddenrows {
+  width: 80%;
+  margin-left: 100px;
+  border: 1px solid #7E0079;
+  background-color: #cccccc;
+}
+
+.hiddenrows td {
+  text-align: center;
+}
+
+.rolldown_button {
+  min-width: 80px;
+  margin-left: 100px;
+  min-height: 20px;
+  background-color: #efefef;
+  border: 1px solid #7e0079;
+  z-index: 1;
+  text-align: center;
+}
+</STYLE>
+<SCRIPT TYPE="text/javascript">
+function toggle_rolldown() {
+  var up_arrow = '⬆';
+  var dn_arrow = '⬇';
+  var pkgnum = this.id.replace('rolldown_', '');
+  var hidden = document.getElementById('cust_pkg'+pkgnum+'_block');
+  if (hidden.style.display == 'none') {
+    hidden.style.display = '';
+    this.textContent = this.textContent.replace(dn_arrow, up_arrow);
+  } else {
+    hidden.style.display = 'none';
+    this.textContent = this.textContent.replace(up_arrow, dn_arrow);
+  }
+}
+(function() {
+  var myonload = function() {
+
+var el;
+var all_buttons = document.getElementsByClassName('rolldown_button');
+for (var i = 0; i < all_buttons.length; i++) {
+  all_buttons[i].onclick = toggle_rolldown;
+  var block_id = all_buttons[i].id.replace('rolldown_', '');
+  if ( el && document.getElementById('cust_pkg'+block_id+'_block')
+                     .contains(el)
+     ) {
+    // then toggle it now
+    all_buttons[i].click();
+  }
+}
+if ( el ) el.scrollIntoView(true);
+
+  }
+  if ( window.addEventListener ) {
+    window.addEventListener('load', myonload);
+  } else if ( window.attachEvent ) {
+    window.attachEvent('onload', myonload);
+  }
+})();
+
+</SCRIPT>
+
+
+  
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/qual.html?custnum=2', 763, 436, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'New Qualification', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>New&nbsp;Qualification</A>
+
+
+   | 
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/order_pkg.html?custnum=2', 960, 606, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Order new package', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Order&nbsp;new&nbsp;package</A>
+
+
+   | 
+  <SCRIPT TYPE="text/javascript">
+
+function taxproductmagic(which) {
+
+  var str = '';
+  var elements = which.form.elements;
+  for (var i = 0; i<elements.length; i++) {
+
+    if (elements[i].name == 'taxproductnum'){
+      document.getElementById('taxproductnum').value = elements[i].value;
+      continue;
+    }
+    if (elements[i].name == 'taxproductnum_description'){
+      continue;
+    }
+
+    if (str.length){str += ';';}
+
+    var value = '';
+    if ( elements[i].type == 'checkbox' || elements[i].type == 'radio' ) {
+      if ( elements[i].checked == true ) {
+        value = elements[i].value;
+      //} else {
+      //  value = '';
+      }
+    } else {
+      value = elements[i].value;
+    }
+    str += elements[i].name + '=' + escape(value);
+
+  }
+  document.getElementById('charge_storage').value = str;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//browse/part_pkg_taxproduct.cgi?_type=select&id=taxproductnum&onclick=taxproductquickchargemagic&taxproductnum='+document.getElementById('taxproductnum').value, 1000, 400, 'tax_product_popup'), CAPTION, 'Select product', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK);
+}
+
+function taxproductquickchargemagic() {
+  var str = document.getElementById('charge_storage').value;
+  if (str.length){str += ';';}
+  str += 'magic=taxproductnum;taxproductnum=';
+  str += escape(document.getElementById('taxproductnum').value);
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/quick-charge.html?'+str, 545, 336, 'One-time charge'), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close');
+
+}
+
+function taxoverridemagic(which) {
+  var str = '';
+  var elements = which.ownerDocument.QuickChargeForm.elements;
+  for (var i = 0; i<elements.length; i++) {
+    if (elements[i].name == 'tax_override'){
+      document.getElementById('tax_override').value = elements[i].value;
+      continue;
+    }
+    if (str.length){str += ';';}
+    str += elements[i].name + '=' + escape(elements[i].value);
+  }
+  document.getElementById('charge_storage').value = str;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/part_pkg_taxoverride.html?element_name=tax_override;onclick=taxoverridequickchargemagic;selected='+document.getElementById('tax_override').value, 1100, 600, 'tax_product_popup'), CAPTION, 'Edit product tax overrides', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK);
+}
+
+function taxoverridequickchargemagic() {
+  var str = document.getElementById('charge_storage').value;
+  if (str.length){str += ';';}
+  str += 'magic=taxoverride;tax_override=';
+  str += document.getElementById('tax_override').value;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/quick-charge.html?'+str, 545, 336, 'One-time charge'), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close');
+
+}
+
+</SCRIPT>
+
+<FORM NAME='quickcharge' STYLE="margin:0; padding:0; display:inline">
+    <INPUT NAME="taxproductnum" ID="taxproductnum" TYPE="hidden">
+    <INPUT NAME="tax_override" ID="tax_override" TYPE="hidden">
+    <INPUT NAME="charge_storage" ID="charge_storage" TYPE="hidden">
+    <INPUT NAME="taxproductnum_description" ID="taxproductnum_description" TYPE="hidden">
+</FORM>
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/quick-charge.html?custnum=2', 763, 460, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>One-time&nbsp;charge</A>
+
+
+
+   | 
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/bulk-cust_svc-pkgnum.html?custnum=2', 968, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Move services', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Move&nbsp;services&nbsp;between&nbsp;packages</A>
+
+
+   | 
+  <A HREF="http://localhost/freeside/edit/cust_pkg.cgi?2">Bulk order and cancel packages</A>
+
+<BR><BR>
+
+
+<TABLE>
+  <TR>
+    <TD ALIGN="left" VALIGN="top">
+
+
+    </TD>
+
+
+    <TD ALIGN="right">
+      <A HREF="http://localhost/freeside/search/report_cust_pkg.html?custnum=2">Package reports</A>
+    | <A HREF="http://localhost/freeside/search/qual.cgi?custnum=2">View Qualifications</A>
+      <BR>
+      Service reports: 
+        <A HREF="http://localhost/freeside/search/report_svc_acct.html?custnum=2">accounts</A><BR>
+      Usage reports: 
+        <A HREF="http://localhost/freeside/search/report_cdr.html?custnum=2">CDRs</A>
+    </TD>
+
+
+  </TR>
+
+  <TR>
+    <TD COLSPAN=2>
+
+        <TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+        <TR>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Package</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Status</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Contact/Location</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Services</TH>
+</TR>
+
+    
+  <!--pkgnum: 2-->
+  <TR CLASS="row0">
+    <TD CLASS="inv package" BGCOLOR="" VALIGN="top" >
+  <TABLE CLASS="inv package"> 
+
+
+    <TR>
+      <TD COLSPAN=2>
+        
+        <A NAME="cust_pkg2"
+           ID  ="cust_pkg2"
+        ><B>Monthly prorated account</B></A>
+         - 
+        $20 setup, $30/monthly
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+        <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=3;pkgnum=2', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;package</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_discount.html?pkgnum=2', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Discount package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Discount</A>&nbsp;)
+                (&nbsp;<A HREF="http://localhost/freeside/edit/part_pkg.cgi?clone=2;pkgnum=2">Customize</A>&nbsp;)
+              <BR>
+
+
+        </FONT>
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+          <FONT SIZE="-1">
+            (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_quantity.html?;pkgnum=2', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;quantity</A>&nbsp;)
+          </FONT>
+
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+        <FONT SIZE="-1">
+          (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_salesnum.html?;pkgnum=2', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;sales&nbsp;person</A>&nbsp;)
+        </FONT>
+
+      </TD>
+    </TR>
+
+
+
+      <TR>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=2;detailtype=I', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add invoice details', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;invoice&nbsp;details</A>&nbsp;)
+              </FONT>
+          </TD>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=2;detailtype=C', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add comments', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;comments</A>&nbsp;)
+              </FONT>
+          </TD>
+
+      </TR>
+
+
+  </TABLE>
+
+
+</TD>
+
+
+    <TD CLASS="inv" BGCOLOR="" VALIGN="top">
+  <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+
+
+    <TR><TD WIDTH="" ALIGN="right">Ordered&nbsp;</TD><TD align="left"><B>Aug</B></TD><TD align="right"><B>&nbsp;4th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+            <TR><TD COLSPAN=4 ><FONT COLOR="#00CC00" ><B>Active</B></FONT>,&nbsp;billed&nbsp;monthly</TD></TR>
+
+          
+
+          
+
+          
+
+          <TR><TD WIDTH="" ALIGN="right">Setup&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+          
+
+
+      
+      <TR><TD WIDTH="" ALIGN="right">Last&nbsp;bill&nbsp;</TD><TD align="left"><B>Mar</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      <TR><TD WIDTH="" ALIGN="right">Next&nbsp;bill&nbsp;</TD><TD align="left"><B>Apr</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      
+      
+      
+      
+      
+      
+
+
+        <TR>
+          <TD COLSPAN=4>
+            <FONT SIZE=-1>
+
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=suspend;pkgnum=2', 768, 420, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Suspend package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#FF9900', CGCOLOR, '#FF9900', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;now</A>&nbsp;)
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=adjourn;pkgnum=2', 768, 445, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Adjourn package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC6600', CGCOLOR, '#CC6600', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;later</A>&nbsp;)
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/delay_susp_pkg.html?pkgnum=2', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Delay suspend for package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Delay&nbsp;suspend</A>&nbsp;)
+              <BR>
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=cancel;pkgnum=2', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Cancel package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;now</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=expire;pkgnum=2', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Expire package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC0000', CGCOLOR, '#CC0000', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;later</A>&nbsp;)
+
+            <FONT>
+          </TD>
+        </TR>
+
+  </TABLE>
+</TD>
+
+    <TD CLASS="inv" BGCOLOR="" WIDTH="20%" VALIGN="top">
+          <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg_contact.html?pkgnum=2', 616, 192, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add contact package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;contact</A>&nbsp;)
+    </FONT>
+    <BR>
+
+              <DIV STYLE="font-style: italic; font-size: small">
+
+      Default service location<BR>24866 VonRueden Roads<BR>Floor 94 X<BR>Crown Point CT 59629-7714
+
+          <BR>
+          <FONT SIZE=-1>
+          38.5000000, -121.5000000
+          
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/map.html?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20account;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated account', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>map</A>
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/directions.html?origin=1234%20Example%20Lane%2CExampleton%2C%20CA%20%2054321;name=Oswald%20Schowalter%3A%20Monthly%20prorated%20account;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated account', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>directions</A>
+
+<A HREF="http://localhost/freeside/view/kml.cgi?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20account;lat=38.5000000;lon=-121.5000000">earth</A>
+
+
+          </FONT>
+
+      </DIV>
+
+  <BR>
+  <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=-1;pkgpart=2;address1=;address2=;city=;county=;state=;zip=;country=;pkgnum=2', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;location</A>&nbsp;)
+        (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_location.cgi?locationnum=3', 700, 355, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Edit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Edit&nbsp;location</A>&nbsp;)
+  </FONT>
+
+    </TD>
+    
+  <TD CLASS="inv" BGCOLOR="">
+    <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
+    <SCRIPT TYPE="text/javascript">
+function clearhint_search_cust_svc(obj, str) {
+  if (obj.value == str) obj.value = '';
+}
+    </SCRIPT>
+
+      <TR>
+  <TD ALIGN="right" VALIGN="top">
+      <A HREF="http://localhost/freeside/view/svc_acct.cgi?2">Test svc_acct</A>
+  </TD>
+  <TD STYLE="padding-bottom:0px" VALIGN="top">
+    <B>
+      <A HREF="http://localhost/freeside/view/svc_acct.cgi?2">berta@example.com</A>
+    </B>
+  </TD>
+<TD ALIGN="right">
+</TD>
+</TR>
+<TR>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+  </TD>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:areyousure('http://localhost/freeside/misc/unprovision.cgi?2', 'Permanently unprovision and delete this service?')">Unprovision</A>&nbsp;)</FONT>
+  </TD>
+</TR>
+
+
+
+
+    </TABLE>
+  </TD>
+
+
+  </TR>
+
+    
+  <!--pkgnum: 3-->
+  <TR CLASS="row1">
+    <TD CLASS="inv package" BGCOLOR="" VALIGN="top" >
+  <TABLE CLASS="inv package"> 
+
+
+    <TR>
+      <TD COLSPAN=2>
+        
+        <A NAME="cust_pkg3"
+           ID  ="cust_pkg3"
+        ><B>Monthly prorated broadband</B></A>
+         - 
+        $40 setup, $90/monthly
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+        <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=3;pkgnum=3', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;package</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_discount.html?pkgnum=3', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Discount package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Discount</A>&nbsp;)
+                (&nbsp;<A HREF="http://localhost/freeside/edit/part_pkg.cgi?clone=3;pkgnum=3">Customize</A>&nbsp;)
+              <BR>
+
+
+        </FONT>
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+          <FONT SIZE="-1">
+            (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_quantity.html?;pkgnum=3', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;quantity</A>&nbsp;)
+          </FONT>
+
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+        <FONT SIZE="-1">
+          (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_salesnum.html?;pkgnum=3', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;sales&nbsp;person</A>&nbsp;)
+        </FONT>
+
+      </TD>
+    </TR>
+
+
+
+      <TR>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=3;detailtype=I', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add invoice details', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;invoice&nbsp;details</A>&nbsp;)
+              </FONT>
+          </TD>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=3;detailtype=C', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add comments', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;comments</A>&nbsp;)
+              </FONT>
+          </TD>
+
+      </TR>
+
+
+  </TABLE>
+
+
+</TD>
+
+
+    <TD CLASS="inv" BGCOLOR="" VALIGN="top">
+  <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+
+
+    <TR><TD WIDTH="" ALIGN="right">Ordered&nbsp;</TD><TD align="left"><B>Aug</B></TD><TD align="right"><B>&nbsp;4th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+            <TR><TD COLSPAN=4 ><FONT COLOR="#00CC00" ><B>Active</B></FONT>,&nbsp;billed&nbsp;monthly</TD></TR>
+
+          
+
+          
+
+          
+
+          <TR><TD WIDTH="" ALIGN="right">Setup&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+          
+
+
+      
+      <TR><TD WIDTH="" ALIGN="right">Last&nbsp;bill&nbsp;</TD><TD align="left"><B>Mar</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      <TR><TD WIDTH="" ALIGN="right">Next&nbsp;bill&nbsp;</TD><TD align="left"><B>Apr</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      
+      
+      
+      
+      
+      
+
+
+        <TR>
+          <TD COLSPAN=4>
+            <FONT SIZE=-1>
+
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=suspend;pkgnum=3', 768, 420, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Suspend package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#FF9900', CGCOLOR, '#FF9900', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;now</A>&nbsp;)
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=adjourn;pkgnum=3', 768, 445, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Adjourn package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC6600', CGCOLOR, '#CC6600', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;later</A>&nbsp;)
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/delay_susp_pkg.html?pkgnum=3', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Delay suspend for package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Delay&nbsp;suspend</A>&nbsp;)
+              <BR>
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=cancel;pkgnum=3', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Cancel package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;now</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=expire;pkgnum=3', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Expire package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC0000', CGCOLOR, '#CC0000', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;later</A>&nbsp;)
+
+            <FONT>
+          </TD>
+        </TR>
+
+  </TABLE>
+</TD>
+
+    <TD CLASS="inv" BGCOLOR="" WIDTH="20%" VALIGN="top">
+          <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg_contact.html?pkgnum=3', 616, 192, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add contact package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;contact</A>&nbsp;)
+    </FONT>
+    <BR>
+
+              <DIV STYLE="font-style: italic; font-size: small">
+
+      Default service location<BR>24866 VonRueden Roads<BR>Floor 94 X<BR>Crown Point CT 59629-7714
+
+          <BR>
+          <FONT SIZE=-1>
+          38.5000000, -121.5000000
+          
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/map.html?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20broadband;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated broadband', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>map</A>
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/directions.html?origin=1234%20Example%20Lane%2CExampleton%2C%20CA%20%2054321;name=Oswald%20Schowalter%3A%20Monthly%20prorated%20broadband;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated broadband', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>directions</A>
+
+<A HREF="http://localhost/freeside/view/kml.cgi?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20broadband;lat=38.5000000;lon=-121.5000000">earth</A>
+
+
+          </FONT>
+
+      </DIV>
+
+  <BR>
+  <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=-1;pkgpart=3;address1=;address2=;city=;county=;state=;zip=;country=;pkgnum=3', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;location</A>&nbsp;)
+        (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_location.cgi?locationnum=3', 700, 355, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Edit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Edit&nbsp;location</A>&nbsp;)
+  </FONT>
+
+    </TD>
+    
+  <TD CLASS="inv" BGCOLOR="">
+    <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
+    <SCRIPT TYPE="text/javascript">
+function clearhint_search_cust_svc(obj, str) {
+  if (obj.value == str) obj.value = '';
+}
+    </SCRIPT>
+
+      <TR>
+  <TD ALIGN="right" VALIGN="top">
+      <A HREF="http://localhost/freeside/view/svc_broadband.cgi?3">Test svc_broadband</A>
+  </TD>
+  <TD STYLE="padding-bottom:0px" VALIGN="top">
+    <B>
+      <A HREF="http://localhost/freeside/view/svc_broadband.cgi?3">IP:10.212.50.247, MAC:0000911C4815</A>
+    </B>
+  </TD>
+<TD ALIGN="right">
+</TD>
+</TR>
+<TR>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+  </TD>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/ping.html?10.212.50.247', 350, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Ping 10.212.50.247', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>ping</A>&nbsp;)</FONT>
+
+
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:areyousure('http://localhost/freeside/misc/unprovision.cgi?3', 'Permanently unprovision and delete this service?')">Unprovision</A>&nbsp;)</FONT>
+  </TD>
+</TR>
+
+
+
+
+    </TABLE>
+  </TD>
+
+
+  </TR>
+
+    
+  <!--pkgnum: 4-->
+  <TR CLASS="row0">
+    <TD CLASS="inv package" BGCOLOR="" VALIGN="top" >
+  <TABLE CLASS="inv package"> 
+
+
+    <TR>
+      <TD COLSPAN=2>
+        
+        <A NAME="cust_pkg4"
+           ID  ="cust_pkg4"
+        ><B>Annual subscription domain</B></A>
+         - 
+        $25/annually
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+        <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=3;pkgnum=4', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;package</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_discount.html?pkgnum=4', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Discount package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Discount</A>&nbsp;)
+                (&nbsp;<A HREF="http://localhost/freeside/edit/part_pkg.cgi?clone=4;pkgnum=4">Customize</A>&nbsp;)
+              <BR>
+
+
+        </FONT>
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+          <FONT SIZE="-1">
+            (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_quantity.html?;pkgnum=4', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;quantity</A>&nbsp;)
+          </FONT>
+
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+        <FONT SIZE="-1">
+          (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_salesnum.html?;pkgnum=4', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;sales&nbsp;person</A>&nbsp;)
+        </FONT>
+
+      </TD>
+    </TR>
+
+
+
+      <TR>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=4;detailtype=I', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add invoice details', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;invoice&nbsp;details</A>&nbsp;)
+              </FONT>
+          </TD>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=4;detailtype=C', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add comments', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;comments</A>&nbsp;)
+              </FONT>
+          </TD>
+
+      </TR>
+
+
+  </TABLE>
+
+
+</TD>
+
+
+    <TD CLASS="inv" BGCOLOR="" VALIGN="top">
+  <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+
+
+    <TR><TD WIDTH="" ALIGN="right">Ordered&nbsp;</TD><TD align="left"><B>Aug</B></TD><TD align="right"><B>&nbsp;4th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+            <TR><TD COLSPAN=4 ><FONT COLOR="#00CC00" ><B>Active</B></FONT>,&nbsp;billed&nbsp;annually</TD></TR>
+
+          
+
+          
+
+          
+
+          <TR><TD WIDTH="" ALIGN="right">Setup&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+          
+
+
+      
+      <TR><TD WIDTH="" ALIGN="right">Last&nbsp;bill&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+      <TR><TD WIDTH="" ALIGN="right">Next&nbsp;bill&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      
+      
+      
+      
+      
+      
+
+
+        <TR>
+          <TD COLSPAN=4>
+            <FONT SIZE=-1>
+
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=suspend;pkgnum=4', 768, 420, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Suspend package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#FF9900', CGCOLOR, '#FF9900', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;now</A>&nbsp;)
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=adjourn;pkgnum=4', 768, 445, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Adjourn package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC6600', CGCOLOR, '#CC6600', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;later</A>&nbsp;)
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/delay_susp_pkg.html?pkgnum=4', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Delay suspend for package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Delay&nbsp;suspend</A>&nbsp;)
+              <BR>
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=cancel;pkgnum=4', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Cancel package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;now</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=expire;pkgnum=4', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Expire package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC0000', CGCOLOR, '#CC0000', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;later</A>&nbsp;)
+
+            <FONT>
+          </TD>
+        </TR>
+
+  </TABLE>
+</TD>
+
+    <TD CLASS="inv" BGCOLOR="" WIDTH="20%" VALIGN="top">
+          <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg_contact.html?pkgnum=4', 616, 192, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add contact package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;contact</A>&nbsp;)
+    </FONT>
+    <BR>
+
+              <DIV STYLE="font-style: italic; font-size: small">
+
+      Default service location<BR>24866 VonRueden Roads<BR>Floor 94 X<BR>Crown Point CT 59629-7714
+
+          <BR>
+          <FONT SIZE=-1>
+          38.5000000, -121.5000000
+          
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/map.html?name=Oswald%20Schowalter%3A%20Annual%20subscription%20domain;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Annual subscription domain', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>map</A>
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/directions.html?origin=1234%20Example%20Lane%2CExampleton%2C%20CA%20%2054321;name=Oswald%20Schowalter%3A%20Annual%20subscription%20domain;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Annual subscription domain', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>directions</A>
+
+<A HREF="http://localhost/freeside/view/kml.cgi?name=Oswald%20Schowalter%3A%20Annual%20subscription%20domain;lat=38.5000000;lon=-121.5000000">earth</A>
+
+
+          </FONT>
+
+      </DIV>
+
+  <BR>
+  <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=-1;pkgpart=4;address1=;address2=;city=;county=;state=;zip=;country=;pkgnum=4', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;location</A>&nbsp;)
+        (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_location.cgi?locationnum=3', 700, 355, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Edit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Edit&nbsp;location</A>&nbsp;)
+  </FONT>
+
+    </TD>
+    
+  <TD CLASS="inv" BGCOLOR="">
+    <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
+    <SCRIPT TYPE="text/javascript">
+function clearhint_search_cust_svc(obj, str) {
+  if (obj.value == str) obj.value = '';
+}
+    </SCRIPT>
+
+      <TR>
+  <TD ALIGN="right" VALIGN="top">
+      <A HREF="http://localhost/freeside/view/svc_domain.cgi?4">Test svc_domain</A>
+  </TD>
+  <TD STYLE="padding-bottom:0px" VALIGN="top">
+    <B>
+      <A HREF="http://localhost/freeside/view/svc_domain.cgi?4">waters-turner.com</A>
+    </B>
+  </TD>
+<TD ALIGN="right">
+</TD>
+</TR>
+<TR>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+  </TD>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:areyousure('http://localhost/freeside/misc/unprovision.cgi?4', 'Permanently unprovision and delete this service?')">Unprovision</A>&nbsp;)</FONT>
+  </TD>
+</TR>
+
+
+
+
+    </TABLE>
+  </TD>
+
+
+  </TR>
+
+    
+  <!--pkgnum: 602-->
+  <TR CLASS="row1">
+    <TD CLASS="inv package" BGCOLOR="" VALIGN="top" >
+  <TABLE CLASS="inv package"> 
+
+
+    <TR>
+      <TD COLSPAN=2>
+        
+        <A NAME="cust_pkg602"
+           ID  ="cust_pkg602"
+        ><B>Test one-time charge</B></A>
+         - 
+        $100.00 - $100.00 one-time
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+        <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/quick-charge.html?change_pkgnum=602;pkgnum=602', 690, 440, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Modify package 602', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Modify&nbsp;one-time&nbsp;charge</A>&nbsp;)
+              (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_discount.html?pkgnum=602', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Discount package 602', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Discount</A>&nbsp;)
+          <BR>
+
+        </FONT>
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+        <FONT SIZE="-1">
+          (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_salesnum.html?;pkgnum=602', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 602', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;sales&nbsp;person</A>&nbsp;)
+        </FONT>
+
+      </TD>
+    </TR>
+
+
+
+      <TR>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=602;detailtype=I', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add invoice details', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;invoice&nbsp;details</A>&nbsp;)
+              </FONT>
+          </TD>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=602;detailtype=C', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add comments', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;comments</A>&nbsp;)
+              </FONT>
+          </TD>
+
+      </TR>
+
+
+  </TABLE>
+
+
+</TD>
+
+
+    <TD CLASS="inv" BGCOLOR="" VALIGN="top">
+  <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+
+
+    <TR><TD WIDTH="" ALIGN="right">Ordered&nbsp;</TD><TD align="left"><B>Mar</B></TD><TD align="right"><B>&nbsp;2nd,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+
+
+          <TR><TD COLSPAN=4 >One-time charge</TD></TR>
+
+          <TR><TD WIDTH="" ALIGN="right">Billed&nbsp;</TD><TD align="left"><B>Mar</B></TD><TD align="right"><B>&nbsp;2nd,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+
+          
+
+          
+
+          
+
+          
+
+
+      
+      
+      
+      
+      
+      
+      
+      
+      
+
+
+  </TABLE>
+</TD>
+
+    <TD CLASS="inv" BGCOLOR="" WIDTH="20%" VALIGN="top">
+          <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg_contact.html?pkgnum=602', 616, 192, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add contact package 602', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;contact</A>&nbsp;)
+    </FONT>
+    <BR>
+
+              <DIV STYLE="font-style: italic; font-size: small">
+
+      Default service location<BR>24866 VonRueden Roads<BR>Floor 94 X<BR>Crown Point CT 59629-7714
+
+          <BR>
+          <FONT SIZE=-1>
+          38.5000000, -121.5000000
+          
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/map.html?name=Oswald%20Schowalter%3A%20Test%20one-time%20charge;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Test one-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>map</A>
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/directions.html?origin=1234%20Example%20Lane%2CExampleton%2C%20CA%20%2054321;name=Oswald%20Schowalter%3A%20Test%20one-time%20charge;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Test one-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>directions</A>
+
+<A HREF="http://localhost/freeside/view/kml.cgi?name=Oswald%20Schowalter%3A%20Test%20one-time%20charge;lat=38.5000000;lon=-121.5000000">earth</A>
+
+
+          </FONT>
+
+      </DIV>
+
+  <BR>
+  <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=-1;pkgpart=6;address1=;address2=;city=;county=;state=;zip=;country=;pkgnum=602', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 602', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;location</A>&nbsp;)
+        (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_location.cgi?locationnum=3', 700, 355, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Edit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Edit&nbsp;location</A>&nbsp;)
+  </FONT>
+
+    </TD>
+    
+  <TD CLASS="inv" BGCOLOR="">
+    <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
+    <SCRIPT TYPE="text/javascript">
+function clearhint_search_cust_svc(obj, str) {
+  if (obj.value == str) obj.value = '';
+}
+    </SCRIPT>
+
+
+    </TABLE>
+  </TD>
+
+
+  </TR>
+
+
+        </TABLE>
+
+    </TD>
+  </TR>
+
+</TABLE>
+
+
+
+
+
+
+
+
+
+
+
+</DIV>
+        </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
diff --git a/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=payment_history b/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=payment_history
new file mode 100644 (file)
index 0000000..98e55b0
--- /dev/null
@@ -0,0 +1,1249 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Customer: Schowalter, Oswald
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+myMenu32.add(new WebFXMenuItem("Employee Commission Report", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu32.add(new WebFXMenuItem("Employee Audit Report", "http://localhost/freeside/search/report_employee_audit.html", "Employee audit report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Employees", null, "Employee reports", myMenu32 ));
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu33.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu33.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu35.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu35.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu35.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu36 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu37.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu37.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+myMenu38.add(new WebFXMenuItem("Agent Commissions", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Agent Commissions Per Package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu38.add(new WebFXMenuItem("Sales Person Commissions Per Package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee Commissions", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu38.width = 256;
+
+myMenu34.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu38 ));
+myMenu34.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu34.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu34.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu34.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu34.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu34.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial", null, "Financial reports", myMenu34 ));
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu39.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu39.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu39.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu39 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+myMenu40.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu40.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu40.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu40.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu42.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu42.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu42.width = 256;
+
+myMenu41.add(new WebFXMenuItem("Articles", null, "", myMenu42 ));
+myMenu41.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu41.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu41.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu41.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu41 ));
+myMenu40.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu40.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu40.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+myMenu43.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu43.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu43.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu43 ));
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Download database dump", "http://localhost/freeside/misc/dump.cgi", "" ));
+myMenu44.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Exporting", null, "Export tools", myMenu44 ));
+myMenu40.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu46.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu46.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu46.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Companies", null, "", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu47.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Sales People", null, "", myMenu47 ));
+var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu48.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu48.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu48.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Employees", null, "", myMenu48 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu49.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu49.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu49.add(new WebFXMenuSeparator());
+myMenu49.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu49.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Customers", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu50.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu50.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu50.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu50.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu50.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu51.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu51.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu51.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu51.width = 256;
+
+myMenu50.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu51 ));
+myMenu50.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Packages", null, "", myMenu50 ));
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu52.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu52.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu53.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Dialup", null, "", myMenu53 ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu54.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu54.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu54.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu54.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu54 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu55.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu55.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu55.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Phone", null, "", myMenu55 ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu56.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu56.width = 256;
+
+myMenu52.add(new WebFXMenuItem("RADIUS", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu57.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu57.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Cable", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu58.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu58.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Alarm", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu59.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu59.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu59.width = 256;
+
+myMenu52.add(new WebFXMenuItem("Circuits", null, "", myMenu59 ));
+myMenu52.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu52.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Services", null, "", myMenu52 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu60.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu60.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu60.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu61.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu61.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu61.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu61.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu61.add(new WebFXMenuSeparator());
+myMenu61.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu61.width = 256;
+
+myMenu60.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu61 ));
+myMenu60.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu60.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu60.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu60.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu60.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Billing", null, "", myMenu60 ));
+myMenu45.add(new WebFXMenuSeparator());
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu62.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu62.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu62.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu62.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu62.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu62.width = 256;
+
+myMenu45.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu62 ));
+myMenu45.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu45 ));
+
+
+          var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation", "Freeside documentation" ));
+myMenu63.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu63.add(new WebFXMenuSeparator());
+myMenu63.add(new WebFXMenuItem("About Freeside v3.8git", "javascript:about_freeside()", "" ));
+myMenu63.add(new WebFXMenuItem("About RT v4.0.23", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu63.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu63 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function logout() {
+    // count args; build URL
+    var url = "http://localhost/freeside/loginout/logout.html";
+
+    var xmlhttp = rs_init_object();
+    xmlhttp.open("GET", url, false, "magic", "notyet");
+    xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+    xmlhttp.send(null);
+
+    if (xmlhttp.readyState != 4) {
+      alert("Logout failed: readyState is " + xmlhttp.readyState);
+      return;
+    }
+
+    if (xmlhttp.status != 200) {
+      alert("Logout failed: status is " + xmlhttp.status);
+    } else {
+      var data = xmlhttp.responseText;
+      // alert('received response: ' + data);
+      if ( data.indexOf("<b>System error</b>") > -1 ) {
+        var w;
+        if ( w = window.open("about:blank") ) {
+          w.document.write(data);
+        } else {
+          // popup blocking?  should use an overlib popup instead 
+          alert("Error popup disabled; try disabling popup blocking to see");
+        }
+      } else {
+        window.location = "http://localhost/freeside/loginout/logout.html";
+      }
+    }
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 3.8.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <FONT SIZE=6>
+            Customer: Schowalter, Oswald
+          </FONT>
+
+
+          
+
+<BR>
+
+
+   <DIV CLASS="fstabs">
+   <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=basics"  CLASS="fstab" >Basics</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=notes"  CLASS="fstab" >Notes</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=tickets"  CLASS="fstab" >Tickets</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=appointments"  CLASS="fstab" >Appointments</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=quotations"  CLASS="fstab" >Quotations</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages"  CLASS="fstab" >Packages</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=payment_history"  CLASS="fstabselected" >Payment History</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=change_history"  CLASS="fstab" >Change History</A><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=jumbo"  CLASS="fstab" >Jumbo</A>
+   </DIV>
+
+
+<DIV CLASS="fstabcontainer">
+
+
+
+<SCRIPT TYPE="text/javascript">
+function areyousure(href, message) {
+  if (confirm(message) == true)
+    window.location.href = href;
+}
+</SCRIPT>
+
+
+
+
+
+
+
+
+<BR>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  <TABLE>
+  <TR>
+    <TD ALIGN="left">
+
+
+  
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pay.cgi?popup=1;payby=BILL;custnum=2', 392, 392, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Enter check payment', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Enter&nbsp;check&nbsp;payment</A>
+
+   | 
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pay.cgi?popup=1;payby=CASH;custnum=2', 392, 392, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Enter cash payment', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Enter&nbsp;cash&nbsp;payment</A>
+
+
+<BR>
+
+  
+  <A HREF="http://localhost/freeside/misc/payment.cgi?payby=CARD;custnum=2">Process credit card payment</A>
+
+   | 
+  <A HREF="http://localhost/freeside/misc/payment.cgi?payby=CHEK;custnum=2">Process electronic check (ACH) payment</A>
+
+
+
+<BR>
+
+
+  
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_credit.cgi?custnum=2', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Enter credit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Enter&nbsp;credit</A>
+   | 
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/credit-cust_bill_pkg.html?custnum=2', 968, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Credit line items', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Credit&nbsp;line&nbsp;items</A>
+<BR>
+
+
+  
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_refund.cgi?popup=1;payby=BILL;custnum=2', 392, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Enter check refund', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Enter&nbsp;check&nbsp;refund</A>
+
+   | 
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_refund.cgi?popup=1;payby=CASH;custnum=2', 392, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Enter cash refund', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Enter&nbsp;cash&nbsp;refund</A>
+
+
+
+
+    </TD>
+    <TD ALIGN="right" VALIGN="top">
+
+      <A HREF="http://localhost/freeside/view/cust_main_statement-pdf.cgi?2">Download typeset statement PDF</A>
+      <BR>
+  <A HREF="http://localhost/freeside/search/report_cust_bill.html?custnum=2">Invoice reports</A>
+<BR>
+
+
+
+
+      <A HREF="http://localhost/freeside/search/cust_tax_exempt_pkg.cgi?custnum=2">View tax exemptions</A>
+      
+
+
+  <BR>
+
+
+
+
+
+    </TD>
+  </TR>
+  <TR>
+    <TD COLSPAN=2>
+
+
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<TR>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Date</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Description</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Invoice</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Payment</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>In-house Credit</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Refund</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Balance</FONT></TH>
+</TR>
+
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#eeeeee">
+
+      10/09/2015
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#eeeeee">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?180"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #180 (Balance 174.03)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $174.03
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $174.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#ffffff">
+
+      11/01/2015
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#ffffff">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?238"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #238 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $294.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#eeeeee">
+
+      12/01/2015
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#eeeeee">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?444"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #444 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $414.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#ffffff">
+
+      01/01/2016
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#ffffff">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?711"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #711 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $534.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#eeeeee">
+
+      02/01/2016
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#eeeeee">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?1040"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #1040 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $654.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#ffffff">
+
+      03/01/2016
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#ffffff">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?1392"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #1392 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $774.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#eeeeee">
+
+      03/02/2016
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#eeeeee">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?1585"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #1585 (Balance 100.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $100.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $874.03
+    </TD>
+  </TR>
+
+
+</TABLE>
+    </TD>
+  </TR>
+</TABLE>
+
+<SCRIPT TYPE="text/javascript">
+
+function show_history () {
+  //alert('showing history!');
+
+  var balance_forward_row = document.getElementById('balance_forward_row');
+
+  balance_forward_row.style.display = 'none';
+  for ( var i = 0; i < 0; i++ ) {
+    var oldRow = document.getElementById('old_history'+i);
+    oldRow.style.display = '';
+  }
+
+}
+
+</SCRIPT>
+
+
+
+
+
+
+
+</DIV>
+        </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
index 9f781c9..8292ae5 100644 (file)
@@ -4,12 +4,12 @@ search/cust_bill.html?OPEN90_date
 search/cust_bill.html?date
 search/cust_bill.html?magic=_date&agentnum=1&beginning=&ending=10%2F01%2F2015&charged_lt=&charged_gt=200.00&owed_lt=&owed_gt=&open=1
 search/cust_bill_pkg.cgi?agentnum=1&status=&cust_classnum=&beginning=01%2F01%2F2016&ending=01%2F31%2F2016
-search/cust_pay.html?magic=_date&unapplied=0&beginning=01%2F01%2F2016&agentnum=1
+search/cust_pay.html?magic=_date&unapplied=0&beginning=01%2F01%2F2016&agentnum=1&order_by=paynum
 graph/cust_pkg.html?start_month=4&start_year=2015&end_month=3&end_year=2016
-search/cust_pkg_churn.html?agentnum=&status=setup&begin=1438412400&end=1441090800
-search/cust_pkg.cgi?pkgnum
+search/cust_pkg_churn.html?agentnum=&status=setup&begin=1438412400&end=1441090800&order_by=cust_pkg.pkgnum
+search/cust_pkg.cgi?keywords=pkgnum&order_by=pkgnum
 search/cust_pkg_summary.cgi?beginning=02%2F01%2F2016&ending=02%2F28%2F2016&classnum=0
-search/cust_pkg.cgi?magic=bill&classnum=0&setup_ending=10%2F31%2F2015&pkgpart=5&pkgpart=2
+search/cust_pkg.cgi?magic=bill&classnum=0&setup_ending=10%2F31%2F2015&pkgpart=5&pkgpart=2&order_by=pkgnum
 search/h_cust_pkg.html?classnum=0&status=active,suspended&date=1454313600&pkgpart=2
 browse/part_svc.cgi?orderby=active
 search/unprovisioned_services.html
@@ -41,8 +41,16 @@ view/cust_main.cgi?custnum=135&show=change_history
 
 # invoice view
 view/cust_bill.cgi?681
-view/cust_bill-pdf.cgi?invnum=681&notice_name=Invoice
+view/cust_bill-tex.cgi?invnum=681&notice_name=Invoice
 
 # package configuration
 browse/part_pkg.cgi?active=1
 edit/part_pkg.cgi?2
+
+# one-time charge (cust#2)
+edit/quick-charge.html?custnum=2
+edit/process/quick-charge.cgi?amount=100.00&custnum=2&pkg=Test%20one-time%20charge&quantity=1&bill_now=1
+# check that the charge was created and billed
+view/cust_main.cgi?custnum=2&show=packages
+view/cust_main.cgi?custnum=2&show=payment_history
+