# Dumped by Locous7Shell.SQL v. 1.3.37 
# Home page: http://www.Locus7s.com 
# 
# Host settings: 
# MySQL version: (5.0.45) running on 210.55.7.15 (www.efrontier.com.au) 
# Date: 09.09.2009 01:28:53 
# DB: "efrontier_estore" 
#--------------------------------------------------------- 
DROP TABLE IF EXISTS `orders`;
CREATE TABLE `orders` (
  `orders_id` int(11) NOT NULL auto_increment,
  `customers_id` int(11) NOT NULL default '0',
  `customers_name` varchar(64) NOT NULL default '',
  `customers_company` varchar(32) default NULL,
  `customers_street_address` varchar(64) NOT NULL default '',
  `customers_suburb` varchar(32) default NULL,
  `customers_city` varchar(32) NOT NULL default '',
  `customers_postcode` varchar(10) NOT NULL default '',
  `customers_state` varchar(32) default NULL,
  `customers_country` varchar(32) NOT NULL default '',
  `customers_telephone` varchar(32) NOT NULL default '',
  `customers_email_address` varchar(96) NOT NULL default '',
  `customers_address_format_id` int(5) NOT NULL default '0',
  `delivery_name` varchar(64) NOT NULL default '',
  `delivery_company` varchar(32) default NULL,
  `delivery_street_address` varchar(64) NOT NULL default '',
  `delivery_suburb` varchar(32) default NULL,
  `delivery_city` varchar(32) NOT NULL default '',
  `delivery_postcode` varchar(10) NOT NULL default '',
  `delivery_state` varchar(32) default NULL,
  `delivery_country` varchar(32) NOT NULL default '',
  `delivery_address_format_id` int(5) NOT NULL default '0',
  `billing_name` varchar(64) NOT NULL default '',
  `billing_company` varchar(32) default NULL,
  `billing_street_address` varchar(64) NOT NULL default '',
  `billing_suburb` varchar(32) default NULL,
  `billing_city` varchar(32) NOT NULL default '',
  `billing_postcode` varchar(10) NOT NULL default '',
  `billing_state` varchar(32) default NULL,
  `billing_country` varchar(32) NOT NULL default '',
  `billing_address_format_id` int(5) NOT NULL default '0',
  `payment_method` varchar(32) NOT NULL default '',
  `payment_info` text,
  `payment_id` int(11) NOT NULL default '0',
  `cc_type` varchar(20) default NULL,
  `cc_owner` varchar(64) default NULL,
  `cc_number` varchar(32) default NULL,
  `cc_expires` varchar(4) default NULL,
  `last_modified` datetime default NULL,
  `date_purchased` datetime default NULL,
  `orders_status` int(5) NOT NULL default '0',
  `orders_date_finished` datetime default NULL,
  `currency` char(3) default NULL,
  `currency_value` decimal(14,6) default NULL,
  `account_name` varchar(32) default NULL,
  `account_number` varchar(20) default NULL,
  `po_number` varchar(12) default NULL,
  `purchased_without_account` tinyint(1) unsigned NOT NULL default '0',
  `paypal_ipn_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`orders_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4754 DEFAULT CHARSET=latin1;

INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1251', '17', 'Conrad Jaques', '', '22 MARNE STREET', '', 'PALMERSTON NORTH', '', '', 'New Zealand', '06 355 3044', 'cnjaques@xtra.co.nz', '1', 'Conrad Jaques', '', '22 MARNE STREET', '', 'PALMERSTON NORTH', '', '', 'New Zealand', '1', 'Conrad Jaques', '', '22 MARNE STREET', '', 'PALMERSTON NORTH', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-07-28 10:44:01', '2005-07-25 22:17:00', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1252', '18', 'Adrian Smith', '', '1/188 Croydon Ave', 'Croydon Park', 'Syd', 'N.S.W', '', 'Australia', '612 97996840', 'adriansmith@tpg.com.au', '1', 'Adrian Smith', '', '1/188 Croydon Ave', 'Croydon Park', 'Syd', 'N.S.W', '', 'Australia', '1', 'Adrian Smith', '', '1/188 Croydon Ave', 'Croydon Park', 'Syd', 'N.S.W', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Adrian G Smith', '4934XXXXXXXX9607', '1105', '2005-07-26 12:50:40', '2005-07-26 12:14:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1253', '19', 'Scott Bowskill', 'Visinet', '22a Wesley Street', '', 'Oatland', 'NSW 2117', '', 'Australia', '02 9890 7965', 'support@visinet.com.au', '1', 'Scott Bowskill', 'Visinet', '22a Wesley Street', '', 'Oatland', 'NSW 2117', '', 'Australia', '1', 'Scott Bowskill', 'Visinet', '22a Wesley Street', '', 'Oatland', 'NSW 2117', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-07-27 09:22:28', '2005-07-26 14:19:56', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1254', '21', 'Jonathan D\'souza', '', '166 Curtin Avenue', 'Cottesloe', 'Perth', 'WA 6011', '', 'Australia', '0416180176', 'rebjon@iinet.net.au', '1', 'Jonathan D\'souza', '', '166 Curtin Avenue', 'Cottesloe', 'Perth', 'WA 6011', '', 'Australia', '1', 'Jonathan D\'souza', '', '166 Curtin Avenue', 'Cottesloe', 'Perth', 'WA 6011', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Mr J D\\\\\\\'souza', '4557XXXXXXXX0922', '0606', '2005-07-28 10:40:18', '2005-07-26 16:38:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1255', '22', 'Linda Smale', '', '158 Mellons Bay Rd', 'Howick', 'Auckland', '1704', '', 'New Zealand', '021 0449 658', 'loopy@inspire.net.nz', '1', 'Linda Smale', '', '158 Mellons Bay Rd', 'Howick', 'Auckland', '1704', '', 'New Zealand', '1', 'Linda Smale', '', 'PO Box 39117', 'Howick', 'Auckland', '1705', '', 'New Zealand', '1', 'PayPal', '', '4', '', '', '', '', '2005-07-28 10:41:20', '2005-07-26 17:44:43', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1256', '23', 'Paul Griffin', '', '6/136 Addison Road', 'Manly', 'Sydney', 'NSW 2095', '', 'Australia', '0410682147', 'griffo@griffiniti.com', '1', 'Paul Griffin', '', '6/136 Addison Road', 'Manly', 'Sydney', 'NSW 2095', '', 'Australia', '1', 'Paul Griffin', '', '6/136 Addison Road', 'Manly', 'Sydney', 'NSW 2095', '', 'Australia', '1', 'PayPal', '', '5', '', '', '', '', '2005-07-28 10:39:04', '2005-07-26 19:10:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1257', '25', 'Scott Magee', '', 'PO Box N748', 'Grosvenor Place', 'Sydney', 'NSW 1220', '', 'Australia', '+61429061206', 'scottmagee@gybesolutions.com', '1', 'Scott Magee', '', 'PO Box N748', 'Grosvenor Place', 'Sydney', 'NSW 1220', '', 'Australia', '1', 'Scott Magee', '', 'PO Box N748', 'Grosvenor Place', 'Sydney', 'NSW 1220', '', 'Australia', '1', 'PayPal', '', '6', '', '', '', '', '2005-07-28 10:43:07', '2005-07-26 23:21:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1258', '26', 'Herbert Frey', '', 'PO Box 777', '', 'DAPTO', '2530', '', 'Australia', '0242620396', 'hfrey@smartchat.net.au', '1', 'Herbert Frey', '', 'PO Box 777', '', 'DAPTO', '2530', '', 'Australia', '1', 'Herbert Frey', '', 'PO Box 777', '', 'DAPTO', '2530', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Herbert Frey', '4564XXXXXXXX2757', '1106', '2005-07-28 10:42:13', '2005-07-27 00:51:43', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1259', '27', 'debbie blackman', '', '115 exilis street', 'springwood', 'brisbane', 'qld', '', 'Australia', '0732167702', 'bdmtb@bigpond.net.au', '1', 'debbie blackman', '', '115 exilis street', 'springwood', 'brisbane', 'qld', '', 'Australia', '1', 'debbie blackman', '', '115 exilis street', 'springwood', 'brisbane', 'qld', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'debbie blackman', '5353XXXXXXXX8832', '0207', '2005-07-28 10:45:10', '2005-07-27 13:27:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1260', '28', 'peter caretti', 'Nymet Pty Ltd', '4 Rod Crt', 'Gulfview Heights', 'Adelaide', '5096', '', 'Australia', '+61 8 8264 0928', 'nymet@bigpond.net.au', '1', 'peter caretti', 'Nymet Pty Ltd', '4 Rod Crt', 'Gulfview Heights', 'Adelaide', '5096', '', 'Australia', '1', 'peter caretti', 'Nymet Pty Ltd', '4 Rod Crt', 'Gulfview Heights', 'Adelaide', '5096', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'peter caretti', '5520XXXXXXXX2441', '0807', '2005-07-27 19:05:41', '2005-07-27 15:02:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1261', '30', 'stephen holland', '', 'po box 514', '', 'whangarei', '', '', 'New Zealand', '09 436 1965', 's.c.holland@xtra.co.nz', '1', 'stephen holland', '', 'po box 514', '', 'whangarei', '', '', 'New Zealand', '1', 'stephen holland', '', 'po box 514', '', 'whangarei', '', '', 'New Zealand', '1', 'PayPal', '', '7', '', '', '', '', '2005-07-29 11:02:54', '2005-07-27 20:49:10', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1262', '32', 'Brian HOULAHAN', 'Brison Technologies Pty Ltd', '9 Beaumaris Dve', 'Menai', 'Sydney', 'NSW 2234', '', 'Australia', '+612 9541 4722', 'bhoulaha@bigpond.net.au', '1', 'Brian HOULAHAN', 'Brison Technologies Pty Ltd', '9 Beaumaris Dve', 'Menai', 'Sydney', 'NSW 2234', '', 'Australia', '1', 'Brian HOULAHAN', 'Brison Technologies Pty Ltd', '9 Beaumaris Dve', 'Menai', 'Sydney', 'NSW 2234', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Brian HOULAHAN', '4557XXXXXXXX6250', '1206', '2005-07-29 11:04:41', '2005-07-27 22:24:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1263', '33', 'malcolm dick', 'callplus', '39 Ewen st', 'Takapuna', 'Auckland', '1309', '', 'New Zealand', '028 888899', 'malcolmd@callplus.co.nz', '1', 'malcolm dick', 'callplus', '39 Ewen st', 'Takapuna', 'Auckland', '1309', '', 'New Zealand', '1', 'malcolm dick', 'callplus', '39 Ewen st', 'Takapuna', 'Auckland', '1309', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'malcolm dick', '4550XXXXXXXX8835', '0607', '2005-07-29 11:03:49', '2005-07-28 09:40:11', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1264', '34', 'Steven Graham', 'Steve Graham Contracting', '62 Cliffs Road', 'St Clair', 'Dunedin', '', '', 'New Zealand', '0274 585 517', 'glenysandsteve@xtra.co.nz', '1', 'Steven Graham', 'Steve Graham Contracting', '62 Cliffs Road', 'St Clair', 'Dunedin', '', '', 'New Zealand', '1', 'Steven Graham', 'Steve Graham Contracting', '62 Cliffs Road', 'St Clair', 'Dunedin', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Steven Graham', '5432XXXXXXXX8826', '0507', '2006-07-25 18:01:11', '2005-07-28 11:24:09', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1265', '22', 'Linda Smale', '', 'PO Box 39117', 'Howick', 'Auckland', '1705', '', 'New Zealand', '021 0449 658', 'loopy@inspire.net.nz', '1', 'Linda Smale', '', 'PO Box 39117', 'Howick', 'Auckland', '1705', '', 'New Zealand', '1', 'Linda Smale', '', 'PO Box 39117', 'Howick', 'Auckland', '1705', '', 'New Zealand', '1', 'PayPal', '', '8', '', '', '', '', '2005-07-29 11:01:10', '2005-07-28 12:49:10', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1266', '35', 'Ian Musto', 'Ecowise Environmental', '16a Lithgow Street', 'Fyshwick', 'Canberra', '2609', '', 'Australia', '02 6270 7650', 'imusto@ecowise.com.au', '1', 'Ian Musto', 'Ecowise Environmental', '16a Lithgow Street', 'Fyshwick', 'Canberra', '2609', '', 'Australia', '1', 'Ian Musto', '', '68 Lansell Circuit', 'Wanniassa', 'Canberra', 'ACT 2903', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Ian Musto', '4557XXXXXXXX6977', '0106', '2005-07-29 11:01:55', '2005-07-28 13:00:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1267', '36', 'simon travers-jones', 'Compudigm International Ltd', 'Lvl 16, Compudigm House, 49 Boulcott St', '', 'Wellington', '', '', 'New Zealand', '+64 4 4999 881', 'simon@compudigm.com', '1', 'simon travers-jones', 'Compudigm International Ltd', 'Lvl 16, Compudigm House, 49 Boulcott St', '', 'Wellington', '', '', 'New Zealand', '1', 'simon travers-jones', 'Compudigm International Ltd', 'Lvl 16, Compudigm House, 49 Boulcott St', '', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '9', '', '', '', '', '2005-07-29 11:00:25', '2005-07-28 13:22:34', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1268', '37', 'David Powick', '', '8 Sheffield Street', 'Auburn', 'Sydney', 'NSW 2144', '', 'Australia', '0417659949', 'dpowick@hotmail.com', '1', 'David Powick', 'Connexion Point', 'Unit 18,29 Leighton Place', 'Hornsby', 'Sydney', 'NSW 2077', '', 'Australia', '1', 'David Powick', '', '8 Sheffield Street', 'Auburn', 'Sydney', 'NSW 2144', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'David Powick', '4072XXXXXXXX4831', '0306', '2005-08-05 16:52:38', '2005-07-28 16:52:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1269', '39', 'ANDREW BUCKLEY', 'ajb services', '14 moeller street', 'taradale', 'napier', '', '', 'New Zealand', '06 8443091', 'ajbservices@xtra.co.nz', '1', 'ANDREW BUCKLEY', 'ajb services', '14 moeller street', 'taradale', 'napier', '', '', 'New Zealand', '1', 'ANDREW BUCKLEY', 'ajb services', '14 moeller street', 'taradale', 'napier', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'ANDREW BUCKLEY', '5427XXXXXXXX4953', '0905', '2005-08-05 16:53:40', '2005-07-29 10:44:51', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1271', '41', 'G W Lovejoy', 'Tamatea Greenworld Garden Centre', '261 Taradale Road', '', 'Napier', '', '', 'New Zealand', '06 843 4838', 'wlovejoy@greenworld.co.nz', '1', 'G W Lovejoy', 'Tamatea Greenworld Garden Centre', '261 Taradale Road', '', 'Napier', '', '', 'New Zealand', '1', 'G W Lovejoy', 'Tamatea Greenworld Garden Centre', '261 Taradale Road', '', 'Napier', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-04 12:06:05', '2005-07-29 11:55:46', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1272', '42', 'Richard Armstrong', 'Control Synergy Ltd', '17 Callistemon CLose', '', 'Warabrook', 'NSW 2304', '', 'Australia', '0249 08 2222', 'richard@controlsynergy.com.au', '1', 'Richard Armstrong', 'Control Synergy Ltd', '17 Callistemon CLose', '', 'Warabrook', 'NSW 2304', '', 'Australia', '1', 'Richard Armstrong', 'Control Synergy Ltd', '17 Callistemon CLose', '', 'Warabrook', 'NSW 2304', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Richard Armstrong', '4557XXXXXXXX5272', '0507', '2005-08-05 11:45:15', '2005-07-29 12:57:58', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1273', '38', 'Steven Radak', 'Moss Adams LLP', '1001 Fourth Avenue 31st Floor', '', 'Seattle', 'Washington', '', 'United States', '+12066522090', 'scradak@yahoo.com', '2', 'Steven Radak', 'Moss Adams LLP', '1001 Fourth Avenue 31st Floor', '', 'Seattle', 'Washington', '', 'United States', '2', 'Steven Radak', 'Moss Adams LLP', '1001 Fourth Avenue 31st Floor', '', 'Seattle', 'Washington', '', 'United States', '2', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Steven C Radak', '4427XXXXXXXX7937', '0307', '2005-08-05 11:46:29', '2005-07-29 13:04:00', '3', '', 'USD', '0.800000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1274', '44', 'Paul Quinlan', '', '29 Scenic Crescent', '', 'Eltham Vic', 'Vic 3095', '', 'Australia', '+61 3 9439 7887', 'quinlan@melbpc.org.au', '1', 'Paul Quinlan', '', '29 Scenic Crescent', '', 'Eltham', 'Vic 3095', '', 'Australia', '1', 'Paul Quinlan', '', '29 Scenic Crescent', '', 'Eltham', 'Vic 3095', '', 'Australia', '1', 'PayPal', '', '10', '', '', '', '', '2005-08-05 11:45:58', '2005-07-29 13:23:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1275', '45', 'John Reynolds', '', '10 Cranbrook Road', 'Bowral', 'Bellevue Hill', '2576', '', 'Australia', '+61417355662', 'ezpzsqz@hotmail.com', '1', 'John Reynolds', '', '10 Cranbrook Road', 'Bowral', 'Bellevue Hill', '2576', '', 'Australia', '1', 'John Reynolds', '', '10 Cranbrook Road', 'Bowral', 'Bellevue Hill', '2576', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'John Reynolds', '4940XXXXXXXX4185', '0206', '2005-08-02 10:27:41', '2005-07-29 14:19:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1276', '47', 'Michael Robinson', 'na', '5 Fairway St', 'Yorkeys Knob', 'Cairns', '4878', '', 'Australia', '0428131425', 'robinsonmw@bigpond.com', '1', 'Michael Robinson', '', '5 Fairway St', 'Yorkeys Knob', 'Cairns', '', '', 'Australia', '1', 'Michael Robinson', 'na', '5 Fairway St', 'Yorkeys Knob', 'Cairns', '4878', '', 'Australia', '1', 'PayPal', '', '11', '', '', '', '', '2005-08-05 16:51:18', '2005-07-29 22:54:40', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1277', '52', 'Joseph Gonzales', '', '60 Riddell Pde', '', 'Elsternwick', '3185', '', 'Australia', '613 9674 1817', 'joe@gonzales.com.au', '1', 'Joseph Gonzales', 'Redflex Communications', 'Level 2/31 Market Street', '', 'South Melbourne', '3205', '', 'Australia', '1', 'Joseph Gonzales', '', '60 Riddell Pde', '', 'Elsternwick', '3185', '', 'Australia', '1', 'PayPal', '', '12', '', '', '', '', '2005-08-02 10:18:55', '2005-07-31 12:23:07', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1278', '54', 'Arthur Nommensen', 'Energy Management Australia', '16 Wendell St.,', 'Norman Park', 'Brisbane', 'Qld. 4170', '', 'Australia', '617 3217 9690', 'arthur@nommensen.com', '1', 'Arthur Nommensen', 'Energy Management Australia', '16 Wendell St.,', 'Norman Park', 'Brisbane', 'Qld. 4170', '', 'Australia', '1', 'Arthur Nommensen', 'Energy Management Australia', '16 Wendell St.,', 'Norman Park', 'Brisbane', 'Qld. 4170', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-08-02 10:20:18', '2005-07-31 19:56:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1279', '55', 'James Sugrue', 'NetCon Ltd', '42 Meadows Road', 'Washdyke', 'Timaru', '', '', 'New Zealand', '036874660', 'james.sugrue@netcon.co.nz', '1', 'James Sugrue', 'NetCon Ltd', '42 Meadows Road', 'Washdyke', 'Timaru', '', '', 'New Zealand', '1', 'James Sugrue', 'NetCon Ltd', '42 Meadows Road', 'Washdyke', 'Timaru', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Gavin Anderson', '4999XXXXXXXX5518', '0507', '2005-08-05 11:44:38', '2005-08-01 14:29:31', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1280', '56', 'Tjalling BAKKER', '', 'Burnham School Road', '', 'christchurch', '', '', 'New Zealand', '64 021 0654121', 'tbakker@clear.net.nz', '1', 'Tjalling BAKKER', '', 'Burnham School Road', '', 'christchurch', '', '', 'New Zealand', '1', 'Tjalling BAKKER', '', '260 Annex road', '', 'Christchurch', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-04 12:07:52', '2005-08-01 19:25:38', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1281', '48', 'John Burt', '', '232 Gladstone Rd', '', 'Gisborne', '3801', '', 'New Zealand', '0274210704', 'johnburt@xtra.co.nz', '1', 'John Burt', '', '232 Gladstone Rd', '', 'Gisborne', '3801', '', 'New Zealand', '1', 'John Burt', '', '232 Gladstone Rd', '', 'Gisborne', '3801', '', 'New Zealand', '1', 'PayPal', '', '13', '', '', '', '', '2005-08-04 12:07:05', '2005-08-01 23:03:44', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1282', '57', 'David Lee', '', '11 Kendall St', 'PYMBLE', 'SYDNEY', 'NSW 2073', '', 'Australia', '0414635920', 'patanddave@netspace.net.au', '1', 'David Lee', '', '11 Kendall St', 'PYMBLE', 'SYDNEY', 'NSW 2073', '', 'Australia', '1', 'David Lee', '', '11 Kendall St', 'PYMBLE', 'SYDNEY', 'NSW 2073', '', 'Australia', '1', 'PayPal', '', '14', '', '', '', '', '2005-08-04 12:07:24', '2005-08-01 23:38:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1283', '58', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '035450237', 'scott@tasman.net', '1', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '1', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'David Scott', '4548XXXXXXXX0108', '0805', '2005-08-05 11:43:52', '2005-08-02 11:29:14', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1916', '722', 'stewart cox', '', '422 Errard Street sth', '', 'Ballarat', '3350', '', 'Australia', '0418115952', 'stewart_cox@fsmail.net', '1', 'stewart cox', '', '422 Errard Street sth', '', 'Ballarat', '3350', '', 'Australia', '1', 'stewart cox', '', '422 Errard Street sth', '', 'Ballarat', '3350', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-25 18:01:41', '2006-04-25 15:42:53', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1285', '63', 'Peter Costigan', 'University of Wollongong', 'School Elec Comp. & Tele. Eng.', 'University of Wollongong', 'Wollongong', '2522', '', 'Australia', '61 242 213 418', 'costigan@uow.edu.au', '1', 'Peter Costigan', 'University of Wollongong', 'School Elec Comp. & Tele. Eng.', 'University of Wollongong', 'Wollongong', '2522', '', 'Australia', '1', 'Peter Costigan', 'University of Wollongong', 'School Elec Comp. & Tele. Eng.', 'University of Wollongong', 'Wollongong', '2522', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Peter Costigan', '4715XXXXXXXX0737', '0506', '2005-08-05 11:43:29', '2005-08-03 17:46:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1286', '64', 'Thane Pringle', '', '59-61 Mirrool Ave PO Box 19', 'Yenda', 'Yenda', 'NSW', '', 'Australia', '0427 566656', 'thanep@bigpond.net.au', '1', 'Thane Pringle', '', '59-61 Mirrool Ave PO Box 19', 'Yenda', 'Yenda', 'NSW', '', 'Australia', '1', 'Thane Pringle', '', '59-61 Mirrool Ave PO Box 19', 'Yenda', 'Yenda', 'NSW', '', 'Australia', '1', 'PayPal', '', '15', '', '', '', '', '2005-08-05 11:42:00', '2005-08-04 08:58:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1287', '65', 'David Annan', '', 'C/- MWH, Level 1, 123 Taranaki Street', 'Te Aro', 'Wellington', '', '', 'New Zealand', '027 5490073', 'david.j.annan@mwhglobal.com', '1', 'David Annan', '', 'C/- MWH, Level 1, 123 Taranaki Street', 'Te Aro', 'Wellington', '', '', 'New Zealand', '1', 'David Annan', '', 'C/- MWH, Level 1, 123 Taranaki Street', 'Te Aro', 'Wellington', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'David Annan', '5432XXXXXXXX6343', '0905', '2005-08-05 11:41:17', '2005-08-04 11:44:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1288', '67', 'Scott Anderson', 'Sacada', '5 Bunduluk Cres', 'Ngunnawal', 'Canberra', 'ACT 2913', '', 'Australia', '0410 624172', 'scott.anderson@sacada.com.au', '1', 'Scott Anderson', 'Sacada', '5 Bunduluk Cres', 'Ngunnawal', 'Canberra', 'ACT 2913', '', 'Australia', '1', 'Scott Anderson', 'Sacada', '5 Bunduluk Cres', 'Ngunnawal', 'Canberra', 'ACT 2913', '', 'Australia', '1', 'PayPal', '', '16', '', '', '', '', '2005-08-05 11:38:48', '2005-08-04 14:47:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1292', '71', 'Laurence Sherriff', 'The Environmental Challenge Ltd', 'PO Box 33 215', 'Petone', 'Lower Hutt', '6340', '', 'New Zealand', '+64 4 576 9644', 'lsherriff@tec.net.nz', '1', 'Laurence Sherriff', 'The Environmental Challenge Ltd', 'PO Box 33 215', 'Petone', 'Lower Hutt', '6340', '', 'New Zealand', '1', 'Laurence Sherriff', 'The Environmental Challenge Ltd', 'PO Box 33 215', 'Petone', 'Lower Hutt', '6340', '', 'New Zealand', '1', 'PayPal', '', '18', '', '', '', '', '2005-08-05 16:49:54', '2005-08-05 12:32:42', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1290', '53', 'Peter Mason', '', '27 Narran Street', '', 'Collarenebri', 'NSW', '', 'Australia', '02 6756 2267', 'pmlegend@hotmail.com', '1', 'Peter Mason', '', '27 Narran Street', '', 'Collarenebri', 'NSW', '', 'Australia', '1', 'Peter Mason', '', '27 Narran Street', '', 'Collarenebri', 'NSW', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Peter L Mason', '4434XXXXXXXX1991', '0207', '2005-08-05 11:38:09', '2005-08-05 01:40:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1291', '68', 'adam walker', 'Infrared Solutions', '17 Tadji Close', 'Croydon', 'melbourne', 'Victoria 3', '', 'Australia', '61 3 97229329', 'adamwalker@infraredsolutions.com.au', '1', 'adam walker', 'Infrared Solutions', '17 Tadji Close', 'Croydon', 'melbourne', 'Victoria 3', '', 'Australia', '1', 'adam walker', 'Infrared Solutions', '17 Tadji Close', 'Croydon', 'melbourne', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '17', '', '', '', '', '2005-08-05 11:37:23', '2005-08-05 02:46:50', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1293', '72', 'Ritesh Lal', '', '73 Dryden Av', 'Oakhurst', 'Sydney', 'NSW 2761', '', 'Australia', '0421 401 760', 'rr_lal@hotmail.com', '1', 'Ritesh Lal', '', '73 Dryden Av', 'Oakhurst', 'Sydney', 'NSW 2761', '', 'Australia', '1', 'Ritesh Lal', '', '73 Dryden Av', 'Oakhurst', 'Sydney', 'NSW 2761', '', 'Australia', '1', 'PayPal', '', '19', '', '', '', '', '2005-08-05 16:48:59', '2005-08-05 14:12:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1294', '73', 'Phil Smalley', '', '4 Pitson Court', '', 'HUNTLY', 'VIC 3551', '', 'Australia', '+61 3 5441 8311', 'phil.smalley@bigpond.com', '1', 'Phil Smalley', '', '119 Condon St', '', 'BENDIGO', 'VIC 3550', '', 'Australia', '1', 'Phil Smalley', '', '4 Pitson Court', '', 'HUNTLY', 'VIC 3551', '', 'Australia', '1', 'PayPal', '', '20', '', '', '', '', '2005-08-05 16:48:25', '2005-08-05 15:17:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1298', '78', 'Graham Lowbridge', '', '57 Nooramunga Ave', '', 'Cambewarra', 'NSW 2540', '', 'Australia', '0244460969', 'hightunnel@callaustralia.net.au', '1', 'Graham Lowbridge', '', '57 Nooramunga Ave', '', 'Cambewarra', 'NSW 2540', '', 'Australia', '1', 'Graham Lowbridge', '', '57 Nooramunga Ave', '', 'Cambewarra', 'NSW 2540', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Graham Lowbridge', '4557XXXXXXXX7086', '0107', '2005-08-15 17:05:09', '2005-08-07 02:42:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1296', '70', 'Doug Winch', 'nil', '37 Robb street', '', 'Bairnsdale', 'Victoria /', '', 'Australia', '0351531341', 'Snook37@bigpond.net.au', '1', 'Doug Winch', '', 'P.O. Box 87', 'Bairnsdale', 'Bairnsdale', 'Vic. /3875', '', 'Australia', '1', 'Doug Winch', 'nil', '37 Robb street', '', 'Bairnsdale', 'Victoria /', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-09 14:28:31', '2005-08-05 20:15:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1297', '75', 'Andrew Haslam', 'MarineTech Computers Ltd', '55 Springfield Rd', 'Western Springs', 'Auckland', '1002', '', 'New Zealand', '(09) 846 9898', 'ahaslam@marinetech.co.nz', '1', 'Andrew Haslam', 'MarineTech Computers Ltd', '55 Springfield Rd', 'Western Springs', 'Auckland', '1002', '', 'New Zealand', '1', 'Andrew Haslam', 'MarineTech Computers Ltd', '55 Springfield Rd', 'Western Springs', 'Auckland', '1002', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'A P Haslam', '4999XXXXXXXX4216', '0207', '2005-08-09 14:32:30', '2005-08-06 07:21:33', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1299', '58', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '035450237', 'scott@tasman.net', '1', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '1', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'David Scott', '4548XXXXXXXX0108', '0805', '2005-08-12 12:16:54', '2005-08-07 15:41:37', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1300', '24', 'Lex Somerville', 'BMCC Services', '29 Norwich Street', 'Wavell Heights', 'Brisbane', '4012', '', 'Australia', '61 7 3350 4970', 'tech@bmccservices.com.au', '1', 'Lex Somerville', '', 'PO Box 129', 'Wavell Heights', 'Brisbane', 'QLD 4012', '', 'Australia', '1', 'Lex Somerville', 'BMCC Services', '29 Norwich Street', 'Wavell Heights', 'Brisbane', '4012', '', 'Australia', '1', 'PayPal', '', '21', '', '', '', '', '2005-08-09 14:30:11', '2005-08-07 19:51:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1301', '79', 'Tim Cahill', 'RAAF AIS', 'VBM-M-2, Victoria Barracks', 'Southbank', 'Melbourne', '3006', '', 'Australia', '+61 409 930109', 'timothy.cahill@defence.gov.au', '1', 'Tim Cahill', 'RAAF AIS', 'VBM-M-2, Victoria Barracks', 'Southbank', 'Melbourne', '3006', '', 'Australia', '1', 'Tim Cahill', 'RAAF AIS', 'VBM-M-2, Victoria Barracks', 'Southbank', 'Melbourne', '3006', '', 'Australia', '1', 'PayPal', '', '22', '', '', '', '', '2005-08-08 16:16:42', '2005-08-08 12:47:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1302', '62', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '61 2 98962052', 'dmmallia@exemail.com.au', '1', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '1', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-08-12 18:16:22', '2005-08-08 13:50:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1304', '81', 'Ian Rogers', '', '17 Karawatha Street', 'Buderim', 'Sunshine Coast', 'Queensland', '', 'Australia', '0754456062', 'ianandfranrogers@bigpond.com', '1', 'Ian Rogers', '', '17 Karawatha Street', 'Buderim', 'Sunshine Coast', 'Queensland', '', 'Australia', '1', 'Ian Rogers', '', '17 Karawatha Street', 'Buderim', 'Sunshine Coast', 'Queensland', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Ian Rogers', '5353XXXXXXXX4145', '0206', '2005-08-10 17:48:35', '2005-08-10 12:42:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1307', '83', 'Michael Ambrey', '', '4 Miriam Crt.', 'Parkwood', 'Gold Coast', 'QLD 4214', '', 'Australia', '075 5633400', 'mambrey@bigpond.net.au', '1', 'Michael Ambrey', '', '4 Miriam Crt.', 'Parkwood', 'Gold Coast', 'QLD 4214', '', 'Australia', '1', 'Michael Ambrey', '', '4 Miriam Crt.', 'Parkwood', 'Gold Coast', 'QLD 4214', '', 'Australia', '1', 'PayPal', '', '23', '', '', '', '', '2005-08-12 18:15:28', '2005-08-10 21:37:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1306', '82', 'Joe Nevin', 'Blacktree Technology', '14 Brine Rd', '', 'Perth', 'WA 6076', '', 'Australia', '+61 8 9293 1165', 'joe@nevin.com.au', '1', 'Joe Nevin', 'Blacktree Technology', '14 Brine Rd', '', 'Perth', 'WA 6076', '', 'Australia', '1', 'Joe Nevin', 'Blacktree Technology', '14 Brine Rd', '', 'Perth', 'WA 6076', '', 'Australia', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Visa', '0', 'Visa', 'Joe Nevin', '4564XXXXXXXX6588', '0805', '2005-08-18 14:31:06', '2005-08-10 15:11:29', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1308', '84', 'Claus Broeng', '', '37 Powell Street', '', 'Killara', 'NSW 2071', '', 'Australia', '+61 2 9418 1457', 'broeng@bigpond.net.au', '1', 'Claus Broeng', '', '37 Powell Street', '', 'Killara', 'NSW 2071', '', 'Australia', '1', 'Claus Broeng', '', '37 Powell Street', '', 'Killara', 'NSW 2071', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-12 18:14:52', '2005-08-10 23:49:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1309', '88', 'Ross Elliot', '', '73B Greenwood Street', '', 'Motueka', '7161', '', 'New Zealand', '03 528 5034', 'rosselliot@xtra.co.nz', '1', 'Ross Elliot', '', '73B Greenwood Street', '', 'Motueka', '7161', '', 'New Zealand', '1', 'Ross Elliot', '', '73B Greenwood Street', '', 'Motueka', '7161', '', 'New Zealand', '1', 'PayPal', '', '24', '', '', '', '', '2005-08-18 14:24:22', '2005-08-11 13:24:42', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1313', '89', 'Paul Roberts', '', '28 Austin Ave', 'Elwood', 'Melbourne', 'Vic/3184', '', 'Australia', '0411802339', 'paul.f.roberts@bigpond.com', '1', 'Paul Roberts', '', '28 Austin Ave', 'Elwood', 'Melbourne', 'Vic/3184', '', 'Australia', '1', 'Paul Roberts', '', '28 Austin Ave', 'Elwood', 'Melbourne', 'Vic/3184', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Paul F Roberts', '5313XXXXXXXX2937', '1205', '2005-08-14 15:30:06', '2005-08-12 15:31:50', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1311', '90', 'adrian dekleer', '', '8 Cooper Cct', 'Mt Tarcoola', 'Geraldton', '6530', '', 'Australia', '0427 002 715', 'adekleer@fesa.wa.gov.au', '1', 'Adrian deKleer', '', 'PO BOX 210', '', 'Geraldton', '6531', '', 'Australia', '1', 'adrian dekleer', '', '8 Cooper Cct', 'Mt Tarcoola', 'Geraldton', '6530', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'adrian dekleer', '5353XXXXXXXX2020', '0905', '2005-08-12 18:14:22', '2005-08-11 17:08:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1312', '91', 'Marc Grise', '', '109A Norwood Rd', 'Bayswater', 'Auckland', '', '', 'New Zealand', '021 456300', 'marc@711sx.com', '1', 'Marc Grise', '', '109A Norwood Rd', 'Bayswater', 'Auckland', '', '', 'New Zealand', '1', 'Marc Grise', '', '109A Norwood Rd', 'Bayswater', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '25', '', '', '', '', '2005-08-12 18:13:48', '2005-08-11 23:34:43', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1315', '92', 'Conor Moriarty', '', '8 The Cloisters,', 'Tullow Road,', 'Carlow', 'Carlow', '', 'Ireland', '+353 87 280 4557', 'contextdesign@eircom.net', '1', 'Conor Moriarty', '', '8 The Cloisters,', 'Tullow Road,', 'Carlow', 'Carlow', '', 'Ireland', '1', 'Conor Moriarty', '', '8 The Cloisters,', 'Tullow Road,', 'Carlow', 'Carlow', '', 'Ireland', '1', 'PayPal', '', '27', '', '', '', '', '2005-08-15 17:06:22', '2005-08-12 21:31:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1917', '722', 'stewart cox', '', '422 Errard Street sth', '', 'Ballarat', '3350', '', 'Australia', '0418115952', 'stewart_cox@fsmail.net', '1', 'stewart cox', '', '422 Errard Street sth', '', 'Ballarat', '3350', '', 'Australia', '1', 'stewart cox', '', '422 Errard Street sth', '', 'Ballarat', '3350', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-26 14:50:19', '2006-04-25 15:50:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1317', '97', 'Herbert Fincham', '', '78A Battery Rd', 'Ahuriri', 'Napier', '4001', '', 'New Zealand', '64-6-8344062', 'hfincham@xtra.co.nz', '1', 'Herbert Fincham', '', '78A Battery Rd', 'Ahuriri', 'Napier', '4001', '', 'New Zealand', '1', 'Herbert Fincham', '', '78A Battery Rd', 'Ahuriri', 'Napier', '4001', '', 'New Zealand', '1', 'PayPal', '', '28', '', '', '', '', '2005-08-15 17:07:15', '2005-08-13 10:57:06', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1318', '98', 'Kathryn Harris', 'Harris Business Solutions', '61A High Street', 'Wallan', 'Wallan', '3753', '', 'Australia', '0357833440', 'kathryn@harrisbussol.com.au', '1', 'Kathryn Harris', 'Harris Business Solutions', 'PO Box 512', 'Wallan', 'Wallan', '3756', '', 'Australia', '1', 'Kathryn Harris', 'Harris Business Solutions', '61A High Street', 'Wallan', 'Wallan', '3753', '', 'Australia', '1', 'PayPal', '', '29', '', '', '', '', '2005-08-15 17:07:53', '2005-08-13 23:14:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1319', '100', 'Guiseppi Smargiassi', 'Woodside Energy Ltd/Tripoli Liby', '240 St George Terrace', '', 'PERTH', 'WA 6000', '', 'Australia', '0419 854 330', 'freefly103@yahoo.co.uk', '1', 'Guiseppi Smargiassi', 'Woodside Energy Ltd/Tripoli Liby', '240 St George Terrace', '', 'PERTH', 'WA 6000', '', 'Australia', '1', 'Guiseppi Smargiassi', 'Woodside Energy Ltd/Tripoli Liby', '240 St George Terrace', '', 'PERTH', 'WA 6000', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-14 17:52:14', '2005-08-14 17:48:48', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1472', '243', 'Tariq Alghamdi', '', '114/7 Land Street', 'Toowong', 'Brisbane', '4066', '', 'Australia', '0414915869', 'tariqt9@yahoo.com', '1', 'Tariq Alghamdi', '', '114/7 Land Street', 'Toowong', 'Brisbane', '4066', '', 'Australia', '1', 'Tariq Alghamdi', '', '114/7 Land Street', 'Toowong', 'Brisbane', '4066', '', 'Australia', '1', 'PayPal', '', '94', '', '', '', '', '2005-09-27 12:50:26', '2005-09-27 00:21:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1323', '103', 'CHRISTOFOROS SKENDERIDIS', '', '47 DEMEYRICK AVE', 'CASULA', '2170', 'NSW', '', 'Australia', '02 97346678', 'chris_skenderidis@optusnet.com.au', '1', 'CHRISTOFOROS SKENDERIDIS', '', '47 DEMEYRICK AVE', 'CASULA', '2170', 'NSW', '', 'Australia', '1', 'CHRISTOFOROS SKENDERIDIS', '', '47 DEMEYRICK AVE', 'CASULA', '2170', 'NSW', '', 'Australia', '1', 'PayPal', '', '31', '', '', '', '', '2005-08-16 22:06:28', '2005-08-16 01:47:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1321', '101', 'Robert Tisdall', 'Dialog Pty Ltd', '8 Gardiner Close', 'Milton', 'Brisbane', 'Q 4064', '', 'Australia', '07 3247 1000', 'Bob_tisdall@dialog.com.au', '1', 'Robert Tisdall', 'Dialog Pty Ltd', '8 Gardner Close', 'Milton', 'Brisbane', 'Q 4064', '', 'Australia', '1', 'Robert Tisdall', 'Dialog Pty Ltd', '8 Gardiner Close', 'Milton', 'Brisbane', 'Q 4064', '', 'Australia', '1', 'PayPal', '', '30', '', '', '', '', '2005-08-15 17:08:55', '2005-08-14 21:22:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1324', '93', 'John Kieliszek', 'Agromet Holdings Pty Ltd', 'P. O. Box 132', 'Mt. Kuring-Gai', 'Sydney', '2080', '', 'Australia', '+61 2 9929 4544', 'john@celmec.com.au', '1', 'John Kieliszek', 'Agromet Holdings Pty Ltd', 'P. O. Box 132', 'Mt. Kuring-Gai', 'Sydney', '2080', '', 'Australia', '1', 'John Kieliszek', 'Agromet Holdings Pty Ltd', 'P. O. Box 132', 'Mt. Kuring-Gai', 'Sydney', '2080', '', 'Australia', '1', 'PayPal', '', '32', '', '', '', '', '2005-08-17 15:00:43', '2005-08-16 14:21:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1325', '103', 'CHRISTOFOROS SKENDERIDIS', '', '47 DEMEYRICK AVE', 'CASULA', '2170', 'NSW', '', 'Australia', '02 97346678', 'chris_skenderidis@optusnet.com.au', '1', 'CHRISTOFOROS SKENDERIDIS', '', '47 DEMEYRICK AVE', 'CASULA', '2170', 'NSW', '', 'Australia', '1', 'CHRISTOFOROS SKENDERIDIS', '', '47 DEMEYRICK AVE', 'CASULA', '2170', 'NSW', '', 'Australia', '1', 'PayPal', '', '33', '', '', '', '', '2005-08-16 22:05:50', '2005-08-16 21:50:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1326', '106', 'Tiffany Lieu', 'c/-Clarkson Australia', 'Level 8', '492 St Kilda Road', 'Melbourne', 'VIC 3004', '', 'Australia', '03 9867 6800', 'lieu@clarksonaustralia.com.au', '1', 'Tiffany Lieu', 'c/-Clarkson Australia', 'Level 8', '492 St Kilda Road', 'Melbourne', 'VIC 3004', '', 'Australia', '1', 'Tiffany Lieu', 'c/-Clarkson Australia', 'Level 8', '492 St Kilda Road', 'Melbourne', 'VIC 3004', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-17 08:48:35', '2005-08-17 08:44:06', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1327', '107', 'Swan Lee', '', '8 Stephanie Place', 'Bella Vista', 'Sydney', 'NSW 2153', '', 'Australia', '61402894702', 'swan.lee@goodmanfielder.com.au', '1', 'Swan Lee', '', '8 Stephanie Place', 'Bella Vista', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'Swan Lee', '', '8 Stephanie Place', 'Bella Vista', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'PayPal', '', '34', '', '', '', '', '2005-08-18 13:57:24', '2005-08-17 11:34:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1350', '130', 'Lena Brown', '', '11 Coolidge Street', '', 'Dandenong', 'North Vict', '', 'Australia', '09 415 3049', 'lengra@bigpond.net.au', '1', 'Lena Brown', '', '11 Coolidge Street', '', 'Dandenong', 'North Vict', '', 'Australia', '1', 'Lena Brown', '', '11 Coolidge Street', '', 'Dandenong', 'North Vict', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-31 09:20:57', '2005-08-23 11:55:27', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1351', '131', 'R A Royds', '', '12 Memorial Avenue', '', 'Christchurch', '', '', 'New Zealand', '03 351 9343', 'rroyds@xtra.co.nz', '1', 'R A Royds', '', '12 Memorial Avenue', '', 'Christchurch', '', '', 'New Zealand', '1', 'R A Royds', '', '12 Memorial Avenue', '', 'Christchurch', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-23 15:47:37', '2005-08-23 12:30:19', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1329', '99', 'Chris Vickers', '', '1560 Pacific Highway', 'Wahroonga', 'Sydney', 'NSW', '', 'Australia', '94899430', 'chrvik@hotmail.com', '1', 'Chris Vickers', '', '1560 Pacific Highway', 'Wahroonga', 'Sydney', 'NSW', '', 'Australia', '1', 'Chris Vickers', '', '1560 Pacific Highway', 'Wahroonga', 'Sydney', 'NSW', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Chris Vickers', '5353XXXXXXXX5868', '0308', '2005-08-18 13:48:02', '2005-08-17 13:39:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1330', '109', 'Dennis Power', '', 'North Beach Road', 'Cobden', 'Greymouth', 'S I', '', 'New Zealand', '03 768 4979', 'barbara@dalton.gen.nz', '1', 'Dennis Power', '', 'North Beach Road', 'Cobden', 'Greymouth', 'S I', '', 'New Zealand', '1', 'Dennis Power', '', 'North Beach Road', 'Cobden', 'Greymouth', 'S I', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-18 13:59:15', '2005-08-17 15:06:53', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1331', '110', 'Tobias Schappeler', 'John Morris Scientific Pty Ltd', '61-63 Victoria Avenue', '', 'Chatswood', 'NSW 2067', '', 'Australia', '+61424334331', 't_schappeler@yahoo.de', '1', 'Tobias Schappeler', 'John Morris Scientific Pty Ltd', '61-63 Victoria Avenue', '', 'Chatswood', 'NSW 2067', '', 'Australia', '1', 'Tobias Schappeler', '', '61-63 Victoria Avenue', '', 'Chatswood', 'NSW 2067', '', 'Australia', '1', 'PayPal', '', '35', '', '', '', '', '2005-08-18 13:39:01', '2005-08-18 01:26:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1332', '111', 'Ian Patane', 'PC DOCTOR', '26 Badminton Street', 'Mt Gravatt East', 'Brisbane', 'QLD', '', 'Australia', '07 34 222 007', 'pcdoctor@ecn.net.au', '1', 'Ian Patane', '', 'PO BOX 51', 'ALBION', 'Brisbane', 'QLD / 4010', '', 'Australia', '1', 'Ian Patane', 'PC DOCTOR', '26 Badminton Street', 'Mt Gravatt East', 'Brisbane', 'QLD', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Ian Patane', '5520XXXXXXXX9881', '1107', '2005-08-18 13:19:11', '2005-08-18 12:03:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1333', '112', 'Andrew Payne', '', '7 Pankhurst Place', 'Sunnyvale', 'Waitakere City', '1008', '', 'New Zealand', '0211283957', 'adp2@waikato.ac.nz', '1', 'Andrew Payne', 'UoA, Physics - Science Centre', 'Room 605, Level 6, 38 Princes Street', '', 'Auckland', '', '', 'New Zealand', '1', 'Andrew Payne', '', '7 Pankhurst Place', 'Sunnyvale', 'Waitakere City', '1008', '', 'New Zealand', '1', 'PayPal', '', '36', '', '', '', '', '2005-08-19 09:36:12', '2005-08-18 14:23:12', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1334', '113', 'Warren Evans', 'Lynx Limited', '15G Vega Place', 'Mairangi Bay', 'North Shore', '', '', 'New Zealand', '09 478 7093', 'warren@lynxhort.co.nz', '1', 'Warren Evans', 'Lynx Limited', '15G Vega Place', 'Mairangi Bay', 'North Shore', '', '', 'New Zealand', '1', 'Warren Evans', 'Lynx Limited', '15G Vega Place', 'Mairangi Bay', 'North Shore', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-23 15:46:44', '2005-08-18 14:52:38', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1918', '723', 'Thomas Braunl', 'UWA', 'EECE, M018', '35 Stirling Hwy.', 'Crawley', 'WA6009', '', 'Australia', '08 6488 1763', 'tb@ee.uwa.edu.au', '1', 'Thomas Braunl', 'UWA', 'EECE, M018', '35 Stirling Hwy.', 'Crawley', 'WA6009', '', 'Australia', '1', 'Thomas Braunl', 'UWA', 'EECE, M018', '35 Stirling Hwy.', 'Crawley', 'WA6009', '', 'Australia', '1', 'PayPal', '', '388', '', '', '', '', '2006-04-26 14:40:08', '2006-04-25 17:21:01', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1340', '120', 'Mark Korvin', '', '222 Mt Dandenong Tourist Road', 'Ferny Creek', 'Ferny Creek', 'Vic 3786', '', 'Australia', '03-9755-2748', 'mkorvin@gmail.com', '1', 'Mark Korvin', '', '222 Mt Dandenong Tourist Road', '', 'Ferny Creek', 'Vic 3786', '', 'Australia', '1', 'Mark Korvin', '', '222 Mt Dandenong Tourist Road', 'Ferny Creek', 'Ferny Creek', 'Vic 3786', '', 'Australia', '1', 'PayPal', '', '39', '', '', '', '', '2005-08-22 10:09:13', '2005-08-19 19:15:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1341', '121', 'Tim Pattinson', '', '27 Gazelle Avenue', 'Beach Haven', 'Auckland', '1310', '', 'New Zealand', '09 482 1656', 'timparis@ihug.co.nz', '1', 'Tim Pattinson', '', '27 Gazelle Avenue', 'Beach Haven', 'Auckland', '1310', '', 'New Zealand', '1', 'Tim Pattinson', '', '27 Gazelle Avenue', 'Beach Haven', 'Auckland', '1310', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-22 10:08:27', '2005-08-20 12:38:38', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1337', '115', 'Iain Kennedy', 'Spotty Dog Computer Services', '42 Blaylock Crt', 'Morayfield', 'Brisbane', 'Qld 4506', '', 'Australia', '61754287905', 'imkennedy@bigpond.com', '1', 'Iain Kennedy', 'Spotty Dog Computer Services', '42 Blaylock Crt', 'Morayfield', 'Brisbane', 'Qld 4506', '', 'Australia', '1', 'Iain Kennedy', 'Spotty Dog Computer Services', '42 Blaylock Crt', 'Morayfield', 'Brisbane', 'Qld 4506', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-22 10:14:01', '2005-08-18 21:33:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1338', '117', 'Russ Shipp', '', '6/37 Brighton Road', 'Scarbarough', 'Perth', 'WA/6019', '', 'Australia', '0418934227', 'shipster1@iprimus.com.au', '1', 'Russ Shipp', '', '6/37 Brighton Road', 'Scarborough', 'Perth', 'WA/6019', '', 'Australia', '1', 'Russ Shipp', '', '6/37 Brighton Road', 'Scarbarough', 'Perth', 'WA/6019', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-08-23 10:56:57', '2005-08-18 23:12:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1339', '118', 'Tim Pattinson', '', '27 gazelle avenue', 'beach haven', 'auckland', '1310', '', 'New Zealand', '09 4821656', 'timparis@ihug.co.nz', '1', 'Tim Pattinson', '', '27 gazelle avenue', 'beach haven', 'auckland', '1310', '', 'New Zealand', '1', 'Tim Pattinson', '', '27 gazelle avenue', 'beach haven', 'auckland', '1310', '', 'New Zealand', '1', 'PayPal', '', '38', '', '', '', '', '2005-08-22 10:08:04', '2005-08-19 02:23:03', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1342', '122', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '+61 26244 1160', 'afhynes@aztec.aunz.com', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'PayPal', '', '40', '', '', '', '', '2005-08-22 10:07:34', '2005-08-20 16:54:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1343', '123', 'Jarrad Walker', '', '22 Banda Boulevard', 'Canning Vale', 'Perth', 'Western Au', '', 'Australia', '0417 954 348', 'jacw1@westnet.com.au', '1', 'Jarrad Walker', '', '22 Banda Boulevard', 'Canning Vale', 'Perth', 'Western Au', '', 'Australia', '1', 'Jarrad Walker', '', '22 Banda Boulevard', 'Canning Vale', 'Perth', 'Western Au', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-23 15:45:03', '2005-08-21 20:22:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1344', '125', 'Jeff Marrison', '', '650 Haven Road', 'Pullenvale', 'Brisbane', '4069', '', 'Australia', '+61411703637', 'nospam_efrontier@nologic.com', '1', 'Jeff Marrison', '', '650 Haven Road', 'Pullenvale', 'Brisbane', '4069', '', 'Australia', '1', 'Jeff Marrison', '', '650 Haven Road', 'Pullenvale', 'Brisbane', '4069', '', 'Australia', '1', 'PayPal', '', '41', '', '', '', '', '2005-08-23 10:53:59', '2005-08-22 12:56:54', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1345', '126', 'Salavat Akhmediev', 'TuneAgent', '3 Badgery st', 'Macquarie', 'Canberra', 'ACT 2614', '', 'Australia', '0417 682 261', 'salavat_a@hotmail.com', '1', 'Salavat Akhmediev', 'TuneAgent', '3 Badgery st', 'Macquarie', 'Canberra', 'ACT 2614', '', 'Australia', '1', 'Salavat Akhmediev', 'TuneAgent', '3 Badgery st', 'Macquarie', 'Canberra', 'ACT 2614', '', 'Australia', '1', 'PayPal', '', '42', '', '', '', '', '2005-08-23 10:54:53', '2005-08-22 14:08:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1347', '127', 'Michal Borkowski', '', '222 Nicholson Road', 'Langford', 'Perth', '6147', '', 'Australia', '61893562331', 'michal@amnet.com.au', '1', 'Michal Borkowski', '', '222 Nicholson Road', 'Langford', 'Perth', '6147', '', 'Australia', '1', 'Michal Borkowski', '', '222 Nicholson Road', 'Langford', 'Perth', '6147', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-23 15:44:10', '2005-08-22 16:57:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1348', '128', 'Sue Fitzpatrick', 'MS Soft Pty Ltd', '10 Brandon Place', 'St Ives', 'Sydney', 'NSW 2075', '', 'Australia', '+61 2 94496595', 'suef@mssoft.com.au', '1', 'Sue Fitzpatrick', 'MS Soft Pty Ltd', '10 Brandon Place', 'St Ives', 'Sydney', 'NSW 2075', '', 'Australia', '1', 'Sue Fitzpatrick', 'MS Soft Pty Ltd', '10 Brandon Place', 'St Ives', 'Sydney', 'NSW 2075', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-08-23 15:43:13', '2005-08-22 21:43:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1349', '129', 'Jan Profant', 'Rigel Computers', '39/512 Botany rd', 'Alexandria', 'Sydney', '2015', '', 'Australia', '02-96985501', 'jan@rigel.com.au', '1', 'Jan Profant', 'Rigel Computers', '39/512 Botany rd', 'Alexandria', 'Sydney', '2015', '', 'Australia', '1', 'Jan Profant', 'Rigel Computers', '39/512 Botany rd', 'Alexandria', 'Sydney', '2015', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-08-23 15:43:46', '2005-08-22 23:13:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1352', '132', 'Colin Crowder', '', '25 Alinta Street', '', 'Howrah', 'Tasmania 7', '', 'Australia', '0362479994', 'jansue@netspace.net.au', '1', 'Colin Crowder', '', '25 Alinta Street', '', 'Howrah', 'Tasmania 7', '', 'Australia', '1', 'Colin Crowder', '', '25 Alinta Street', '', 'Howrah', 'Tasmania 7', '', 'Australia', '1', 'PayPal', '', '43', '', '', '', '', '2005-08-25 08:09:59', '2005-08-23 21:52:07', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1353', '134', 'Rob Gunn', 'P.R.Computers', '256 Main Rd', '', 'Ngongotaha', '', '', 'New Zealand', '07 3572409', 'prcomputers@xtra.co.nz', '1', 'Rob Gunn', 'P.R.Computers', '256 Main Rd', '', 'Ngongotaha', '', '', 'New Zealand', '1', 'Rob Gunn', 'P.R.Computers', '256 Main Rd', '', 'Ngongotaha', '', '', 'New Zealand', '1', 'PayPal', '', '44', '', '', '', '', '2005-08-25 08:10:30', '2005-08-24 09:09:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1354', '135', 'wayne lawson', '', '64 cobbity cres', 'arana hills', 'brisbane', 'queensland', '', 'Australia', '07 33513854', 'waynel@technet2000.com.au', '1', 'wayne lawson', '', '64 cobbity cres', 'arana hills', 'brisbane', 'queensland', '', 'Australia', '1', 'wayne lawson', '', '64 cobbity cres', 'arana hills', 'brisbane', 'queensland', '', 'Australia', '1', 'PayPal', '', '45', '', '', '', '', '2005-08-26 13:35:33', '2005-08-24 15:26:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1355', '136', 'Daniel Beck', '', '146 Mort St', '', 'Toowoomba', 'QLD', '', 'Australia', '0407 633 067', 'daniel.beck@lrkwalkers.com.au', '1', 'Daniel Beck', '', '146 Mort St', '', 'Toowoomba', 'QLD', '', 'Australia', '1', 'Daniel Beck', '', '146 Mort St', '', 'Toowoomba', 'QLD', '', 'Australia', '1', 'PayPal', '', '46', '', '', '', '', '2005-08-26 13:34:52', '2005-08-24 17:00:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1356', '137', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '027-228-8331', 'laurence@master.co.nz', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'PayPal', '', '47', '', '', '', '', '2005-08-26 13:36:51', '2005-08-25 07:14:31', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1357', '138', 'Chris Mullin', '', '5 Protea Place', 'Bell Block', 'New Plymouth', '4601', '', 'New Zealand', '0274457038', 'chrismullin@free.net.nz', '1', 'Chris Mullin', '', '5 Protea Place', 'Bell Block', 'New Plymouth', '4601', '', 'New Zealand', '1', 'Chris Mullin', '', '5 Protea Place', 'Bell Block', 'New Plymouth', '4601', '', 'New Zealand', '1', 'PayPal', '', '48', '', '', '', '', '2005-08-26 13:33:45', '2005-08-25 13:18:42', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1358', '139', 'Johnny Hojmark-Andersen', 'T-Systems Australia', '108 Twelfth Street', '', 'Mildura', '3500', '', 'Australia', '0419642318', 'jandersen@tsystems.com.au', '1', 'Johnny Hojmark-Andersen', 'T-Systems', 'PO Box 2419', 'Mildura', 'Mildura', '3502', '', 'Australia', '1', 'Johnny Hojmark-Andersen', 'T-Systems Australia', '108 Twelfth Street', '', 'Mildura', '3500', '', 'Australia', '1', 'PayPal', '', '49', '', '', '', '', '2005-08-26 13:32:12', '2005-08-25 15:07:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1359', '141', 'Peter Hill', 'Barrells 100% YES', 'Tarewa Mega Centre', 'Tarew Road', 'Whangarei', '', '', 'New Zealand', '09 4381802', 'peterh@barrells.com', '1', 'Peter Hill', 'Barrells 100% YES', 'Tarewa Mega Centre', 'Tarew Road', 'Whangarei', '', '', 'New Zealand', '1', 'Peter Hill', 'Barrells 100% YES', 'Tarewa Mega Centre', 'Tarew Road', 'Whangarei', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Peter Hill', '5474XXXXXXXX0907', '0506', '2005-08-25 22:53:33', '2005-08-25 17:44:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1360', '119', 'Mark Tarrant', 'Heytesbury Beef', 'Pigeon Hole Station,', 'c/o Victoria River Downs,', 'via KATHERINE', 'NT 0852', '', 'Australia', '0408460004', 'mark_tarrant@heytesburybeef.com.au', '1', 'Mark Tarrant', 'Heytesbury Beef', 'Pigeon Hole Station,', 'c/o Victoria River Downs,', 'via KATHERINE', 'NT 0852', '', 'Australia', '1', 'Mark Tarrant', 'Heytesbury Beef', 'Pigeon Hole Station,', 'c/o Victoria River Downs,', 'via KATHERINE', 'NT 0852', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-08-28 10:07:25', '2005-08-26 10:31:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1361', '142', 'Steven Cranston', '', '23/36-40 Disraeli Street', 'Kew', 'Melbourne', '3101', '', 'Australia', '0422422860', 'stevenac@bigpond.net.au', '1', 'Steven Cranston', '', '23/36-40 Disraeli Street', 'Kew', 'Melbourne', '3101', '', 'Australia', '1', 'Steven Cranston', '', '23/36-40 Disraeli Street', 'Kew', 'Melbourne', '3101', '', 'Australia', '1', 'PayPal', '', '50', '', '', '', '', '2005-08-28 10:06:44', '2005-08-26 17:00:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1362', '143', 'Ken Skelly', '', '30 Parkway Circuit', 'Parafield Gardens', 'Adelaide', 'SA 5107', '', 'Australia', '(08) 8285-9669', 'kskelly@bigpond.com', '1', 'Ken Skelly', '', '30 Parkway Circuit', 'Parafield Gardens', 'Adelaide', 'SA 5107', '', 'Australia', '1', 'Ken Skelly', '', '30 Parkway Circuit', 'Parafield Gardens', 'Adelaide', 'SA 5107', '', 'Australia', '1', 'PayPal', '', '51', '', '', '', '', '2005-08-28 10:06:18', '2005-08-27 01:14:30', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1473', '244', 'reginald mould', 'church', '2/22Leschenault st', 'lockeyer', 'Albany', '6330', '', 'Australia', '08-98421260', 'weare.one@optusnet.com.au', '1', 'reginald mould', 'church', '2/22Leschenault st', 'lockeyer', 'Albany', '6330', '', 'Australia', '1', 'reginald mould', 'church', '2/22Leschenault st', 'lockeyer', 'Albany', '6330', '', 'Australia', '1', 'PayPal', '', '95', '', '', '', '', '2005-09-27 12:49:58', '2005-09-27 00:50:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1364', '145', 'jeff adams', 'homebay water taxi & cruises', 'State Highway 38', 'waikaremoana', 'Wairoa', '2058', '', 'New Zealand', '068373826', 'jeff@waikaremoana.com', '1', 'Jeff Adams', 'Lake Waikaremoana Motorcamp', 'Private Bag 2058', 'Wairoa', 'Hawkes Bay', 'RD 5', '', 'New Zealand', '1', 'jeff adams', 'homebay water taxi & cruises', 'State Highway 38', 'waikaremoana', 'Wairoa', '2058', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-30 18:31:15', '2005-08-29 16:28:06', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1365', '146', 'Michael O\'Loughlin', 'Pilbara TAFE', 'Millstream Road', 'Baynton', 'Karratha', 'WA 6714', '', 'Australia', '+61 8 9159 6704', 'michael.oloughlin@pilbaratafe.wa.edu.au', '1', 'Michael O\'Loughlin', 'Pilbara TAFE', 'Millstream Road', 'Baynton', 'Karratha', 'WA 6714', '', 'Australia', '1', 'Michael O\'Loughlin', 'Pilbara TAFE', 'Millstream Road', 'Baynton', 'Karratha', 'WA 6714', '', 'Australia', '1', 'PayPal', '', '52', '', '', '', '', '2005-08-30 18:30:13', '2005-08-29 17:43:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1366', '56', 'Tjalling BAKKER', '', 'C/o Smooth air 260 Annex Road', '', 'christchurch', '', '', 'New Zealand', '64 021 0654121', 'tbakker@clear.net.nz', '1', 'Tjalling BAKKER', '', 'C/o Smooth air 260 Annex Road', '', 'christchurch', '', '', 'New Zealand', '1', 'Tjalling BAKKER', '', 'C/o Smooth air 260 Annex Road', '', 'christchurch', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-08-30 18:29:48', '2005-08-29 19:43:36', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1903', '701', 'David Rutherford', 'Dunsborough Rail Carriages & Far', 'RSM 100 Commonage Rd', 'Dunsborough', 'Dunsborough', 'WA', '', 'Australia', '08 9755 3865', 'holiday@dunsborough.com', '1', 'David Rutherford', 'Dunsborough Rail Carriages & Far', 'PO Box 369', 'Dunsborough', 'Dunsborough', 'WA', '', 'Australia', '1', 'David Rutherford', 'Dunsborough Rail Carriages & Far', 'RSM 100 Commonage Rd', 'Dunsborough', 'Dunsborough', 'WA', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-19 07:11:07', '2006-04-15 15:08:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1368', '147', 'Luke Gilligan', 'LG Computing', '1/45a Princes Hwy', 'Albion Park Rail', 'Shellharbour', 'NSW / 2527', '', 'Australia', '0403118638', 'lgcomputing@gmail.com', '1', 'Luke Gilligan', 'LG Computing', '1/45a Princes Hwy', 'Albion Park Rail', 'Shellharbour', 'NSW / 2527', '', 'Australia', '1', 'Luke Gilligan', 'LG Computing', '1/45a Princes Hwy', 'Albion Park Rail', 'Shellharbour', 'NSW / 2527', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-08-31 09:20:04', '2005-08-30 17:52:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1380', '157', 'Slav Vinnik', '', '2/39 Minneapolis Crescent', 'Maroubra, NSW', 'Sydney', '2035', '', 'Australia', '+61299522722', 'slavv@exemail.com.au', '1', 'Slav Vinnik', 'St.George Bank', '4-16 Montgomery Street', 'Kogarah, NSW', 'Sydney', '2217', '', 'Australia', '1', 'Slav Vinnik', '', '2/39 Minneapolis Crescent', 'Maroubra, NSW', 'Sydney', '2035', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Slav Vinnik', '5353XXXXXXXX5373', '0206', '2005-09-01 17:35:01', '2005-09-01 12:22:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1370', '149', 'Peter Dobson', '', '21 South Street', 'Hadfield', 'Melbourne', '3046', '', 'Australia', '61393559023', 'pdobson1@optusnet.com.au', '1', 'Peter Dobson', '', '21 South Street', 'Hadfield', 'Melbourne', '3046', '', 'Australia', '1', 'Peter Dobson', '', '21 South Street', 'Hadfield', 'Melbourne', '3046', '', 'Australia', '1', 'PayPal', '', '53', '', '', '', '', '2005-08-31 09:18:01', '2005-08-30 22:51:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1902', '700', 'George Walmsley', 'G O Walmsley', '117 Swan St', 'Gordon Park', 'Brisbane', 'Qld 4031', '', 'Australia', '+61414467843', 'gowalmsley@gmail.com', '1', 'George Walmsley', 'G O Walmsley', '117 Swan St', 'Gordon Park', 'Brisbane', 'Qld 4031', '', 'Australia', '1', 'George Walmsley', 'G O Walmsley', '117 Swan St', 'Gordon Park', 'Brisbane', 'Qld 4031', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-19 07:13:23', '2006-04-15 11:58:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1372', '152', 'Warren Woodgyer', 'Digimap Ltd', '221C Victoria Ave', 'Hokowhitu', 'Palmerston North', '', '', 'New Zealand', '+6421730149', 'w.r.woodgyer@massey.ac.nz', '1', 'Warren Woodgyer', 'Digimap Ltd', '221C Victoria Ave', 'Hokowhitu', 'Palmerston North', '', '', 'New Zealand', '1', 'Warren Woodgyer', 'Digimap Ltd', '221C Victoria Ave', 'Hokowhitu', 'Palmerston North', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Warren Woodgyer', '4999XXXXXXXX6951', '1006', '2005-09-01 17:37:29', '2005-08-31 14:20:30', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1373', '153', 'Jim Maynard', '', '1 Parker Road', 'Silvan', 'Melbourne', 'Vic 3795', '', 'Australia', '(03) 9737 9537', 'jim@jmaynard.com.au', '1', 'Jim Maynard', '', '1 Parker Road', 'Silvan', 'Melbourne', 'Vic 3795', '', 'Australia', '1', 'Jim Maynard', '', '1 Parker Road', 'Silvan', 'Melbourne', 'Vic 3795', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-01 17:38:44', '2005-08-31 15:10:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1381', '159', 'Trevor Farrell', '', '69 Leycester St', '', 'Lismore', 'NSW 2480', '', 'Australia', '0413882782', 'the.odd.byte@gmail.com', '1', 'Trevor Farrell', '', '69 Leycester St', '', 'Lismore', 'NSW 2480', '', 'Australia', '1', 'Trevor Farrell', '', '69 Leycester St', '', 'Lismore', 'NSW 2480', '', 'Australia', '1', 'PayPal', '', '56', '', '', '', '', '2005-09-03 09:26:41', '2005-09-01 17:53:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1382', '150', 'Gert Lamprecht', '', '6a Spencer Place', '', 'New Plymouth', '', '', 'New Zealand', '06-7574723', 'drgeorge@ihug.co.nz', '1', 'Gerhard Janse van Rensburg', 'Grey College Primary School', 'Jock Meiring Street', 'Park West', 'Bloemfontein', '9324', '', 'South Africa', '1', 'Gert Lamprecht', '', '6a Spencer Place', '', 'New Plymouth', '', '', 'New Zealand', '1', 'PayPal', '', '57', '', '', '', '', '2005-09-03 09:26:02', '2005-09-02 00:06:28', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1376', '148', 'david johnston', '', 'po box 85', 'wynnum', 'brisbane', 'queensland', '', 'Australia', '0412 730 437', 'limelightsv@optusnet.com.au', '1', 'david johnston', '', 'po box 85', 'wynnum', 'brisbane', 'queensland', '', 'Australia', '1', 'david johnston', '', 'po box 85', 'wynnum', 'brisbane', '4178', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'DAVID R JOHNSTON', '5163XXXXXXXX2195', '0707', '2005-09-01 17:36:59', '2005-08-31 18:57:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1377', '154', 'Mike Edwards', 'na', '44 Gatton St', 'Mt Gravatt', 'Brisbane', 'Qld 4122', '', 'Australia', '61 7 38495294', 'michael.edwards@mtu-online.com', '1', 'Mike Edwards', '', '44 Gatton St', 'Mt Gravatt', 'Brisbane', 'Qld 4122', '', 'Australia', '1', 'Mike Edwards', '', '44 Gatton St', 'Mt Gravatt', 'Brisbane', 'Qld 4122', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-05 08:08:12', '2005-08-31 20:24:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1378', '155', 'Tim Bray', '', '63/18 Day Street North', 'Silverwater', 'Sydney', 'New South', '', 'Australia', '61 401 317 786', 'tim.bray@tpg.com.au', '1', 'Tim Bray', '', '63/18 Day Street North', 'Silverwater', 'Sydney', 'New South', '', 'Australia', '1', 'Tim Bray', '', '63/18 Day Street North', 'Silverwater', 'Sydney', 'New South', '', 'Australia', '1', 'PayPal', '', '55', '', '', '', '', '2005-09-01 17:36:24', '2005-08-31 20:43:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1379', '156', 'Nik Eliadis', 'WebControl Limited', '152 Spa Road', '', 'Taupo', '', '', 'New Zealand', '+64 7 378 3200', 'nik@webcontrol.co.nz', '1', 'Nik Eliadis', 'WebControl Limited', '152 Spa Road', '', 'Taupo', '', '', 'New Zealand', '1', 'Nik Eliadis', 'WebControl Limited', '152 Spa Road', '', 'Taupo', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Dominic Eliadis', '5474XXXXXXXX2680', '0707', '2005-09-01 17:35:53', '2005-09-01 08:25:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1383', '160', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '021735311', 'tonyh@xtra.co.nz', '1', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '1', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '1', 'PayPal', '', '58', '', '', '', '', '2005-09-05 08:14:21', '2005-09-02 10:38:55', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1384', '161', 'Pieter Kikstra', 'University of Canterbury', '20 Kirkwood ave', 'Ilam', 'Christchurch', '', '', 'New Zealand', '03 3642987 ext8143', 'pieter@elec.canterbury.ac.nz', '1', 'Pieter Kikstra', 'University of Canterbury', '20 Kirkwood ave', 'Ilam', 'Christchurch', '', '', 'New Zealand', '1', 'Pieter Kikstra', 'University of Canterbury', '20 Kirkwood ave', 'Ilam', 'Christchurch', '', '', 'New Zealand', '1', 'PayPal', '', '59', '', '', '', '', '2005-09-05 08:13:25', '2005-09-02 15:00:13', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1474', '245', 'Arthur Lee', '', '7 Roberts Avenue', 'Box Hill South', 'Melbourne', 'VIC / 3128', '', 'Australia', '0398333868', 'alee_physio@hotmail.com', '1', 'Arthur Lee', '', '7 Roberts Avenue', 'Box Hill South', 'Melbourne', 'VIC / 3128', '', 'Australia', '1', 'Arthur Lee', '', '7 Roberts Avenue', 'Box Hill South', 'Melbourne', 'VIC / 3128', '', 'Australia', '1', 'PayPal', '', '96', '', '', '', '', '2005-09-27 12:22:09', '2005-09-27 03:50:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1475', '246', 'Hagen Bower', 'HB Sports', '539A Manukau Road', 'Epsom', 'Auckland', '', '', 'New Zealand', '6315226', 'hbsports@xtra.co.nz', '1', 'Hagen Bower', 'HB Sports', '539A Manukau Road', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'Hagen Bower', 'HB Sports', '539A Manukau Road', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '97', '', '', '', '', '2005-09-27 12:49:30', '2005-09-27 11:30:05', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1386', '165', 'Steve Grobler', 'SKM', '7 Marriot Turn', 'Currambine', 'Perth', 'WA 6028', '', 'Australia', '+618 93042288', 'sgrobler@bigpond.com', '1', 'Steve Grobler', 'SKM', '7 Marriot Turn', 'Currambine', 'Perth', 'WA 6028', '', 'Australia', '1', 'Steve Grobler', 'SKM', '7 Marriot Turn', 'Currambine', 'Perth', 'WA 6028', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-06 14:08:48', '2005-09-05 00:00:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1387', '168', 'Junior Taysom', '', 'P O Box 29', '', 'Patterson Lakes', 'VIC 3197', '', 'Australia', '03 9772 7091', 'taysomj@optus.com.au', '1', 'Junior Taysom', '', 'P O Box 29', '', 'Patterson Lakes', 'VIC 3197', '', 'Australia', '1', 'Junior Taysom', '', 'P O Box 29', '', 'Patterson Lakes', 'VIC 3197', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Junior Taysom', '4940XXXXXXXX4759', '1105', '2005-09-06 08:08:22', '2005-09-05 17:06:46', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1388', '62', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '61 2 98962052', 'dmmallia@exemail.com.au', '1', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '1', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Daniel Mallia', '4434XXXXXXXX0493', '1006', '2005-09-06 14:08:24', '2005-09-05 20:22:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1392', '172', 'Gary Neal', 'Wassco Engineering', '74 Gilbertson road', 'RD3 Pakowhai', 'Napier', '4021', '', 'New Zealand', '06 8795074', 'garyneal@wassco.co.nz', '1', 'Gary Neal', 'Wassco Engineering', '10 Hazelwood Street', '', 'Hastings', '', '', 'New Zealand', '1', 'Gary Neal', 'Wassco Engineering', '74 Gilbertson road', 'RD3 Pakowhai', 'Napier', '4021', '', 'New Zealand', '1', 'PayPal', '', '61', '', '', '', '', '2005-09-06 14:05:14', '2005-09-06 10:11:22', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1390', '169', 'wayne stewart', 'SPG&H', '7L BOUNDARY CREEK ROAD', 'DUBBO', 'DUBBO', 'NSW', '', 'Australia', '0428638920', 'wstewart@hwy.com.au', '1', 'wayne stewart', 'SPG&H', '7L BOUNDARY CREEK ROAD', 'DUBBO', 'DUBBO', 'NSW', '', 'Australia', '1', 'WAYNE STEWART', 'SPG&H', '7L BOUNDARY CREEK ROAD', 'DUBBO', 'DUBBO', 'NSW/2830', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'WAYNE STEWART', '4509XXXXXXXX2234', '0608', '2005-09-06 14:07:52', '2005-09-05 21:00:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1391', '170', 'Ed Hutchinson', '', '2 Holly Grove', 'Maungaraki', 'Lower Hutt', '6008', '', 'New Zealand', '(04) 5704559', 'Ed.Hutchinson@paradise.net.nz', '1', 'Ed Hutchinson', '', '2 Holly Grove', 'Maungaraki', 'Lower Hutt', '6008', '', 'New Zealand', '1', 'Ed Hutchinson', '', '2 Holly Grove', 'Maungaraki', 'Lower Hutt', '6008', '', 'New Zealand', '1', 'PayPal', '', '60', '', '', '', '', '2005-09-06 14:07:22', '2005-09-05 22:31:08', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1393', '173', 'Ross Moultrie', 'Schutzer Ltd', '24 Towai St', 'St Heliers', 'AUCKLAND', '1005', '', 'New Zealand', '+64 21 311 117', 'ross.moultrie@xtra.co.nz', '1', 'Ross Moultrie', 'Schutzer Ltd', '24 Towai St', 'St Heliers', 'AUCKLAND', '1005', '', 'New Zealand', '1', 'Ross Moultrie', 'Schutzer Ltd', '24 Towai St', 'St Heliers', 'AUCKLAND', '1005', '', 'New Zealand', '1', 'PayPal', '', '62', '', '', '', '', '2005-09-12 12:02:35', '2005-09-06 12:28:21', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1394', '174', 'Tony Kynn', 'TKit', '8 Robinson Rd South', 'Ocean View', 'Brisbane', 'QLD / 4521', '', 'Australia', '+61 402 565 312', 'tkit@bmail.com.au', '1', 'Tony Kynn', 'TKit', '8 Robinson Rd South', 'Ocean View', 'Brisbane', 'QLD / 4521', '', 'Australia', '1', 'Tony Kynn', 'TKit', '8 Robinson Rd South', 'Ocean View', 'Brisbane', 'QLD / 4521', '', 'Australia', '1', 'PayPal', '', '63', '', '', '', '', '2006-03-15 19:16:27', '2005-09-06 12:57:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1395', '175', 'Mark Sudfelt', '', '235 St Georges Road North', 'RD2', 'Hastings', '4221', '', 'New Zealand', '06 8776481', 'info@videomemories.co.nz', '1', 'Mark Sudfelt', '', '235 St Georges Road North', 'RD2', 'Hastings', '4221', '', 'New Zealand', '1', 'Mark Sudfelt', '', '235 St Georges Road North', 'RD2', 'Hastings', '4221', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'M C Sudfelt', '4921XXXXXXXX6357', '0207', '2005-09-11 09:10:04', '2005-09-06 23:09:11', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1399', '178', 'Radovan Djuricic', '', '3/53 Bathurst Street', 'Liverpool', 'SYDNEY', 'NSW 2170', '', 'Australia', '0410 270 970', 'ras1@hotkey.net.au', '1', 'Radovan Djuricic', '', '3/53 Bathurst Street', 'Liverpool', 'SYDNEY', 'NSW 2170', '', 'Australia', '1', 'Radovan Djuricic', '', '3/53 Bathurst Street', 'Liverpool', 'SYDNEY', 'NSW 2170', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Radovan Djuricic', '4940XXXXXXXX7385', '1106', '2005-09-07 13:41:23', '2005-09-07 13:30:04', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1397', '167', 'Peter Kerstan', '', '23 Ripley Rd', 'West Moonah', 'Glenorchy', 'Tas. 7009', '', 'Australia', '0362726981', 'pkerstan@netspace.net.au', '1', 'Peter Kerstan', '', '23 Ripley Rd', 'West Moonah', 'Glenorchy', 'Tas. 7009', '', 'Australia', '1', 'Peter Kerstan', '', '23 Ripley Rd', 'West Moonah', 'Glenorchy', 'Tas. 7009', '', 'Australia', '1', 'PayPal', '', '64', '', '', '', '', '2005-09-07 14:07:22', '2005-09-07 12:35:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1398', '177', 'Ian Moore', 'Advanced Robotic Technology P/L', '57 Trade Street', 'Lytton', 'Brisbane', '4178', '', 'Australia', '0438258255', 'ianrm@tpg.com.au', '1', 'Ian Moore', 'Advanced Robotic Technology P/L', '57 Trade Street', 'Lytton', 'Brisbane', '4178', '', 'Australia', '1', 'Ian Moore', 'Advanced Robotic Technology P/L', '57 Trade Street', 'Lytton', 'Brisbane', '4178', '', 'Australia', '1', 'PayPal', '', '65', '', '', '', '', '2005-09-07 13:53:34', '2005-09-07 12:55:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1400', '176', 'Ian Webster', '', '35 Tarrabool str', 'Amaroo', 'Canberra', 'ACT/2914', '', 'Australia', '0262623158', 'pr_webster@hotmail.com', '1', 'Ian Webster', '', '35 Tarrabool str', 'Amaroo', 'Canberra', 'ACT/2914', '', 'Australia', '1', 'Ian Webster', '', '35 Tarrabool str', 'Amaroo', 'Canberra', 'ACT/2914', '', 'Australia', '1', 'PayPal', '', '66', '', '', '', '', '2005-09-08 12:04:34', '2005-09-07 23:24:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1419', '55', 'James Sugrue', 'NetCon Ltd', '42 Meadows Road', 'Washdyke', 'Timaru', '', '', 'New Zealand', '036874660', 'james.sugrue@netcon.co.nz', '1', 'James Sugrue', 'NetCon Ltd', '42 Meadows Road', 'Washdyke', 'Timaru', '', '', 'New Zealand', '1', 'James Sugrue', 'NetCon Ltd', '42 Meadows Road', 'Washdyke', 'Timaru', '', '', 'New Zealand', '1', 'PayPal', '', '70', '', '', '', '', '2005-09-13 14:13:40', '2005-09-13 09:33:03', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1901', '698', 'David Ledger', 'Saab Systems', '21 Third Ave', 'Mawson Lakes', 'Adelaide', '5095', '', 'Australia', '08 83433761', 'david.ledger@saabsystems.com.au', '1', 'David Ledger', 'Saab Systems', '21 Third Ave', 'Mawson Lakes', 'Adelaide', '5095', '', 'Australia', '1', 'David Ledger', 'Saab Systems', '21 Third Ave', 'Mawson Lakes', 'Adelaide', '5095', '', 'Australia', '1', 'PayPal', '', '379', '', '', '', '', '2006-04-15 16:12:46', '2006-04-14 16:40:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1403', '183', 'John Dale', 'Goldies Place', '129 Copeland Rd', 'Copeland', 'Gloucester', 'NSW 2422', '', 'Australia', '0427584330', 'goldie@goldiesplace.com.au', '1', 'John Dale', 'Goldies Place', '129 Copeland Rd', 'Copeland', 'Gloucester', 'NSW 2422', '', 'Australia', '1', 'John Dale', 'Goldies Place', '129 Copeland Rd', 'Copeland', 'Gloucester', 'NSW 2422', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'John Dale', '5502XXXXXXXX5833', '0508', '2005-09-09 15:04:45', '2005-09-09 01:03:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1404', '184', 'Tyson Stelzer', 'Wine Press', '525 Underwood Rd', 'Rochedale', 'Brisbane', 'QLD 4123', '', 'Australia', '61 402 821 230', 'stelzer@winepress.com.au', '1', 'Tyson Stelzer', 'Wine Press', '525 Underwood Rd', 'Rochedale', 'Brisbane', 'QLD 4123', '', 'Australia', '1', 'Tyson Stelzer', 'Wine Press', '525 Underwood Rd', 'Rochedale', 'Brisbane', 'QLD 4123', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-09 15:03:14', '2005-09-09 03:00:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1405', '185', 'Darren Stevens', '', '4a Whitehaven Ave', '', 'Quakers Hill', 'NSW 2763', '', 'Australia', '0412 106 141', 'worstnightmare@gmail.com', '1', 'Darren Stevens', '', '4a Whitehaven Ave', '', 'Quakers Hill', 'NSW 2763', '', 'Australia', '1', 'Darren Stevens', '', '4a Whitehaven Ave', '', 'Quakers Hill', 'NSW 2763', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-09 15:02:31', '2005-09-09 14:56:56', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1406', '186', 'John Pearce', '', '60 Garden Street', 'Maroubra', 'Sydney', 'NSW 2035', '', 'Australia', '029 345 0072', 'john@aaacashregisterhire.com.au', '1', 'John Pearce', '', '60 Garden Street', 'Maroubra', 'Sydney', 'NSW 2035', '', 'Australia', '1', 'John Pearce', '', '60 Garden Street', 'Maroubra', 'Sydney', 'NSW 2035', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'John Pearce', '4564XXXXXXXX2422', '0307', '2005-09-09 15:15:39', '2005-09-09 15:08:54', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1410', '189', 'Jim Thom', '', '10B Mary Street', 'Essendon', 'Victoria', '3040', '', 'Australia', '93372906', 'jimthom@optusnet.com.au', '1', 'Jim Thom', '', '10B Mary Street', 'Essendon', 'Victoria', '3040', '', 'Australia', '1', 'Jim Thom', '', '10B Mary Street', 'Essendon', 'Victoria', '3040', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-13 14:27:36', '2005-09-10 16:42:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1900', '691', 'Ben Morison', 'Wills The Quadrant', '7-11 The Quadrant Mall', 'Launceston', '7250', 'TAS', '', 'Australia', '(03) 6331 5688', 'bmorison@willsthequadrant.com.au', '1', 'Ben Morison', 'Wills The Quadrant', '7-11 The Quadrant Mall', 'Launceston', '7250', 'TAS', '', 'Australia', '1', 'Ben Morison', 'Wills The Quadrant', '7-11 The Quadrant Mall', 'Launceston', '7250', 'TAS', '', 'Australia', '1', 'PayPal', '', '378', '', '', '', '', '2006-04-15 16:13:31', '2006-04-13 19:21:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1409', '188', 'Noel Archer', '', 'Level 5, 89 St Georges Tce', '', 'Perth', 'WA 6000', '', 'Australia', '+61 43 999 8030', 'noel@redoxres.com', '1', 'Noel Archer', '', 'Level 5, 89 St Georges Tce', '', 'Perth', 'WA 6000', '', 'Australia', '1', 'Noel Archer', '', 'Level 5, 89 St Georges Tce', '', 'Perth', 'WA 6000', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Noel Archer', '4940XXXXXXXX4757', '1106', '2005-09-09 16:14:05', '2005-09-09 16:05:28', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1411', '190', 'Susan Newton', '', '9 John St', '', 'LARGS', 'NSW', '', 'Australia', '0249300364', 'quesera@comcen.com.au', '1', 'Susan Newton', '', '9 John St', '', 'LARGS', 'NSW', '', 'Australia', '1', 'Susan Newton', '', '9 John St', '', 'LARGS', 'NSW', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-13 14:16:38', '2005-09-10 18:46:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1412', '191', 'Matt Crellin', 'Neo Knowledge', 'PO Box 984', 'West Perth', 'West Perth', 'WA', '', 'Australia', '0894864444', 'crells@iinet.net.au', '1', 'Matt Crellin', 'Market Equity', 'Level 1, 1292 Hay St', 'West Perth', '6005', 'WA', '', 'Australia', '1', 'Matt Crellin', 'Neo Knowledge', 'PO Box 984', 'West Perth', 'West Perth', 'WA', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-13 14:16:10', '2005-09-11 02:55:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1413', '192', 'Nadaav Thivy', 'Synergy Innovations', '1, Flierl Place', 'Flynn', 'Canberra', 'ACT', '', 'Australia', '0413314256', 'nadaav_thivy@synnovations.com.au', '1', 'Ruben Morton', 'Synergy Innovations', '1, Flierl Place', 'Flynn', 'Canberra', 'ACT - 2615', '', 'Australia', '1', 'Nadaav Thivy', 'Synergy Innovations', '1, Flierl Place', 'Flynn', 'Canberra', 'ACT', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Nadaav Thivy', '5163XXXXXXXX2879', '0307', '2005-09-12 09:23:45', '2005-09-12 02:32:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1415', '180', 'Juan Travaini', '', '114 Malaya Rd', '', 'Puckapunyal', '', '', 'Australia', '0417768099', 'juan.travaini@mail.com', '1', 'Juan Travaini', '', '114 Malaya Road', '', 'Puckapunyal', 'VIC 3662', '', 'Australia', '1', 'Juan Travaini', '', '114 Malaya Road', '', 'Puckapunyal', 'VIC 3662', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Juan Travaini', '4940XXXXXXXX4759', '0407', '2005-09-13 09:26:29', '2005-09-12 12:13:09', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1422', '197', 'Boyd Taylor', 'JGSF', 'HMNZ Naval Base', 'Private Bag 32901', 'Devonport', 'AK9', '', 'New Zealand', '09 445 5945', 'boyd.taylor@nzdf.mil.nz', '1', 'Boyd Taylor', 'JGSF', 'HMNZ Naval Base', 'Private Bag 32901', 'Devonport', 'AK9', '', 'New Zealand', '1', 'Boyd Taylor', 'JGSF', 'HMNZ Naval Base', 'Private Bag 32901', 'Devonport', 'AK9', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-15 19:14:36', '2005-09-13 14:33:02', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1417', '193', 'Geoff Parish', 'Advanced Technologies Internatio', 'PO Box 3274', '', 'Erina', 'NSW 2250', '', 'Australia', '(61) 0243 222099', 'geoff@atilighting.com', '1', 'Geoff Parish', 'Advanced Technologies Internatio', 'PO Box 3274', '', 'Erina', 'NSW 2250', '', 'Australia', '1', 'Geoff Parish', 'Advanced Technologies Internatio', 'PO Box 3274', '', 'Erina', 'NSW 2250', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Geoff Parish', '5313XXXXXXXX1121', '0806', '2005-09-13 14:14:59', '2005-09-12 17:54:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1418', '194', 'Badaoui Safi', 'BH Supplies Pty Ltd', 'Warehouse 6, 38 Canterbury Rd', 'Bankstown', '2200', 'NSW', '', 'Australia', '02 9709 5233', 'bsafi@bhsupplies.com.au', '1', 'Badaoui Safi', 'BH Supplies Pty Ltd', 'Warehouse 6, 38 Canterbury Rd', 'Bankstown', '2200', 'NSW', '', 'Australia', '1', 'Badaoui Safi', 'BH Supplies Pty Ltd', 'Warehouse 6, 38 Canterbury Rd', 'Bankstown', '2200', 'NSW', '', 'Australia', '1', 'PayPal', '', '69', '', '', '', '', '2005-09-13 14:14:21', '2005-09-12 21:37:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1420', '196', 'David Wren', 'Passmark Software P/L', 'Suite 10, Level 1', '38 Waterloo Street', 'Surrey Hills', 'NSW 2010', '', 'Australia', '02 969 00 444', 'david@passmark.com', '1', 'David Wren', 'Passmark Software P/L', 'Suite 10, Level 1', '38 Waterloo Street', 'Surrey Hills', 'NSW 2010', '', 'Australia', '1', 'David Wren', 'Passmark Software P/L', 'Suite 10, Level 1', '38 Waterloo Street', 'Surrey Hills', 'NSW 2010', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'David Wren', '5163XXXXXXXX6705', '0807', '2005-09-13 14:12:26', '2005-09-13 10:10:38', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1421', '75', 'Andrew Haslam', 'MarineTech Computers Ltd', '55 Springfield Rd', 'Western Springs', 'Auckland', '1002', '', 'New Zealand', '(09) 846 9898', 'ahaslam@marinetech.co.nz', '1', 'Andrew Haslam', 'MarineTech Computers Ltd', '55 Springfield Rd', 'Western Springs', 'Auckland', '1002', '', 'New Zealand', '1', 'Andrew Haslam', 'MarineTech Computers Ltd', '55 Springfield Rd', 'Western Springs', 'Auckland', '1002', '', 'New Zealand', '1', 'PayPal', '', '71', '', '', '', '', '2005-09-13 14:26:40', '2005-09-13 14:12:04', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1423', '198', 'Simon Yanovsky', 'Opticvision Eyewear', '35 The Promenade', '', 'Narre Warren South', 'VIC 3805', '', 'Australia', '03 9705 0099', 'simon@opticvision.net', '1', 'Simon Yanovsky', 'Opticvision Eyewear', '35 The Promenade', '', 'Narre Warren South', 'VIC 3805', '', 'Australia', '1', 'Simon Yanovsky', 'Opticvision Eyewear', '35 The Promenade', '', 'Narre Warren South', 'VIC 3805', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Simon Yanovsky', '5353XXXXXXXX6809', '0407', '2005-09-15 10:56:38', '2005-09-13 17:29:58', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1424', '200', 'shane brew', '', '14 Chesterfield Place', '', 'Ipswich', 'Queensland', '', 'Australia', '07 32940062', 'shanebrew89@optusnet.com.au', '1', 'shane brew', '', '14 Chesterfield Place', '', '4305', 'Queensland', '', 'Australia', '1', 'shane brew', '', '14 Chesterfield Place', '', '4305', 'Queensland', '', 'Australia', '1', 'Bank Transfer Payments', '', '72', '', '', '', '', '2005-09-15 11:06:23', '2005-09-13 19:10:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1427', '205', 'J?r?me LECOINTRE', 'MASSEY UNIVERSITY', 'INR/Earth Sciences - MASSEY UNIVERSITY', 'Turitea Campus', 'Palmerston North', 'Private Ba', '', 'New Zealand', '(06)350.5799 x 7391', 'J.A.Lecointre@massey.ac.nz', '1', 'J?r?me LECOINTRE', 'MASSEY UNIVERSITY', 'INR/Earth Sciences - MASSEY UNIVERSITY', 'Turitea Campus', 'Palmerston North', 'Private Ba', '', 'New Zealand', '1', 'J?r?me LECOINTRE', 'MASSEY UNIVERSITY', 'INR/Earth Sciences - MASSEY UNIVERSITY', 'Turitea Campus', 'Palmerston North', 'Private Ba', '', 'New Zealand', '1', 'PayPal', '', '74', '', '', '', '', '2005-09-18 16:14:47', '2005-09-15 12:14:25', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1425', '202', 'Peter Elgar', 'AL-KO International Pty Ltd', '67 Nathan Road', 'Dandenong South', 'Dandenong South', 'Vic 3175', '', 'Australia', '03 9767 3700', 'pelgar@alko.com.au', '1', 'Peter Elgar', 'AL-KO International Pty Ltd', '67 Nathan Road', 'Dandenong South', 'Dandenong South', 'Vic 3175', '', 'Australia', '1', 'Peter Elgar', 'AL-KO International Pty Ltd', '67 Nathan Road', 'Dandenong South', 'Dandenong South', 'Vic 3175', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-15 10:53:44', '2005-09-14 12:56:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1426', '203', 'Stewart Lowndes', '', 'PO Box 95', 'Joondalup', 'Perth', 'WA / 6919', '', 'Australia', '0417975094', 'lows@ljbc.wa.edu.au', '1', 'Stewart Lowndes', '', '4 Kane St', 'Kingsley', 'Perth', 'WA / 6026', '', 'Australia', '1', 'Stewart Lowndes', '', 'PO Box 95', 'Joondalup', 'Perth', 'WA / 6919', '', 'Australia', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Stewart Lowndes', '4072XXXXXXXX6674', '1108', '2005-09-15 10:55:06', '2005-09-14 15:11:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1428', '207', 'David York', '', '337 The Scenic Rd', '', 'MacMasters Beach', 'NSW', '', 'Australia', '+61243824661', 'newyorks@hotmail.com', '1', 'David York', '', '337 The Scenic Rd', '', 'MacMasters Beach', 'NSW', '', 'Australia', '1', 'David York', '', '337 The Scenic Rd', '', 'macmasters beach', 'NSW, 2251', '', 'Australia', '1', 'PayPal', '', '75', '', '', '', '', '2005-09-18 16:15:29', '2005-09-15 17:08:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1429', '145', 'jeff adams', 'homebay water taxi & cruises', 'State Highway 38', 'waikaremoana', 'Wairoa', '2058', '', 'New Zealand', '068373826', 'jeff@waikaremoana.com', '1', 'jeff adams', 'homebay water taxi & cruises', 'State Highway 38', 'waikaremoana', 'Wairoa', '2058', '', 'New Zealand', '1', 'jeff adams', 'homebay water taxi & cruises', 'State Highway 38', 'waikaremoana', 'Wairoa', '2058', '', 'New Zealand', '1', 'PayPal', '', '76', '', '', '', '', '2005-09-18 16:18:02', '2005-09-16 08:26:27', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1898', '695', 'Richard Slater', 'Works Infrastructure', '7 King Street', '', 'Marton', 'PO Box 255', '', 'New Zealand', '063275342', 'richard.slater@works.co.nz', '1', 'Richard Slater', 'Works Infrastructure', '7 King Street', '', 'Marton', 'PO Box 255', '', 'New Zealand', '1', 'Richard Slater', 'Works Infrastructure', '7 King Street', '', 'Marton', 'PO Box 255', '', 'New Zealand', '1', 'PayPal', '', '376', '', '', '', '', '2006-04-13 14:51:10', '2006-04-13 09:15:08', '3', '', 'NZD', '1.164000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1899', '697', 'Scott March', '', '118 Sentry Drive', 'Parklea', 'Sydney', 'NSW', '', 'Australia', '0410622306', 'sm6868@bigpond.net.au', '1', 'Scott March', '', '118 Sentry Drive', 'Parklea', 'Sydney', 'NSW', '', 'Australia', '1', 'Scott March', '', '118 Sentry Drive', 'Parklea', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '377', '', '', '', '', '2006-04-15 16:10:37', '2006-04-13 19:01:45', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1435', '212', 'Robert Palmer', 'Electrometals Technologies', '2/45 Galloway Drive', '', 'Ashmore', '4214', '', 'Australia', '0407038774', 'robertdotcomdotau@hotmail.com', '1', 'Robert Palmer', 'Electrometals Technologies', '28 Commercial Drive', '', 'Ashmore', 'Qld 4214', '', 'Australia', '1', 'Robert Palmer', 'Electrometals Technologies', '2/45 Galloway Drive', '', 'Ashmore', '4214', '', 'Australia', '1', 'PayPal', '', '78', '', '', '', '', '2005-09-18 16:21:42', '2005-09-17 15:16:47', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1432', '210', 'Clinton Pitt', '', '19 Owen Crescent', 'Urangan', 'Hervey Bay', 'Queensland', '', 'Australia', '0413456311', 'pitt@eladesom.com.au', '1', 'Clinton Pitt', '', '19 Owen Crescent', 'Urangan', 'Hervey Bay', 'Queensland', '', 'Australia', '1', 'Clinton Pitt', '', '19 Owen Crescent', 'Urangan', 'Hervey Bay', 'Queensland', '', 'Australia', '1', 'PayPal', '', '77', '', '', '', '', '2005-09-18 16:18:40', '2005-09-16 14:48:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1436', '213', 'Richard DuRieu', 'Southern Remote Sensing Pty Ltd', '7 Maple Road', 'Hawthorndene', 'Adelaide', 'SA 5051', '', 'Australia', '+61 8 82789059', 'srs@ozemail.com.au', '1', 'Richard DuRieu', 'Southern Remote Sensing Pty Ltd', '7 Maple Road', 'Hawthorndene', 'Adelaide', 'SA 5051', '', 'Australia', '1', 'Richard DuRieu', 'Southern Remote Sensing Pty Ltd', '7 Maple Road', 'Hawthorndene', 'Adelaide', 'SA 5051', '', 'Australia', '1', 'PayPal', '', '79', '', '', '', '', '2005-09-18 16:20:54', '2005-09-17 22:07:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1897', '692', 'Russell Sumich', 'Bridgeport Nominees Pty. Ltd.', '9 Mayne Close', 'Kardinya', 'Perth', '6163', '', 'Australia', '+61 419 146 783', 'russell@boombeeshark.com', '1', 'Russell Sumich', 'Bridgeport Nominees Pty. Ltd.', '9 Mayne Close', 'Kardinya', 'Perth', '6163', '', 'Australia', '1', 'Russell Sumich', 'Bridgeport Nominees Pty. Ltd.', '9 Mayne Close', 'Kardinya', 'Perth', '6163', '', 'Australia', '1', 'PayPal', '', '375', '', '', '', '', '2006-04-13 14:38:11', '2006-04-12 17:43:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1894', '687', 'Ben Magoch', 'System Elements', '4 Nita Court', '', 'Modbury North', 'SA 5092', '', 'Australia', '61-413236834', 'ben@systemelements.com.au', '1', 'Ben Magoch', 'System Elements', '4 Nita Court', '', 'Modbury North', 'SA 5092', '', 'Australia', '1', 'Ben Magoch', 'System Elements', '4 Nita Court', '', 'Modbury North', 'SA 5092', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-04-11 15:00:27', '2006-04-10 20:31:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1439', '216', 'Andre Steyn', '', '44 Devon Road', 'Bucklands Beach', 'Auckland', '1704', '', 'New Zealand', '09 534 0069', 'andre_steyn@msn.com', '1', 'Andre Steyn', '', '44 Devon Road', 'Bucklands Beach', 'Auckland', '1704', '', 'New Zealand', '1', 'Andre Steyn', '', '44 Devon Road', 'Bucklands Beach', 'Auckland', '1704', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-15 19:14:05', '2005-09-18 15:32:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1440', '217', 'harvey insler', '', '11 Willets Road', '', 'Harrison', 'New York', '', 'United States', '914-843-5005`', 'hinsler@earthling.net', '2', 'harvey insler', '', '11 Willets Road', '', 'Harrison', 'New York', '', 'United States', '2', 'harvey insler', '', '11 Willets Road', '', 'Harrison', 'New York', '', 'United States', '2', 'PayPal', '', '80', '', '', '', '', '2006-03-15 19:13:23', '2005-09-19 00:42:45', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1893', '685', 'John Johnson', '', '107 Branscombe Rd', 'Claremont', 'Claremont', '7011', '', 'Australia', '03 62750586', 'john_johnson@netspace.net.au', '1', 'John Johnson', '', '107 Branscombe Rd', 'Claremont', 'Claremont', '7011', '', 'Australia', '1', 'John Johnson', '', '107 Branscombe Rd', 'Claremont', 'Claremont', '7011', '', 'Australia', '1', 'PayPal', '', '372', '', '', '', '', '2006-04-10 13:53:01', '2006-04-09 11:01:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1443', '204', 'SAM Iliopoulos', 'Technology Business Internationa', '677 The Boulevard', 'EAGLEMONT', 'MELBOURNE', '3084', '', 'Australia', '61 3 8458 1045', 'sami@onq.com.au', '1', 'SAM Iliopoulos', 'Technology Business Internationa', '677 The Boulevard', 'EAGLEMONT', 'MELBOURNE', '3084', '', 'Australia', '1', 'SAM Iliopoulos', 'Technology Business Internationa', '677 The Boulevard', 'EAGLEMONT', 'MELBOURNE', '3084', '', 'Australia', '1', 'PayPal', '', '81', '', '', '', '', '2005-09-19 16:43:47', '2005-09-19 14:53:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1444', '218', 'pat hickey', '', '4 king edward street', 'south dunedin', 'dunedin', '9001', '', 'New Zealand', '64 3 4550826', 'pat@jsi.co.nz', '1', 'pat hickey', '', '4 king edward street', 'south dunedin', 'dunedin', '9001', '', 'New Zealand', '1', 'pat hickey', '', '4 king edward street', 'south dunedin', 'dunedin', '9001', '', 'New Zealand', '1', 'PayPal', '', '82', '', '', '', '', '2005-09-19 16:48:33', '2005-09-19 15:09:26', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1445', '219', 'Thomas Juospaitis', '', '160 Ocean Vista Drive', '', 'Maroochy River', 'QLD 4561', '', 'Australia', '61754466618', 'tom@tradertom.biz', '1', 'Thomas Juospaitis', '', '160 Ocean Vista Drive', '', 'Maroochy River', 'QLD 4561', '', 'Australia', '1', 'Thomas Juospaitis', '', '160 Ocean Vista Drive', '', 'Maroochy River', 'QLD 4561', '', 'Australia', '1', 'PayPal', '', '83', '', '', '', '', '2005-09-19 17:00:08', '2005-09-19 16:27:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1446', '220', 'Stephen Curtis', '', '374 Military Road', 'Vaucluse', 'Sydney', 'NSW / 2030', '', 'Australia', '+612 93373083', 'stephen@jetstart.net', '1', 'Stephen Curtis', '', '374 Military Road', 'Vaucluse', 'Sydney', 'NSW / 2030', '', 'Australia', '1', 'Stephen Curtis', '', '374 Military Road', 'Vaucluse', 'Sydney', 'NSW / 2030', '', 'Australia', '1', 'PayPal', '', '84', '', '', '', '', '2005-09-20 12:04:56', '2005-09-19 17:31:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1463', '230', 'Simon Verschaffelt', 'Massey University', 'Wool Building', 'University Avenue', 'Palmerston North', 'Massey Uni', '', 'New Zealand', '06 350 5270', 's.e.verschaffelt@massey.ac.nz', '1', 'Simon Verschaffelt', 'Massey University', 'Wool Building', 'University Avenue', 'Palmerston North', 'Massey Uni', '', 'New Zealand', '1', 'Simon Verschaffelt', 'Massey University', 'Wool Building', 'University Avenue', 'Palmerston North', 'Massey Uni', '', 'New Zealand', '1', 'PayPal', '', '89', '', '', '', '', '2005-09-23 13:23:40', '2005-09-22 15:24:25', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1448', '209', 'Paul Hansen', '', '14 Marsh Ave', '', 'Ballina', 'NSW', '', 'Australia', '02 66818820', 'bythesea@optusnet.com.au', '1', 'Paul Hansen', '', '14 Marsh Ave', '', 'Ballina', 'NSW', '', 'Australia', '1', 'Paul Hansen', '', '14 Marsh Ave', '', 'Ballina', 'NSW', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-20 12:05:32', '2005-09-19 18:14:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1462', '228', 'Derek Gower', 'Houston Medical', 'Box 1459', '', 'Hamilton', '', '', 'New Zealand', '021 987 196', 'drk@nzsoft.co.nz', '1', 'Derek Gower', 'Houston Medical', 'Box 1459', '', 'Hamilton', '', '', 'New Zealand', '1', 'Derek Gower', 'Houston Medical', 'Box 1459', '', 'Hamilton', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-21 21:43:14', '2005-09-21 16:19:04', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1460', '226', 'Euan Little', 'EMS Solutions NZ Limited', '305 Riddell Road', 'Glendowie', 'Auckland', '1005', '', 'New Zealand', '09 5756 486', 'Euan.Little@ems-solutions.com.au', '1', 'Euan Little', 'EMS Solutions NZ Limited', '305 Riddell Road', 'Glendowie', 'Auckland', '1005', '', 'New Zealand', '1', 'Euan Little', 'EMS Solutions NZ Limited', '305 Riddell Road', 'Glendowie', 'Auckland', '1005', '', 'New Zealand', '1', 'PayPal', '', '88', '', '', '', '', '2005-09-21 21:41:19', '2005-09-21 09:05:50', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1461', '227', 'Les Gibbs', 'West Coast Regional Council', '388 Main South Road', '', 'Greymouth', '', '', 'New Zealand', '03 7680466', 'lg@wcrc.govt.nz', '1', 'Les Gibbs', 'West Coast Regional Council', '388 Main South Road', '', 'Greymouth', '', '', 'New Zealand', '1', 'Les Gibbs', 'West Coast Regional Council', 'P O Box 66', '', 'Greymouth', '', '', 'New Zealand', '1', 'PayPal', '', '87', '', '', '', '', '2005-09-21 21:42:10', '2005-09-21 09:17:59', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1457', '224', 'Ryan Cauchi-Mills', 'Inter City Urgent Ltd', 'Bld 3, 1 William Pickering Dr', 'Albany Ind Estate', 'Auckland', '', '', 'New Zealand', '094142211', 'ryan@intercityurgent.co.nz', '1', 'Ryan Cauchi-Mills', 'Inter City Urgent Ltd', 'Bld 3, 1 William Pickering Dr', 'Albany Ind Estate', 'Auckland', '', '', 'New Zealand', '1', 'Ryan Cauchi-Mills', 'Inter City Urgent Ltd', 'Bld 3, 1 William Pickering Dr', 'Albany Ind Estate', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '86', '', '', '', '', '2005-09-20 16:53:09', '2005-09-20 12:05:19', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1458', '202', 'Peter Elgar', 'AL-KO International Pty Ltd', '67 Nathan Road', 'Dandenong South', 'Dandenong South', 'Vic 3175', '', 'Australia', '03 9767 3700', 'pelgar@alko.com.au', '1', 'Peter Elgar', 'AL-KO International Pty Ltd', '67 Nathan Road', 'Dandenong South', 'Dandenong South', 'Vic 3175', '', 'Australia', '1', 'Peter Elgar', 'AL-KO International Pty Ltd', '67 Nathan Road', 'Dandenong South', 'Dandenong South', 'Vic 3175', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-09-21 21:40:40', '2005-09-20 17:10:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1454', '214', 'david briese', 'greenaussiecleaner', '26 louisa lawson cres', 'gilmore', 'canberra', '2905', '', 'Australia', '02 62983505', 'dcbriese@iprimus.com.au', '1', 'david briese', 'greenaussiecleaner', '26 louisa lawson cres', 'gilmore', 'canberra', '2905', '', 'Australia', '1', 'david briese', 'greenaussiecleaner', '26 louisa lawson cres', 'gilmore', 'canberra', '2905', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-20 12:38:39', '2005-09-19 22:07:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1455', '221', 'Henk Hiemstra', 'H&AK Partners Ltd', 'PO Box 11344', '', 'Wellington', '', '', 'New Zealand', '0272415053', 'hakh@xtra.co.nz', '1', 'Henk Hiemstra', 'H&AK Partners Ltd', 'PO Box 11344', '', 'Wellington', '', '', 'New Zealand', '1', 'Henk Hiemstra', 'H&AK Partners Ltd', 'PO Box 11344', '', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '85', '', '', '', '', '2005-09-20 12:06:55', '2005-09-20 08:09:25', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1456', '223', 'Casey Coetzer', '', '11 Sunnydale Place', '', 'Albany', '', '', 'New Zealand', '021445819', 'casey@horizonpacific.com', '1', 'Casey Coetzer', '', '11 Sunnydale Place', '', 'Albany', '', '', 'New Zealand', '1', 'Casey Coetzer', '', '11 Sunnydale Place', '', 'Albany', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-09-20 16:54:02', '2005-09-20 10:53:26', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1464', '231', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '09-376-7049', 'gavin@goldtech.co.nz', '1', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '1', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-09-26 10:13:25', '2005-09-23 01:55:47', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1465', '233', 'Michael Brown', '', '5 Kellsmere Crescent', 'Island Bay', 'Wellington', '6002', '', 'New Zealand', '64 4 9704078', 'michael_brown@paradise.net.nz', '1', 'Michael Brown', '', '5 Kellsmere Crescent', 'Island Bay', 'Wellington', '6002', '', 'New Zealand', '1', 'Michael Brown', '', '5 Kellsmere Crescent', 'Island Bay', 'Wellington', '6002', '', 'New Zealand', '1', 'PayPal', '', '90', '', '', '', '', '2005-09-23 13:23:05', '2005-09-23 12:36:45', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1892', '684', 'Alan Lawrence', 'Networking Security Solutions', '20 Driiftwood Court', 'Rural View', 'Mackay', 'QLD, 4740', '', 'Australia', '07-4955-1244', 'alan@networkingsecuritysolutions.com.au', '1', 'Alan Lawrence', 'Networking Security Solutions', '20 Driiftwood Court', 'Rural View', 'Mackay', 'QLD, 4740', '', 'Australia', '1', 'Alan Lawrence', 'Networking Security Solutions', '20 Driiftwood Court', 'Rural View', 'Mackay', 'QLD, 4740', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-04-10 13:48:51', '2006-04-08 23:40:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1467', '238', 'David uchaz', '', '10 Luxton Terrace', 'seaford', 'Melbourne', '3198', '', 'Australia', '0433974500', 'uchaz@optusnet.com.au', '1', 'David uchaz', '', '10 Luxton Terrace', 'seaford', 'Melbourne', '3198', '', 'Australia', '1', 'David uchaz', '', '10 Luxton Terrace', 'seaford', 'Melbourne', '3198', '', 'Australia', '1', 'PayPal', '', '91', '', '', '', '', '2005-09-26 10:02:57', '2005-09-25 00:32:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1468', '239', 'Grahame Cave', 'Rentals Direct', '140 Berrigans Rd', '', 'GOLD COAST', '4213', '', 'Australia', '61755 227272', 'grahame@rentalsdirect.com.au', '1', 'Grahame Cave', 'Rentals Direct', '140 Berrigans Rd', '', 'GOLD COAST', '4213', '', 'Australia', '1', 'Grahame Cave', 'Rentals Direct', '140 Berrigans Rd', '', 'GOLD COAST', '4213', '', 'Australia', '1', 'Bank Transfer Payments', '', '92', '', '', '', '', '2005-09-26 10:41:23', '2005-09-25 10:21:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1891', '684', 'Alan Lawrence', 'Networking Security Solutions', '20 Driiftwood Court', 'Rural View', 'Mackay', 'QLD, 4740', '', 'Australia', '07-4955-1244', 'alan@networkingsecuritysolutions.com.au', '1', 'Alan Lawrence', 'Networking Security Solutions', '20 Driiftwood Court', 'Rural View', 'Mackay', 'QLD, 4740', '', 'Australia', '1', 'Alan Lawrence', 'Networking Security Solutions', '20 Driiftwood Court', 'Rural View', 'Mackay', 'QLD, 4740', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-10 10:10:27', '2006-04-08 22:33:32', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1485', '256', 'matt camp', '', '31 Koraha St', 'Remuera', 'Auckland', '', '', 'New Zealand', '021746071', 'matt@twisted.co.nz', '1', 'matt camp', '', '31 Koraha St', 'Remuera', 'Auckland', '', '', 'New Zealand', '1', 'matt camp', '', '31 Koraha St', 'Remuera', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-09-29 14:49:06', '2005-09-29 13:50:02', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1471', '242', 'Richard J Coombs', '', '5 Court Street', '', 'Box Hill', 'Victoria', '', 'Australia', '61 3 9898 0077', 'rjcoombs@bigfoot.com', '1', 'Richard J Coombs', '', '5 Court Street', '', 'Box Hill', 'Victoria', '', 'Australia', '1', 'Richard J Coombs', '', '5 Court Street', '', 'Box Hill', 'Victoria', '', 'Australia', '1', 'PayPal', '', '93', '', '', '', '', '2005-09-27 08:35:52', '2005-09-26 16:53:26', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1476', '248', 'Nick Andrew', 'Tullnet Pty Ltd', '11 Lyndale Place', '', 'Belrose', 'NSW 2085', '', 'Australia', '+61419837139', 'nick-efrontier@tull.net', '1', 'Nick Andrew', 'Tullnet Pty Ltd', '11 Lyndale Place', '', 'Belrose', 'NSW 2085', '', 'Australia', '1', 'Nick Andrew', 'Tullnet Pty Ltd', '11 Lyndale Place', '', 'Belrose', 'NSW 2085', '', 'Australia', '1', 'PayPal', '', '98', '', '', '', '', '2005-09-27 16:41:30', '2005-09-27 12:49:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1477', '249', 'Charbel Mardini', '', '25 Liberty St', '', 'Belmore', 'NSW 2192', '', 'Australia', '0416 065 667', 'formwork@iprimus.com.au', '1', 'Charbel Mardini', '', '25 Liberty St', '', 'Belmore', 'NSW 2192', '', 'Australia', '1', 'Charbel Mardini', '', '25 Liberty St', '', 'Belmore', 'NSW 2192', '', 'Australia', '1', 'PayPal', '', '99', '', '', '', '', '2005-09-27 16:40:48', '2005-09-27 13:13:59', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1478', '250', 'Kenneth Macdonald', '', '4 Sherrian Close', 'Dudley', 'newcastle', 'Nsw 2290', '', 'Australia', '61 2 49460275', 'ksmac@cnn.net.au', '1', 'Kenneth Macdonald', '', '4 Sherrian Close', 'Dudley', 'newcastle', 'Nsw 2290', '', 'Australia', '1', 'Kenneth Macdonald', '', '4 Sherrian Close', 'Dudley', 'newcastle', 'Nsw 2290', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-29 14:51:22', '2005-09-27 20:44:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1495', '266', 'Andrew North', '', 'PO Box 682', '', 'Quoiba', '7310', '', 'Australia', '03 6427 3226', 'andinsight@dodo.com.au', '1', 'Andrew North', '', 'PO Box 682', '', 'Quoiba', '7310', '', 'Australia', '1', 'Andrew North', '', 'PO Box 682', '', 'Quoiba', '7310', '', 'Australia', '1', 'PayPal', '', '108', '', '', '', '', '2006-03-15 19:10:41', '2005-10-03 20:33:10', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1480', '253', 'Mark Petty', 'Electronic Insurance Assessors', '14 Curran Way', 'Tootgarook', 'Tootgarook', 'Victoria 3', '', 'Australia', '+61359851282', 'email@electronicinsuranceassessors.com', '1', 'Mark Petty', 'Electronic Insurance Assessors', '14 Curran Way', 'Tootgarook', 'Victoria', '3941', '', 'Australia', '1', 'Mark Petty', 'Electronic Insurance Assessors', '14 Curran Way', 'Tootgarook', 'Tootgarook', 'Victoria 3', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-29 14:50:05', '2005-09-28 16:12:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1481', '199', 'Reiner Goguel', '', '14 Howard Road', 'Point Howard', 'Eastbourne', '6008', '', 'New Zealand', '04-5684640', 'e.goguel@paradise.net.nz', '1', 'Reiner Goguel', '', '14 Howard Road', 'Point Howard', 'Eastbourne', '6008', '', 'New Zealand', '1', 'Reiner Goguel', '', '14 Howard Road', 'Point Howard', 'Eastbourne', '6008', '', 'New Zealand', '1', 'PayPal', '', '100', '', '', '', '', '2005-09-29 14:50:50', '2005-09-28 17:44:09', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1482', '189', 'Jim Thom', '', '10B Mary Street', 'Essendon', 'Victoria', '3040', '', 'Australia', '93372906', 'jimthom@optusnet.com.au', '1', 'Jim Thom', '', '10B Mary Street', 'Essendon', 'Victoria', '3040', '', 'Australia', '1', 'Jim Thom', '', '10B Mary Street', 'Essendon', 'Victoria', '3040', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-09-30 17:05:50', '2005-09-28 19:39:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1483', '254', 'Paul Tervit', '', '60 Stout St', '', 'Gisborne', '', '', 'New Zealand', '06 8633066', 'paul.tervit@xtra.co.nz', '1', 'Paul Tervit', '', '60 Stout St', '', 'Gisborne', '', '', 'New Zealand', '1', 'Paul Tervit', '', '60 Stout St', '', 'Gisborne', '', '', 'New Zealand', '1', 'PayPal', '', '101', '', '', '', '', '2005-09-29 14:52:04', '2005-09-28 22:57:29', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1484', '255', 'Pierre Kapel', 'AutoFocus Holdings Pty Ltd', '86 Ninth Avenue', 'St Lucia', 'Brisbane', 'Qld 4067', '', 'Australia', '+61408680659', 'pierre_kapel@hotmail.com', '1', 'Pierre Kapel', 'AutoFocus Holdings Pty Ltd', '86 Ninth Avenue', 'St Lucia', 'Brisbane', 'Qld 4067', '', 'Australia', '1', 'Pierre Kapel', 'AutoFocus Holdings Pty Ltd', '86 Ninth Avenue', 'St Lucia', 'Brisbane', 'Qld 4067', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-10-04 13:24:53', '2005-09-29 01:13:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1486', '257', 'Stu Bradbury', '', '322 Finnis Road', '', 'Feilding', '5600', '', 'New Zealand', '063287726', 'stu@wheresmycows.com', '1', 'Stu Bradbury', '', '322 Finnis Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'Stu Bradbury', '', '322 Finnis Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-10-03 11:02:51', '2005-09-29 22:44:46', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1487', '258', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '0422 151 120', 'm27.jones@student.qut.edu.au', '1', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '1', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '1', 'PayPal', '', '102', '', '', '', '', '2005-09-30 16:36:10', '2005-09-29 23:37:50', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1488', '57', 'David Lee', '', '11 Kendall St', 'PYMBLE', 'SYDNEY', 'NSW 2073', '', 'Australia', '0414635920', 'patanddave@netspace.net.au', '1', 'David Lee', '', '11 Kendall St', 'PYMBLE', 'SYDNEY', 'NSW 2073', '', 'Australia', '1', 'David Lee', '', '11 Kendall St', 'PYMBLE', 'SYDNEY', 'NSW 2073', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-10-04 13:24:28', '2005-09-30 09:32:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1489', '259', 'John Hickman', '', '15 Taimate Road', '', 'Ward', '7350', '', 'New Zealand', '021731026', 'jhickman@ihug.co.nz', '1', 'John Hickman', '', '15 Taimate Road', '', 'Ward', '7350', '', 'New Zealand', '1', 'John Hickman', '', '15 Taimate Road', '', 'Ward', '7350', '', 'New Zealand', '1', 'PayPal', '', '103', '', '', '', '', '2005-09-30 17:02:17', '2005-09-30 11:31:37', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1490', '260', 'John Holm', 'DSTO', 'Wharf 17 Pirrama Road', 'Pyrmont', 'Sydney', 'NSW 2009', '', 'Australia', '(02) 9692 1446', 'john.holm@dsto.defence.gov.au', '1', 'John Holm', 'DSTO', 'Wharf 17 Pirrama Road', 'Pyrmont', 'Sydney', 'NSW 2009', '', 'Australia', '1', 'John Holm', 'DSTO', 'Wharf 17 Pirrama Road', 'Pyrmont', 'Sydney', 'NSW 2009', '', 'Australia', '1', 'PayPal', '', '104', '', '', '', '', '2005-10-03 11:06:16', '2005-09-30 17:39:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1492', '262', 'Peter Senden', '', '9 Stormvogel Crt', 'Coomera Waters', 'Gold Coast', 'QLD/ 4209', '', 'Australia', '0412196554', 'psende@tpg.com.au', '1', 'Peter Senden', 'Philips', '18 Metroplex Ave', 'Murrarie', 'Brisbane', '4172', '', 'Australia', '1', 'Peter Senden', '', '9 Stormvogel Crt', 'Coomera Waters', 'Gold Coast', 'QLD/ 4209', '', 'Australia', '1', 'PayPal', '', '105', '', '', '', '', '2005-10-03 11:04:59', '2005-10-01 11:29:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1493', '263', 'Graham Wheeler', '', '10 Country Way', '', 'Bathurst', 'NSW', '', 'Australia', '610263342610', 'GW1968@bigpond.net.au', '1', 'Graham Wheeler', '', '10 Country Way', '', 'Bathurst', 'NSW', '', 'Australia', '1', 'Graham Wheeler', '', '10 Country Way', '', 'Bathurst', 'NSW', '', 'Australia', '1', 'PayPal', '', '106', '', '', '', '', '2005-10-03 11:04:28', '2005-10-02 11:34:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1494', '264', 'Michael Keyworth', '', '30 Augustus Street', '', 'Carterton', '', '', 'New Zealand', '063799301', 'mike@bbsb.co.nz', '1', 'Mike Keyworth', 'Healthcare of New Zealand', 'Crombie & Lockwood House', 'Dixon Street', 'Wellington', '', '', 'New Zealand', '1', 'Michael Keyworth', '', '30 Augustus Street', '', 'Carterton', '', '', 'New Zealand', '1', 'PayPal', '', '107', '', '', '', '', '2005-10-03 11:03:45', '2005-10-02 12:27:52', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1502', '273', 'Simon Taylor', 'TGC', 'Unit 4/13 Gibbens rd', 'Gosford West', 'Central Coast', '2250', '', 'Australia', '0412 641106', 'simon@taylorgroup.com.au', '1', 'Simon Taylor', 'TGC', 'Unit 4/13 Gibbens rd', 'Gosford West', 'Central Coast', '2250', '', 'Australia', '1', 'Simon Taylor', 'TGC', 'Unit 4/13 Gibbens rd', 'Gosford West', 'Central Coast', '2250', '', 'Australia', '1', 'PayPal', '', '113', '', '', '', '', '2005-10-10 11:43:59', '2005-10-08 18:04:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1887', '680', 'Michael Croot', 'Trimble', 'P O Box 8729', '', 'Christchruch', '8001', '', 'New Zealand', '03 9635603', 'mcroot@trimble.co.nz', '1', 'Michael Croot', 'Trimble', 'P O Box 8729', '', 'Christchruch', '8001', '', 'New Zealand', '1', 'Michael Croot', 'Trimble', 'P O Box 8729', '', 'Christchruch', '8001', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '369', '', '', '', '', '2006-04-06 11:12:54', '2006-04-05 15:16:32', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1498', '268', 'Euan Little', 'EMS Solutions NZ Limited', '305 Riddell Road', 'Glendowie', 'Auckland', '', '', 'New Zealand', '09 575 6486', 'Euan.Little@ems-solutions.com.au', '1', 'Euan Little', 'EMS Solutions NZ Limited', '305 Riddell Road', 'Glendowie', 'Auckland', '', '', 'New Zealand', '1', 'Euan Little', 'EMS Solutions NZ Limited', '305 Riddell Road', 'Glendowie', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-10-05 15:17:21', '2005-10-05 15:04:13', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1499', '267', 'Damien Rivalland', '', '7 Julius Crescent', 'Noble Park North', 'Melbourne', 'Victoria /', '', 'Australia', '0412 096 937', 'damorivalland@optusnet.com.au', '1', 'Damien Rivalland', '', '7 Julius Crescent', 'Noble Park North', 'Melbourne', '3174', '', 'Australia', '1', 'Damien Rivalland', '', '7 Julius Crescent', 'Noble Park North', 'Melbourne', 'Victoria /', '', 'Australia', '1', 'PayPal', '', '111', '', '', '', '', '2005-10-06 09:50:21', '2005-10-06 01:34:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1500', '271', 'Pascal Cotinaut', '', '2 Pindrie Place', 'Belrose', 'Sydney', 'NSW 2085', '', 'Australia', '0411 254 070', 'cotinautp@stgeorge.com.au', '1', 'Pascal Cotinaut', '', '2 Pindrie Place', 'Belrose', 'Sydney', 'NSW 2085', '', 'Australia', '1', 'Pascal Cotinaut', '', '2 Pindrie Place', 'Belrose', 'Sydney', 'NSW 2085', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-10-07 14:40:21', '2005-10-06 18:01:33', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1501', '272', 'David Saunders', '', '42c etrema loop', 'South Headland', 'Port Headland', 'WA 6722', '', 'Australia', '0409856810', 'davjsaund@hotmail.com', '1', 'David Saunders', '', '42c etrema loop', 'South Headland', 'Port Headland', 'WA 6722', '', 'Australia', '1', 'David Saunders', '', '42c etrema loop', 'South Headland', 'Port Headland', 'WA 6722', '', 'Australia', '1', 'PayPal', '', '112', '', '', '', '', '2005-10-07 14:50:35', '2005-10-07 02:07:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1503', '274', 'Graham Stevenson', '', 'St Francis College', '', 'Wagga Wagga', 'NSW/2678', '', 'Australia', '0427871160', 'gsteve06@postoffice.csu.edu.au', '1', 'Graham Stevenson', '', 'St Francis College', '', 'Wagga Wagga', 'NSW/2678', '', 'Australia', '1', 'Graham Stevenson', '', 'St Francis College', '', 'Wagga Wagga', 'NSW/2678', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-10-12 15:23:04', '2005-10-08 20:36:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1505', '277', 'Kevin Ormond', '', '7 Forth Place', 'Papakowhai', 'Porirua', '6006', '', 'New Zealand', '021755340', 'kiwiaviator@gmail.com', '1', 'Kevin Ormond', '', '7 Forth Place', 'Papakowhai', 'Porirua', '6006', '', 'New Zealand', '1', 'Kevin Ormond', '', '7 Forth Place', 'Papakowhai', 'Porirua', '6006', '', 'New Zealand', '1', 'PayPal', '', '115', '', '', '', '', '2005-10-10 11:55:31', '2005-10-09 20:46:11', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1506', '279', 'Shane Patch', 'Prism Defence', '3 Home Ave', 'Glynde', 'Adelaide', 'South Aust', '', 'Australia', '++61 401 392 752', 'shane@prismdefence.com.au', '1', 'Shane Patch', 'Prism Defence', '3 Home Ave', 'Glynde', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Shane Patch', 'Prism Defence', '3 Home Ave', 'Glynde', 'Adelaide', 'South Aust', '', 'Australia', '1', 'PayPal', '', '116', '', '', '', '', '2005-10-10 13:53:30', '2005-10-10 13:23:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1507', '282', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '09 3794836', 'jason@celnz.com', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2005-10-12 15:22:30', '2005-10-11 15:34:40', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1508', '283', 'Borvin Kracman', '', '70 Downing Street', 'Hove', 'Adelaide', 'South Aust', '', 'Australia', '+61 408 824 362', 'borvin@chariot.net.au', '1', 'Borvin Kracman', 'C/- Arup', 'L2, 431-439 King William Street', 'Adelaide', 'Adelaide', 'SA 5000', '', 'Australia', '1', 'Borvin Kracman', 'C/- Arup', 'L2, 431-439 King William Street', 'Adelaide', 'Adelaide', 'SA 5000', '', 'Australia', '1', 'PayPal', '', '117', '', '', '', '', '2005-10-12 15:21:35', '2005-10-11 22:52:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1889', '652', 'Bob Verstegen', 'Lightguards Australia pty ltd', '9 Edis Crt', 'Endeavour Hills', 'Melbourne', 'Victoria 3', '', 'Australia', '0492802207', 'lightguards@netspace.net.au', '1', 'Bob Verstegen', 'Lightguards Australia pty ltd', '9 Edis Crt', 'Endeavour Hills', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Bob Verstagen', '', '9 Edis Crt', '', 'Endeavour Hills', '3802', '', 'Australia', '1', 'PayPal', '', '371', '', '', '', '', '2006-04-07 13:34:04', '2006-04-07 01:30:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1886', '576', 'Michae Koch', '', 'Westfalenstrasse 6a', '', 'Altdorf', '90518', '', 'Germany', '0064 21 1527867', 'dr.michael-koch@web.de', '5', 'Michael Koch', 'Grayling Ltd.', '7 Charles Street', 'Westshore', 'Napier', '4001', '', 'New Zealand', '1', 'Michael Koch', 'Grayling Ltd.', '7 Charles Street', 'Westshore', 'Napier', '4001', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-06-08 21:12:11', '2006-04-05 15:04:37', '100004', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1514', '287', 'Edward Thorp', '', '17 Dale Crescent', '', 'Chesterfield', 'S42 6DR', '', 'United Kingdom', '+44 1246 863019', 'tedthorp@hotmail.com', '1', 'Edward Thorp', '', '17 Dale Crescent', '', 'Chesterfield', 'S42 6DR', '', 'United Kingdom', '1', 'Edward Thorp', '', '17 Dale Crescent', 'Tupton', 'Chesterfield', 'S42 6DR', '', 'United Kingdom', '1', 'PayPal', '', '120', '', '', '', '', '2005-10-13 16:51:04', '2005-10-13 05:09:52', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1510', '285', 'Mike Duncan', 'Dunein Stainless Steel Co ltd', 'c/o 34-44 Sturdee St', '', 'Dunedin', '', '', 'New Zealand', '027 224 5050', 'mike@dissco.co.nz', '1', 'Mike Duncan', 'Dunein Stainless Steel Co ltd', 'c/o 34-44 Sturdee St', '', 'Dunedin', '', '', 'New Zealand', '1', 'Mike Duncan', 'Dunein Stainless Steel Co ltd', 'c/o 34-44 Sturdee St', '', 'Dunedin', '', '', 'New Zealand', '1', 'PayPal', '', '118', '', '', '', '', '2006-06-30 10:45:25', '2005-10-12 12:54:47', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1515', '289', 'Michael GOUGH', '', 'P.O Box 2844', 'Broome', 'Broome', 'W.A 6725', '', 'Australia', '0438926312', 'mg275930@bigpond.net.au', '1', 'Michael GOUGH', '', 'P.O Box 2844', 'Broome', 'Broome', 'W.A 6725', '', 'Australia', '1', 'Michael GOUGH', '', 'P.O Box 2844', 'Broome', 'Broome', 'W.A 6725', '', 'Australia', '1', 'PayPal', '', '121', '', '', '', '', '2005-10-16 10:07:22', '2005-10-14 20:29:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1512', '284', 'Ian Vaudrey', '', '32 Satinash Place', 'Mudjimba', 'Queensland', '4564', '', 'Australia', '07-5448-7926', 'ianvaudrey@comcen.com.au', '1', 'Ian Vaudrey', '', '32 Satinash Place', 'Mudjimba', 'Queensland', '4564', '', 'Australia', '1', 'Ian Vaudrey', '', '32 Satinash Place', 'Mudjimba', 'Queensland', '4564', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-10-13 16:50:08', '2005-10-12 14:34:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1518', '292', 'Graham Corbett', 'n/a', '16, Eytan Street', 'Ferntree Gully', 'Melbourne', 'VIC/3156', '', 'Australia', '0427352234', 'corbettgh@pacific.net.au', '1', 'Graham Corbett', 'n/a', '16, Eytan Street', 'Ferntree Gully', 'Melbourne', 'VIC/3156', '', 'Australia', '1', 'Graham Corbett', 'n/a', '16, Eytan Street', 'Ferntree Gully', 'Melbourne', 'VIC/3156', '', 'Australia', '1', 'PayPal', '', '122', '', '', '', '', '2005-10-18 09:27:46', '2005-10-17 19:50:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1517', '291', 'Gerry Prinsen', '', '15 Yale close', 'Douglas', 'Townsville', 'Qld 4814', '', 'Australia', '0418 729275', 'prinsen@internode.on.net', '1', 'Gerry Prinsen', '', '15 Yale close', 'Douglas', 'Townsville', 'Qld 4814', '', 'Australia', '1', 'Gerry Prinsen', '', '15 Yale close', 'Douglas', 'Townsville', 'Qld 4814', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-10-16 10:06:48', '2005-10-15 18:17:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1519', '293', 'James Hassall', '', '1299 Bearbong Rd', '\'Kiewa\'', 'Gilgandra', 'NSW 2827', '', 'Australia', '+61 2 6848 8214', 'j.hassall@bigpond.com', '1', 'James Hassall', '', '1299 Bearbong Rd', '\'Kiewa\'', 'Gilgandra', 'NSW 2827', '', 'Australia', '1', 'James Hassall', '', '1299 Bearbong Rd', '\'Kiewa\'', 'Gilgandra', 'NSW 2827', '', 'Australia', '1', 'PayPal', '', '123', '', '', '', '', '2005-10-18 16:59:59', '2005-10-18 12:06:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1520', '294', 'perrin brown', '', '259 sinclair road rd1', 'Te Anau', 'Te Anau', '9681', '', 'New Zealand', '03 2499390', 'perrinbrown@hotmail.com', '1', 'perrin brown', '', '259 sinclair road rd1', 'Te Anau', 'Te Anau', '9681', '', 'New Zealand', '1', 'perrin brown', '', '259 sinclair road rd1', 'Te Anau', 'Te Anau', '9681', '', 'New Zealand', '1', 'PayPal', '', '124', '', '', '', '', '2005-10-21 09:10:57', '2005-10-18 19:51:40', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1522', '149', 'Peter Dobson', '', '21 South Street', 'Hadfield', 'Melbourne', '3046', '', 'Australia', '61393559023', 'pdobson1@optusnet.com.au', '1', 'Peter Dobson', '', '21 South Street', 'Hadfield', 'Melbourne', '3046', '', 'Australia', '1', 'Peter Dobson', '', '21 South Street', 'Hadfield', 'Melbourne', '3046', '', 'Australia', '1', 'PayPal', '', '125', '', '', '', '', '2005-10-21 09:09:31', '2005-10-20 01:37:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1523', '296', 'william cox', '', '407 winstanley st', 'carindale', 'brisbane', '4152', '', 'Australia', '0738434512', 'wrcox@bigpond.net.au', '1', 'william cox', '', '407 winstanley st', 'carindale', 'brisbane', '4152', '', 'Australia', '1', 'william cox', '', '407 winstanley st', 'carindale', 'brisbane', '4152', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-10-25 08:33:18', '2005-10-20 18:56:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1535', '313', 'Helen Weymouth', '', '34 Blacburn Street', 'Reynella', 'Adelaide', 'SA 5161', '', 'Australia', '08 322 2387', 'hweymouth@picknowl.com.au', '1', 'Helen Weymouth', '', '34 Blacburn Street', 'Reynella', 'Adelaide', 'SA 5161', '', 'Australia', '1', 'Helen Weymouth', '', '34 Blacburn Street', 'Reynella', 'Adelaide', 'SA 5161', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-10-28 20:38:52', '2005-10-28 08:17:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1525', '301', 'Richard Cox', '', '40 Durack Street', 'Downer', 'Canberra', 'ACT 2602', '', 'Australia', '+61 (0)412 140 092', 'rcox108@hotmail.com', '1', 'Lynn Bean', '', '38 Sydney Avenue', 'Forrest', 'Canberra', 'ACT 2603', '', 'Australia', '1', 'Richard Cox', '', '40 Durack Street', 'Downer', 'Canberra', 'ACT 2602', '', 'Australia', '1', 'PayPal', '', '126', '', '', '', '', '2005-10-25 10:54:07', '2005-10-22 20:41:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1528', '308', 'Chris Ayres', '', '57 Hilliards Park Drive', 'Wellington Point', 'Brisbane', 'Qld', '', 'Australia', '07 3207 4787', 'chrisayres@bigpond.com', '1', 'Chris Ayres', '', '57 Hilliards Park Drive', 'Wellington Point', 'Brisbane', 'Qld', '', 'Australia', '1', 'Chris Ayres', '', '57 Hilliards Park Drive', 'Wellington Point', 'Brisbane', 'Qld', '', 'Australia', '1', 'PayPal', '', '128', '', '', '', '', '2005-10-26 18:45:21', '2005-10-26 16:23:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1888', '681', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '61 8 8277 3288', 'darrellb@kdfisher.com.au', '1', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '1', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '1', 'PayPal', '', '370', '', '', '', '', '2006-04-07 13:32:26', '2006-04-06 16:02:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1885', '679', 'Darryl Simpson', 'DR Rowan Doig', 'Suite 5.6 The Epworth Centre, 32 Erin Street', '', 'Richmond', '3121', '', 'Australia', '0422 844 824', 'darryl@darsi.net', '1', 'Darryl Simpson', 'DR Rowan Doig', 'Suite 5.6 The Epworth Centre, 32 Erin Street', '', 'Richmond', '3121', '', 'Australia', '1', 'Darryl Simpson', 'DR Rowan Doig', 'Suite 5.6 The Epworth Centre, 32 Erin Street', '', 'Richmond', '3121', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-04-07 15:17:52', '2006-04-05 14:57:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1531', '311', 'Mike Franklin', '', '11 Darwin St', 'Brooklyn Park', 'Adelaide', 'SA 5032', '', 'Australia', '+61409373005', 'mikewf@bigpond.com', '1', 'Mike Franklin', '', 'PO Box 159', '', 'Brooklyn Park', 'SA 5032', '', 'Australia', '1', 'Mike Franklin', '', '11 Darwin St', 'Brooklyn Park', 'Adelaide', 'SA 5032', '', 'Australia', '1', 'PayPal', '', '130', '', '', '', '', '2005-10-31 08:09:10', '2005-10-27 23:42:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1536', '314', 'Cameron Moses', 'EziData Solutions', '16 Boothby Street', 'Kedron', 'Kedron', 'QLD 4031', '', 'Australia', '61 7 3350 2077', 'cameron@ezidata.com.au', '1', 'Cameron Moses', 'EziData Solutions', '16 Boothby Street', 'Kedron', 'Kedron', 'QLD 4031', '', 'Australia', '1', 'Cameron Moses', 'EziData Solutions', '16 Boothby Street', 'Kedron', 'Kedron', 'QLD 4031', '', 'Australia', '1', 'PayPal', '', '132', '', '', '', '', '2005-10-31 08:08:30', '2005-10-28 19:03:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1533', '312', 'Victor Booth', '', '56 Rhine Crescent', 'Beechboro', 'Perth', '6063', '', 'Australia', '08 93775134', 'victor@hardings.org.au', '1', 'Victor Booth', '', 'Locked Bag 5', 'Bayswater', 'Perth', '6933', '', 'Australia', '1', 'Victor Booth', '', '56 Rhine Crescent', 'Beechboro', 'Perth', '6063', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-11-01 16:41:04', '2005-10-28 03:07:30', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1534', '299', 'Moshe Shalev', '', '73/3 Tel Chai st.', '', 'Kfar Saba 44229', '', '', 'Israel', '972549999555', 'shalevm@012.net.il', '1', 'Moshe Shalev', '', '73/3 Tel Chai st.', '', 'Kfar Saba 44229', '', '', 'Israel', '1', 'Moshe Shalev', '', '73/3 Tel Chai st.', '', 'Kfar Saba 44229', '', '', 'Israel', '1', 'PayPal', '', '131', '', '', '', '', '2005-11-01 09:10:19', '2005-10-28 05:29:31', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1537', '315', 'Kerrie Port', 'Roanoak Farming Operations P/L', 'Norton Mandeville', '', 'Gretna', 'Tas, 7140', '', 'Australia', '61-3-62486216', 'port@roanoak.com.au', '1', 'Kerrie Port', 'Roanoak Farming Operations P/L', '3 Stefworth Ln', '', 'Acton Park', 'Tas, 7170', '', 'Australia', '1', 'Kerrie Port', 'Roanoak Farming Operations P/L', 'Norton Mandeville', '', 'Gretna', 'Tas, 7140', '', 'Australia', '1', 'PayPal', '', '133', '', '', '', '', '2005-10-31 08:07:54', '2005-10-30 00:35:30', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1538', '316', 'Vladimir Sabljar', '', '60/50 Oxley Street', '', 'Syndey', 'NSW 2065', '', 'Australia', '0438 073 978', 'sabljarv@westnet.com.au', '1', 'Vladimir Sabljar', '', '60/50 Oxley Street', '', 'Syndey', 'NSW 2065', '', 'Australia', '1', 'Vladimir Sabljar', '', '60/50 Oxley Street', '', 'Syndey', 'NSW 2065', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2005-10-31 10:35:57', '2005-10-30 12:01:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1539', '319', 'Mohamed Odah', '', 'Level 11, 132 Arthur st', '', 'North Sydney', 'NSW 2060', '', 'Australia', '+61 410 690 322', 'modah@soprano.com.au', '1', 'Mohamed Odah', '', '56 Sea View Road', '', 'Tennyson', 'SA 5022', '', 'Australia', '1', 'Mohamed Odah', '', 'Level 11, 132 Arthur st', '', 'North Sydney', 'NSW 2060', '', 'Australia', '1', 'PayPal', '', '134', '', '', '', '', '2005-11-01 16:47:35', '2005-10-31 15:22:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1540', '320', 'Richard Barwise', '', '36 Bramston St', 'Fadden', 'ACT', 'ACT/2904', '', 'Australia', '0410628502', 'rbarwise@tpg.com.au', '1', 'Richard Barwise', '', '36 Bramston St', 'Fadden', 'ACT', 'ACT/2904', '', 'Australia', '1', 'Richard Barwise', '', '36 Bramston St', 'Fadden', 'ACT', 'ACT/2904', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-11-02 09:47:41', '2005-11-01 14:29:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1890', '682', 'Andrew Wilcockson', '', '7 Firetail Court', 'Greenbank', 'Brisbane', 'QLD 4124', '', 'Australia', '0403863916', 'awilcockson@hotmail.com', '1', 'Andrew Wilcockson', '', '7 Firetail Court', 'Greenbank', 'Brisbane', 'QLD 4124', '', 'Australia', '1', 'Andrew Wilcockson', '', '7 Firetail Court', 'Greenbank', 'Brisbane', 'QLD 4124', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-08 16:17:42', '2006-04-07 22:11:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1542', '322', 'Bruce Amery', '', 'PO Box 731', '', 'Bathurst', 'NSW 2795', '', 'Australia', '61 02 6332 3366', 'bruce@copyshop.net.au', '1', 'Bruce Amery', '', 'PO Box 731', '', 'Bathurst', 'NSW 2795', '', 'Australia', '1', 'Bruce Amery', '', 'PO Box 731', '', 'Bathurst', 'NSW 2795', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-11-05 08:49:45', '2005-11-03 14:21:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1543', '324', 'Thomas Hester', '', '110 Goulburn Street', '', 'Sydney', '', '', 'Australia', '0433324330', 'thester@oztralia.com', '1', 'Thomas Hester', '', '110 Goulburn Street', '', 'Sydney', '', '', 'Australia', '1', 'Thomas Hester', '', '110 Goulburn Street', '', 'Sydney', '', '', 'Australia', '1', 'PayPal', '', '135', '', '', '', '', '2005-11-07 08:21:10', '2005-11-04 12:10:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1544', '325', 'Ash Rhodes', '', '17/9 Anderson Street', 'Neutral Bay', 'Sydney', '2089', '', 'Australia', '0425234635', 'ashley.rhodes@defence.gov.au', '1', 'Ash Rhodes', '', '17/9 Anderson Street', 'Neutral Bay', 'Sydney', '2089', '', 'Australia', '1', 'Ash Rhodes', '', '17/9 Anderson Street', 'Neutral Bay', 'Sydney', '2089', '', 'Australia', '1', 'PayPal', '', '136', '', '', '', '', '2005-11-07 08:20:33', '2005-11-04 14:24:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1545', '326', 'David Chamberlain', 'Plant Technical Service', '26 Standish St', '', 'Inglewood', '4651', '', 'New Zealand', '027-2422404', 'blondie77@infogen.net.nz', '1', 'David Chamberlain', 'Plant Technical Service', '26 Standish St', '', 'Inglewood', '4651', '', 'New Zealand', '1', 'David Chamberlain', 'Plant Technical Service', '26 Standish St', '', 'Inglewood', '4651', '', 'New Zealand', '1', 'PayPal', '', '137', '', '', '', '', '2005-11-07 08:19:47', '2005-11-04 16:00:56', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1882', '678', 'Julian Chisnall', '', '294a Karori Road', 'Karori', 'Wellington', '6033', '', 'New Zealand', '021476086', 'tbird2@ihug.co.nz', '1', 'Julian Chisnall', 'Land Transport NZ', 'Level 3, BP House', '20 Customhouse Quay', 'Wellington', '', '', 'New Zealand', '1', 'Julian Chisnall', 'Land Transport NZ', 'P.O.Box 2840', '', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '368', '', '', '', '', '2006-04-06 08:56:42', '2006-04-05 13:30:11', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1547', '330', 'Ivan Sanders', '', '4 Fisken Cr', '', 'Kambah', 'ACT', '', 'Australia', '0402468647', 'isanders@ozemail.com.au', '1', 'Ivan Sanders', '', '4 Fisken Cr', '', 'Kambah', 'ACT', '', 'Australia', '1', 'Ivan Sanders', '', '4 Fisken Cr', '', 'Kambah', 'ACT', '', 'Australia', '1', 'PayPal', '', '140', '', '', '', '', '2005-11-08 10:34:35', '2005-11-06 22:51:30', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1548', '331', 'Vic Martick', 'Credit Union', '1883 Great North rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '021 80 1996', 'vicm@creditunion.org.nz', '1', 'Vic Martick', 'Credit Union', '1883 Great North rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'Vic Martick', 'Credit Union', '1883 Great North rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '139', '', '', '', '', '2005-11-08 09:49:15', '2005-11-06 22:53:39', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1550', '333', 'Susantha Perera', 'Globalstar Australia', 'Level 2, 16 Railway Ave', 'Wahroonga', 'Sydney', '2076', '', 'Australia', '+61294739673', 'susantha.perera@globalstar.com.au', '1', 'Susantha Perera', 'Globalstar Australia', 'Level 2, 16 Railway Ave', 'Wahroonga', 'Sydney', '2076', '', 'Australia', '1', 'Susantha Perera', 'Globalstar Australia', 'Level 2, 16 Railway Ave', 'Wahroonga', 'Sydney', '2076', '', 'Australia', '1', 'PayPal', '', '143', '', '', '', '', '2005-11-08 10:01:59', '2005-11-07 17:52:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1551', '334', 'Ivan Sanders', '', '4 Fisken Cr', '', 'Kambah', '2902', '', 'Australia', '0402468647', 'isanders@ozemail.com.au', '1', 'Ivan Sanders', '', '4 Fisken Cr', '', 'Kambah', '2902', '', 'Australia', '1', 'Ivan Sanders', '', '4 Fisken Cr', '', 'Kambah', '2902', '', 'Australia', '1', 'PayPal', '', '144', '', '', '', '', '2005-11-08 10:23:58', '2005-11-08 09:23:26', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1552', '332', 'deon powter', 'crest', '120 macarthy rd', 'marsden', 'brisbane', 'qld', '', 'Australia', '0414678245', 'd.powter@crestonline.biz', '1', 'deon powter', 'crest', '120 macarthy rd', 'marsden', 'brisbane', 'qld', '', 'Australia', '1', 'deon powter', 'crest', '120 macarthy rd', 'marsden', 'brisbane', 'qld', '', 'Australia', '1', 'PayPal', '', '145', '', '', '', '', '2005-11-08 10:29:10', '2005-11-08 10:02:50', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1554', '337', 'Ken Hudson', '', '31 Dalrymple Road', '', 'Charters Towers', 'Qld 4820', '', 'Australia', '0408873040', 'ken@paulcarneymotors.com.au', '1', 'Ken Hudson', '', '31 Dalrymple Road', '', 'Charters Towers', 'Qld 4820', '', 'Australia', '1', 'Ken Hudson', '', '31 Dalrymple Road', '', 'Charters Towers', 'Qld 4820', '', 'Australia', '1', 'PayPal', '', '147', '', '', '', '', '2005-11-09 14:34:04', '2005-11-09 13:02:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1555', '338', 'Karun Shenoy', 'Beacon Consulting Ltd', '3 Paratu Way', 'Beacon Hill', 'Wellington', '6003', '', 'New Zealand', '6421485162', 'karunshenoy@xtra.co.nz', '1', 'Karun Shenoy', 'Beacon Consulting Ltd', '3 Paratu Way', 'Beacon Hill', 'Wellington', '6003', '', 'New Zealand', '1', 'Karun Shenoy', 'Beacon Consulting Ltd', '3 Paratu Way', 'Beacon Hill', 'Wellington', '6003', '', 'New Zealand', '1', 'PayPal', '', '148', '', '', '', '', '2005-11-10 19:04:35', '2005-11-09 20:34:16', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1560', '347', 'Nicholas Monaghan', 'Monaghan Comms', '21 Anaheim Blvd', 'Howick', 'Auckland', '', '', 'New Zealand', '95380026', 'nick@sarian.co.nz', '1', 'Nicholas Monaghan', 'Monaghan Comms', '21 Anaheim Blvd', 'Howick', 'Auckland', '', '', 'New Zealand', '1', 'Nicholas Monaghan', 'Monaghan Comms', '21 Anaheim Blvd', 'Howick', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-11-15 16:41:36', '2005-11-11 14:50:57', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1558', '293', 'James Hassall', '', '1299 Bearbong Rd', '\'Kiewa\'', 'Gilgandra', 'NSW 2827', '', 'Australia', '+61 2 6848 8214', 'j.hassall@bigpond.com', '1', 'James Hassall', '', '1299 Bearbong Rd', '\'Kiewa\'', 'Gilgandra', 'NSW 2827', '', 'Australia', '1', 'James Hassall', '', '1299 Bearbong Rd', '\'Kiewa\'', 'Gilgandra', 'NSW 2827', '', 'Australia', '1', 'PayPal', '', '151', '', '', '', '', '2005-11-14 12:41:26', '2005-11-10 14:43:03', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1881', '676', 'Patrick Dunne', '', 'PO Box 4089', '', 'Parramatta', 'NSW', '', 'Australia', '0417439300', 'pat@netbenefit.com.au', '1', 'Patrick Dunne', '', 'PO Box 4089', '', 'Parramatta', 'NSW', '', 'Australia', '1', 'Patrick Dunne', '', 'PO Box 4089', '', 'Parramatta', 'NSW', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-04-06 11:18:03', '2006-04-04 20:59:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1880', '674', 'Iain Billington', 'Tonkin & Taylor', '19 Morgan Street', 'Newmarket', 'Auckland', '', '', 'New Zealand', '09 3556014', 'ibillington@tonkin.co.nz', '1', 'Iain Billington', 'Tonkin & Taylor', '19 Morgan Street', 'Newmarket', 'Auckland', '', '', 'New Zealand', '1', 'Iain Billington', 'Tonkin & Taylor', '19 Morgan Street', 'Newmarket', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '367', '', '', '', '', '2006-04-05 19:12:22', '2006-04-04 12:08:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1563', '350', 'Bryan Griggs', '', '143 Fogarty Rd', '', 'Tynong', 'VIC 3813', '', 'Australia', '0407334418', 'bryang@aapt.net.au', '1', 'Bryan Griggs', '', '143 Fogarty Rd', '', 'Tynong', 'VIC 3813', '', 'Australia', '1', 'Bryan Griggs', '', '143 Fogarty Rd', '', 'Tynong', 'VIC 3813', '', 'Australia', '1', 'PayPal', '', '155', '', '', '', '', '2005-11-14 20:00:10', '2005-11-12 14:51:03', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1564', '351', 'Dominic Dower', '', '57 Snow Wood Drive', 'Eatons Hill', 'Brisbane', '4037', '', 'Australia', '0438 201604', 'miradower@ihug.com.au', '1', 'Dominic Dower', '', '57 Snow Wood Drive', '', 'Eatons Hill', '4037', '', 'Australia', '1', 'Dominic Dower', '', '57 Snow Wood Drive', 'Eatons Hill', 'Brisbane', '4037', '', 'Australia', '1', 'PayPal', '', '156', '', '', '', '', '2005-11-14 15:21:12', '2005-11-12 22:00:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1572', '359', 'Przemyslaw Szczyrek', '', '52 Carnarvon cr.', '', 'Georges Hall', '2198', '', 'Australia', '02 97865756', 'prezesura@optusnet.com.au', '1', 'Przemyslaw Szczyrek', '', '52 Carnarvon cr.', '', 'Georges Hall', '2198', '', 'Australia', '1', 'Przemyslaw Szczyrek', '', '52 Carnarvon cr.', '', 'Georges Hall', '2198', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2005-11-15 12:09:46', '2005-11-15 11:38:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1570', '331', 'Vic Martick', 'Credit Union', '1883 Great North rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '021 80 1996', 'vicm@creditunion.org.nz', '1', 'Vic Martick', 'Credit Union', '1883 Great North rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'Vic Martick', 'Credit Union', '1883 Great North rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '160', '', '', '', '', '2005-11-15 12:11:41', '2005-11-14 22:45:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1566', '353', 'Dongfeng Chen', '', '40/68-74 Liverpool Rd', 'Summer Hill', 'NSW', '2130', '', 'Australia', '02-97991301', 'tdfchen@hotmail.com', '1', 'Dongfeng Chen', '', '40/68-74 Liverpool Rd', 'Summer Hill', 'NSW', '2130', '', 'Australia', '1', 'Dongfeng Chen', '', '40/68-74 Liverpool Rd', 'Summer Hill', 'NSW', '2130', '', 'Australia', '1', 'PayPal', '', '157', '', '', '', '', '2005-11-14 15:21:44', '2005-11-13 21:38:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1567', '354', 'Clemens Wittkowski', '', 'Cranachstr. 48', '', 'Berlin', '12517', '', 'Germany', '+49305729556', 'blisse@snafu.de', '5', 'Clemens Wittkowski', '', 'Cranachstr. 48', '', 'Berlin', '12517', '', 'Germany', '5', 'Clemens Wittkowski', '', 'Cranachstr. 48', '', 'Berlin', '12517', '', 'Germany', '5', 'PayPal', '', '158', '', '', '', '', '2005-11-14 19:56:27', '2005-11-14 05:19:40', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1568', '355', 'andrew kinley', 'Pest Solutions', '49 Honeywood Rd', 'RD 2', 'Lumsden', '9660', '', 'New Zealand', '03 248 5117', 'Kinley.Pest-Solutions@xtra.co.nz', '1', 'andrew kinley', 'Pest Solutions', '49 Honeywood Rd', 'RD 2', 'Lumsden', '9660', '', 'New Zealand', '1', 'andrew kinley', 'Pest Solutions', '49 Honeywood Rd', 'RD 2', 'Lumsden', '9660', '', 'New Zealand', '1', 'PayPal', '', '159', '', '', '', '', '2005-11-14 19:59:24', '2005-11-14 09:30:33', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1571', '356', 'Mike Karl', 'EcoFX', '32 Huipatea Drive', '', 'Otorohanga', 'PO Box 248', '', 'New Zealand', '064 07 873 8130', 'mikek@ecofx.co.nz', '1', 'Mike Karl', 'EcoFX', '32 Huipatea Drive', '', 'Otorohanga', 'PO Box 248', '', 'New Zealand', '1', 'Mike Karl', 'EcoFX', '32 Huipatea Drive', '', 'Otorohanga', 'PO Box 248', '', 'New Zealand', '1', 'PayPal', '', '161', '', '', '', '', '2005-11-15 12:10:39', '2005-11-15 06:59:44', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1573', '309', 'Brendan Brink', 'Sell2Cell Ltd.', '5 De Luen Avenue', 'Tindalls Bay', 'Auckland', '1463', '', 'New Zealand', '094244591', 'brendan@textvouchers.com', '1', 'Brendan Brink', 'Sell2Cell Ltd.', '5 De Luen Avenue', 'Tindalls Bay', 'Auckland', '1463', '', 'New Zealand', '1', 'Brendan Brink', 'Sell2Cell Ltd.', '5 De Luen Avenue', 'Tindalls Bay', 'Auckland', '1463', '', 'New Zealand', '1', 'PayPal', '', '162', '', '', '', '', '2005-11-16 14:35:22', '2005-11-15 14:25:50', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1577', '362', 'Murray Morris', '', '57 Amaryllis Street', 'Alexandra Hills', 'Alexandra Hills', 'Qld 4161', '', 'Australia', '07 38243687', 'mac85@bigpond.net.au', '1', 'Murray Morris', '', '57 Amaryllis Street', '', 'Alexandra Hills', 'Qld 4161', '', 'Australia', '1', 'Murray Morris', '', '57 Amaryllis Street', 'Alexandra Hills', 'Alexandra Hills', 'Qld 4161', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-11-29 17:13:54', '2005-11-16 18:53:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1576', '361', 'Donald Mintern', '', '66 Service Road', '', 'Moe', '3825', '', 'Australia', '03 51274621', 'jo-don@bigpond.com.au', '1', 'Donald Mintern', '', '66 Service Road', '', 'Moe', '3825', '', 'Australia', '1', 'Donald Mintern', '', '66 Service Road', '', 'Moe', '3825', '', 'Australia', '1', 'PayPal', '', '165', '', '', '', '', '2005-11-16 16:58:00', '2005-11-16 16:46:29', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1575', '360', 'Andrew Middlin', 'Mechatronix Pty Ltd', '24 Burbong Street', '', 'Chapel Hill', 'QLD 4069', '', 'Australia', '0738784770', 'mtronix@tpg.com.au', '1', 'Andrew Middlin', 'Mechatronix Pty Ltd', '24 Burbong Street', '', 'Chapel Hill', 'QLD 4069', '', 'Australia', '1', 'Andrew Middlin', 'Mechatronix Pty Ltd', '24 Burbong Street', '', 'Chapel Hill', 'QLD 4069', '', 'Australia', '1', 'PayPal', '', '164', '', '', '', '', '2005-11-16 16:50:04', '2005-11-16 13:46:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1578', '156', 'Nik Eliadis', 'WebControl Limited', '152 Spa Road', '', 'Taupo', '', '', 'New Zealand', '+64 7 378 3200', 'nik@webcontrol.co.nz', '1', 'Nik Eliadis', 'WebControl Limited', '152 Spa Road', '', 'Taupo', '', '', 'New Zealand', '1', 'Nik Eliadis', 'WebControl Limited', '152 Spa Road', '', 'Taupo', '', '', 'New Zealand', '1', 'PayPal', '', '166', '', '', '', '', '2005-11-18 13:40:28', '2005-11-17 09:57:38', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1879', '673', 'Andrew Lashmar', '', '93 Pilchowski Rd', '', 'Giru', '4809', '', 'Australia', '0428188127', 'lashmarlasers@bigpond.com', '1', 'Andrew Lashmar', '', '93 Pilchowski Rd', '', 'Giru', '4809', '', 'Australia', '1', 'Andrew Lashmar', '', '93 Pilchowski Rd', '', 'Giru', '4809', '', 'Australia', '1', 'PayPal', '', '366', '', '', '', '', '2006-04-07 13:29:10', '2006-04-03 19:59:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1580', '321', 'Greg Pierens', '', '17 Gartford St', '', 'Robertson', 'QLD 4109', '', 'Australia', '+61-7-3735-6031', 'G.Pierens@griffith.edu.au', '1', 'Bill Keane', '', '50 Toorak Ave', '', 'Croydon', 'Vic 3136', '', 'Australia', '1', 'Greg Pierens', '', '17 Gartford St', '', 'Robertson', 'QLD 4109', '', 'Australia', '1', 'PayPal', '', '169', '', '', '', '', '2005-11-18 14:33:37', '2005-11-17 21:56:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1582', '366', 'Peter Currey', '', '20 The Parkway', 'Caroline Springs', 'Caroline Springs', 'Victoria /', '', 'Australia', '0393611693', 'hoot36@bigpond.com', '1', 'Peter Currey', '', '20 The Parkway', 'Caroline Springs', 'Caroline Springs', 'Victoria /', '', 'Australia', '1', 'Peter Currey', '', '20 The Parkway', 'Caroline Springs', 'Caroline Springs', 'Victoria /', '', 'Australia', '1', 'PayPal', '', '171', '', '', '', '', '2005-11-19 16:32:47', '2005-11-18 19:12:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1614', '387', 'John Morison', '', '18 Karuah Road', 'Turramurra', 'Sydney', 'NSW 2074', '', 'Australia', '0400 767 744', 'jwmorison@hotmail.com', '1', 'John Morison', '', '18 Karuah Road', 'Turramurra', 'Sydney', 'NSW 2074', '', 'Australia', '1', 'John Morison', '', '18 Karuah Road', 'Turramurra', 'Sydney', 'NSW 2074', '', 'Australia', '1', 'PayPal', '', '189', '', '', '', '', '2005-12-05 10:30:16', '2005-11-30 16:10:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1615', '402', 'Neil Westbrooke', '', '168 Shaw Rd', '', 'Oratia', '', '', 'New Zealand', '09 8181186', 'neilw@sawmill.com', '1', 'Neil Westbrooke', '', '168 Shaw Rd', '', 'Oratia', '', '', 'New Zealand', '1', 'Neil Westbrooke', '', '168 Shaw Rd', '', 'Oratia', '', '', 'New Zealand', '1', 'PayPal', '', '190', '', '', '', '', '2005-12-03 12:59:03', '2005-12-01 11:09:33', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1584', '343', 'jeff hurst', 'Kiwistorm International', '4 The Rise', 'Gulf Harbour', 'auckland', '', '', 'New Zealand', '094284989', 'jeff@kiwistorm.biz', '1', 'jeff hurst', 'Kiwistorm International', '4 The Rise', 'Gulf Harbour', 'auckland', '', '', 'New Zealand', '1', 'jeff hurst', 'Kiwistorm International', '4 The Rise', 'Gulf Harbour', 'auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-11-24 11:50:10', '2005-11-21 17:08:07', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1587', '375', 'James McNaught', 'Bekasume Books', '46 Barnetts Rd', '', 'Sydney', 'NSW 2153', '', 'Australia', '0424716212', 'dougmcnaught@optusnet.com.au', '1', 'Doug McNaught', 'Emmaus Bible College', '25 Ray Rd', '', 'Sydney', 'NSW 2121', '', 'Australia', '1', 'James McNaught', 'Bekasume Books', '46 Barnetts Rd', '', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'Bank Transfer Payments', '', '173', '', '', '', '', '2006-01-06 11:43:20', '2005-11-23 12:18:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1586', '357', 'Gerardus voskamp', '', '20 trossach place', 'Manurewa', 'Auckland', '', '', 'New Zealand', '09 2669053', 'gerrryvoskamp@orcon.net.nz', '1', 'Gerardus voskamp', '', '20 trossach place', 'Manurewa', 'Auckland', '', '', 'New Zealand', '1', 'Gerardus voskamp', '', '20 trossach place', 'Manurewa', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '172', '', '', '', '', '2005-11-22 15:54:16', '2005-11-22 12:54:29', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1688', '479', 'darrin wong', '', '33 dalton ave', 'kanwal', 'sydney', 'nsw/2259', '', 'Australia', '0412637719', 'dazza_13@iinet.net.au', '1', 'darrin wong', '', '33 dalton ave', 'kanwal', 'sydney', 'nsw/2259', '', 'Australia', '1', 'darrin wong', '', '33 dalton ave', 'kanwal', 'sydney', 'nsw/2259', '', 'Australia', '1', 'PayPal', '', '244', '', '', '', '', '2006-01-11 07:55:53', '2006-01-06 22:51:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1589', '374', 'Stephen Aldridge', 'Environment Southland', 'Private Bag 90116', '', 'Invercargill', '', '', 'New Zealand', '(03) 211 5115', 'stephen.aldridge@es.govt.nz', '1', 'Stephen Aldridge', 'Environment Southland', 'Private Bag 90116', '', 'Invercargill', '', '', 'New Zealand', '1', 'Stephen Aldridge', 'Environment Southland', 'Private Bag 90116', '', 'Invercargill', '', '', 'New Zealand', '1', 'PayPal', '', '174', '', '', '', '', '2005-11-24 17:24:31', '2005-11-24 10:00:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1593', '380', 'Milan Kraljevic', '', '10 Fewtrell Pl', 'Monash', 'ACT', '2904', '', 'Australia', '+61403365567', 'milan@internode.on.net', '1', 'Milan Kraljevic', '', '10 Fewtrell Pl', 'Monash', 'ACT', '2904', '', 'Australia', '1', 'Milan Kraljevic', '', '10 Fewtrell Pl', 'Monash', 'ACT', '2904', '', 'Australia', '1', 'PayPal', '', '175', '', '', '', '', '2005-11-25 17:18:32', '2005-11-24 16:03:40', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1594', '379', 'Peter van Hout', '', '151 Roydvale Ave', 'Burnside', 'Christchurch', '8005', '', 'New Zealand', '03 3585 966', 'pvh@ams2000.co.nz', '1', 'Peter van Hout', '', '151 Roydvale Ave', 'Burnside', 'Christchurch', '8005', '', 'New Zealand', '1', 'Peter van Hout', '', '151 Roydvale Ave', 'Burnside', 'Christchurch', '8005', '', 'New Zealand', '1', 'PayPal', '', '176', '', '', '', '', '2005-11-25 17:18:02', '2005-11-24 16:21:54', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1591', '374', 'Stephen Aldridge', 'Environment Southland', 'Private Bag 90116', '', 'Invercargill', '', '', 'New Zealand', '(03) 211 5115', 'stephen.aldridge@es.govt.nz', '1', 'Stephen Aldridge', 'Environment Southland', 'Private Bag 90116', '', 'Invercargill', '', '', 'New Zealand', '1', 'Stephen Aldridge', 'Environment Southland', 'Private Bag 90116', '', 'Invercargill', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2005-11-24 17:23:51', '2005-11-24 10:19:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1592', '371', 'Ernest Sioneholo', '', 'PO Box 5', '', 'Alofi', '', '', 'Niue', 'IDD 683 4379', 'dess@talanoa.com', '1', 'Ernest Sioneholo', '', 'PO Box 5', '', 'Alofi', '', '', 'Niue', '1', 'Ernest Sioneholo', '', 'PO Box 5', '', 'Alofi', '', '', 'Niue', '1', 'PayPal', '', '0', '', '', '', '', '2005-11-30 17:09:27', '2005-11-24 10:52:17', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1595', '373', 'Richard Strange', '', '14 Ferrisdale Pde', 'Jewells', 'Newcastle', 'NSW/2280', '', 'Australia', '0419596629', 'rdstrange@exemail.com.au', '1', 'Richard Strange', '', '14 Ferrisdale Pde', 'Jewells', 'Newcastle', 'NSW/2280', '', 'Australia', '1', 'Richard Strange', '', '14 Ferrisdale Pde', 'Jewells', 'Newcastle', 'NSW/2280', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-11-28 11:41:14', '2005-11-24 20:21:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1596', '381', 'Kerri Larkin', '', '6/31 Morrison Road', '', 'Gladesville', 'NSW, 2111', '', 'Australia', '+61 2 9817 1307', 'kerrilarkin@yahoo.com', '1', 'Kerri Larkin', '', '6/31 Morrison Road', '', 'Gladesville', 'NSW, 2111', '', 'Australia', '1', 'Kerri Larkin', '', '6/31 Morrison Road', '', 'Gladesville', 'NSW, 2111', '', 'Australia', '1', 'PayPal', '', '177', '', '', '', '', '2005-11-25 17:10:16', '2005-11-25 11:44:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1597', '383', 'Michael Corner', '', '93 Macfarland Place', 'Pearce', '2607', 'ACT', '', 'Australia', '0401505605', 'mcorner@helkorn.com', '1', 'Michael Corner', '', '93 Macfarland Place', 'Pearce', '2607', 'ACT', '', 'Australia', '1', 'Michael Corner', '', '93 Macfarland Place', 'Pearce', '2607', 'ACT', '', 'Australia', '1', 'PayPal', '', '178', '', '', '', '', '2005-11-25 17:31:20', '2005-11-25 13:14:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1878', '671', 'Kirill Zaskalkin', 'Commonwealth Bank of Australia', 'Level 14, 363 George St', '', 'Sydney', 'NSW, 2000', '', 'Australia', '+61424609170', 'kzaskalkin@gmail.com', '1', 'Kirill Zaskalkin', 'Commonwealth Bank of Australia', 'Level 14, 363 George St', '', 'Sydney', 'NSW, 2000', '', 'Australia', '1', 'Kirill Zaskalkin', '', '25/104-112 Glencoe Street', '', 'Sutherland, NSW', '2232', '', 'Australia', '1', 'PayPal', '', '365', '', '', '', '', '2006-04-04 09:51:55', '2006-04-03 13:58:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1599', '377', 'Alexandra Golab', 'University of Wollongong', 'Northfields Avenue', 'Wollongong', 'Wollongong', '2522', '', 'Australia', '0242213138', 'golab@uow.edu.au', '1', 'Alexandra Golab', 'Wollongong University Engineerin', 'Northfields Ave', '', 'Wollongong', 'NSW, 2522', '', 'Australia', '1', 'Lorelle Pollard', 'University of Wollongong', 'Northfields Ave', '', 'Wollongong', 'NSW, 2522', '', 'Australia', '1', 'PayPal', '', '179', '', '', '', '', '2005-11-25 17:27:40', '2005-11-25 16:34:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1600', '385', 'Phil Wall', '', '175 Rimu Road', '', 'Paraparaumu', '', '', 'New Zealand', '049045744', 'Phil.Wall@kcdc.govt.nz', '1', 'Phil Wall', '', '175 Rimu Road', '', 'Paraparaumu', '', '', 'New Zealand', '1', 'Phil Wall', '', '175 Rimu Road', '', 'Paraparaumu', '', '', 'New Zealand', '1', 'PayPal', '', '180', '', '', '', '', '2005-11-25 17:21:52', '2005-11-25 16:48:41', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1612', '401', 'Colin B Ross', 'Holland Way Pty Ltd', 'PO Box 2232', '', 'Byron Bay', '2481', '', 'Australia', '02 66855611', 'ndway@bigpond.com', '1', 'Colin B Ross', 'Holland Way Pty Ltd', 'PO Box 2232', '', 'Byron Bay', '2481', '', 'Australia', '1', 'Colin B Ross', 'Holland Way Pty Ltd', 'PO Box 2232', '', 'Byron Bay', '2481', '', 'Australia', '1', 'PayPal', '', '187', '', '', '', '', '2005-12-03 12:58:30', '2005-11-30 10:47:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1603', '388', 'Andrew Milne', 'MediaSys Limited', '97 Totara Road', 'whenuapai', 'Auckland', '1008', '', 'New Zealand', '021 416 651', 'andy@mediasys.co.nz', '1', 'Andrew Milne', 'MediaSys Limited', '97 Totara Road', 'whenuapai', 'Auckland', '1008', '', 'New Zealand', '1', 'Andrew Milne', 'MediaSys Limited', '97 Totara Road', 'whenuapai', 'Auckland', '1008', '', 'New Zealand', '1', 'PayPal', '', '181', '', '', '', '', '2005-11-28 15:05:54', '2005-11-28 10:07:23', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1604', '389', 'Joseph Claridades', '', '3/236 Blaxland Road', 'Ryde', 'Sydney', '2112', '', 'Australia', '+614045667518', 'joseph_claridades@mlc.com.au', '1', 'Joseph Claridades', '', 'PO BOX 6391', 'North Ryde', 'Sydney', '2113', '', 'Australia', '1', 'Joseph Claridades', '', '3/236 Blaxland Road', 'Ryde', 'Sydney', '2112', '', 'Australia', '1', 'PayPal', '', '182', '', '', '', '', '2005-11-28 14:30:15', '2005-11-28 14:15:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1605', '391', 'Joe Gonzales', 'Redflex Communications Systems', 'Level 2, 31 Market Street', 'South Melbourne', 'South Melbourne', '3205', '', 'Australia', '61396741817', 'joe.gonzales@redflex.com.au', '1', 'Joe Gonzales', 'Redflex Communications Systems', 'Level 2, 31 Market Street', '', 'South Melbourne', '3205', '', 'Australia', '1', 'Joe Gonzales', 'Redflex Communications Systems', 'Level 2, 31 Market Street', '', 'South Melbourne', '3205', '', 'Australia', '1', 'PayPal', '', '184', '', '', '', '', '2005-11-30 14:41:31', '2005-11-28 15:43:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1606', '392', 'Helen Kosky', 'MKSR PL', '22 Harold Street', 'Middle Park', 'Victoria', '3206', '', 'Australia', '03 9686 7666', 'bkosky@melbpc.org.au', '1', 'Helen Kosky', 'MKSR PL', '22 Harold Street', 'Middle Park', 'Victoria', '3206', '', 'Australia', '1', 'Helen Kosky', 'MKSR PL', '22 Harold Street', 'Middle Park', 'Victoria', '3206', '', 'Australia', '1', 'PayPal', '', '185', '', '', '', '', '2005-11-29 16:56:53', '2005-11-28 17:54:32', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1607', '393', 'Don Hastie', '', '1 Hampstead Outlook', 'Murrumba Downs', 'Brisbane', 'Qld 4503', '', 'Australia', '(07)34919893', 'donthepom@optusnet.com.au', '1', 'Don Hastie', '', '1 Hampstead Outlook', 'Murrumba Downs', 'Brisbane', 'Qld 4503', '', 'Australia', '1', 'Don Hastie', '', '1 Hampstead Outlook', 'Murrumba Downs', 'Brisbane', 'Qld 4503', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-11-30 17:10:08', '2005-11-28 19:18:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1610', '396', 'Rohan Ward', 'Core Medical Solutions', 'PO BOX 2202', 'Kenttown', 'Adelaide', '5067', '', 'Australia', '08 83329600', 'rohan.ward@coremedicalsolutions.com', '1', 'Rohan Ward', 'Core Medical Solutions', 'PO BOX 2202', 'Kenttown', 'Adelaide', '5067', '', 'Australia', '1', 'Rohan Ward', 'Core Medical Solutions', 'PO BOX 2202', 'Kenttown', 'Adelaide', '5067', '', 'Australia', '1', 'PayPal', '', '186', '', '', '', '', '2005-11-30 14:40:52', '2005-11-29 15:57:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1611', '398', 'Simon Yanovski', '', '35 The Promenade', '', 'Narre Warren South', 'VIC 3805', '', 'Australia', '03 9705 0099', 'simon@opticvision.net', '1', 'Simon Yanovski', '', '35 The Promenade', '', 'Narre Warren South', 'VIC 3805', '', 'Australia', '1', 'Simon Yanovski', '', '35 The Promenade', '', 'Narre Warren South', 'VIC 3805', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-11-29 16:47:58', '2005-11-29 16:33:34', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1609', '394', 'Graham Brown', 'The Broadtech Group', '25 Virginia ave', 'Een Tce', 'Auckland', '1035', '', 'New Zealand', '649-306-1593', 'graham@broadcast.co.nz', '1', 'Graham Brown', 'The Broadtech Group', '25 Virginia ave', 'Een Tce', 'Auckland', '1035', '', 'New Zealand', '1', 'Graham Brown', 'The Broadtech Group', '25 Virginia ave', 'Een Tce', 'Auckland', '1035', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-11-29 17:04:55', '2005-11-29 09:49:33', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1613', '395', 'cameron langford', '', '16A Towns crescent', '', 'Canberra', '2612', '', 'Australia', '0439723278', 'cameron.langford@gmail.com', '1', 'Cameron Langford', '', 'Lvl 6, 14 Moore Street', 'Civic', 'Canberra', 'ACT', '', 'Australia', '1', 'cameron langford', '', '16A Towns crescent', '', 'Canberra', '2612', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-12-02 14:30:03', '2005-11-30 13:25:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1616', '403', 'kahu swanson', 'Sandbrook MacRae Ltd', 'Pohangina Valley West RD.14', '', 'Ashhurst', '5451', '', 'New Zealand', '06 3294794', 'kahu@seedspider.com', '1', 'kahu swanson', 'Sandbrook MacRae Ltd', 'Pohangina Valley West RD.14', '', 'Ashhurst', '5451', '', 'New Zealand', '1', 'kahu swanson', 'Sandbrook MacRae Ltd', 'Pohangina Valley West RD.14', '', 'Ashhurst', '5451', '', 'New Zealand', '1', 'PayPal', '', '191', '', '', '', '', '2005-12-01 12:12:58', '2005-12-01 11:36:31', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1617', '405', 'Jonathan Davies', '', '1 Newton Street', 'Fitzroy', 'New Plymouth', '', '', 'New Zealand', '021512171', 'jondavies@eircom.net', '1', 'Jonathan Davies', '', '1 Newton Street', 'Fitzroy', 'New Plymouth', '', '', 'New Zealand', '1', 'Jonathan Davies', '', '2, Ffordd Aled', 'Park View', 'Wrexham', '', '', 'United Kingdom', '1', 'PayPal', '', '192', '', '', '', '', '2005-12-05 10:36:02', '2005-12-02 08:19:35', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1618', '406', 'Ross James', 'ABC', '28a Nubeena Cres.', 'Taroona', 'Hobart', '7053', '', 'Australia', '03 6235 3622', 'james.ross@abc.net.au', '1', 'Ross James', 'ABC', '28a Nubeena Cres.', 'Taroona', 'Hobart', '7053', '', 'Australia', '1', 'Ross James', 'ABC', '28a Nubeena Cres.', 'Taroona', 'Hobart', '7053', '', 'Australia', '1', 'PayPal', '', '194', '', '', '', '', '2005-12-03 12:57:08', '2005-12-02 17:28:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1619', '407', 'robert hall', 'retail systems australia', '187 concord road', 'north strathfield', '2137', 'nsw', '', 'Australia', '0294750391', 'rehjr@shiftreload.com.au', '1', 'robert hall', 'retail systems australia', '187 concord road', 'north strathfield', '2137', 'nsw', '', 'Australia', '1', 'robert hall', 'retail systems australia', '187 concord road', 'north strathfield', '2137', 'nsw', '', 'Australia', '1', 'PayPal', '', '195', '', '', '', '', '2005-12-03 12:57:29', '2005-12-03 01:52:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1621', '409', 'Bryn Lewis', 'devMobile Software', '105 Windermere Road', 'Papanui', 'Christchurch', '8005', '', 'New Zealand', '+64 21 539472', 'bryn.lewis@clear.net.nz', '1', 'Bryn Lewis', 'devMobile Software', '105 Windermere Road', 'Papanui', 'Christchurch', '8005', '', 'New Zealand', '1', 'Bryn Lewis', 'devMobile Software', '105 Windermere Road', 'Papanui', 'Christchurch', '8005', '', 'New Zealand', '1', 'PayPal', '', '196', '', '', '', '', '2005-12-05 18:41:20', '2005-12-04 20:22:53', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1622', '390', 'Jeremy coulter', '', '17 wallace Street', 'papanui', 'Christchurch', '', '', 'New Zealand', '021 738 902', 'vss@vss.co.nz', '1', 'Jeremy coulter', '', '17 wallace Street', 'papanui', 'Christchurch', '', '', 'New Zealand', '1', 'Jeremy coulter', '', '17 wallace Street', 'papanui', 'Christchurch', '', '', 'New Zealand', '1', 'PayPal', '', '197', '', '', '', '', '2005-12-05 18:45:30', '2005-12-05 00:22:44', '3', '', 'USD', '0.800000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1623', '410', 'Damian Briggs', 'Fossberry Farms', '6-8 Gilbert Street', '', 'Greymouth', '', '', 'New Zealand', '03 768 5370', 'drbriggs@minidata.co.nz', '1', 'Damian Briggs', 'Fossberry Farms', '6-8 Gilbert Street', '', 'Greymouth', '', '', 'New Zealand', '1', 'Damian Briggs', 'Fossberry Farms', '6-8 Gilbert Street', '', 'Greymouth', '', '', 'New Zealand', '1', 'PayPal', '', '198', '', '', '', '', '2005-12-05 18:43:46', '2005-12-05 10:27:57', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1624', '409', 'Bryn Lewis', 'devMobile Software', '105 Windermere Road', 'Papanui', 'Christchurch', '8005', '', 'New Zealand', '+64 21 539472', 'bryn.lewis@clear.net.nz', '1', 'Bryn Lewis', 'devMobile Software', '105 Windermere Road', 'Papanui', 'Christchurch', '8005', '', 'New Zealand', '1', 'Bryn Lewis', 'devMobile Software', '105 Windermere Road', 'Papanui', 'Christchurch', '8005', '', 'New Zealand', '1', 'PayPal', '', '199', '', '', '', '', '2005-12-05 18:42:33', '2005-12-05 12:32:16', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1626', '414', 'Eileen Eruera', 'Landcare Research NZ Ltd', 'Gerald Street', '', 'Lincoln', '', '', 'New Zealand', '03 3256 701 x 2390', 'eruearae@landcareresearch.co.nz', '1', 'Eileen Eruera', 'Landcare Research NZ Ltd', 'Gerald Street', '', 'Lincoln', '', '', 'New Zealand', '1', 'Eileen Eruera', 'Landcare Research NZ Ltd', 'Gerald Street', '', 'Lincoln', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-12-06 16:34:52', '2005-12-06 16:24:17', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1874', '667', 'Peter Johnstone', 'Romulus Consulting Group Ltd', 'P O Box 2972', '', 'Wellington', '', '', 'New Zealand', '027 4422092', 'peter.johnstone@xtra.co.nz', '1', 'Peter Johnstone', 'Romulus Consulting Group Ltd', 'P O Box 2972', '', 'Wellington', '', '', 'New Zealand', '1', 'Peter Johnstone', 'Romulus Consulting Group Ltd', 'P O Box 2972', '', 'Wellington', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-04-05 09:09:35', '2006-03-31 21:13:47', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1634', '423', 'Jim Stewart', '', '17 Lane Place', '', 'Palmerston North', '', '', 'New Zealand', '06 354 600', 'jim@internet.co.nz', '1', 'Jim Stewart', '', '17 Lane Place', '', 'Palmerston North', '', '', 'New Zealand', '1', 'Jim Stewart', '', '17 Lane Place', '', 'Palmerston North', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-12-08 16:27:25', '2005-12-08 16:22:19', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1628', '416', 'Peter Harrison', '', '87 Opawa Rd', 'Opawa', 'Christchurch', '8002', '', 'New Zealand', '03 3322636', 'p.h.harrison@xtra.co.nz', '1', 'Peter Harrison', '', '87 Opawa Rd', 'Opawa', 'Christchurch', '8002', '', 'New Zealand', '1', 'Peter Harrison', '', '87 Opawa Rd', 'Opawa', 'Christchurch', '8002', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-12-07 16:04:23', '2005-12-06 20:33:26', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1629', '418', 'Peter Tse', '', 'P O Box 10861', 'The Terrace', 'Wellington', '6036', '', 'New Zealand', '04-462-1029', 'petetsenz@yahoo.co.nz', '1', 'Peter Tse', '', 'P O Box 10861', 'The Terrace', 'Wellington', '6036', '', 'New Zealand', '1', 'Peter Tse', '', 'P O Box 10861', 'The Terrace', 'Wellington', '6036', '', 'New Zealand', '1', 'PayPal', '', '200', '', '', '', '', '2006-01-12 12:06:30', '2005-12-07 00:23:21', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1875', '668', 'DAVID PAYNE', '', '50 CITIZEN STREET', 'GOULBURN', 'GOULBURN', '2580', '', 'Australia', '0248235987', 'david195@bigpond.net.au', '1', 'DAVID PAYNE', '', '50 CITIZEN STREET', 'GOULBURN', 'GOULBURN', '2580', '', 'Australia', '1', 'DAVID PAYNE', '', '50 CITIZEN STREET', 'GOULBURN', 'GOULBURN', '2580', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-10 10:09:47', '2006-04-01 00:14:45', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1631', '420', 'ken lee', 'SMI Australia', '10 Welder Rd', 'Seven Hills', 'NSW', '2147', '', 'Australia', '+61 433253168', 'kenlee@everquench.com.au', '1', 'Ken Lee', 'SMI Australia', '10 Welder Rd', 'Seven Hills', '2147', 'NSW', '', 'Australia', '1', 'ken lee', 'SMI Australia', '10 Welder Rd', 'Seven Hills', 'NSW', '2147', '', 'Australia', '1', 'PayPal', '', '201', '', '', '', '', '2005-12-08 10:09:12', '2005-12-07 16:51:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1632', '421', 'Laurence Radin', 'Department of Environment (WRC)', '105 Kew Street', 'Welshpool', 'Welshpool', '6106', '', 'Australia', '08 92318340', 'laurence.radin@environment.wa.gov.au', '1', 'Laurence Radin', 'Department of Environment (WRC)', '105 Kew Street', 'Welshpool', 'Welshpool', '6106', '', 'Australia', '1', 'Laurence Radin', 'Water & Rivers Comission', '105 Kew Street', 'Welshpool', 'Welshpool', '6106', '', 'Australia', '1', 'PayPal', '', '202', '', '', '', '', '2005-12-08 10:08:46', '2005-12-07 20:30:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1635', '424', 'Tracy Heffernan', '', '15 Bateman Street', 'Kambah', 'Canberra', 'ACT 2902', '', 'Australia', '0401 304 911', 'tracyheffernan@bigpond.com', '1', 'Tracy Heffernan', '', '15 Bateman Street', 'Kambah', 'Canberra', 'ACT 2902', '', 'Australia', '1', 'Tracy Heffernan', '', '15 Bateman Street', 'Kambah', 'Canberra', 'ACT 2902', '', 'Australia', '1', 'PayPal', '', '203', '', '', '', '', '2005-12-09 16:57:49', '2005-12-09 02:15:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1636', '425', 'Aidan Evans', 'R Moore Engines Pty Ltd', '12 Claude Street', 'Burswood', 'Western Australia', '6100', '', 'Australia', '61410357771', 'mail@aidanevans.net', '1', 'Aidan Evans', 'R Moore Engines Pty Ltd', '12 Claude Street', 'Burswood', 'Western Australia', '6100', '', 'Australia', '1', 'Aidan Evans', 'R Moore Engines Pty Ltd', '12 Claude Street', 'Burswood', 'Western Australia', '6100', '', 'Australia', '1', 'PayPal', '', '204', '', '', '', '', '2005-12-09 16:55:37', '2005-12-09 02:40:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1637', '426', 'Luke McFarland', 'TNT Logistics', '89-103 Princes Highway', 'Dandenong', 'melbourne', 'VIC', '', 'Australia', '040-789-5579', 'Luke_McFarland@tnt.com.au', '1', 'Luke McFarland', 'TNT Logistics', '89-103 Princes Highway', 'Dandenong', 'melbourne', 'VIC', '', 'Australia', '1', 'Luke McFarland', 'TNT Logistics', '89-103 Princes Highway', 'Dandenong', 'melbourne', 'VIC', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2005-12-13 15:27:50', '2005-12-09 13:13:17', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1638', '427', 'Peter Lo', 'City of Nedlands', '71 Stirling Hwy', 'Nedlands', 'Perth', '6009', '', 'Australia', '892733537', 'plo@nedlands.wa.gov.au', '1', 'Peter Lo', 'City of Nedlands', '71 Stirling Hwy', 'Nedlands', 'Perth', '6009', '', 'Australia', '1', 'City Of Nedlands D C Arndt', '', '71 Stirling Hwy', 'Nedlands', 'Perth', '6009', '', 'Australia', '1', 'PayPal', '', '205', '', '', '', '', '2005-12-13 15:26:46', '2005-12-09 20:30:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1639', '428', 'James Baker', 'Able Busniess Machines', '20 Hutt Road', 'Thorndon', 'Wellington', '', '', 'New Zealand', '0800 112 333', 'james.baker@ables.co.nz', '1', 'James Baker', 'Able Busniess Machines', '20 Hutt Road', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'James Baker', 'Able Busniess Machines', '20 Hutt Road', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-12-13 15:22:50', '2005-12-10 11:06:46', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1640', '429', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '021 473 611', 'mrtyler@telstra.com', '1', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '206', '', '', '', '', '2005-12-13 15:21:49', '2005-12-10 12:06:08', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1641', '429', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '021 473 611', 'mrtyler@telstra.com', '1', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '207', '', '', '', '', '2005-12-13 15:21:07', '2005-12-10 12:23:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1642', '430', 'Frank Donato', 'Rational IT', '2 Seares Drive', '', 'Ringwood East', '3135', '', 'Australia', '0417528273', 'frank@rationalit.com.au', '1', 'Frank Donato', 'Rational IT', '2 Seares Drive', 'Ringwood East', 'Victoria', '3135', '', 'Australia', '1', 'Frank Donato', 'Rational IT', '2 Seares Drive', '', 'Ringwood East', '3135', '', 'Australia', '1', 'PayPal', '', '209', '', '', '', '', '2005-12-14 14:31:38', '2005-12-10 14:08:56', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1643', '431', 'Phillip Cox', '', '32 Ashton Fitchett Drive', 'Brooklyn', 'Wellington', '6002', '', 'New Zealand', '043828881', 'phli.cox@active.co.nz', '1', 'Phillip Cox', 'Kiwibank', 'Level 12, Radio NZ House, 111 The Terrace', 'CBD', 'Wellington', '6000', '', 'New Zealand', '1', 'Phillip Cox', '', '32 Ashton Fitchett Drive', 'Brooklyn', 'Wellington', '6002', '', 'New Zealand', '1', 'PayPal', '', '208', '', '', '', '', '2005-12-13 15:23:44', '2005-12-10 14:09:45', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1644', '432', 'Christian Jackson', 'Total Marine', '2 Grid court', 'Beldon', 'Perth', 'W.A 6027', '', 'Australia', '0408 807 305', 'christianjackson069@hotmail.com', '1', 'Christian Jackson', 'Total Marine', '2 Grid court', 'Beldon', 'Perth', 'W.A 6027', '', 'Australia', '1', 'Christian Jackson', 'Total Marine', '2 Grid court', 'Beldon', 'Perth', 'W.A 6027', '', 'Australia', '1', 'PayPal', '', '210', '', '', '', '', '2005-12-12 10:21:01', '2005-12-10 14:40:09', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1645', '433', 'Kim Warnock', 'yorkit and communication', '89 Avon tce', 'YORK', 'york', '6302', '', 'Australia', '0896412077', 'admin@yorkit.com.au', '1', 'Kim Warnock', 'YORKIT', '89 Avon Tce', 'YORK', 'West Australia', '6302', '', 'Australia', '1', 'Kim Warnock', 'yorkit and communication', '89 Avon tce', 'YORK', 'york', '6302', '', 'Australia', '1', 'PayPal', '', '211', '', '', '', '', '2006-02-27 14:47:32', '2005-12-11 02:53:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1646', '434', 'Kadir Gunduz', 'Kadir Gunduz Technology', '50b Kerrs Road', 'Castle Hill', 'Sydney', 'NSW', '', 'Australia', '+61 296143566', 'info@kgtech.com.au', '1', 'Kadir Gunduz jr', 'Kadir Gunduz Technology', '208 Parramatta Road', 'Homebush', 'Sydney', 'NSW 2140', '', 'Australia', '1', 'Kadir Gunduz', 'Kadir Gunduz Technology', '50b Kerrs Road', 'Castle Hill', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '212', '', '', '', '', '2005-12-12 10:19:52', '2005-12-11 03:45:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1647', '384', 'Ron Witz', '', 'PO Box 443', 'Nowra', 'Nowra', 'NSW 2541', '', 'Australia', '0408593762', 'svroma@hotmail.com', '1', 'Ron Witz', '', 'PO Box 443', 'Nowra', 'Nowra', 'NSW 2541', '', 'Australia', '1', 'Ron Witz', '', 'PO Box 443', 'Nowra', 'Nowra', 'NSW 2541', '', 'Australia', '1', 'PayPal', '', '213', '', '', '', '', '2005-12-12 10:19:27', '2005-12-11 12:27:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1648', '436', 'Adrian Vlok', 'HLA', '46 Clarendon Street', 'South Melbourne', 'Melbourne', '3205', '', 'Australia', '0417928779', 'addavlok@hotmail.com', '1', 'Adrian Vlok', 'HLA', '46 Clarendon Street', 'South Melbourne', 'Melbourne', '3205', '', 'Australia', '1', 'Adrian Vlok', 'HLA', '46 Clarendon Street', 'South Melbourne', 'Melbourne', '3205', '', 'Australia', '1', 'PayPal', '', '214', '', '', '', '', '2005-12-12 10:18:37', '2005-12-11 14:33:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1650', '437', 'Shamal Wijesiri', 'SPI PTY LTD', '3/71 Edgar Street Nth', '', 'Victoria', '3146', '', 'Australia', '0398245500', 'shamal@successproperty.com.au', '1', 'Shamal Wijesiri', 'SPI PTY LTD', '3/71 Edgar Street Nth', '', 'Victoria', '3146', '', 'Australia', '1', 'Shamal Wijesiri', 'SPI PTY LTD', '3/71 Edgar Street Nth', '', 'Victoria', '3146', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2005-12-16 13:16:00', '2005-12-12 00:24:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1651', '22', 'Linda Smale', '', 'PO Box 39117', 'Howick', 'Auckland', '1705', '', 'New Zealand', '021 0449 658', 'loopy@inspire.net.nz', '1', 'Linda Smale', '', '158 Mellons Bay Rd', 'Howick', 'Auckland', '1704', '', 'New Zealand', '1', 'Linda Smale', '', 'PO Box 39117', 'Howick', 'Auckland', '1705', '', 'New Zealand', '1', 'PayPal', '', '215', '', '', '', '', '2005-12-12 09:54:10', '2005-12-12 08:41:11', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1652', '440', 'Jim Stewart', '', '17 Lane Place', '', 'Palmerston North', '', '', 'New Zealand', '06 354 600', 'jim@internet.co.nz', '1', 'Jim Stewart', '', '17 Lane Place', '', 'Palmerston North', '', '', 'New Zealand', '1', 'Jim Stewart', '', '17 Lane Place', '', 'Palmerston North', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2005-12-14 16:25:40', '2005-12-12 20:51:32', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1653', '441', 'Paul Dromgool', 'Telecom NZ', 'L10 telecom House , 8 Hereford St', '', 'Auckland', '', '', 'New Zealand', '093586103', 'paul.dromgool@telecom.co.nz', '1', 'Paul Dromgool', 'Telecom NZ', 'L10 telecom House , 8 Hereford St', '', 'Auckland', '', '', 'New Zealand', '1', 'Paul Dromgool', 'Telecom NZ', 'L10 telecom House , 8 Hereford St', '', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '216', '', '', '', '', '2005-12-13 15:24:53', '2005-12-13 07:16:22', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1654', '442', 'Peter Buettner', 'Assured Metal Roofing', '2 / 42 Ladner Street', 'O\'Connor', 'Perth', 'WA', '', 'Australia', '0417980900', 'pbuettner@assuredmr.com.au', '1', 'Peter Buettner', 'Assured Metal Roofing', '2 / 42 Ladner Street', 'O\'Connor', 'Perth', 'WA', '', 'Australia', '1', 'Peter Buettner', 'Assured Metal Roofing', '2 / 42 Ladner Street', 'O\'Connor', 'Perth', 'WA', '', 'Australia', '1', 'PayPal', '', '218', '', '', '', '', '2005-12-13 15:41:42', '2005-12-13 15:19:43', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1655', '444', 'maheswaran sivasuriam', 'gymco p/l', '3/355 somerville road', '', 'yarraville', 'victoria,3', '', 'Australia', '0414441441', 'mcsiva8@aol.com', '1', 'maheswaran sivasuriam', 'gymco p/l', '3/355 somerville road', '', 'yarraville', 'victoria,3', '', 'Australia', '1', 'maheswaran sivasuriam', 'gymco p/l', '3/355 somerville road', '', 'yarraville', 'victoria,3', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2005-12-14 16:22:16', '2005-12-13 17:38:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1656', '445', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '+64 21 227 4666', 'simon@simongarton.co.nz', '1', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '219', '', '', '', '', '2005-12-14 16:21:36', '2005-12-14 14:27:31', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1657', '446', 'James Wilson', 'IBM', '7 Bircham Rise', 'Bramley', 'Hamilton', '2001', '', 'New Zealand', '021410583', 'avgas@xtra.co.nz', '1', 'James Wilson', 'IBM', '7 Bircham Rise', 'Bramley', 'Hamilton', '2001', '', 'New Zealand', '1', 'James Wilson', 'IBM', '7 Bircham Rise', 'Bramley', 'Hamilton', '2001', '', 'New Zealand', '1', 'PayPal', '', '220', '', '', '', '', '2005-12-14 16:15:57', '2005-12-14 14:31:28', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1659', '447', 'Steven Gar', 'Private', '6/100 Birriga Road', 'Bellevue hill', 'Sydney', '2023', '', 'Australia', '612 9130 8782', 'npakes@netvision.net.il', '1', 'Steven Gar', 'Private', '6/100 Birriga Road', 'Bellevue hill', 'Sydney', '2023', '', 'Australia', '1', 'Steven Gar', 'Private', '6/100 Birriga Road', 'Bellevue hill', 'Sydney', '2023', '', 'Australia', '1', 'PayPal', '', '221', '', '', '', '', '2005-12-15 13:35:11', '2005-12-14 17:23:02', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1660', '448', 'Tom Dymond', '', '74 Oreti Road', 'Otatara', 'Invercargill', 'RD9', '', 'New Zealand', '03 213 0991', 'dymond@xtra.co.nz', '1', 'Tom Dymond', '', '74 Oreti Road', 'Otatara', 'Invercargill', 'RD9', '', 'New Zealand', '1', 'Tom Dymond', '', '74 Oreti Road', 'Otatara', 'Invercargill', 'RD9', '', 'New Zealand', '1', 'PayPal', '', '222', '', '', '', '', '2005-12-15 13:32:07', '2005-12-14 21:52:08', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1661', '449', 'Owen Poad', 'Majacraft', '586 Oropi Road', 'R.D.3', 'Tauranga', '', '', 'New Zealand', '07 543 1461', 'ojp@wave.co.nz', '1', 'Owen Poad', 'Majacraft', '586 Oropi Road', 'R.D.3', 'Tauranga', '', '', 'New Zealand', '1', 'Owen Poad', 'Majacraft', '586 Oropi Road', 'R.D.3', 'Tauranga', '', '', 'New Zealand', '1', 'PayPal', '', '223', '', '', '', '', '2005-12-15 13:31:04', '2005-12-15 10:11:55', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1662', '450', 'David Dunshea', '', '11 Segenhoe Pl', 'Richmond', 'Sydney', 'NSW', '', 'Australia', '+61416017048', 'david.dunshea@foxtel.com.au', '1', 'David Dunshea', '', '11 Segenhoe Pl', 'Richmond', 'Sydney', 'NSW', '', 'Australia', '1', 'David Dunshea', '', '11 Segenhoe Pl', 'Richmond', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '224', '', '', '', '', '2005-12-16 15:35:29', '2005-12-15 17:22:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1663', '418', 'Peter Tse', '', 'P O Box 10861', 'The Terrace', 'Wellington', '6036', '', 'New Zealand', '04-462-1029', 'petetsenz@yahoo.co.nz', '1', 'Peter Tse', '', 'P O Box 10861', 'The Terrace', 'Wellington', '6036', '', 'New Zealand', '1', 'Peter Tse', '', 'P O Box 10861', 'The Terrace', 'Wellington', '6036', '', 'New Zealand', '1', 'PayPal', '', '225', '', '', '', '', '2005-12-16 15:34:51', '2005-12-16 15:12:01', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1915', '645', 'Nicholas Mason', '', '166B Ardross St', 'Mt Pleasant', 'Perth', 'WA 6153', '', 'Australia', '041 212 6801', 'nickm@ois.net.au', '1', 'Nicholas Mason', '', '166B Ardross St', 'Mt Pleasant', 'Perth', 'WA 6153', '', 'Australia', '1', 'Nicholas Mason', '', '166B Ardross St', 'Mt Pleasant', 'Perth', 'WA 6153', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-04-28 10:46:44', '2006-04-25 12:16:30', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1665', '452', 'Craig Everett', '', '19 Hollway St', 'Calwell', 'Canberra', '2905', '', 'Australia', '+61409747781', 'craig.everett@getronics.com', '1', 'Craig Everett', '', '19 Hollway St', 'Calwell', 'Canberra', '2905', '', 'Australia', '1', 'Craig Everett', '', '19 Hollway St', 'Calwell', 'Canberra', '2905', '', 'Australia', '1', 'PayPal', '', '228', '', '', '', '', '2006-03-15 19:00:30', '2005-12-16 20:15:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1666', '454', 'Paul Jones', 'J J Limited', '260 Dee Street', 'Avenal', 'Invercargill', '9501', '', 'New Zealand', '03 218 7174', 'paul.jones@jj.co.nz', '1', 'Paul Jones', 'J J Limited', '260 Dee Street', 'Avenal', 'Invercargill', '9501', '', 'New Zealand', '1', 'Paul Jones', 'J J Limited', '260 Dee Street', 'Avenal', 'Invercargill', '9501', '', 'New Zealand', '1', 'PayPal', '', '229', '', '', '', '', '2006-01-05 15:26:16', '2005-12-19 17:04:15', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1667', '456', 'Maria Falanga', '', 'G2 45 Murray Street', 'Pyrmont', 'Sydney', 'New South', '', 'Australia', '0414294225', 'maria.f1@optusnet.com.au', '1', 'Maria Falanga', '', '7/15 Queens Road', 'Five Dock', 'Sydney', 'New South', '', 'Australia', '1', 'Maria Falanga', '', '7/15 Queens Road', 'Five Dock', 'Sydney', 'New South', '', 'Australia', '1', 'PayPal', '', '230', '', '', '', '', '2006-01-05 15:22:31', '2005-12-19 20:17:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1914', '694', 'graham headey', '', '8 lindisfarne way', '', 'GRANTHAM', 'ng31 8st', '', 'United Kingdom', '00442078298211', 'graham.headey@ntlworld.com', '1', 'graham headey', '', '8 lindisfarne way', '', 'GRANTHAM', 'ng31 8st', '', 'United Kingdom', '1', 'graham headey', '', '8 lindisfarne way', '', 'GRANTHAM', 'ng31 8st', '', 'United Kingdom', '1', 'PayPal', '', '387', '', '', '', '', '2006-04-27 16:15:34', '2006-04-25 06:11:30', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1913', '720', 'Filamae Halasan', 'Enzed Newcastle', 'PO Box 37', 'WICKHAM', 'Newcastle', 'NSW 2293', '', 'Australia', '0407 219 769', 'filamae@enzed-newcastle.com.au', '1', 'Filamae Halasan', 'Enzed Newcastle', 'PO Box 37', 'WICKHAM', 'Newcastle', 'NSW 2293', '', 'Australia', '1', 'Filamae Halasan', 'Enzed Newcastle', 'PO Box 37', 'WICKHAM', 'Newcastle', 'NSW 2293', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-04-25 10:30:11', '2006-04-24 16:36:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1671', '460', 'Bill Aitchison', '', '11 Lipman St', 'Mount Victoria', 'Wellington', '6001', '', 'New Zealand', '04 8024886', 'wbanz@attglobal.net', '1', 'Bill Aitchison', '', '11 Lipman St', 'Mount Victoria', 'Wellington', '6001', '', 'New Zealand', '1', 'Bill Aitchison', '', '11 Lipman St', 'Mount Victoria', 'Wellington', '6001', '', 'New Zealand', '1', 'PayPal', '', '232', '', '', '', '', '2006-01-05 15:23:43', '2005-12-26 15:08:30', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1672', '462', 'Frank Lupino', 'F. Lupino Mech Repairs', '12 Richardson street', 'Mundijong', 'Perth', '6123', '', 'Australia', '(08)95255443', 'frank_lupino@hotmail.com', '1', 'Frank Lupino', 'F. Lupino Mech Repairs', '12 Richardson street', 'Mundijong', 'Perth', '6123', '', 'Australia', '1', 'Frank Lupino', 'F. Lupino Mech Repairs', '12 Richardson street', 'Mundijong', 'Perth', '6123', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-01-05 15:25:17', '2005-12-29 01:51:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1673', '463', 'Stuart Banks', 'GE Betz', '2 CEntral Boulevard', 'Fishermans Bend', 'Melbourne', 'VIC 3207', '', 'Australia', '0403 750 600', 'stuart@sasbanks.com', '1', 'Stuart Banks', 'GE Betz', '2 CEntral Boulevard', 'Fishermans Bend', 'Melbourne', 'VIC 3207', '', 'Australia', '1', 'Stuart Banks', 'GE Betz', '2 CEntral Boulevard', 'Fishermans Bend', 'Melbourne', 'VIC 3207', '', 'Australia', '1', 'PayPal', '', '233', '', '', '', '', '2006-01-05 15:29:51', '2005-12-29 02:00:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1675', '467', 'Geoffrey Barr', '', '13 Barrier Close', 'Buderim', 'Buderim', 'Qld 4556', '', 'Australia', '0408787914', 'gkbarr@bigpond.com', '1', 'Geoffrey Barr', '', '13 Barrier Close', 'Buderim', 'Buderim', 'Qld 4556', '', 'Australia', '1', 'Geoffrey Barr', '', '13 Barrier Close', 'Buderim', 'Buderim', 'Qld 4556', '', 'Australia', '1', 'PayPal', '', '234', '', '', '', '', '2006-01-05 15:27:16', '2005-12-31 00:55:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1676', '469', 'Jaime Cruz', '', '8/21-23', 'Devitt St.', 'BLACKTOWN', 'NSW', '', 'Australia', '(02) 9676 3426', 'jimmycruz68@hotmail.com', '1', 'Jaime Cruz', '', '8/21-23', 'Devitt St.', 'BLACKTOWN', 'NSW', '', 'Australia', '1', 'Jaime Cruz', '', '8/21-23', 'Devitt St.', 'BLACKTOWN', 'NSW', '', 'Australia', '1', 'PayPal', '', '235', '', '', '', '', '2006-01-05 17:45:49', '2005-12-31 16:52:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1687', '451', 'Alan Worroll', '', '72 Karoo RFoad', '', 'Rowville', 'Vic. 3178', '', 'Australia', '0421 63 59 62', 'aworroll@netcall.com.au', '1', 'Alan Worroll', '', '72 Karoo RFoad', '', 'Rowville', 'Vic. 3178', '', 'Australia', '1', 'Alan Worroll', '', '72 Karoo RFoad', '', 'Rowville', 'Vic. 3178', '', 'Australia', '1', 'PayPal', '', '243', '', '', '', '', '2006-01-06 17:30:26', '2006-01-06 12:14:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1678', '459', 'Ian Holloway', 'QPWS', '83 Main Street', '', 'Atherton', '4883', '', 'Australia', '07 40918104', 'ian.holloway@epa.qld.gov.au', '1', 'Ian Holloway', 'QPWS', '83 Main Street', '', 'Atherton', '4883', '', 'Australia', '1', 'Ian Holloway', 'QPWS', '83 Main Street', '', 'Atherton', '4883', '', 'Australia', '1', 'PayPal', '', '236', '', '', '', '', '2006-01-05 15:27:48', '2006-01-03 11:28:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1679', '472', 'John Emerson', '', '4A Paschal street', 'Bentleigh', 'Melbourne', 'Vic / 3204', '', 'Australia', '0414437873', 'byrd@netspace.net.au', '1', 'John Emerson', '', '4A Paschal street', 'Bentleigh', 'Melbourne', 'Vic / 3204', '', 'Australia', '1', 'John Emerson', '', '4A Paschal street', 'Bentleigh', 'Melbourne', 'Vic / 3204', '', 'Australia', '1', 'PayPal', '', '237', '', '', '', '', '2006-01-05 15:24:34', '2006-01-04 15:41:57', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1680', '473', 'David Whybro', '', '3/175 Gibbes Street', 'Chatswood', 'Sydney', 'NSW', '', 'Australia', '+61 414 324 551', 'dwhybro@rapee.com.au', '1', 'David Whybro', '', '3/175 Gibbes Street', 'Chatswood', 'Sydney', 'NSW 2067', '', 'Australia', '1', 'David Whybro', '', 'PO Box 3100', 'Willoughby North', 'Sydney', 'NSW/2068', '', 'Australia', '1', 'PayPal', '', '238', '', '', '', '', '2006-01-05 16:00:16', '2006-01-04 16:45:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1681', '382', 'Bernie Rickard', '', '33 Bayliss Road', 'Te Puke', 'Tauranga', '3071', '', 'New Zealand', '07-5739856', 'bernierickard@value.net.nz', '1', 'Bernie Rickard', '', '33 Bayliss Road', 'Te Puke', 'Tauranga', '3071', '', 'New Zealand', '1', 'Bernie Rickard', '', '33 Bayliss Road', 'Te Puke', 'Tauranga', '3071', '', 'New Zealand', '1', 'PayPal', '', '239', '', '', '', '', '2006-01-05 15:49:30', '2006-01-05 07:16:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1682', '474', 'Denis Ng', '', '1/39 Walford Road', 'Point Chevalier', 'Auckland', '1001', '', 'New Zealand', '09 375 3670', 'ng_denis@hotmail.com', '1', 'Denis Ng', '', '1/39 Walford Road', 'Point Chevalier', 'Auckland', '1001', '', 'New Zealand', '1', 'Denis Ng', '', '1/39 Walford Road', 'Point Chevalier', 'Auckland', '1001', '', 'New Zealand', '1', 'PayPal', '', '240', '', '', '', '', '2006-01-05 17:45:03', '2006-01-05 13:32:31', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1683', '475', 'Paul Wager', '', '6 Nickell Place', '', 'Orewa', '', '', 'New Zealand', '415 3039', 'paulwager@gmail.com', '1', 'Paul Wager', '', '6 Nickell Place', '', 'Orewa', '', '', 'New Zealand', '1', 'Paul Wager', '', '6 Nickell Place', '', 'Orewa', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-01-05 15:37:09', '2006-01-05 15:19:21', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1684', '43', 'Laz Simonovski', 'Suncorp', 'Level 2, 417 St Kilda Road', 'Melbourne', 'Melbourne', '3004', '', 'Australia', '0434079183', 'laz.simonovski@suncorp.com.au', '1', 'Laz Simonovski', 'Suncorp', 'Level 2, 417 St Kilda Road', '', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Laz Simonovski', 'Suncorp', 'Level 2, 417 St Kilda Road', '', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '241', '', '', '', '', '2006-01-06 17:32:33', '2006-01-05 16:05:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1685', '476', 'Jim McLeod', '', '23 Rickton Place', '', 'Rangiora', '8254', '', 'New Zealand', '03 3137977', 'j.mcleod@xtra.co.nz', '1', 'Jim McLeod', '', '23 Rickton Place', '', 'Rangiora', '8254', '', 'New Zealand', '1', 'Jim McLeod', '', '23 Rickton Place', '', 'Rangiora', '8254', '', 'New Zealand', '1', 'PayPal', '', '242', '', '', '', '', '2006-01-06 17:32:02', '2006-01-05 16:46:34', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1686', '477', 'Brent Vujcich', '', '410 Warneet Road', 'Warneet 3980', 'Melbourne', 'Victoria', '', 'Australia', '0359987990', 'vuj01@yahoo.com.au', '1', 'Brent Vujcich', '', '410 Warneet Road', 'Warneet 3980', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Brent Vujcich', '', '410 Warneet Road', 'Warneet 3980', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-01-06 17:31:36', '2006-01-05 17:39:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1689', '382', 'Bernie Rickard', '', '33 Bayliss Road', 'Te Puke', 'Tauranga', '3071', '', 'New Zealand', '07-5739856', 'bernierickard@value.net.nz', '1', 'Bernie Rickard', '', '33 Bayliss Road', 'Te Puke', 'Tauranga', '3071', '', 'New Zealand', '1', 'Bernie Rickard', '', '33 Bayliss Road', 'Te Puke', 'Tauranga', '3071', '', 'New Zealand', '1', 'PayPal', '', '245', '', '', '', '', '2006-01-09 15:53:41', '2006-01-08 09:57:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1690', '481', 'Daniel Mendham', '', '7 Taunton Way', '', 'Karrinyup', 'WA 6018', '', 'Australia', '08 92041245', 'Daniel.Mendham@csiro.au', '1', 'Daniel Mendham', '', 'PO Box 317', '', 'Karrinyup', 'WA 6921', '', 'Australia', '1', 'Daniel Mendham', '', 'PO Box 317', '', 'Karrinyup', 'WA 6921', '', 'Australia', '1', 'PayPal', '', '246', '', '', '', '', '2006-01-09 15:52:53', '2006-01-08 19:41:44', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1691', '446', 'James Wilson', 'IBM', '7 Bircham Rise', 'Bramley', 'Hamilton', '2001', '', 'New Zealand', '021410583', 'avgas@xtra.co.nz', '1', 'James Wilson', 'IBM', '7 Bircham Rise', 'Bramley', 'Hamilton', '2001', '', 'New Zealand', '1', 'James Wilson', 'IBM', '7 Bircham Rise', 'Bramley', 'Hamilton', '2001', '', 'New Zealand', '1', 'PayPal', '', '247', '', '', '', '', '2006-01-09 15:52:25', '2006-01-09 10:19:00', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1692', '483', 'Powell Brian', '', '4 Cathryn Place', '', 'Western Australia', '6155', '', 'Australia', '61 (08) 94574920', 'powellbip@aol.com.au', '1', 'Powell Brian', '', '4 Cathryn Place', '', 'Western Australia', '6155', '', 'Australia', '1', 'Powell Brian', '', '4 Cathryn Place', '', 'Western Australia', '6155', '', 'Australia', '1', 'Bank Transfer Payments', '', '248', '', '', '', '', '2006-02-01 16:31:51', '2006-01-09 15:39:38', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1732', '184', 'Tyson Stelzer', 'Wine Press', '525 Underwood Rd', 'Rochedale', 'Brisbane', 'QLD 4123', '', 'Australia', '61 402 821 230', 'stelzer@winepress.com.au', '1', 'Tyson Stelzer', 'Wine Press', '525 Underwood Rd', 'Rochedale', 'Brisbane', 'QLD 4123', '', 'Australia', '1', 'Tyson Stelzer', 'Wine Press', '525 Underwood Rd', 'Rochedale', 'Brisbane', 'QLD 4123', '', 'Australia', '1', 'PayPal', '', '278', '', '', '', '', '2006-02-07 22:26:00', '2006-02-02 03:10:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1693', '484', 'Thomas Hartberger', '', 'Thalkirchnerstr. 125d', '', 'M?nchen', '81371', '', 'Germany', '+49/1795283826', 'hry30@web.de', '5', 'Thomas Hartberger', '', 'Thalkirchnerstr. 125d', '', 'M?nchen', '81371', '', 'Germany', '5', 'Thomas Hartberger', '', 'Thalkirchnerstr. 125d', '', 'M?nchen', '81371', '', 'Germany', '5', 'PayPal', '', '249', '', '', '', '', '2006-01-11 07:54:02', '2006-01-09 23:03:30', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1694', '485', 'Chris Medlin', '', 'PO Box 338', 'St Agnes', 'St Agnes', 'SA 5097', '', 'Australia', '618 82638260', 'chris.medlin@adelaide.edu.au', '1', 'Chris Medlin', '', 'PO Box 338', 'St Agnes', 'St Agnes', 'SA 5097', '', 'Australia', '1', 'Chris Medlin', '', 'PO Box 338', 'St Agnes', 'St Agnes', 'SA 5097', '', 'Australia', '1', 'PayPal', '', '250', '', '', '', '', '2006-01-11 07:54:32', '2006-01-09 23:29:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1695', '487', 'Mike Edwards', '', '44 Gatton Street', '', 'Brisbane', 'QLD 4558', '', 'Australia', '61 7 38495294', 'michael.edwards@mtu-online.com', '1', 'Mike Edwards', '', '44 Gatton Street', '', 'Brisbane', 'QLD 4558', '', 'Australia', '1', 'Mike Edwards', '', '44 Gatton Street', '', 'Brisbane', 'QLD 4558', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-01-11 07:55:08', '2006-01-10 14:55:43', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1696', '258', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '0422 151 120', 'm27.jones@student.qut.edu.au', '1', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '1', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-01-12 17:26:06', '2006-01-10 15:51:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1697', '488', 'Grant Hawthorne', '', '103 Ryans Road', 'COONGULLA', 'COONGULLA', 'VIC 3860', '', 'Australia', '+61 3 5148 0281', 'oldies@wideband.net.au', '1', 'Grant Hawthorne', '', '103 Ryans Road', '', 'COONGULLA', 'VIC 3860', '', 'Australia', '1', 'Grant Hawthorne', '', '103 Ryans Road', 'COONGULLA', 'COONGULLA', 'VIC 3860', '', 'Australia', '1', 'PayPal', '', '251', '', '', '', '', '2006-01-12 17:25:08', '2006-01-10 17:25:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1698', '474', 'Denis Ng', 'Senate Finance Ltd.', '7 College Hill', '', 'Auckland', '', '', 'New Zealand', '09 375 3670', 'ng_denis@hotmail.com', '1', 'Denis Ng', 'Senate Finance Ltd.', '7 College Hill', '', 'Auckland', '', '', 'New Zealand', '1', 'Denis Ng', 'Senate Finance Ltd.', '7 College Hill', '', 'Auckland', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '253', '', '', '', '', '2006-01-12 17:24:22', '2006-01-12 14:18:51', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1699', '490', 'Roger Pittman', 'Eagle Eye Video Ltd', '136 Teal Valley Road', '', 'Nelson', '', '', 'New Zealand', '03 545 2181', 'rwpittman@xtra.co.nz', '1', 'Roger Pittman', 'Eagle Eye Video Ltd', '136 Teal Valley Road', '', 'Nelson', '', '', 'New Zealand', '1', 'Roger Pittman', 'Eagle Eye Video Ltd', '136 Teal Valley Road', '', 'Nelson', '', '', 'New Zealand', '1', 'PayPal', '', '254', '', '', '', '', '2006-01-16 12:11:10', '2006-01-13 10:59:53', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1700', '491', 'Andrew Gray', '', '1400 SE Fancy Free Dr, APT 209', '', 'Pullman', 'Washington', '', 'United States', '+1-708-224-8802', 'Antipodean_1@adelphia.net', '2', 'Andrew Gray', 'Schweitzer Engineering Laborator', '2350 Hopkins Ct', 'Zip Code 99163', 'Pullman', 'Washington', '', 'United States', '2', 'Andrew Gray', '', '1400 SE Fancy Free Dr, APT 209', 'Zip Code 99163', 'Pullman', 'Washington', '', 'United States', '2', 'PayPal', '', '255', '', '', '', '', '2006-02-09 13:36:19', '2006-01-13 19:14:36', '3', '', 'USD', '0.800000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1701', '492', 'Jack Kenyon', '', '2 Piccolo Crt', 'Victoria Point', 'Brisbane', '4165', '', 'Australia', '61 7 3207 9719', 'j_a_kenyon@hotmail.com', '1', 'Jack Kenyon', '', '2 Piccolo Crt', 'Victoria Point', 'Brisbane', '4165', '', 'Australia', '1', 'Jack Kenyon', '', '2 Piccolo Crt', 'Victoria Point', 'Brisbane', '4165', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-01-17 14:13:04', '2006-01-14 11:17:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1702', '493', 'Ivan Gorton', 'Gortons fisheries ltd', '08 Grant RD', 'Otatara', 'Invercargill', '', '', 'New Zealand', '03 2130828', 'gortonfish@xtra.co.nz', '1', 'Ivan Gorton', 'Gortons fisheries Ltd', '108 grant rd', 'Otatara', 'Invercargill', '', '', 'New Zealand', '1', 'Ivan Gorton', 'Gortons fisheries ltd', '08 Grant RD', 'Otatara', 'Invercargill', '', '', 'New Zealand', '1', 'PayPal', '', '256', '', '', '', '', '2006-01-16 15:59:49', '2006-01-15 13:25:16', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1703', '494', 'Amarjot (AJ) Grewal', 'Signopsys Electronic Signs Ltd', '671 Great South Road', 'Penrose', 'Auckland', '', '', 'New Zealand', '027 246 8091', 'aj@lynx.co.nz', '1', 'Amarjot (AJ) Grewal', 'Signopsys Electronic Signs Ltd', '671 Great South Road', 'Penrose', 'Auckland', '', '', 'New Zealand', '1', 'Amarjot (AJ) Grewal', 'Signopsys Electronic Signs Ltd', '671 Great South Road', 'Penrose', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '257', '', '', '', '', '2006-01-17 14:15:15', '2006-01-16 14:42:13', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1704', '496', 'John Donnellan', '', '15 Ryans Way', 'Lesmurdie', 'Perth', 'WA / 6076', '', 'Australia', '0400455191', 'jpdonnellan@hotmail.com', '1', 'John Donnellan', '', '15 Ryans Way', 'Lesmurdie', 'Perth', 'WA / 6076', '', 'Australia', '1', 'John Donnellan', '', '15 Ryans Way', 'Lesmurdie', 'Perth', 'WA / 6076', '', 'Australia', '1', 'PayPal', '', '258', '', '', '', '', '2006-01-17 14:15:55', '2006-01-17 01:45:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1705', '498', 'Stewart Whittlestone', '', '41 Boyce St', 'Glebe', 'Sydney', '2037', '', 'Australia', '++61296920623', 'whitbuzz@telpacific.com.au', '1', 'Stewart Whittlestone', '', '41 Boyce St', 'Glebe', 'Sydney', '2037', '', 'Australia', '1', 'Stewart Whittlestone', '', '41 Boyce St', 'Glebe', 'Sydney', '2037', '', 'Australia', '1', 'PayPal', '', '259', '', '', '', '', '2006-01-31 18:08:09', '2006-01-18 19:59:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1706', '499', 'Ian Gardiner', '', '2/57 First Avenue', 'Mount Lawley', 'Perth', '6050', '', 'Australia', '0408131171', 'gardinerian@bigpond.com', '1', 'Ian Gardiner', '', '2/57 First Avenue', 'Mount Lawley', 'Perth', '6050', '', 'Australia', '1', 'Ian Gardiner', '', '2/57 First Avenue', 'Mount Lawley', 'Perth', '6050', '', 'Australia', '1', 'PayPal', '', '260', '', '', '', '', '2006-03-15 17:55:00', '2006-01-19 14:11:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1707', '495', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '08 8395 8836', 'ggillman@tpg.com.au', '1', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '1', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '1', 'PayPal', '', '261', '', '', '', '', '2006-01-31 18:00:05', '2006-01-19 19:11:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1708', '482', 'mark cooley', '', '1/52 Jellicoe Rd', 'Panmure', 'Auckland', '', '', 'New Zealand', '0274 643 008', 'mark@cooley.gen.nz', '1', 'Julie Cooley', 'FITEC - Level 2, The textile Cen', '117-125 St Georges Bay Rd', 'Parnell', 'Auckland', '', '', 'New Zealand', '1', 'mark cooley', '', '1/52 Jellicoe Rd', 'Panmure', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '262', '', '', '', '', '2006-01-31 18:08:53', '2006-01-20 11:52:07', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1912', '717', 'Brendan Hogan', 'Primary Music Institute', '9/22B Hampson Street', '', 'Kelvin Grove', 'QLD 4059', '', 'Australia', '61-411878656', 'brendanhoganprimarymusicinstitute@hotmail.com', '1', 'Brendan Hogan', 'Primary Music Institute', '9/22B Hampson Street', '', 'Kelvin Grove', 'QLD 4059', '', 'Australia', '1', 'Brendan Hogan', 'Primary Music Institute', '9/22B Hampson Street', '', 'Kelvin Grove', 'QLD 4059', '', 'Australia', '1', 'PayPal', '', '386', '', '', '', '', '2006-04-24 20:30:19', '2006-04-23 17:41:27', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1710', '497', 'Ben Kingsbury', '', 'PO Box 1403', '', 'Port Vila', '', '', 'Vanuatu', '001167841067', 'bnb@abacus.vu', '1', 'Ben Kingsbury', '', '12 Jordan Court', 'Aberfoyle Park', 'Aberfoyle Park', '5159', '', 'Australia', '1', 'Ben Kingsbury', '', 'PO Box 1403', '', 'Port Vila', '', '', 'Vanuatu', '1', 'PayPal', '', '263', '', '', '', '', '2006-01-31 18:04:29', '2006-01-21 23:02:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1724', '513', 'Peter Lawlor', 'FieldaAtWork', 'Level 14', '10 Queens Road', 'Melbourne', 'VIC 3004', '', 'Australia', '03 98202565', 'plawlor@FieldAtWork.com', '1', 'Peter Lawlor', 'FieldaAtWork', 'Level 14', '10 Queens Road', 'Melbourne', 'VIC 3004', '', 'Australia', '1', 'Peter Lawlor', 'FieldaAtWork', 'Level 14', '10 Queens Road', 'Melbourne', 'VIC 3004', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-03-15 17:51:39', '2006-01-31 14:11:04', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1712', '363', 'Brent Cooper', '', '36 McArthur Ave', 'St Heliers', 'Auckland', '', '', 'New Zealand', '+64 (021) 342 522', 'public@bch.co.nz', '1', 'Brent Cooper', '', '36 McArthur Ave', 'St Heliers', 'Auckland', '', '', 'New Zealand', '1', 'Brent Cooper', '', '36 McArthur Ave', 'St Heliers', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '264', '', '', '', '', '2006-01-31 18:11:13', '2006-01-24 00:11:38', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1713', '503', 'Brad Smith', '', '5 Verbena Street', '', 'Cornubia', '4130', '', 'Australia', '617 3237 1345', 'bfsmith@westnet.com.au', '1', 'Brad Smith', '', '5 Verbena Street', '', 'Cornubia', '4130', '', 'Australia', '1', 'Brad Smith', '', '5 Verbena Street', '', 'Cornubia', '4130', '', 'Australia', '1', 'PayPal', '', '265', '', '', '', '', '2006-01-31 18:06:19', '2006-01-24 18:09:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1714', '258', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '0422 151 120', 'm27.jones@student.qut.edu.au', '1', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '1', 'Michael Jones', '', '3 Shakespeare Parade', 'Strathpine', 'Queensland', '4500', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-01-31 18:04:56', '2006-01-24 21:43:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1715', '502', 'Julia Hazel', '', 'PO Box 5668', '', 'Manly', '4179', '', 'Australia', '0000000000', '2jay@austarnet.com.au', '1', 'Julia Hazel', '', 'PO Box 5668', '', 'Manly', '4179', '', 'Australia', '1', 'Julia Hazel', '', 'PO Box 5668', '', 'Manly', '4179', '', 'Australia', '1', 'PayPal', '', '266', '', '', '', '', '2006-01-31 18:07:23', '2006-01-25 13:05:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1716', '504', 'Garry Fidler', '', '79 Arthur Street', '', 'Blackwater', 'Queensland', '', 'Australia', '0427178683', 'gfi79177@bigpond.net', '1', 'Garry Fidler', '', '79 Arthur Street', '', 'Blackwater', 'Queensland', '', 'Australia', '1', 'Garry Fidler', '', '79 Arthur Street', '', 'Blackwater', 'Queensland', '', 'Australia', '1', 'PayPal', '', '267', '', '', '', '', '2006-01-31 18:05:47', '2006-01-27 00:03:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1911', '712', 'Allan Kane', '', '10 Orr St', '', 'Dunedin', '', '', 'New Zealand', '021325577', 'kanea2000@hotmail.com', '1', 'Allan Kane', '', '10 Orr St', '', 'Dunedin', '', '', 'New Zealand', '1', 'Allan Kane', '', '10 Orr St', '', 'Dunedin', '', '', 'New Zealand', '1', 'PayPal', '', '385', '', '', '', '', '2006-04-24 20:34:33', '2006-04-21 18:19:07', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1718', '508', 'Rick Radford', 'R&R Distibutors Ltd', '130 Bramley Dr', 'Pakuranga', 'Auckland', '1706', '', 'New Zealand', '021 728011', 'ricksue@xtra.co.nz', '1', 'Rick Radford', 'R&R Distibutors Ltd', '130 Bramley Dr', 'Pakuranga', 'Auckland', '1706', '', 'New Zealand', '1', 'Rick Radford', 'R&R Distibutors Ltd', '130 Bramley Dr', 'Pakuranga', 'Auckland', '1706', '', 'New Zealand', '1', 'PayPal', '', '268', '', '', '', '', '2006-01-31 18:09:32', '2006-01-29 19:44:36', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1910', '711', 'shane young', 'Mix Limited', '59 Onehunga mall', 'Onehunga', 'Auckland', '1006', '', 'New Zealand', '021 7111 67', 'shane@dominatehair.com', '1', 'shane young', 'Mix Limited', '59 Onehunga mall', 'Onehunga', 'Auckland', '1006', '', 'New Zealand', '1', 'shane young', 'Mix Limited', '59 Onehunga mall', 'Onehunga', 'Auckland', '1006', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-04-24 20:35:09', '2006-04-21 12:56:01', '3', '', 'NZD', '1.164000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1720', '510', 'Chris Todd', '', '4A Grifftihs Place', 'Te Atatu South', 'Auckland', '', '', 'New Zealand', '09 838 5448', 'c.t@clear.net.nz', '1', 'Chris Todd', '', '4A Grifftihs Place', 'Te Atatu South', 'Auckland', '', '', 'New Zealand', '1', 'Chris Todd', '', '4A Grifftihs Place', 'Te Atatu South', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '269', '', '', '', '', '2006-02-07 09:45:36', '2006-01-30 21:41:00', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1909', '710', 'Robert Crutchley', 'Computer Associates', 'Level 5, 441 St Kilda Rd', '', 'Melbourne', '3004', '', 'Australia', '98213154', 'robcrutchley@netspace.net.au', '1', 'Robert Crutchley', 'Computer Associates', 'Level 5, 441 St Kilda Rd', '', 'Melbourne', '3004', '', 'Australia', '1', 'Robert Crutchley', 'Computer Associates', 'Level 5, 441 St Kilda Rd', '', 'Melbourne', '3004', '', 'Australia', '1', 'PayPal', '', '384', '', '', '', '', '2006-04-21 06:36:35', '2006-04-21 00:21:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1908', '681', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '61 8 8277 3288', 'darrellb@kdfisher.com.au', '1', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '1', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '1', 'PayPal', '', '383', '', '', '', '', '2006-04-21 15:35:11', '2006-04-20 14:39:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1723', '511', 'Ron Camm', '', '1 Coombs Ave', '', 'Oakleigh South', '', '', 'Australia', '0419 884 920', 'sewrent@camsew.com.au', '1', 'Ron Camm', '', '1 Coombs Ave', '', 'Oakleigh South', '', '', 'Australia', '1', 'Ron Camm', '', '1 Coombs Ave', '', 'Oakleigh South', '', '', 'Australia', '1', 'PayPal', '', '271', '', '', '', '', '2006-01-31 18:03:26', '2006-01-31 10:24:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1725', '512', 'Peter Milojkovic', 'Adelaide Audio Visual Services P', '10 Charles Loader Drive', 'Mile End', 'Adelaide', 'SA 5031', '', 'Australia', '+61411172727', 'pmilojkovic@hotmail.com', '1', '', '', '', '', '', '', '', '', '0', 'Peter Milojkovic', 'Adelaide Audio Visual Services P', '10 Charles Loader Drive', 'Mile End', 'Adelaide', 'SA 5031', '', 'Australia', '1', 'PayPal', '', '273', '', '', '', '', '2006-02-07 09:46:17', '2006-01-31 14:22:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1730', '517', 'Craig Smith', '', '55 Hensley Street', '', 'Invercargill', '9501', '', 'New Zealand', '032147756', 'smiddys@value.net.nz', '1', 'Craig Smith', '', '55 Hensley Street', '', 'Invercargill', '9501', '', 'New Zealand', '1', 'Craig Smith', '', '55 Hensley Street', '', 'Invercargill', '9501', '', 'New Zealand', '1', 'PayPal', '', '276', '', '', '', '', '2006-02-01 15:55:41', '2006-02-01 11:35:14', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1727', '514', 'Jack Hurley', 'RemoteGIS', '132 kennedy St', '', 'Howlong', '2643', '', 'Australia', '0439333379', 'info@47.com.au', '1', 'Jack Hurley', 'RemoteGIS', '132 kennedy St', '', 'Howlong', '2643', '', 'Australia', '1', 'Jack Hurley', 'RemoteGIS', '132 kennedy St', '', 'Howlong', '2643', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-02-04 08:50:29', '2006-01-31 16:22:30', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1728', '515', 'Peter Hanrahan', '', '19/19 Livingstone Ave', 'Botany', 'Sydney', 'NSW', '', 'Australia', '+61 2 9316 4881', 'kroma@optusnet.com.au', '1', 'Peter Hanrahan', '', '19/19 Livingstone Ave', 'Botany', 'Sydney', 'NSW', '', 'Australia', '1', 'Peter Hanrahan', '', '19/19 Livingstone Ave', 'Botany', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '274', '', '', '', '', '2006-02-01 16:15:47', '2006-01-31 21:37:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1729', '516', 'Lukas Kruesi', '', '7 Kahurangi Drive', 'Lynmore', 'Rotorua', '', '', 'New Zealand', '07 345 4108', 'lkruesi@clear.net.nz', '1', 'Lukas Kruesi', '', '7 Kahurangi Drive', 'Lynmore', 'Rotorua', '', '', 'New Zealand', '1', 'Lukas Kruesi', '', 'P.O. Box 0', '', 'Rotrua Central', '3215', '', 'New Zealand', '1', 'PayPal', '', '275', '', '', '', '', '2006-03-15 17:53:37', '2006-02-01 10:32:15', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1731', '227', 'Les Gibbs', 'West Coast Regional Council', '388 Main South Road', '', 'Greymouth', '', '', 'New Zealand', '03 7680466', 'lg@wcrc.govt.nz', '1', 'Les Gibbs', 'West Coast Regional Council', '388 Main South Road', '', 'Greymouth', '', '', 'New Zealand', '1', 'Les Gibbs', 'West Coast Regional Council', '388 Main South Road', '', 'Greymouth', '', '', 'New Zealand', '1', 'PayPal', '', '277', '', '', '', '', '2006-02-01 15:54:45', '2006-02-01 15:18:24', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1907', '445', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '+64 21 227 4666', 'simon@simongarton.co.nz', '1', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '382', '', '', '', '', '2006-04-20 10:35:27', '2006-04-19 16:38:41', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1734', '519', 'David Manley', '', '43 Guineas Creek Road', 'Elanora', 'Gold Coast', 'Queensland', '', 'Australia', '61 7 55981947', 'davdent@bigpond.net.au', '1', 'David Manley', '', '43 Guineas Creek Road', 'Elanora', 'Gold Coast', 'Queensland', '', 'Australia', '1', 'David Manley', '', '43 Guineas Creek Road', 'Elanora', 'Gold Coast', 'Queensland', '', 'Australia', '1', 'PayPal', '', '279', '', '', '', '', '2006-02-07 22:25:29', '2006-02-03 15:33:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1735', '520', 'Sean Hambrook', '', '7/23 Mansfield Place', 'PHILLIP', 'Canberra', 'ACT', '', 'Australia', '612 62901908', 'seanhambrook@yahoo.com.au', '1', 'Sean Hambrook', '', '7/23 Mansfield Place', 'PHILLIP', 'Canberra', 'ACT', '', 'Australia', '1', 'Sean Hambrook', '', '7/23 Mansfield Place', 'PHILLIP', 'Canberra', 'ACT', '', 'Australia', '1', 'PayPal', '', '280', '', '', '', '', '2006-02-07 22:25:05', '2006-02-03 16:10:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1736', '523', 'Jeffery Ellesmere-Sly', '', '416 Speargrass Flat Rd', 'RD 1', 'Queenstown', '9197', '', 'New Zealand', '0064 3 4421788', 'jeffsly@xtra.co.nz', '1', 'Jeffery Ellesmere-Sly', '', '416 Speargrass Flat Rd', 'RD 1', 'Queenstown', '9197', '', 'New Zealand', '1', 'Jeffery Ellesmere-Sly', '', '416 Speargrass Flat Rd', 'RD 1', 'Queenstown', '9197', '', 'New Zealand', '1', 'PayPal', '', '281', '', '', '', '', '2006-02-07 22:24:37', '2006-02-04 20:17:18', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1737', '524', 'Dennis Vivash', '', 'Altitude 34 10G Kingston Street', '', 'Auckland', '', '', 'New Zealand', '021642957', 'dv502053@yahoo.co.uk', '1', 'Dennis Vivash', '', 'Altitude 34 10G Kingston Street', '', 'Auckland', '', '', 'New Zealand', '1', 'Dennis Vivash', '', 'Altitude 34 10G Kingston Street', '', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-02-17 11:07:58', '2006-02-05 12:24:03', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1738', '526', 'Brent Parker', '', '164 Slope Point Rd', 'RD1 Tokanui', 'Tokanui', 'Southland', '', 'New Zealand', '03 1468420', 'justherb@xtra.co.nz', '1', 'Brent Parker', '', '164 Slope Point Rd', 'RD1 Tokanui', 'Tokanui', 'Southland', '', 'New Zealand', '1', 'Brent Parker', '', '164 Slope Point Rd', 'RD1 Tokanui', 'Tokanui', 'Southland', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-02-07 22:24:13', '2006-02-07 12:30:01', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1739', '527', 'Peter Cox', '', '38 Rata Drive', '', 'Otematata', '8950', '', 'New Zealand', '034387708', 'dandpcox@ote.co.nz', '1', 'Peter Cox', '', '38 Rata Drive', '', 'Otematata', '8950', '', 'New Zealand', '1', 'Peter Cox', '', '38 Rata Drive', '', 'Otematata', '8950', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-02-15 15:58:32', '2006-02-07 17:08:46', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1740', '529', 'Jean Thompson', '', '6 Hillcrest Road', '', 'Hamilton', '', '', 'New Zealand', '027 2948599', 'kevin.stewart@wintec.ac.nz', '1', 'Jean Thompson', '', '6 Hillcrest Road', '', 'Hamilton', '', '', 'New Zealand', '1', 'Jean Thompson', '', '6 Hillcrest Road', '', 'Hamilton', '', '', 'New Zealand', '1', 'PayPal', '', '282', '', '', '', '', '2006-02-24 17:30:49', '2006-02-08 14:05:41', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1741', '528', 'Sam Yang', 'CSIRO', 'Locked Bag 9', '', 'Preston', 'Victoria', '', 'Australia', '+61 425 75 1328', 'Sam.Yang@csiro.au', '1', 'Sam Yang', 'CSIRO', 'Locked Bag 9', '', 'Preston', 'Victoria', '', 'Australia', '1', 'Sam Yang', 'CSIRO', 'Locked Bag 9', '', 'Preston', 'Victoria', '', 'Australia', '1', 'PayPal', '', '283', '', '', '', '', '2006-02-09 16:43:13', '2006-02-08 14:23:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1742', '530', 'russell hooker', '', 'c/-post office', '', 'port douglas', 'qld 4877', '', 'Australia', '0740981455', 'juliehooker@aol.com', '1', 'russell hooker', '', 'c/-post office', '', 'port douglas', 'qld 4877', '', 'Australia', '1', 'russell hooker', '', 'c/-post office', '', 'port douglas', 'qld 4877', '', 'Australia', '1', 'PayPal', '', '284', '', '', '', '', '2006-02-10 16:08:51', '2006-02-08 20:56:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1743', '535', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '03 967 69 967', 'rolf.lindstrom@exismart.com', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'PayPal', '', '286', '', '', '', '', '2006-02-10 16:08:02', '2006-02-09 21:11:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1748', '541', 'Andrew Jurgens', 'Private', '24 Udys Road', 'Pakuranga', 'Auckland', '', '', 'New Zealand', '021 343723', 'andrew@jurgens.co.nz', '1', 'Andrew Jurgens', 'Private', '24 Udys Road', 'Pakuranga', 'Auckland', '', '', 'New Zealand', '1', 'Andrew Jurgens', 'Private', '24 Udys Road', 'Pakuranga', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-02-14 09:26:43', '2006-02-13 11:15:38', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1749', '543', 'Paul Haaker', 'Jafa Investments', '50A Rukutai St', '', 'Auckland', '1005', '', 'New Zealand', '09 5287794', 'haakerp@xtra.co.nz', '1', 'Paul Haaker', 'CodeBlue', '8 Rockridge Ave', '', 'Auckland', '', '', 'New Zealand', '1', 'Paul Haaker', 'Jafa Investments', '50A Rukutai St', '', 'Auckland', '1005', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '288', '', '', '', '', '2006-02-17 10:58:51', '2006-02-13 21:51:31', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1906', '706', 'Robert Mattson', '', 'BG 244, Dept Computer Sci and Computer Eng, La Trobe University', 'Bundoora', 'Melbourne', 'Vic, 3086', '', 'Australia', '+613 417 515 695', 'rlmattson@cs.latrobe.edu.au', '1', 'Robert Mattson', '', 'BG 244, Dept Computer Sci and Computer Eng, La Trobe University', 'Bundoora', 'Melbourne', 'Vic, 3086', '', 'Australia', '1', 'Robert Mattson', '', 'BG 244, Dept Computer Sci and Computer Eng, La Trobe University', 'Bundoora', 'Melbourne', 'Vic, 3086', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-19 10:44:53', '2006-04-18 20:24:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1758', '549', 'Graham Bombell', '', '47 Grandview Grove', 'Seaforth', 'Sydney', 'NSW/2092', '', 'Australia', '61-2-99487683', 'bombell@attglobal.net', '1', 'Graham Bombell', '', '47 Grandview Grove', 'Seaforth', 'Sydney', 'NSW/2092', '', 'Australia', '1', 'Graham Bombell', '', '47 Grandview Grove', 'Seaforth', 'Sydney', 'NSW/2092', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-02-19 09:28:36', '2006-02-17 13:56:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1750', '544', 'Thomas Petersen', '', '110710 Kings Lane', '', 'Chaska', 'MN 55318', '', 'United States', '952-368-2944', 'tsp2001@hotmail.com', '2', 'Thomas Petersen', 'Rydges Queenstown', '14-18 Lake Esplanade', '', 'Queenstown', '', '', 'New Zealand', '1', 'Thomas Petersen', '', '110710 Kings Lane', '', 'Chaska', 'MN 55318', '', 'United States', '2', 'PayPal', '', '289', '', '', '', '', '2006-02-15 16:06:20', '2006-02-14 14:26:53', '3', '', 'USD', '0.800000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1751', '545', 'Neil Whittington', '', '46 Haydon Street', '', 'Palmerston North', '', '', 'New Zealand', '06 356 8249', 'neil@peaktechnology.co.nz', '1', 'Neil Whittington', '', '46 Haydon Street', '', 'Palmerston North', '', '', 'New Zealand', '1', 'Neil Whittington', '', '46 Haydon Street', '', 'Palmerston North', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-02-16 17:27:24', '2006-02-15 10:23:22', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1752', '410', 'Damian Briggs', 'Fossberry Farms', '6-8 Gilbert Street', '', 'Greymouth', '', '', 'New Zealand', '03 768 5370', 'drbriggs@minidata.co.nz', '1', 'Damian Briggs', 'Fossberry Farms', '6-8 Gilbert Street', '', 'Greymouth', '', '', 'New Zealand', '1', 'Damian Briggs', 'Fossberry Farms', '6-8 Gilbert Street', '', 'Greymouth', '', '', 'New Zealand', '1', 'PayPal', '', '290', '', '', '', '', '2006-02-16 17:26:14', '2006-02-15 13:14:09', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1905', '705', 'Edwin Gosney', '', '5A Tamarisk Place', 'Parklands', 'Christchurch', '8009', '', 'New Zealand', '03 383 1144', 'tgosney@paradise.net.nz', '1', 'Edwin Gosney', '', '5A Tamarisk Place', 'Parklands', 'Christchurch', '8009', '', 'New Zealand', '1', 'Edwin Gosney', '', '5A Tamarisk Place', 'Parklands', 'Christchurch', '8009', '', 'New Zealand', '1', 'PayPal', '', '380', '', '', '', '', '2006-04-19 12:44:21', '2006-04-18 13:17:59', '6', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1754', '547', 'Alan Stevens', '', '2/46 Fife Street', 'Woodville South', 'South Australia', '5011', '', 'Australia', '08 8268 5781', 'alanstev@internode.on.net', '1', 'Alan Stevens', '', '2/46 Fife Street', 'Woodville South', 'South Australia', '5011', '', 'Australia', '1', 'Alan Stevens', '', '2/46 Fife Street', 'Woodville South', 'South Australia', '5011', '', 'Australia', '1', 'PayPal', '', '292', '', '', '', '', '2006-02-16 17:25:07', '2006-02-15 21:44:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1755', '548', 'Daniel Jones', '', '5 LascellesRd Sth', 'Narraweena', 'Sydney', '2099', '', 'Australia', '61 438 663 972', 'jonesd@tpg.com.au', '1', 'Daniel Jones', '', '5 LascellesRd Sth', 'Narraweena', 'Sydney', '2099', '', 'Australia', '1', 'Daniel Jones', '', '5 LascellesRd Sth', 'Narraweena', 'Sydney', '2099', '', 'Australia', '1', 'PayPal', '', '293', '', '', '', '', '2006-02-16 17:23:44', '2006-02-16 00:17:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1756', '535', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '03 967 69 967', 'rolf.lindstrom@exismart.com', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'PayPal', '', '294', '', '', '', '', '2006-02-17 11:00:46', '2006-02-16 15:25:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1757', '542', 'Murray Sturgeon', '', '69 Perratt Close', '', 'Lisarow', 'NSW', '', 'Australia', '02 4328 2179', 'murraysturgeon@yahoo.com.au', '1', 'Murray Sturgeon', '', '69 Perratt Close', '', 'Lisarow', 'NSW', '', 'Australia', '1', 'Murray Sturgeon', '', '69 Perratt Close', '', 'Lisarow', 'NSW', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-02-17 11:00:17', '2006-02-16 15:53:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1760', '550', 'Bob Talbot', 'TOMR Technologies', '62G Greenmount Drive', 'Tamaki East', 'Auckland', '', '', 'New Zealand', '0275 682 604', 'btalbot@tomr.co.nz', '1', 'Bob Talbot', 'TOMR Technologies', '62G Greenmount Drive', 'Tamaki East', 'Auckland', '', '', 'New Zealand', '1', 'Bob Talbot', 'TOMR Technologies', '62G Greenmount Drive', 'Tamaki East', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '295', '', '', '', '', '2006-02-19 09:29:29', '2006-02-17 14:24:25', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1904', '704', 'Tim Watson', 'Greater Wellington Regional Coun', '34 Chapel Street', '', 'Masterton', '5901', '', 'New Zealand', '(06) 378 2484', 'tim.watson@gw.govt.nz', '1', 'Tim Watson', 'Greater Wellington Regional Coun', '34 Chapel Street', '', 'Masterton', '5901', '', 'New Zealand', '1', 'Tim Watson', 'Greater Wellington Regional Coun', '34 Chapel Street', '', 'Masterton', '5901', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-05-22 07:22:09', '2006-04-18 11:34:15', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1762', '554', 'Phil Harding', 'PMH Media', '27 McQuade Close', 'CHARNWOOD ACT', 'Canberra', '2615', '', 'Australia', '61 2 62593898', 'pmhmedia@bigpond.net.au', '1', 'Phil Harding', 'PMH Media', '27 McQuade Close', 'CHARNWOOD ACT', 'Canberra', '2615', '', 'Australia', '1', 'Phil Harding', 'PMH Media', '27 McQuade Close', 'CHARNWOOD ACT', 'Canberra', '2615', '', 'Australia', '1', 'PayPal', '', '297', '', '', '', '', '2006-02-19 10:25:06', '2006-02-19 00:55:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1763', '557', 'Andrew Kim', '', '8 Drew St.', 'Greenacre', 'Sydney', '2190', '', 'Australia', '0405 495 759', 'zzangwan@hotmail.com', '1', 'Chang Wan Kim', '', '8 Drew St.', 'Greenacre', 'Sydney', '2190', '', 'Australia', '1', 'Chang Wan Kim', '', '8 Drew St.', 'Greenacre', 'Sydney', '2190', '', 'Australia', '1', 'PayPal', '', '298', '', '', '', '', '2006-02-20 09:15:20', '2006-02-19 15:40:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1764', '559', 'Timothy Dahm', '', '27/211 Mead Place', 'Chipping Norton', '2170', 'NSW', '', 'Australia', '0402918909', 'mortuary@iinet.net.au', '1', 'Timothy Dahm', '', '27/211 Mead Place', 'Chipping Norton', '2170', 'NSW', '', 'Australia', '1', 'Timothy Dahm', '', '27/211 Mead Place', 'Chipping Norton', '2170', 'NSW', '', 'Australia', '1', 'PayPal', '', '299', '', '', '', '', '2006-02-20 09:14:41', '2006-02-19 23:31:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1770', '564', 'Peter Lawlor', 'FieldAtWork', 'Level 14 No 10 Queens Road', 'Melbourne', 'Melbourne', 'VIC', '', 'Australia', '61 3 9820 2565', 'plawlor@fieldatwork.com', '1', 'Peter Lawlor', 'FieldAtWork', 'Level 14 No 10 Queens Rd', 'Melbourne', 'Melbourne', 'VIC 3004', '', 'Australia', '1', 'Peter Lawlor', 'FieldAtWork', 'Level 14 No 10 Queens Road', 'Melbourne', 'Melbourne', 'VIC', '', 'Australia', '1', 'PayPal', '', '301', '', '', '', '', '2006-02-23 11:32:49', '2006-02-21 10:55:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1766', '560', 'Natalie Jevric', 'Swedish Match Australia', '718 Princes HWY', 'Springvale', 'Victoria', '3171', '', 'Australia', '03 8558 9914', 'natj@aanet.com.au', '1', 'Natalie Jevric', 'Swedish Match Australia', '718 Princes HWY', 'Springvale', 'Victoria', '3171', '', 'Australia', '1', 'Natalie Jevric', 'Swedish Match Australia', '718 Princes HWY', 'Springvale', 'Victoria', '3171', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-02-27 14:41:10', '2006-02-20 10:28:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1767', '562', 'Dashrath Pandya', '', '4 Coromandel Court', 'Bulleen', 'VIC', '3105', '', 'Australia', '+61 3 9541 7860', 'dashrath.pandya@au.bosch.com', '1', 'Dashrath Pandya', '', '4 Coromandel Court', 'Bulleen', 'VIC', '3105', '', 'Australia', '1', 'Dashrath Pandya', '', '4 Coromandel Court', 'Bulleen', 'VIC', '3105', '', 'Australia', '1', 'PayPal', '', '300', '', '', '', '', '2006-02-24 13:55:18', '2006-02-20 16:36:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1768', '563', 'ian markham', 'Encos', 'Level 10, 129 Hereford Street', 'City', 'Christchurch', '8001', '', 'New Zealand', '0274575880', 'ian.markham@encos.com', '1', 'ian markham', 'Encos', 'Level 10, 129 Hereford Street', 'City', 'Christchurch', '8001', '', 'New Zealand', '1', 'ian markham', 'Encos', 'Level 10, 129 Hereford Street', 'City', 'Christchurch', '8001', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-02-21 08:55:25', '2006-02-20 16:52:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1769', '561', 'Tony Huzjak', '', '93 Blossom Park Drive', 'Mill Park', 'Melbourne, Victoria', '3082', '', 'Australia', '+61 4 12 824 639', 'thuzjak@au1.ibm.com', '1', 'Tony Huzjak', '', '93 Blossom Park Drive', 'Mill Park', 'Melbourne, Victoria', '3082', '', 'Australia', '1', 'Tony Huzjak', '', '93 Blossom Park Drive', 'Mill Park', 'Melbourne, Victoria', '3082', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-02-27 17:27:46', '2006-02-20 17:33:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1777', '572', 'Mark Kennedy', '', '56 Dommette Esplanade', 'Cobden', 'Greymouth', '', '', 'New Zealand', '03 768 5857', 'ZL3VAK@hotmail.com', '1', 'Mark Kennedy', '', '56 Dommette Esplanade', 'Cobden', 'Greymouth', '', '', 'New Zealand', '1', 'Mark Kennedy', '', '56 Dommette Esplanade', 'Cobden', 'Greymouth', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-02-26 15:25:52', '2006-02-24 16:24:41', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1772', '567', 'Stephen Hunt', 'Arc Innovations', '399 Madras Street', '', 'Christchurch', '8031', '', 'New Zealand', '03 3782312', 'stephen.hunt@arcinnovations.co.nz', '1', 'Stephen Hunt', 'Arc Innovations', '399 Madras Street', '', 'Christchurch', '8031', '', 'New Zealand', '1', 'Stephen Hunt', 'Arc Innovations', '399 Madras Street', '', 'Christchurch', '8031', '', 'New Zealand', '1', 'PayPal', '', '302', '', '', '', '', '2006-02-22 15:22:31', '2006-02-22 12:30:06', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1773', '568', 'colin ferguson', '', '2 catamaran st', 'manly west', 'brisbane', 'qld 4179', '', 'Australia', '07 33963179', 'colinf@ourbrisbane.com', '1', 'colin ferguson', '', '2 catamaran st', 'manly west', 'brisbane', 'qld 4179', '', 'Australia', '1', 'colin ferguson', '', '2 catamaran st', 'manly west', 'brisbane', 'qld 4179', '', 'Australia', '1', 'PayPal', '', '303', '', '', '', '', '2006-02-24 13:54:23', '2006-02-22 21:56:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1778', '574', 'John Gordon', '', 'PO Box 1137', '', 'Lismore', 'NSW 2480', '', 'Australia', '0414285812', 'birgle1@netspace.net.au', '1', 'John Gordon', '', 'PO Box 1137', '', 'Lismore', 'NSW 2480', '', 'Australia', '1', 'John Gordon', '', 'PO Box 1137', '', 'Lismore', 'NSW 2480', '', 'Australia', '1', 'PayPal', '', '305', '', '', '', '', '2006-02-26 15:23:49', '2006-02-26 01:16:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1775', '566', 'William Ryan', '', 'Greenpoint No.11 RD', '', 'Invercargill', '', '', 'New Zealand', '03 212 8600', 'livelobs@southnet.co.nz', '1', 'William Ryan', '', 'Greenpoint No.11 RD', '', 'Invercargill', '', '', 'New Zealand', '1', 'William Ryan', '', 'Greenpoint No.11 RD', '', 'Invercargill', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-02-24 14:18:35', '2006-02-23 11:55:35', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1776', '570', 'hani fatoohi', '', '2-23 Glencourt PL', '', 'AUCKLAND', 'north shor', '', 'New Zealand', '0275649251', 'haninz@hotmail.com', '1', 'hani fatoohi', '', '2-23 Glencourt PL', '', 'AUCKLAND', 'north shor', '', 'New Zealand', '1', 'hani fatoohi', '', '2-23 Glencourt PL', '', 'AUCKLAND', 'north shor', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-02-24 14:16:25', '2006-02-23 19:24:51', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1779', '403', 'kahu swanson', 'Sandbrook MacRae Ltd', 'Pohangina Valley West RD.14', '', 'Ashhurst', '5451', '', 'New Zealand', '06 3294794', 'kahu@seedspider.com', '1', 'kahu swanson', 'Sandbrook MacRae Ltd', 'Pohangina Valley West RD.14', '', 'Ashhurst', '5451', '', 'New Zealand', '1', 'kahu swanson', 'Sandbrook MacRae Ltd', 'Pohangina Valley West RD.14', '', 'Ashhurst', '5451', '', 'New Zealand', '1', 'PayPal', '', '306', '', '', '', '', '2006-02-27 17:26:06', '2006-02-27 12:14:48', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1780', '577', 'lew easton', '', '59 melvin street north', 'beverly hills', 'sydney', 'n.s.w 2209', '', 'Australia', '0410741016', 'leweaston@hotmail.com', '1', 'lew easton', '', '59 melvin street north', 'beverly hills', 'sydney', 'n.s.w 2209', '', 'Australia', '1', 'lew easton', '', '59 melvin street north', 'beverly hills', 'sydney', 'n.s.w 2209', '', 'Australia', '1', 'PayPal', '', '307', '', '', '', '', '2006-02-28 17:36:58', '2006-02-27 18:46:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1781', '578', 'Michael Edwards', '', '44 Gatton Street', 'Mt Gravatt', 'Brisbane', 'QLD 4122', '', 'Australia', '09 415 3049', 'mike.e1@bigpond.net.au', '1', 'Michael Edwards', '', '44 Gatton Street', 'Mt Gravatt', 'Brisbane', 'QLD 4122', '', 'Australia', '1', 'Michael Edwards', '', '44 Gatton Street', 'Mt Gravatt', 'Brisbane', 'QLD 4122', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-02-28 10:52:16', '2006-02-28 10:34:47', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1784', '582', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '09-4154790', 'cam@cjntech.co.nz', '1', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '1', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '308', '', '', '', '', '2006-03-03 11:21:31', '2006-03-01 11:01:32', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1783', '581', 'Robert Christie', '', '18 Purelli Ave', 'Fairview Park', 'Adelaide', 'South Aust', '', 'Australia', '82597515', 'robchristie@westnet.com.au', '1', 'Helen Upham', 'Tenix Defence', '3 Second Ave', 'Technology Park', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Robert Christie', '', '18 Purelli Ave', 'Fairview Park', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-03-03 11:25:34', '2006-02-28 23:42:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1785', '584', 'Frank Murray', '', '51/68 Mountain Road', 'Mt. Wellington', 'Auckland', '1005', '', 'New Zealand', '0211149763', 'frank@woosh.co.nz', '1', 'Frank Murray', '', '51/68 Mountain Road', 'Mt. Wellington', 'Auckland', '1005', '', 'New Zealand', '1', 'Frank Murray', '', '51/68 Mountain Road', 'Mt. Wellington', 'Auckland', '1005', '', 'New Zealand', '1', 'PayPal', '', '309', '', '', '', '', '2006-03-03 11:22:36', '2006-03-01 15:00:36', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1864', '655', 'BRETT / TAIMI SAXON', '', '25 CLEMENT ROAD', '', 'ATHELSTONE SA', '5076', '', 'Australia', '0412670547', 'BSAXON@CMV.COM.AU', '1', 'BRETT / TAIMI SAXON', '', '25 CLEMENT ROAD', '', 'ATHELSTONE SA', '5076', '', 'Australia', '1', 'BRETT / TAIMI SAXON', '', '25 CLEMENT ROAD', '', 'ATHELSTONE SA', '5076', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-03-30 09:07:33', '2006-03-28 18:16:18', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1787', '535', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '03 967 69 967', 'rolf.lindstrom@exismart.com', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'PayPal', '', '310', '', '', '', '', '2006-03-03 11:23:47', '2006-03-01 19:23:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1865', '656', 'Christopher Fleming', '', '26b Bayswater Cres', 'Bromley', 'Christchurch', '', '', 'New Zealand', '03-3843211', 'chrisfleming@xtra.co.nz', '1', 'Christopher Fleming', '', '26b Bayswater Cres', 'Bromley', 'Christchurch', '', '', 'New Zealand', '1', 'Christopher Fleming', '', '26b Bayswater Cres', 'Bromley', 'Christchurch', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-30 09:08:12', '2006-03-28 20:50:08', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1824', '617', 'paul schaffer', '', '27 fairley cres', 'theodore', 'Canberra', '2905', '', 'Australia', '61418861474', 'lynnandpaul@optusnet.com.au', '1', 'paul schaffer', '', 'PO Box 1029', 'Tuggeranong', 'ACT', '2901', '', 'Australia', '1', 'paul schaffer', '', '27 fairley cres', 'theodore', 'Canberra', '2905', '', 'Australia', '1', 'PayPal', '', '330', '', '', '', '', '2006-03-16 14:04:26', '2006-03-16 09:54:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1790', '588', 'Mihai Dumitru', 'Home', '2/41 Madeleine Road', 'Clayton', 'Melbourne', '3168', '', 'Australia', '03 9543 2198', 'mdumitru@ausec.net', '1', 'Mihai Dumitru', 'Home', '2/41 Madeleine Road', 'Clayton', 'Melbourne', '3168', '', 'Australia', '1', 'Mihai Dumitru', 'Home', '2/41 Madeleine Road', 'Clayton', 'Melbourne', '3168', '', 'Australia', '1', 'PayPal', '', '311', '', '', '', '', '2006-03-03 11:24:17', '2006-03-02 04:58:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1791', '589', 'Stephen Paul', '', '2 Stanley Street', 'West Footscray', 'Melbourne', 'Victoria 3', '', 'Australia', '0423773469', 'spaul50@optusnet.com.au', '1', 'Stephen Paul', 'Famous Pacific SHipping', 'lvl 1 / 203 Melrose Drive', 'Tullamarine', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Stephen Paul', '', '2 Stanley Street', 'West Footscray', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '312', '', '', '', '', '2006-03-15 11:52:47', '2006-03-03 14:06:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1792', '590', 'Ian Janoska', 'Rojone Pty Ltd', '61 Aero Road', 'Ingleburn', 'Sydney', 'NSW', '', 'Australia', '02 9829 1555', 'ian@rojone.com.au', '1', 'Ian Janoska', 'Rojone Pty Ltd', '61 Aero Road', 'Ingleburn', 'Sydney', 'NSW', '', 'Australia', '1', 'Ian Janoska', 'Rojone Pty Ltd', '61 Aero Road', 'Ingleburn', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '313', '', '', '', '', '2006-03-04 09:42:54', '2006-03-03 19:50:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1823', '616', 'michael drummond', '', '4 Inglis Crt', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '+61419566628', 'michael.drummond@vision-bio.com', '1', 'michael drummond', '', '4 Inglis Crt', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '1', 'michael drummond', '', '4 Inglis Crt', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '1', 'PayPal', '', '329', '', '', '', '', '2006-03-30 19:53:42', '2006-03-15 22:41:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1866', '657', 'Karel Polman', 'KT Marketing', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '09-638 5440', 'karelp@insurerservices.co.nz', '1', 'Karel Polman', 'KT Marketing', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '1', 'Karel Polman', 'KT Marketing', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '1', 'PayPal', '', '357', '', '', '', '', '2006-04-07 08:19:12', '2006-03-30 15:04:24', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1795', '338', 'Karun Shenoy', 'Beacon Consulting Ltd', '3 Paratu Way', 'Beacon Hill', 'Wellington', '6003', '', 'New Zealand', '6421485162', 'karunshenoy@xtra.co.nz', '1', 'Karun Shenoy', 'Beacon Consulting Ltd', '3 Paratu Way', 'Beacon Hill', 'Wellington', '6003', '', 'New Zealand', '1', 'Karun Shenoy', 'Beacon Consulting Ltd', '3 Paratu Way', 'Beacon Hill', 'Wellington', '6003', '', 'New Zealand', '1', 'PayPal', '', '315', '', '', '', '', '2006-03-08 17:02:08', '2006-03-06 22:53:58', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1796', '595', 'Poe Lim', '', '695 Pacific Highway', '', 'Chatswood', 'NSW 2067', '', 'Australia', '+61-2-9412 4488', 'phlim@iinet.net.au', '1', 'Poe Lim', '', '695 Pacific Highway', '', 'Chatswood', 'NSW 2067', '', 'Australia', '1', 'Poe Lim', '', '695 Pacific Highway', '', 'Chatswood', 'NSW 2067', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-07 08:54:59', '2006-03-07 00:06:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1797', '525', 'Derek Lai', '', '2/27 Cavalier Street', 'Doncaster East', 'Melbourne', 'Victoria 3', '', 'Australia', '+61414517128', 'derek@derekliz.com', '1', 'Derek Lai', 'Pronet Technology', '4/613 Whitehorse Road', 'Mitcham', 'Melbourne', '3132', '', 'Australia', '1', 'Derek Lai', '', '2/27 Cavalier Street', 'Doncaster East', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '316', '', '', '', '', '2006-03-09 11:46:22', '2006-03-07 13:32:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1798', '596', 'Daryl Gardner', 'Contsol Pty.Ltd.', '18 Beringa Ave', 'Grovedale', 'Geelong', 'Vic. 3216', '', 'Australia', '61 3 5241 5059', 'dgardner@pipeline.com.au', '1', 'Daryl Gardner', 'Contsol Pty.Ltd.', '18 Beringa Ave', 'Grovedale', 'Geelong', 'Vic. 3216', '', 'Australia', '1', 'Daryl Gardner', 'Contsol Pty.Ltd.', '18 Beringa Ave', 'Grovedale', 'Geelong', 'Vic. 3216', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-08 09:30:57', '2006-03-07 19:28:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1799', '597', 'AHMET HAKTAN', 'ISIK COLLEGE', 'KING STREET', 'UPFIELD', 'MELBOURNE', '3047', '', 'Australia', '0416634215', 'aahaktan@hotmail.com', '1', 'AHMET HAKTAN', 'ISIK COLLEGE', 'KING STREET', 'UPFIELD', 'MELBOURNE', '3047', '', 'Australia', '1', 'AHMET HAKTAN', 'ISIK COLLEGE', 'KING STREET', 'UPFIELD', 'MELBOURNE', '3047', '', 'Australia', '1', 'PayPal', '', '317', '', '', '', '', '2006-03-09 12:01:59', '2006-03-07 21:13:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1800', '598', 'Leo Karki', 'Savcor MDC', 'Level 13, 132 Arthur St', 'North Sydney', 'North Sydney', 'NSW/2060', '', 'Australia', '+614556633', 'leo.karki@savcor.com.au', '1', 'Leo Karki', 'Savcor MDC', 'Level 13, 132 Arthur St', 'North Sydney', 'North Sydney', 'NSW/2060', '', 'Australia', '1', 'Leo Karki', 'Savcor MDC', 'Level 13, 132 Arthur St', 'North Sydney', 'North Sydney', 'NSW/2060', '', 'Australia', '1', 'PayPal', '', '318', '', '', '', '', '2006-03-08 17:56:08', '2006-03-08 13:59:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1801', '599', 'Mark Hunter', 'environment SOUTHLAND', 'Cnr North Rd & Price Street', 'Private Bag 90116', 'Invercargill', '', '', 'New Zealand', '0800 76 88 45', 'service@envirosouth.govt.nz', '1', 'Mark Hunter', 'environment SOUTHLAND', 'Cnr North Rd & Price Street', 'Private Bag 90116', 'Invercargill', '', '', 'New Zealand', '1', 'Mark Hunter', 'environment SOUTHLAND', 'Cnr North Rd & Price Street', 'Private Bag 90116', 'Invercargill', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-08 18:01:38', '2006-03-08 16:53:06', '3', '', 'NZD', '1.100000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1802', '498', 'Stewart Whittlestone', '', '41 Boyce St', 'Glebe', 'Sydney', '2037', '', 'Australia', '++61296920623', 'whitbuzz@telpacific.com.au', '1', 'Stewart Whittlestone', '', '41 Boyce St', 'Glebe', 'Sydney', '2037', '', 'Australia', '1', 'Stewart Whittlestone', '', '41 Boyce St', 'Glebe', 'Sydney', '2037', '', 'Australia', '1', 'PayPal', '', '319', '', '', '', '', '2006-03-14 11:53:39', '2006-03-08 21:29:15', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1803', '601', 'Adam Bevins', 'Works Infrastructure Ltd', '501 Heads Road', 'na', 'Wanganui', '5001', '', 'New Zealand', '027 285 4071', 'adam.bevins@works.co.nz', '1', 'Adam Bevins', 'Works Infrastructure Ltd', '501 Heads Road', 'na', 'Wanganui', '5001', '', 'New Zealand', '1', 'Adam Bevins', 'Works Infrastructure Ltd', '501 Heads Road', 'na', 'Wanganui', '5001', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-10 11:20:05', '2006-03-09 07:29:33', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1808', '122', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '+61 26244 1160', 'afhynes@aztec.aunz.com', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-09 13:18:53', '2006-03-09 11:57:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1809', '603', 'William Emery', '', '3 Lodwick Street', 'WILLAGEE', 'PERTH', '6156', '', 'Australia', '0412317865', 'phaedrus1@optusnet.com.au', '1', 'William Emery', '', '3 Lodwick Street', 'WILLAGEE', 'PERTH', '6156', '', 'Australia', '1', 'William Emery', '', '3 Lodwick Street', 'WILLAGEE', 'PERTH', '6156', '', 'Australia', '1', 'PayPal', '', '320', '', '', '', '', '2006-03-10 11:18:00', '2006-03-09 14:23:03', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1867', '659', 'Con Tsalkos', '', '4 Tilbury St', 'Thomastown', 'Melbourne', 'Victoria,', '', 'Australia', '+61415115557', 'con.tsalkos@optusnet.com.au', '1', 'Con Tsalkos', '', '4 Tilbury St', 'Thomastown', 'Melbourne', 'Victoria,', '', 'Australia', '1', 'Con Tsalkos', '', '4 Tilbury St', 'Thomastown', 'Melbourne', 'Victoria,', '', 'Australia', '1', 'PayPal', '', '358', '', '', '', '', '2006-03-30 19:52:58', '2006-03-30 17:19:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1811', '604', 'Mark Richardson', 'pump repair specialists', '29 Rishworth ave', 'whangaparaoa', 'AUCKLAND', 'nil', '', 'New Zealand', '0274 922780', 'pumpmark@xtra.co.nz', '1', 'Mark Richardson', 'pump repair specialists', '29 Rishworth ave', 'whangaparaoa', 'AUCKLAND', 'nil', '', 'New Zealand', '1', 'Mark Richardson', 'pump repair specialists', '29 Rishworth ave', 'whangaparaoa', 'AUCKLAND', 'nil', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-13 19:34:53', '2006-03-10 13:00:11', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1896', '690', 'yrdsh dhnj', '', '2 mnghm', 'nm mc', 'Auckland', '', '', 'New Zealand', '89634552', 'frg@xtra.co.nz', '1', 'yrdsh dhnj', '', '2 mnghm', 'nm mc', 'Auckland', '', '', 'New Zealand', '1', 'yrdsh dhnj', '', '2 mnghm', 'nm mc', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-04-13 06:14:26', '2006-04-12 07:28:56', '6', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1895', '688', 'KL ST', '', 'A Road', '', 'Perth', '', '', 'Australia', '00110011', 'narf@global.net.au', '1', '', '', '', '', '', '', '', '', '0', 'Ksne Stevens', '', '109c Mary Street', 'Como', 'Perth', '6152', '', 'Australia', '1', 'PayPal', '', '373', '', '', '', '', '2006-04-11 15:15:50', '2006-04-10 22:08:54', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1807', '601', 'Adam Bevins', 'Works Infrastructure Ltd', '501 Heads Road', 'na', 'Wanganui', '5001', '', 'New Zealand', '027 285 4071', 'adam.bevins@works.co.nz', '1', 'Adam Bevins', 'Works Infrastructure Ltd', '501 Heads Road', 'na', 'Wanganui', '5001', '', 'New Zealand', '1', 'Adam Bevins', 'Works Infrastructure Ltd', '501 Heads Road', 'na', 'Wanganui', '5001', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-10 11:19:09', '2006-03-09 11:11:59', '3', '', 'NZD', '1.100000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1812', '535', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '03 967 69 967', 'rolf.lindstrom@exismart.com', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'Rolf Lindstrom', 'exismart Pty Ltd', 'PO Box 748', 'Port Melbourne', 'Port Melbourne', 'Vic 3207', '', 'Australia', '1', 'PayPal', '', '321', '', '', '', '', '2006-03-15 11:51:54', '2006-03-10 15:26:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1813', '452', 'Craig Everett', '', '19 Hollway St', 'Calwell', 'Canberra', '2905', '', 'Australia', '+61409747781', 'craig.everett@getronics.com', '1', 'Craig Everett', '', '19 Hollway St', 'Calwell', 'Canberra', '2905', '', 'Australia', '1', 'Craig Everett', '', '19 Hollway St', 'Calwell', 'Canberra', '2905', '', 'Australia', '1', 'PayPal', '', '322', '', '', '', '', '2006-03-11 10:14:01', '2006-03-10 16:59:10', '3', '', 'NZD', '1.130000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1815', '607', 'Chris Price', '', '2 Perry Street', 'Papanui', 'Christchurch', '', '', 'New Zealand', '0272273900', 'Mailbox@chrisp.net.nz', '1', 'Chris Price', '', '2 Perry Street', 'Papanui', 'Christchurch', '', '', 'New Zealand', '1', 'Chris Price', '', '2 Perry Street', 'Papanui', 'Christchurch', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-14 11:55:56', '2006-03-12 20:12:34', '3', '', 'NZD', '1.130000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1816', '608', 'Jaroslav Gress', '', '19 St. Luke Street', '', 'Randwick', 'NSW 2031', '', 'Australia', '+61 2 9398 9369', 'jkgress@optusnet.com.au', '1', 'Jaroslav Gress', '', '19 St. Luke Street', '', 'Randwick', 'NSW 2031', '', 'Australia', '1', 'Jaroslav Gress', '', '19 St. Luke Street', '', 'Randwick', 'NSW 2031', '', 'Australia', '1', 'PayPal', '', '324', '', '', '', '', '2006-03-13 12:31:11', '2006-03-12 23:16:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1818', '610', 'john Coleman', '', '9 Nutfield Lane', 'Thorrington', 'Christchurch', '8002', '', 'New Zealand', '03 3322534', 'john.coleman@xtra.co.nz', '1', 'john Coleman', '', '9 Nutfield Lane', 'Thorrington', 'Christchurch', '8002', '', 'New Zealand', '1', 'john Coleman', '', '9 Nutfield Lane', 'Thorrington', 'Christchurch', '8002', '', 'New Zealand', '1', 'PayPal', '', '325', '', '', '', '', '2006-03-14 11:22:39', '2006-03-13 20:53:51', '3', '', 'NZD', '1.130000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1819', '611', 'James Lever', '', '4 Cooradilla Street', 'Jindalee', 'Brisbane', 'Qld 4074', '', 'Australia', '+61 402-898-494', 'j@jamver.id.au', '1', 'James Lever', '', '4 Cooradilla Street', 'Jindalee', 'Brisbane', 'Qld 4074', '', 'Australia', '1', 'James Lever', '', '4 Cooradilla Street', 'Jindalee', 'Brisbane', 'Qld 4074', '', 'Australia', '1', 'PayPal', '', '326', '', '', '', '', '2006-03-15 11:53:33', '2006-03-13 21:49:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1820', '612', 'Aspi Madan', '', '14A, Macarthur Court', 'Willetton', 'Perth', 'W A 6155', '', 'Australia', '+61415299554', 'aspifari@iinet.net.au', '1', 'Aspi Madan', '', '14A, Macarthur Court', 'Willetton', 'Perth', 'W A 6155', '', 'Australia', '1', 'Aspi Madan', '', '14A, Macarthur Court', 'Willetton', 'Perth', 'W A 6155', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-14 12:11:53', '2006-03-14 02:15:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1821', '613', 'James Sutherland', '', '53a Murrandah Ave', 'Camden', 'Sydney', 'NSW 2570', '', 'Australia', '0413609444', 'james.sutherland@cibasc.com', '1', 'James Sutherland', '', '53a Murrandah Ave', 'Camden', 'Sydney', 'NSW 2570', '', 'Australia', '1', 'James Sutherland', '', '53a Murrandah Ave', 'Camden', 'Sydney', 'NSW 2570', '', 'Australia', '1', 'PayPal', '', '327', '', '', '', '', '2006-03-14 17:23:27', '2006-03-14 14:49:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1822', '615', 'Clinton Jeffrey', '', '34 Ray', 'Dandenong', 'Melbourne', '3175', '', 'Australia', '037805150', 'clint@pbn.com.au', '1', 'Clinton Jeffrey', '', '34 Ray', 'Dandenong', 'Melbourne', '3175', '', 'Australia', '1', 'Clinton Jeffrey', '', '34 Ray', 'Dandenong', 'Melbourne', '3175', '', 'Australia', '1', 'PayPal', '', '328', '', '', '', '', '2006-03-16 14:05:07', '2006-03-15 16:18:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1825', '619', 'Garry Swan', 'CSIRO Land & Water', 'Clunies Ross St', 'Acton', 'Canberra', '2601', '', 'Australia', '0747538516', 'Garry.Swan@csiro.au', '1', 'Stuart Minchin', 'CSIRO Land & Water', 'Clusnies Ross St', 'Acton', 'Canberra', '2601', '', 'Australia', '1', 'Garry Swan', 'CSIRO Land & Water', 'University Drive', '', 'Townsville', '4814', '', 'Australia', '1', 'PayPal', '', '331', '', '', '', '', '2006-03-17 17:06:40', '2006-03-16 16:10:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1826', '620', 'Robert Bouwer', '', '24 Haynes Street', 'north perth', 'Perth', 'W.A. 6006', '', 'Australia', '08 9444 1056', 'rbouwer@westnet.com.au', '1', 'Robert Bouwer', '', '24 Haynes Street', 'north perth', 'Perth', 'W.A. 6006', '', 'Australia', '1', 'Robert Bouwer', '', '24 Haynes Street', 'north perth', 'Perth', 'W.A. 6006', '', 'Australia', '1', 'PayPal', '', '332', '', '', '', '', '2006-03-20 16:23:49', '2006-03-17 14:38:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1827', '621', 'Frank Hopkinson', '', '702/45 Stanley Point Road', '', 'Devonport', '1330', '', 'New Zealand', '(09) 446 0944', 'hopham@xtra.co.nz', '1', 'Frank Hopkinson', '', '702/45 Stanley Point Road', '', 'Devonport', '1330', '', 'New Zealand', '1', 'Frank Hopkinson', '', '702/45 Stanley Point Road', '', 'Devonport', '1330', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-20 16:23:18', '2006-03-17 20:40:16', '3', '', 'NZD', '1.130000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1828', '622', 'John Carroll', '', '11 Orchard Road', 'Beecroft', 'Sydney', 'NSW 2119', '', 'Australia', '+61 2 9871 1777', 'johncarroll@optusnet.com.au', '1', 'John Carroll', '', '11 Orchard Road', 'Beecroft', 'Sydney', 'NSW 2119', '', 'Australia', '1', 'John Carroll', '', '11 Orchard Road', 'Beecroft', 'Sydney', 'NSW 2119', '', 'Australia', '1', 'PayPal', '', '333', '', '', '', '', '2006-03-20 16:22:05', '2006-03-17 21:07:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1829', '623', 'mark allison', '', 'PO Box 1674', '', 'WEST PERTH', '6872', '', 'Australia', '0408950670', 'dmarkall@highway1.com.au', '1', 'mark allison', '', 'PO Box 1674', '', 'WEST PERTH', '6872', '', 'Australia', '1', 'mark allison', '', 'PO Box 1674', '', 'WEST PERTH', '6872', '', 'Australia', '1', 'PayPal', '', '334', '', '', '', '', '2006-03-20 16:21:19', '2006-03-18 20:01:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1830', '624', 'Keith Smith', '', '1 Henley Street', '', 'Mount Gambier', 'SA 5290', '', 'Australia', '08 87254837', 'ksmi3955@bigpond.net.au', '1', 'Keith Smith', 'Mount Gambier Community Correcti', '114 Commercial Street East', '', 'Mount Gambier', 'SA 5290', '', 'Australia', '1', 'Keith Smith', '', 'P.O. Box 119', '', 'Mount Gambier', 'SA 5290', '', 'Australia', '1', 'PayPal', '', '335', '', '', '', '', '2006-03-20 16:20:16', '2006-03-19 12:57:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1831', '625', 'Craig Smith', 'Fisher and Paykel Healthcare', '15 Maurice Paykel Place', 'East Tamaki', 'Auckland', '', '', 'New Zealand', '+6495740123x8323', 'craigms@paradise.net.nz', '1', 'Craig Smith', 'Fisher and Paykel Healthcare', '15 Maurice Paykel Place', 'East Tamaki', 'Auckland', '', '', 'New Zealand', '1', 'Craig Smith', 'Fisher and Paykel Healthcare', '15 Maurice Paykel Place', 'East Tamaki', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: The Electronic Frontier Ltd<br>Account #: 02-1244-0020096-000<br>Bank: BNZ, Albany, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-03-21 14:19:11', '2006-03-19 14:43:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1832', '626', 'Andrew Bock', 'ResMed', 'Level 3, 97 Waterloo Rd', 'North Ryde', 'Sydney', '2113', '', 'Australia', '0419 449 812', 'abock50@hotmail.com', '1', 'Andrew Bock', 'ResMed', 'Level 3, 97 Waterloo Rd', 'North Ryde', 'Sydney', '2113', '', 'Australia', '1', 'Andrew Bock', 'ResMed', 'Level 3, 97 Waterloo Rd', 'North Ryde', 'Sydney', '2113', '', 'Australia', '1', 'PayPal', '', '336', '', '', '', '', '2006-03-20 16:17:22', '2006-03-19 18:22:11', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1833', '628', 'Kim ve jong', '', '171 Quarry rd', 'Bossley Park', '2176', 'NSW', '', 'Australia', '0414 220 771', 'mickjong@gmail.com', '1', 'Kim ve jong', '', '171 Quarry rd', 'Bossley Park', '2176', 'NSW', '', 'Australia', '1', 'Kim ve jong', '', '171 Quarry rd', 'Bossley Park', '2176', 'NSW', '', 'Australia', '1', 'PayPal', '', '337', '', '', '', '', '2006-03-20 16:16:35', '2006-03-20 00:28:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1834', '582', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '09-4154790', 'cam@cjntech.co.nz', '1', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '1', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '338', '', '', '', '', '2006-03-20 16:15:55', '2006-03-20 07:53:11', '3', '', 'NZD', '1.130000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1835', '629', 'Ashley Wool', '', '2 Lister St', 'Mango Hill', 'Brisbane', 'QLD 4509', '', 'Australia', '0417 729 280', 'ashleywool@tpg.com.au', '1', 'Ashley Wool', '', '2 Lister St', 'Mango Hill', 'Brisbane', 'QLD 4509', '', 'Australia', '1', 'Ashley Wool', '', '2 Lister St', 'Mango Hill', 'Brisbane', 'QLD 4509', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-21 14:18:11', '2006-03-20 19:12:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1836', '630', 'Richard Brown', '', '81 Rosecamp Rd', 'Birkenhead', 'Auckland', '1310', '', 'New Zealand', '0212357666', 'contactme@richrd.co.nz', '1', 'Richard Brown', '', '81 Rosecamp Rd', 'Birkenhead', 'Auckland', '1310', '', 'New Zealand', '1', 'Richard Brown', '', '81 Rosecamp Rd', 'Birkenhead', 'Auckland', '1310', '', 'New Zealand', '1', 'PayPal', '', '339', '', '', '', '', '2006-03-22 16:58:27', '2006-03-21 11:19:42', '3', '', 'NZD', '1.130000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1837', '631', 'Lyndon Johnson', 'RAAF', '1 Holland Court', 'Trafalgar', 'Trafalgar', 'Vic 3824', '', 'Australia', '+61 403 824 727', 'lyndon.johnson@defence.gov.au', '1', 'Lyndon Johnson', '', '1 Holland Court', 'Trafalgar', 'Trafalgar', 'Vic 3824', '', 'Australia', '1', 'Lyndon Johnson', '', '1 Holland Court', 'Trafalgar', 'Trafalgar', 'Vic 3824', '', 'Australia', '1', 'PayPal', '', '340', '', '', '', '', '2006-03-21 16:56:01', '2006-03-21 13:31:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1919', '725', 'Ian Dyson', 'LineTech Consulting Ltd', '84 Peterborough Street', '', 'Christchurch', '', '', 'New Zealand', '03 3771546', 'ian.dyson@linetech.co.nz', '1', 'Ian Dyson', 'LineTech Consulting Ltd', '84 Peterborough Street', '', 'Christchurch', '', '', 'New Zealand', '1', 'Ian Dyson', '', '21 Gwynfa Avenue', 'Cashmere', 'Christchurch', '', '', 'New Zealand', '1', 'PayPal', '', '389', '', '', '', '', '2006-04-26 14:44:09', '2006-04-25 21:22:09', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1839', '627', 'John Dubach', '', '4 Buchanan Road', 'Guys Hill', 'Guys Hill', '3807', '', 'Australia', '+61 409 515465', 'jdubach@bigpond.net.au', '1', 'John Dubach', '', '4 Buchanan Road', 'Guys Hill', 'Victoria', '3807', '', 'Australia', '1', 'John Dubach', '', '4 Buchanan Road', 'Guys Hill', 'Guys Hill', '3807', '', 'Australia', '1', 'PayPal', '', '342', '', '', '', '', '2006-03-23 20:39:00', '2006-03-21 18:47:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1840', '632', 'Ben Pillion', 'Pill\'s PC\'s', '6 Carmine Court', 'Aberfoyle Park', '5159', 'SA', '', 'Australia', '0417 829 069', 'ben.pillion@eds.com', '1', 'Ben Pillion', 'Pill\'s PC\'s', '6 Carmine Court', 'Aberfoyle Park', '5159', 'SA', '', 'Australia', '1', 'Ben Pillion', 'Pill\'s PC\'s', '6 Carmine Court', 'Aberfoyle Park', '5159', 'SA', '', 'Australia', '1', 'PayPal', '', '343', '', '', '', '', '2006-03-22 16:57:18', '2006-03-21 21:27:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1841', '635', 'Jude Ng', 'Eldridge Road Medical Health Cen', 'Suite G01, 68 Eldridge Road', 'Bankstown', 'Sydney', 'NSW', '', 'Australia', '02 9709 8288', 'judeng@optushome.com.au', '1', 'Jude Ng', 'Eldridge Road Medical Health Cen', 'Suite G01, 68 Eldridge Road', 'Bankstown', 'Sydney', 'NSW', '', 'Australia', '1', 'Jude Ng', 'Eldridge Road Medical Health Cen', 'Suite G01, 68 Eldridge Road', 'Bankstown', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '344', '', '', '', '', '2006-03-23 20:37:55', '2006-03-21 23:59:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1842', '636', 'Terence Tan', '', '27/45 Clarence Street', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '61282350650', 'tan_terence@yahoo.com', '1', 'Terence Tan', '', '27/45 Clarence Street', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'Terence Tan', '', '27/45 Clarence Street', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'PayPal', '', '345', '', '', '', '', '2006-03-23 20:36:48', '2006-03-22 23:55:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1920', '657', 'Karel Polman', 'KT Marketing', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '09-638 5440', 'karelp@insurerservices.co.nz', '1', 'Karel Polman', 'C/- ISL', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '1', 'Karel Polman', 'KT Marketing', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-26 21:54:34', '2006-04-26 13:08:28', '6', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1844', '637', 'Andrew Chambers', 'Production/Stage Manager', '32 Farmhouse Drive', 'Bibra Lake', 'Perth', 'WA 6163', '', 'Australia', '0418946553', 'votedave@westnet.com.au', '1', 'Andrew Chambers', 'Production/Stage Manager', '32 Farmhouse Drive', 'Bibra Lake', 'Perth', 'WA 6163', '', 'Australia', '1', 'Andrew Chambers', 'Production/Stage Manager', '32 Farmhouse Drive', 'Bibra Lake', 'Perth', 'WA 6163', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-03-24 17:04:31', '2006-03-23 16:51:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1845', '638', 'Kevin Maggs', '', '710 Mountain Hwy', 'Bayswater', 'Melbournr', 'Vic 3153', '', 'Australia', '97381188', 'bayswater@bitronics.com.au', '1', 'Kevin Maggs', '', '710 Mountain Hwy', 'Bayswater', 'Melbournr', 'Vic 3153', '', 'Australia', '1', 'Kevin Maggs', '', '710 Mountain Hwy', 'Bayswater', 'Melbournr', 'Vic 3153', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-03-28 10:36:35', '2006-03-23 18:30:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1846', '640', 'Cyril McIvor', 'Dysen Pty. Ltd.', 'Unit 39 Fyshwick Plaza, 59-61 Wollongong Street', 'Fyshwick', 'Canberra', 'ACT 2609', '', 'Australia', '0262800065', 'dyclan@dysen.com.au', '1', 'Cyril McIvor', 'Dysen Pty. Ltd.', 'PO Box 524', 'Fyshwick', 'Canberra', 'ACT 2609', '', 'Australia', '1', 'Cyril McIvor', 'Dysen Pty. Ltd.', 'Unit 39 Fyshwick Plaza, 59-61 Wollongong Street', 'Fyshwick', 'Canberra', 'ACT 2609', '', 'Australia', '1', 'PayPal', '', '347', '', '', '', '', '2006-03-24 17:05:27', '2006-03-23 19:24:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1870', '662', 'simon Dunstan', 'EDS Credit Services', '9 Brampton Court', 'Hallett Cove', 'Adelaide', 'SA 5158', '', 'Australia', '0408553844', 'simon.dunstan@eds.com', '1', 'simon Dunstan', 'EDS Credit Services', '9 Brampton Court', 'Hallett Cove', 'Adelaide', 'SA 5158', '', 'Australia', '1', 'simon Dunstan', 'EDS Credit Services', '9 Brampton Court', 'Hallett Cove', 'Adelaide', 'SA 5158', '', 'Australia', '1', 'PayPal', '', '362', '', '', '', '', '2006-03-31 13:41:53', '2006-03-31 12:17:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1851', '639', 'steve bullock', '', '16/7 Kent st', 'Gladstone', 'Gladstone', 'QLD 4680', '', 'Australia', '07 4972 0992', 'stebull@hotmail.com', '1', 'steve bullock', '', '16/7 Kent st', 'Gladstone', 'Gladstone', 'QLD 4680', '', 'Australia', '1', 'steve bullock', '', '16/7 Kent st', 'Gladstone', 'Gladstone', 'QLD 4680', '', 'Australia', '1', 'PayPal', '', '349', '', '', '', '', '2006-03-28 12:09:14', '2006-03-24 15:25:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1852', '429', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '021 473 611', 'mrtyler@telstra.com', '1', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '350', '', '', '', '', '2006-03-27 11:59:59', '2006-03-25 15:13:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1853', '644', 'Lorna Henderson', '', '55 Queens Rd', '', 'Waikanae', '', '', 'New Zealand', '04 293 7771', 'Lorna.Henderson@paradise.net.nz', '1', 'Lorna Henderson', '', '55 Queens Rd', '', 'Waikanae', '', '', 'New Zealand', '1', 'Lorna Henderson', '', '55 Queens Rd', '', 'Waikanae', '', '', 'New Zealand', '1', 'PayPal', '', '351', '', '', '', '', '2006-05-27 19:11:02', '2006-03-25 18:37:49', '3', '', 'NZD', '1.130000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1854', '645', 'Nicholas Mason', '', '166B Ardross St', 'Mt Pleasant', 'Perth', 'WA 1653', '', 'Australia', '041 212 6801', 'nickm@ois.net.au', '1', 'Nicholas Mason', '', '166B Ardross St', 'Mt Pleasant', 'Perth', 'WA 1653', '', 'Australia', '1', 'Nicholas Mason', '', '166B Ardross St', 'Mt Pleasant', 'Perth', 'WA 1653', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  121638134
BSB Number:   182-222
Bank Name:    Macquarie Bank, 20 Bond St, Sydney</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-05-30 22:25:19', '2006-03-26 07:58:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1863', '653', 'Wayne Carlson', '', '8 Hyson Court', '', 'Carrum Downs', 'Victoria', '', 'Australia', '0417155052', 'wcarlson@tpg.com.au', '1', 'Wayne Carlson', '', '8 Hyson Court', '', 'Carrum Downs', 'Victoria', '', 'Australia', '1', 'Wayne Carlson', '', '8 Hyson Court', '', 'Carrum Downs', 'Victoria', '', 'Australia', '1', 'Bank Transfer Payments', '', '356', '', '', '', '', '2006-04-10 08:02:11', '2006-03-28 15:09:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1862', '652', 'Bob Verstegen', 'Lightguards Australia pty ltd', '9 Edis Crt', 'Endeavour Hills', 'Melbourne', 'Victoria 3', '', 'Australia', '0492802207', 'lightguards@netspace.net.au', '1', 'Bob Verstegen', 'Lightguards Australia pty ltd', '9 Edis Crt', 'Endeavour Hills', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Bob Verstagen', 'Lightguards Australia pty ltd', '9 Edis Crt', 'Endeavour Hills', 'Victoria', '3802', '', 'Australia', '1', 'PayPal', '', '355', '', '', '', '', '2006-03-30 09:09:19', '2006-03-28 15:05:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1868', '660', 'robert leikis', '', '655 Tuki Tuki Rd', '', 'Hastings', 'RD2', '', 'New Zealand', '021 657476', 'robert.leikis@clear.net.nz', '1', 'robert leikis', '', '655 Tuki Tuki Rd', '', 'Hastings', 'RD2', '', 'New Zealand', '1', 'robert leikis', '', '655 Tuki Tuki Rd', '', 'Hastings', 'RD2', '', 'New Zealand', '1', 'PayPal', '', '359', '', '', '', '', '2006-03-30 19:52:08', '2006-03-30 18:48:03', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1858', '646', 'Dmitry Itkin', '', '6/23Holloway st', 'Ormond', 'MELBOURNE', '3204', '', 'Australia', '0401155363', 'dima2@optusnet.com.au', '1', 'Dmitry Itkin', '', '6/23Holloway st', 'Ormond', 'MELBOURNE', '3204', '', 'Australia', '1', 'Dmitry Itkin', '', '6/23Holloway st', 'Ormond', 'MELBOURNE', '3204', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-28 10:38:57', '2006-03-27 15:58:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1859', '122', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '+61 26244 1160', 'afhynes@aztec.aunz.com', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'PayPal', '', '353', '', '', '', '', '2006-03-28 10:38:07', '2006-03-27 16:31:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1860', '649', 'Christopher Yap', '', 'Level 1, Suite 1, 11-31 York Street', 'Sydney', 'Sydney', '2000', '', 'Australia', '+61 423 008 879', 'chris.yap@memocorp.com.au', '1', 'Christopher Yap', '', 'Level 1, Suite 1, 11-31 York Street', 'Sydney', 'Sydney', '2000', '', 'Australia', '1', 'Christopher Yap', '', 'Level 1, Suite 1, 11-31 York Street', 'Sydney', 'Sydney', '2000', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-03-28 12:07:47', '2006-03-27 19:27:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1861', '650', 'Aaron White', 'Barclays Global Investors', 'Level 1, 111 Harrington Street', 'The Rocks', 'Sydney', '2000', '', 'Australia', '+612 9272 2212', 'aaron.white7@gmail.com', '1', 'Aaron White', 'Barclays Global Investors', 'Level 1, 111 Harrington Street', 'The Rocks', 'Sydney', '2000', '', 'Australia', '1', 'Aaron White', 'Barclays Global Investors', 'Level 1, 111 Harrington Street', 'The Rocks', 'Sydney', '2000', '', 'Australia', '1', 'PayPal', '', '354', '', '', '', '', '2006-03-28 10:35:37', '2006-03-28 00:23:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1877', '670', 'Mark Adcroft', '', '89 Majoribanks St', 'Mt Victoria', 'Wellington', '6001', '', 'New Zealand', '049341448', 'mark.adcroft@paradise.net.nz', '1', 'Mark Adcroft', 'Johnsonville Medical Centre', '24 Moorefield Rd', 'Johnsonville', 'Wellington', '', '', 'New Zealand', '1', 'Mark Adcroft', '', '89 Majoribanks St', 'Mt Victoria', 'Wellington', '6001', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-04-09 19:37:09', '2006-04-02 16:57:59', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1921', '657', 'Karel Polman', 'KT Marketing', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '09-638 5440', 'karelp@insurerservices.co.nz', '1', 'Karel Polman', 'C/- ISL', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '1', 'Karel Polman', 'KT Marketing', '97 Manukau Rd', 'Epsom', 'Auckland', '1030', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-04-27 07:40:59', '2006-04-26 13:10:20', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1922', '714', 'bryson swan', '', '122 Fiona St', '', 'Bellbird Park', 'Qld., 4300', '', 'Australia', '0418519386', 'bryson-alison@bigpond.com', '1', 'bryson swan', '', '122 Fiona St', '', 'Bellbird Park', 'Qld., 4300', '', 'Australia', '1', 'bryson swan', '', '122 Fiona St', '', 'Bellbird Park', 'Qld., 4300', '', 'Australia', '1', 'PayPal', '', '390', '', '', '', '', '2006-04-27 07:29:18', '2006-04-26 13:42:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1923', '706', 'Robert Mattson', '', 'BG 244, Dept Computer Sci and Computer Eng, La Trobe University', 'Bundoora', 'Melbourne', 'Vic, 3086', '', 'Australia', '+613 417 515 695', 'rlmattson@cs.latrobe.edu.au', '1', 'Robert Mattson', '', 'BG 244, Dept Computer Sci and Computer Eng, La Trobe University', 'Bundoora', 'Melbourne', 'Vic, 3086', '', 'Australia', '1', 'Robert Mattson', '', 'BG 244, Dept Computer Sci and Computer Eng, La Trobe University', 'Bundoora', 'Melbourne', 'Vic, 3086', '', 'Australia', '1', 'PayPal', '', '391', '', '', '', '', '2006-04-27 07:26:56', '2006-04-26 18:39:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1924', '727', 'Gary Humphreys', '', '116/333 Colburn Avenue', 'Victoria Point', 'Brisbane', '4165', '', 'Australia', '07 38208795', 'humps_fam@optusnet.com.au', '1', 'Gary Humphreys', '', '116/333 Colburn Avenue', 'Victoria Point', 'Brisbane', '4165', '', 'Australia', '1', 'Gary Humphreys', '', '116/333 Colburn Avenue', 'Victoria Point', 'Brisbane', '4165', '', 'Australia', '1', 'PayPal', '', '392', '', '', '', '', '2006-04-27 19:34:45', '2006-04-26 22:22:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1925', '728', 'David Glaubert', 'Sax Int.', '14-16 Stamford Rd', 'Oakleigh', 'Victoria', '3166', '', 'Australia', '61+3+95685999', 'david@saxint.com.au', '1', 'David Glaubert', 'Sax Int.', '14-16 Stamford Rd', 'Oakleigh', 'Victoria', '3166', '', 'Australia', '1', 'David Glaubert', 'Sax Int.', '14-16 Stamford Rd', 'Oakleigh', 'Victoria', '3166', '', 'Australia', '1', 'PayPal', '', '393', '', '', '', '', '2006-04-28 16:45:08', '2006-04-27 12:35:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1926', '729', 'alan robinson', '', '\"GLENDALE\" Argyle Rd', 'Winmalee', 'Blue Mountains', 'NSW 2777', '', 'Australia', '(02) 47542237', 'arobinson6@vtown.com.au', '1', 'alan robinson', '', '\"GLENDALE\" Argyle Rd', 'Winmalee', 'Blue Mountains', 'NSW 2777', '', 'Australia', '1', 'alan robinson', '', '\"GLENDALE\" Argyle Rd', 'Winmalee', 'Blue Mountains', 'NSW 2777', '', 'Australia', '1', 'PayPal', '', '394', '', '', '', '', '2006-04-28 16:39:37', '2006-04-28 11:02:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1927', '730', 'Douglas Harley', 'N/A', 'PO Box 80', 'Camberwell', 'Melbourne', 'Vic', '', 'Australia', '03 9811 8223', 'douglas.harley@roads.vic.gov.au', '1', 'Douglas Harley', '', 'PO Box 80', '', 'Camberwell', 'Vic 3124', '', 'Australia', '1', 'Douglas Harley', '', '2/273 Boronia Road', '', 'Boronia', 'Vic 3155', '', 'Australia', '1', 'PayPal', '', '395', '', '', '', '', '2006-05-02 12:33:45', '2006-04-28 14:37:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1928', '731', 'Hamish Kingsbury', 'Kyle Farm (2005) Ltd', '475 Lambies Road', 'R.D.7', 'Ashburton', '8300', '', 'New Zealand', '03 3020890', 'hamishk@bordernet.co.nz', '1', 'Hamish Kingsbury', 'Kyle Farm (2005) Ltd', '475 Lambies Road', 'R.D.7', 'Ashburton', '8300', '', 'New Zealand', '1', 'Hamish Kingsbury', 'Kyle Farm (2005) Ltd', '475 Lambies Road', 'R.D.7', 'Ashburton', '8300', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-04-29 07:58:43', '2006-04-28 15:18:37', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1929', '732', 'Shanib Rahman', '', '28 Shepherd St', 'Pearce', 'Canberra', 'ACT / 2607', '', 'Australia', '0402839621', 'Shanib@tpg.com.au', '1', 'Shanib Rahman', '', '28 Shepherd St', 'Pearce', 'Canberra', 'ACT / 2607', '', 'Australia', '1', 'Shanib Rahman', '', '28 Shepherd St', 'Pearce', 'Canberra', 'ACT / 2607', '', 'Australia', '1', 'PayPal', '', '396', '', '', '', '', '2006-04-28 18:13:20', '2006-04-28 16:11:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1930', '733', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '0402329419', 'Craig.Finn@andor.com.au', '1', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '1', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '1', 'PayPal', '', '397', '', '', '', '', '2006-05-02 16:16:41', '2006-04-28 17:13:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1931', '734', 'Gunnar Kirchhof', '', 'Uni of Qld, Land and Food Sciences', 'St Lucia', 'Brisbane', 'Qld 4072', '', 'Australia', '+61733651364', 'g.kirchhof@optusnet.com.au', '1', 'Gunnar Kirchhof', '', 'Uni of Qld, Land and Food Sciences', 'St Lucia', 'Brisbane', 'Qld 4072', '', 'Australia', '1', 'Gunnar Kirchhof', '', 'Uni of Qld, Land and Food Sciences', 'St Lucia', 'Brisbane', 'Qld 4072', '', 'Australia', '1', 'PayPal', '', '398', '', '', '', '', '2006-05-02 19:32:26', '2006-04-28 22:12:57', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1932', '735', 'Paul Horrey', 'Golder Associates', 'Level 1, 79 Cambridge Tce', '', 'Christchurch', '', '', 'New Zealand', '021405886', 'phorrey@golder.co.nz', '1', 'Paul Horrey', 'Golder Associates', 'Level 1, 79 Cambridge Tce', '', 'Christchurch', '', '', 'New Zealand', '1', 'Paul Horrey', 'Golder Associates', 'Level 1, 79 Cambridge Tce', '', 'Christchurch', '', '', 'New Zealand', '1', 'PayPal', '', '399', '', '', '', '', '2006-04-29 08:08:18', '2006-04-28 23:07:39', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1933', '726', 'Graham Evans', '', '6 Berwyn Close', 'Randlay', 'Telford', 'TF3 2NP', '', 'United Kingdom', '0044 1952 590716', 'me@grahamevans.me.uk', '1', 'Graham Evans', '', '6 Berwyn Close', 'Randlay', 'Telford', 'TF3 2NP', '', 'United Kingdom', '1', 'Graham Evans', '', '6 Berwyn Close', 'Randlay', 'Telford', 'TF3 2NP', '', 'United Kingdom', '1', 'PayPal', '', '400', '', '', '', '', '2006-05-02 10:44:45', '2006-04-29 06:56:24', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1934', '736', 'jalal fashcah', '', '10 wilkinson way', 'endeavour hills', 'melbourne', '3802', '', 'Australia', '0412205691', 'jalal_fashcah@hotmail.com', '1', 'jalal fashcah', '', '10 wilkinson way', 'endeavour hills', 'melbourne', '3802', '', 'Australia', '1', 'jalal fashcah', '', '10 wilkinson way', 'endeavour hills', 'melbourne', '3802', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-06-03 21:56:47', '2006-04-30 01:55:27', '6', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1935', '737', 'Martin Wy', 'europol engineering', '4/46 wattle rd.', 'Casula', 'Sydney', '2170', '', 'Australia', '+ 61 409959691', 'knightmw@hotmail.com.au', '1', 'Martin Wysocki', 'europol engineering', '4/46 wattle rd.', 'Casula', 'Sydney', 'NSW 2170', '', 'Australia', '1', 'Martin Wy', 'europol engineering', '4/46 wattle rd.', 'Casula', 'Sydney', '2170', '', 'Australia', '1', 'PayPal', '', '401', '', '', '', '', '2006-05-02 10:37:07', '2006-04-30 18:39:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1936', '738', 'Gerald Eccleston', 'CSIRO', '37 Graham Road', 'Highett', 'Victoria', '3190', '', 'Australia', '61 3 9252 6362', 'gerald.eccleston@csiro.au', '1', 'Gerald Eccleston', 'CSIRO', '37 Graham Road', 'Highett', 'Victoria', '3190', '', 'Australia', '1', 'Gerald Eccleston', 'CSIRO', '37 Graham Road', 'Highett', 'Victoria', '3190', '', 'Australia', '1', 'PayPal', '', '402', '', '', '', '', '2006-05-02 10:36:00', '2006-05-01 17:56:53', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1937', '739', 'Flora Skinner', 'Austrian Energy & Environment', 'Level 4, 16 Giffnock Ave', 'North Ryde', 'NSW', '2113', '', 'Australia', '+61 2 88706101', 'florago@optusnet.com.au', '1', 'Flora Skinner', 'Austrian Energy & Environment', 'Level 4, 16 Giffnock Ave', 'North Ryde', 'NSW', '2113', '', 'Australia', '1', 'Flora Skinner', 'Austrian Energy & Environment', 'Level 4, 16 Giffnock Ave', 'North Ryde', 'NSW', '2113', '', 'Australia', '1', 'PayPal', '', '403', '', '', '', '', '2006-05-02 10:35:00', '2006-05-01 23:43:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1938', '740', 'Andrew Holly', '', '78 Penfold Road', 'Magill', 'Adelaide', '5072', '', 'Australia', '+61400850177', 'andrew.holly@fostersgroup.com', '1', 'Andrew Holly', '', '78 Penfold Road', 'Magill', 'Adelaide', '5072', '', 'Australia', '1', 'Andrew Holly', '', '78 Penfold Road', 'Magill', 'Adelaide', '5072', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-03 19:31:23', '2006-05-02 13:46:08', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1939', '741', 'jason brame', 'Cecil Hills High School', 'Spencer Rd', 'Cecil Hills', 'Sydney', 'NSW 2171', '', 'Australia', '98221430', 'jbrame@exemail.com.au', '1', 'jason brame', 'Cecil Hills High School', 'Spencer Rd', 'Cecil Hills', 'Sydney', 'NSW 2171', '', 'Australia', '1', 'jason brame', 'Cecil Hills High School', 'Spencer Rd', 'Cecil Hills', 'Sydney', 'NSW 2171', '', 'Australia', '1', 'PayPal', '', '404', '', '', '', '', '2006-05-03 07:35:45', '2006-05-02 20:54:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1945', '733', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '0402329419', 'Craig.Finn@andor.com.au', '1', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '1', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '1', 'PayPal', '', '407', '', '', '', '', '2006-05-09 14:13:27', '2006-05-08 19:35:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1942', '743', 'Colin Smith', '', '16 Oxford Ave', 'Castle Hill', 'Sydney', 'NSW/2154', '', 'Australia', '02 9634 2191', 'robynsmith49@hotmail.com', '1', 'Colin Smith', '', '16 Oxford Ave', 'Castle Hill', 'Sydney', 'NSW/2154', '', 'Australia', '1', 'Colin Smith', '', '16 Oxford Ave', 'Castle Hill', 'Sydney', 'NSW/2154', '', 'Australia', '1', 'PayPal', '', '405', '', '', '', '', '2006-05-05 07:33:01', '2006-05-04 21:30:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1943', '746', 'Gordon Lyall', 'iLinks Ltd', '6 Meadow Court', 'Paraparaumu', 'Wellington', '', '', 'New Zealand', '049058045', 'gordon.lyall@ilinks.co.nz', '1', 'Gordon Lyall', 'iLinks Ltd', '6 Meadow Court', 'Paraparaumu', 'Wellington', '', '', 'New Zealand', '1', 'Gordon Lyall', 'iLinks Ltd', '6 Meadow Court', 'Paraparaumu', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '406', '', '', '', '', '2006-05-08 10:08:42', '2006-05-06 11:26:49', '3', '', 'NZD', '1.164000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1944', '748', 'Jenny Lee', 'Dairy Farmers', 'PO bOX 72', 'LIDCOMBE', 'NSW', '1825', '', 'Austria', '0417 254 799 / 02 8732 1159', 'leej@dairyfarmers.com.au', '5', 'Jenny LEE', 'Dairy Farmers', 'PO BOX 72', 'LIDCOMBE', 'NSW', '1825', '', 'Australia', '1', 'Jenny Lee', 'Dairy Farmers', 'PO bOX 72', 'LIDCOMBE', 'NSW', '1825', '', 'Austria', '5', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-05-09 14:12:50', '2006-05-08 12:49:30', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1946', '749', 'Tim Healy', '', '60 Crisp Circuit', 'Bruce', 'Canberra', '2617', '', 'Australia', '(02) 6251 0321', 'healy.tim@gmail.com', '1', 'Tim Healy', '', '60 Crisp Circuit', 'Bruce', 'Canberra', '2617', '', 'Australia', '1', 'Tim Healy', '', '60 Crisp Circuit', 'Bruce', 'Canberra', '2617', '', 'Australia', '1', 'PayPal', '', '408', '', '', '', '', '2006-05-09 13:43:05', '2006-05-08 21:58:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1947', '750', 'steve evans', 'Bosch', '9 Mc Cubbin Tce', 'East Doncaster', 'Melbourne', 'Vic 3109', '', 'Australia', '0423781940', 'stephenrevans@au.bosch.com', '1', 'steve evans', 'Bosch', '9 Mc Cubbin Tce', 'East Doncaster', 'Melbourne', 'Vic 3109', '', 'Australia', '1', 'steve evans', 'Bosch', '9 Mc Cubbin Tce', 'East Doncaster', 'Melbourne', 'Vic 3109', '', 'Australia', '1', 'PayPal', '', '409', '', '', '', '', '2006-05-10 13:33:08', '2006-05-09 16:34:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1948', '751', 'Richard Fewster', 'Porter Novelli', 'Level One, 56 Greenhill Rd', 'Wayville', 'South Australia', '5034', '', 'Australia', '61 418820209', 'richardf@porternovellisa.com.au', '1', 'Richard Fewster', 'Porter Novelli', 'Level One, 56 Greenhill Rd', 'Wayville', 'South Australia', '5034', '', 'Australia', '1', 'Richard Fewster', 'Porter Novelli', 'Level One, 56 Greenhill Rd', 'Wayville', 'South Australia', '5034', '', 'Australia', '1', 'PayPal', '', '410', '', '', '', '', '2006-05-10 13:34:41', '2006-05-09 17:44:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1949', '752', 'john waterman', '', '58 Briarwood lane', '', 'see above', 'nsw 2582', '', 'Australia', '02 62302414', 'jwaterma@pcug.org.au', '1', 'john waterman', '', '58 Briarwood lane', '', 'see above', 'nsw 2582', '', 'Australia', '1', 'john waterman', '', '58 Briarwood lane', '', 'see above', 'nsw 2582', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-05-12 18:33:40', '2006-05-09 18:22:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1950', '753', 'Bryce Sinclair', '', '4 Walker Street', 'Waihi', 'Waikato', '', '', 'New Zealand', '078636340', 'brspic@xtra.co.nz', '1', 'Bryce Sinclair', '', '4 Walker Street', 'Waihi', 'Waikato', '', '', 'New Zealand', '1', 'Bryce Sinclair', '', '4 Walker Street', 'Waihi', 'Waikato', '', '', 'New Zealand', '1', 'PayPal', '', '411', '', '', '', '', '2006-05-11 07:16:25', '2006-05-10 23:35:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1951', '754', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '06 368 9959', 'stu.viv@callsouth.net.nz', '1', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '1', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-06 07:43:19', '2006-05-11 12:42:51', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1952', '755', 'James Lang', '', 'PO Box 3102', 'Warner', 'Brisbane', 'QLD 4500', '', 'Australia', '0407915658', 'lang_james@hotmail.com', '1', 'Therese Andersen', '', 'PO Box 2161', 'Warick', 'Perth', 'WA 6030', '', 'Australia', '1', 'James Lang', '', 'PO Box 3102', 'Warner', 'Brisbane', 'QLD 4500', '', 'Australia', '1', 'PayPal', '', '412', '', '', '', '', '2006-05-12 13:52:30', '2006-05-11 22:43:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1953', '756', 'LARAINE LANAGHAN', '', '2 Venus Court', '', 'MANDURAH', '6210 W.A.', '', 'Australia', '0407441206', 'merlin@primusonline.com.au', '1', 'LARAINE LANAGHAN', '', '2 Venus Court', '', 'MANDURAH', '6210 W.A.', '', 'Australia', '1', 'LARAINE LANAGHAN', '', '2 Venus Court', '', 'MANDURAH', '6210 W.A.', '', 'Australia', '1', 'Bank Transfer Payments', '', '413', '', '', '', '', '2006-05-12 13:48:06', '2006-05-12 03:55:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1954', '761', 'David Mills', '', '27 Travers Drive', '', 'Australind', 'WA 6233', '', 'Australia', '+61 407773179', 'farmport@bigpond.com', '1', 'David Mills', '', '27 Travers Drive', '', 'Australind', 'WA 6233', '', 'Australia', '1', 'David Mills', '', '27 Travers Drive', '', 'Australind', 'WA 6233', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-05-15 16:10:31', '2006-05-14 10:15:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1955', '762', 'Kevin Chen-Kai Chien', '', '6 Fairlight Avenue', 'Killara', 'Sydney', 'NSW 2071', '', 'Australia', '0410518906', 'kck_chien@hotmail.com', '1', 'Kevin Chen-Kai Chien', '', '6 Fairlight Avenue', 'Killara', 'Sydney', 'NSW 2071', '', 'Australia', '1', 'Kevin Chen-Kai Chien', '', '6 Fairlight Avenue', 'Killara', 'Sydney', 'NSW 2071', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-05-16 09:46:32', '2006-05-15 02:08:10', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1956', '763', 'Rod Smillie', 'Department Conservation', '74 Ingestre Street', '', 'Wanganui', 'Private Ba', '', 'New Zealand', '06 3488475', 'rsmillie@doc.govt.nz', '1', 'Rod Smillie', 'Dept Conservation', '74 Ingestre Street', '', 'Wanganui', '', '', 'New Zealand', '1', 'Rod Smillie', 'Department Conservation', '74 Ingestre Street', '', 'Wanganui', 'Private Ba', '', 'New Zealand', '1', 'PayPal', '', '414', '', '', '', '', '2006-05-15 11:16:45', '2006-05-15 09:37:21', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1957', '764', 'Dennis Chin', '', '13 warburton street', 'magill', 'Adelaide', '5072', '', 'Australia', '0410589539', 'dennisc@iinet.net.au', '1', 'Dennis Chin', '', '13 warburton street', 'magill', 'Adelaide', '5072', '', 'Australia', '1', 'Dennis Chin', '', '13 warburton street', 'magill', 'Adelaide', '5072', '', 'Australia', '1', 'PayPal', '', '415', '', '', '', '', '2006-05-17 14:23:29', '2006-05-15 16:53:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1958', '764', 'Dennis Chin', '', '13 warburton street', '', 'Adelaide', '5072', '', 'Australia', '0410589539', 'dennisc@iinet.net.au', '1', 'Dennis Chin', '', '13 warburton street', '', 'Adelaide', '5072', '', 'Australia', '1', 'Dennis Chin', '', '13 warburton street', '', 'Adelaide', '5072', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-05-17 14:22:51', '2006-05-16 13:37:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1959', '765', 'Gaylene Green', '', 'P O Box 5184', 'Gladstone', 'Gladstone', 'QLD', '', 'Australia', '0402 232 517', 'yachtdancingdolphin@hotmail.com', '1', 'Gaylene Green', '', 'P O Box 5184', 'Gladstone', 'Gladstone', 'QLD', '', 'Australia', '1', 'Gaylene Green', '', 'P O Box 5184', 'Gladstone', 'Gladstone', 'QLD', '', 'Australia', '1', 'PayPal', '', '416', '', '', '', '', '2006-05-17 14:22:24', '2006-05-16 14:07:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1960', '766', 'Ian Wilde', '', '153 Hutchinson Avenue', 'New Lynn', 'Auckland', '1007', '', 'New Zealand', '09 8275433', 'ijwilde@hotmail.com', '1', 'Ian Wilde', '', '153 Hutchinson Avenue', 'New Lynn', 'Auckland', '1007', '', 'New Zealand', '1', 'Ian Wilde', '', '153 Hutchinson Avenue', 'New Lynn', 'Auckland', '1007', '', 'New Zealand', '1', 'PayPal', '', '417', '', '', '', '', '2006-05-17 10:15:02', '2006-05-16 21:45:35', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1961', '745', 'Gordon Lyall', 'iLinks Ltd', '6 Meadow Court', 'Paraparaumu', 'Wellington', '6010', '', 'New Zealand', '04 905 8045', 'lyallg@paradise.net.nz', '1', 'Gordon Lyall', 'iLinks Ltd', '6 Meadow Court', 'Paraparaumu', 'Wellington', '6010', '', 'New Zealand', '1', 'Gordon Lyall', 'iLinks Ltd', '6 Meadow Court', 'Paraparaumu', 'Wellington', '6010', '', 'New Zealand', '1', 'PayPal', '', '418', '', '', '', '', '2006-05-18 13:20:18', '2006-05-17 13:45:01', '3', '', 'NZD', '1.164000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1962', '767', 'danny koncurat', '', '20 Cumbor Way', 'Samson', 'perth', 'wa/ 6163', '', 'Australia', '0438527532', 'captdan@westnet.com.au', '1', 'danny koncurat', '', '20 Cumbor Way', 'Samson', 'perth', 'wa/ 6163', '', 'Australia', '1', 'danny koncurat', '', '20 Cumbor Way', 'Samson', 'perth', 'wa/ 6163', '', 'Australia', '1', 'PayPal', '', '419', '', '', '', '', '2006-05-18 14:18:22', '2006-05-17 19:01:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1963', '758', 'Phil Brophy', 'Mackenzie District Council', '53 Main St', '', 'FAIRLIE', '8771', '', 'New Zealand', '64-3-6858514', 'phil@mackenzie.govt.nz', '1', 'Phil Brophy', 'Mackenzie District Council', '53 Main St', '', 'FAIRLIE', '8771', '', 'New Zealand', '1', 'Phil Brophy', 'Mackenzie District Council', '53 Main St', '', 'FAIRLIE', '8771', '', 'New Zealand', '1', 'PayPal', '', '420', '', '', '', '', '2006-05-22 09:59:21', '2006-05-19 14:35:29', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1964', '771', 'Bozidar Mageroski', '', '28 Taunton Street', 'Blakehurst', 'Sydney', 'NSW', '', 'Australia', '0408-960-270', 'mageroski@optusnet.com.au', '1', 'Bozidar Mageroski', '', '28 Taunton Street', 'Blakehurst', 'Sydney', 'NSW', '', 'Australia', '1', 'Bozidar Mageroski', '', '28 Taunton Street', 'Blakehurst', 'Sydney', 'NSW', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-05-25 15:07:33', '2006-05-21 00:23:45', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1965', '770', 'Jeff Rodgers', '', '5 Spiers Place', 'WANNIASSA', '2903', 'ACT', '', 'Australia', '0414902421', 'drjeff@tpg.com.au', '1', 'Jeff Rodgers', '', '5 Spiers Place', 'WANNIASSA', '2903', 'ACT', '', 'Australia', '1', 'Jeff Rodgers', '', '5 Spiers Place', 'WANNIASSA', '2903', 'ACT', '', 'Australia', '1', 'PayPal', '', '421', '', '', '', '', '2006-05-22 13:44:25', '2006-05-21 22:42:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1966', '160', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '021735311', 'tonyh@xtra.co.nz', '1', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '1', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-07 19:46:56', '2006-05-22 09:07:26', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1967', '773', 'Nilesh Naik', 'Nisys Corp Pty. Ltd.', '1/1 Wooddale Grove', 'Mitcham', 'Victoria', '3132', '', 'Australia', '0425779187', 'naiknb@iinet.net.au', '1', 'Nilesh Naik', 'Nisys Corp Pty. Ltd.', '1/1 Wooddale Grove', 'Mitcham', 'Victoria', '3132', '', 'Australia', '1', 'Nilesh Naik', 'Nisys Corp Pty. Ltd.', '1/1 Wooddale Grove', 'Mitcham', 'Victoria', '3132', '', 'Australia', '1', 'PayPal', '', '422', '', '', '', '', '2006-05-23 14:24:02', '2006-05-22 13:46:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1968', '775', 'Bob Buick', '', '19 Murev Way', '', 'Carrara', '4211', '', 'Australia', '61 404 128 645', 'bobdawn@veritel.com.au', '1', 'Bob Buick', '', '19 Murev Way', '', 'Carrara', '4211', '', 'Australia', '1', 'Bob Buick', '', '19 Murev Way', '', 'Carrara', '4211', '', 'Australia', '1', 'PayPal', '', '423', '', '', '', '', '2006-05-23 13:22:12', '2006-05-23 10:27:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1969', '776', 'stephen jones', 'happenstance pictures', '82 porters road', 'kenthurst', 'sydney', 'nsw 2156', '', 'Australia', '61 411 424 524', 'sjayjones@aol.com', '1', 'stephen jones', '10kbc c/o sandra', 'shop 4 plaza arcade 28 shotover street', '', 'queenstown', 'otago', '', 'New Zealand', '1', 'stephen jones', '10kbc c/o sandra', 'shop 4 plaza arcade 28 shotover street', '', 'queenstown', 'otago', '', 'New Zealand', '1', 'PayPal', '', '424', '', '', '', '', '2006-05-24 08:38:20', '2006-05-23 10:57:40', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1970', '536', 'Michael Ryan', '', '23 Tui Road', '', 'Te Aroha', '', '', 'New Zealand', '+64 7 884 0002', 'michaelr@michaelryan.co.nz', '1', 'Michael Ryan', '', '185 Whitaker Street', '', 'Te Aroha', '', '', 'New Zealand', '1', 'Michael Ryan', '', '23 Tui Road', '', 'Te Aroha', '', '', 'New Zealand', '1', 'PayPal', '', '425', '', '', '', '', '2006-05-24 08:41:25', '2006-05-23 23:46:01', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1971', '765', 'Gaylene Green', '', 'P O Box 5184', 'Gladstone', 'Gladstone', 'QLD', '', 'Australia', '0402 232 517', 'yachtdancingdolphin@hotmail.com', '1', 'Gaylene Green', '', 'P O Box 5184', 'Gladstone', 'Gladstone', 'QLD', '', 'Australia', '1', 'Gaylene Green', '', 'P O Box 5184', 'Gladstone', 'Gladstone', 'QLD', '', 'Australia', '1', 'PayPal', '', '426', '', '', '', '', '2006-05-25 15:06:46', '2006-05-24 14:28:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1972', '777', 'Brendan O\'Reilly', '', '32 Montana Road', 'R D 5', 'Hastings', '', '', 'New Zealand', '+6421582252', 'brendan@csel.co.nz', '1', 'Brendan O\'Reilly', '', '32 Montana Road', 'R D 5', 'Hastings', '', '', 'New Zealand', '1', 'Brendan O\'Reilly', '', '32 Montana Road', 'R D 5', 'Hastings', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-06 09:41:09', '2006-05-25 21:11:27', '3', '', 'NZD', '1.164000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1973', '778', 'Brian Harris', '', '406 Thames Coast Rd', 'Te Puru', 'Thames', '', '', 'New Zealand', '64 07 8682848', 'harris.b@xtra.co.nz', '1', 'Brian Harris', '', '406 Thames coast road RD5', 'Te Puru', 'Thames', '', '', 'New Zealand', '1', 'Brian Harris', '', '406 Thames Coast Rd', 'Te Puru', 'Thames', '', '', 'New Zealand', '1', 'PayPal', '', '427', '', '', '', '', '2006-05-29 08:30:43', '2006-05-26 12:24:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1974', '779', 'Robert Wilson', 'Wild Animal Management Limited', '11 Inkerman Street', '', 'Wyndham', 'Southland', '', 'New Zealand', '03 206 4170', 'RDW@xtra.co.nz', '1', 'Robert Wilson', 'Wild Animal Management Limited', '11 Inkerman Street', '', 'Wyndham', 'Southland', '', 'New Zealand', '1', 'Robert Wilson', 'Wild Animal Management Limited', '11 Inkerman Street', '', 'Wyndham', 'Southland', '', 'New Zealand', '1', 'PayPal', '', '428', '', '', '', '', '2006-05-29 08:27:38', '2006-05-26 12:34:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1975', '231', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '09-376-7049', 'gavin@goldtech.co.nz', '1', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '1', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '1', 'PayPal', '', '429', '', '', '', '', '2006-05-29 08:21:14', '2006-05-26 13:40:19', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1976', '780', 'Linda Barbour', 'CIIPS University of Western Aust', '35 Stirling Highway', 'M018 School of EECE', 'Crawley', '6018', '', 'Australia', '+61 864883897', 'lindab@ee.uwa.edu.au', '1', 'Linda Barbour', 'CIIPS University of Western Aust', '35 Stirling Highway', 'M018 School of EECE', 'Crawley', '6018', '', 'Australia', '1', 'Linda Barbour', 'CIIPS University of Western Aust', '35 Stirling Highway', 'M018 School of EECE', 'Crawley', '6018', '', 'Australia', '1', 'PayPal', '', '430', '', '', '', '', '2006-05-27 09:28:50', '2006-05-26 16:47:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1977', '781', 'Merron George', '', 'PO Box 35 Elgin Rd', 'Beechworth', 'Beechworth', 'Vic / 3747', '', 'Australia', '03 57281688', 'mngeorge@westnet.com.au', '1', 'Merron George', '', 'PO Box 35 Elgin Rd', '', 'Beechworth', 'Vic / 3747', '', 'Australia', '1', 'Merron George', '', 'PO Box 35 Elgin Rd', 'Beechworth', 'Beechworth', 'Vic / 3747', '', 'Australia', '1', 'PayPal', '', '431', '', '', '', '', '2006-05-27 09:24:36', '2006-05-27 07:35:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1978', '782', 'Hamish Johnstone', '', '43 Maliwa Rd', '', 'NARARA', 'NSW 2250', '', 'Australia', '+64211999998', 'hcj@clear.net.nz', '1', 'Hamish Johnstone', 'HELiPRO', 'Airport Drive', '', 'Palmerston North', '5300', '', 'New Zealand', '1', 'Hamish Johnstone', 'HELiPRO', 'Airport Drive', '', 'Palmerston North', '5300', '', 'New Zealand', '1', 'PayPal', '', '432', '', '', '', '', '2006-05-29 08:24:45', '2006-05-27 11:47:33', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1979', '784', 'Graeme Lincoln', '', '705 Williams Street', 'Mahora', 'Hastings', '4201', '', 'New Zealand', '+64 6 21446363', 'g.lincoln@skinnylizard.co.nz', '1', 'Graeme Lincoln', '', '14 Cooper Street', '', 'Havelock North', '4201', '', 'New Zealand', '1', 'Graeme Lincoln', '', '705 Williams Street', 'Mahora', 'Hastings', '4201', '', 'New Zealand', '1', 'PayPal', '', '433', '', '', '', '', '2006-05-30 09:13:42', '2006-05-29 21:39:18', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1980', '785', 'Robert Stunden', '', '11 Hastings Road', '', 'Frankston', 'Vic 3199', '', 'Australia', '0418982882', 'robert@stunden.com.au', '1', 'Robert Stunden', '', '11 Hastings Road', '', 'Frankston', 'Vic 3199', '', 'Australia', '1', 'Robert Stunden', '', '11 Hastings Road', '', 'Frankston', 'Vic 3199', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-05-31 10:02:36', '2006-05-30 00:09:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1981', '786', 'Paul Seng', 'PTE Hydraulics', '17 Activity St', 'Acacia Ridge', 'Brisbane', '4113', '', 'Australia', '0421082590', 'pseng_70@optusnet.com.au', '1', 'Paul Seng', 'PTE Hydraulics', '17 Activity St', 'Acacia Ridge', 'Brisbane', '4113', '', 'Australia', '1', 'Paul Seng', 'PTE Hydraulics', '17 Activity St', 'Acacia Ridge', 'Brisbane', '4113', '', 'Australia', '1', 'PayPal', '', '434', '', '', '', '', '2006-05-31 12:09:33', '2006-05-31 09:19:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1982', '787', 'Ian Webbe', 'Kirtech Pty Ltd', 'Suite 4, 1175 Toorak Road', 'Camberwell', 'Camberwell', '3124', '', 'Australia', '03 9889 5085', 'iwebbe@kirtech.com.au', '1', 'Ian Webbe', 'Kirtech Pty Ltd', 'Suite 4, 1175 Toorak Road', 'Camberwell', 'Camberwell', '3124', '', 'Australia', '1', 'Ian Webbe', 'Kirtech Pty Ltd', 'Suite 4, 1175 Toorak Road', 'Camberwell', 'Camberwell', '3124', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-01 21:36:38', '2006-06-01 11:16:23', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1983', '788', 'Wout Beekhuizen', '', '208 Sandspit Road', 'Howick', 'Auckland', '', '', 'New Zealand', '09-5354787', 'wout@ihug.co.nz', '1', 'Wout Beekhuizen', '', '208 Sandspit Road', 'Howick', 'Auckland', '', '', 'New Zealand', '1', 'Wout Beekhuizen', '', '208 Sandspit Road', 'Howick', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '435', '', '', '', '', '2006-06-01 15:21:57', '2006-06-01 12:38:06', '3', '', 'NZD', '1.164000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1984', '789', 'Ian Ross', '', '5 Cedar St', '', 'Allingham', 'Qld 4850', '', 'Australia', '0419 728453', 'iwross@hotmail.com', '1', 'Ian Ross', '', '5 Cedar St', '', 'Allingham', 'Qld 4850', '', 'Australia', '1', 'Ian Ross', '', '5 Cedar St', '', 'Allingham', 'Qld 4850', '', 'Australia', '1', 'PayPal', '', '436', '', '', '', '', '2006-06-02 15:34:52', '2006-06-01 20:37:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1985', '790', 'Patrick Hegerty', '', '5 Nancarrow ST', '', 'Dubbo', '2830', '', 'Australia', '+61417007760', 'patrick_h_oz@hotmail.com', '1', 'Patrick Hegerty', '', '5 Nancarrow ST', '', 'Dubbo', '2830', '', 'Australia', '1', 'Patrick Hegerty', '', '5 Nancarrow ST', '', 'Dubbo', '2830', '', 'Australia', '1', 'PayPal', '', '437', '', '', '', '', '2006-06-05 18:02:51', '2006-06-02 15:17:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1986', '791', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '02 67935214', 'f_osborne48@yahoo.com', '1', 'Frank Osborne', '', 'PO Box 560', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-02 22:35:15', '2006-06-02 22:13:21', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1987', '791', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '02 67935214', 'f_osborne48@yahoo.com', '1', 'Frank Osborne', '', 'PO Box 560', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-06-06 09:38:09', '2006-06-02 22:18:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1988', '792', 'Peter Wallace', '', '3 Warrawee Ave', 'Castle Cove', 'Sydney', '2069', '', 'Australia', '+61419410683', 'petertwallace@gmail.com', '1', 'Peter Wallace', '', '3 Warrawee Ave', 'Castle Cove', 'Sydney', '2069', '', 'Australia', '1', 'Peter Wallace', '', '3 Warrawee Ave', 'Castle Cove', 'Sydney', '2069', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-06-06 09:35:46', '2006-06-05 17:31:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1989', '765', 'Gaylene Green', '', 'P O Box 5184', '', 'Gladstone', 'QLD', '', 'Australia', '0402 232 517', 'yachtdancingdolphin@hotmail.com', '1', 'Gaylene Green', '', 'P O Box 5184', '', 'Gladstone', 'QLD', '', 'Australia', '1', 'Gaylene Green', '', 'P O Box 5184', '', 'Gladstone', 'QLD 4680', '', 'Australia', '1', 'Bank Transfer Payments', '', '438', '', '', '', '', '2006-06-07 10:22:58', '2006-06-06 09:48:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1990', '794', 'Chris Croton', 'CAD IT Consulting Limited', '7 Pitt Street', '', 'Palmerston North', '', '', 'New Zealand', '0275 742 109', 'chris@cad-it.co.nz', '1', 'Chris Croton', 'CAD IT Consulting Limited', '7 Pitt Street', '', 'Palmerston North', '', '', 'New Zealand', '1', 'Chris Croton', 'CAD IT Consulting Limited', '7 Pitt Street', '', 'Palmerston North', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '439', '', '', '', '', '2006-06-29 08:47:55', '2006-06-06 15:57:22', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1991', '795', 'Malcolm Huth', '', 'PO Box 225', '', 'Mulgrave', 'Victoria 3', '', 'Australia', '0416 251 461', 'malhuth@bigpond.net.au', '1', 'Malcolm Huth', '', 'PO Box 225', 'Mulgrave', 'Victoria', '3170', '', 'Australia', '1', 'Malcolm Huth', '', 'PO Box 225', 'Mulgrave', 'Victoria', '3170', '', 'Australia', '1', 'PayPal', '', '440', '', '', '', '', '2006-06-08 09:45:48', '2006-06-07 16:40:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1992', '796', 'Glenn Cottrell', '', '1 wiltshire drive', 'mudgeeraba', 'mudgeeraba', 'Queensland', '', 'Australia', '075559 2605', 'glenn_c@optusnet.com.au', '1', 'Glenn Cottrell', '', '1 wiltshire drive', 'mudgeeraba', 'mudgeeraba', 'Queensland', '', 'Australia', '1', 'Glenn Cottrell', '', '1 wiltshire drive', 'mudgeeraba', 'mudgeeraba', 'Queensland', '', 'Australia', '1', 'PayPal', '', '441', '', '', '', '', '2006-06-08 09:44:13', '2006-06-07 18:53:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1993', '798', 'Robbie Baxter', '', '36 Gulf Point Drive', 'North Haven', 'Adelaide', 'SA 5018', '', 'Australia', '08 8366 4280', 'rbaxter@burnside.sa.gov.au', '1', 'Robbie Baxter', 'C/- Burnside Library', '401 Greenhill Road', 'Tusmore', 'Adelaide', 'SA 5065', '', 'Australia', '1', 'Robbie Baxter', '', '36 Gulf Point Drive', 'North Haven', 'Adelaide', 'SA 5018', '', 'Australia', '1', 'PayPal', '', '442', '', '', '', '', '2006-06-09 14:13:21', '2006-06-08 17:39:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1994', '799', 'Malcolm Mills', 'Computer Science , Uniiversity o', 'Archway West Building', '90 Union Place East', 'Dunedin', '9016', '', 'New Zealand', '03 4767542', 'malcolm@cs.otago.ac.nz', '1', 'Malcolm Mills', 'Computer Science , Uniiversity o', 'Archway West Building', '90 Union Place East', 'Dunedin', '9016', '', 'New Zealand', '1', 'Malcolm Mills', 'Computer Science , Uniiversity o', 'Archway West Building', '90 Union Place East', 'Dunedin', '9016', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-12 11:35:08', '2006-06-09 13:51:14', '6', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1995', '800', 'Dave Robertson', '', '27 Waireka St', 'Ravensbourne', 'Dunedin', '', '', 'New Zealand', '03 479 8321', 'dave@saga.co.nz', '1', 'Dave Robertson', 'Computer Science Dept', 'Archway West building, 90 Union Place East', '', 'Dunedin', '9015', '', 'New Zealand', '1', 'Dave Robertson', '', '27 Waireka St', 'Ravensbourne', 'Dunedin', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-06-12 08:07:39', '2006-06-09 14:09:01', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1996', '801', 'SUZY REDSTON', '', '10 JABIRU STREET', 'BELLARA', 'BRIBIE ISLAND', '4507', '', 'Australia', '0402741884', 'SNOOZY@OZEMAIL.COM.AU', '1', 'SUZY REDSTON', '', '10 JABIRU STREET', 'BELLARA', 'BRIBIE ISLAND', '4507', '', 'Australia', '1', 'SUZY REDSTON', '', '10 JABIRU STREET', 'BELLARA', 'BRIBIE ISLAND', '4507', '', 'Australia', '1', 'PayPal', '', '443', '', '', '', '', '2006-06-12 12:22:50', '2006-06-10 15:27:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1997', '803', 'Garry Duijckers', '', '34 Ricketts Way', 'Greenwood', 'Perth', '6024', '', 'Australia', '0418912737', 'dieback@bigpond.net.au', '1', 'Garry Duijckers', '', '34 Ricketts Way', 'Greenwood', 'Perth', '6024', '', 'Australia', '1', 'Garry Duijckers', '', '34 Ricketts Way', 'Greenwood', 'Perth', '6024', '', 'Australia', '1', 'PayPal', '', '444', '', '', '', '', '2006-06-12 08:20:33', '2006-06-10 23:52:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1998', '754', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '06 368 9959', 'stu.viv@callsouth.net.nz', '1', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '1', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '1', 'PayPal', '', '445', '', '', '', '', '2006-06-12 08:05:06', '2006-06-11 10:32:20', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('1999', '805', 'Derek Manning', 'Higgins Contractors Hawke\'s Bay', 'Waitangi Rd', '', 'Napier', '4130', '', 'New Zealand', '068357288', 'd.manning@higgins.co.nz', '1', 'Derek Manning', 'Higgins Contractors Hawke\'s Bay', 'Waitangi Rd', '', 'Napier', '4130', '', 'New Zealand', '1', 'Derek Manning', 'Higgins Contractors Hawke\'s Bay', 'Waitangi Rd', '', 'Napier', '4130', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-06-13 08:14:38', '2006-06-12 10:06:52', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2000', '806', 'Ken Bradley', '', '17 McKerrow Place', '', 'Queenstown', '9300', '', 'New Zealand', '+64 (0)3 441 2121', 'kent.bradley@xtra.co.nz', '1', 'Ken Bradley', '', '17 McKerrow Place', '', 'Queenstown', '9300', '', 'New Zealand', '1', 'Ken Bradley', '', '17 McKerrow Place', '', 'Queenstown', '9300', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-06-13 07:21:15', '2006-06-12 14:56:26', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2001', '807', 'Jason Garrett', 'Toll Owens Ltd', 'Maritime House, 10 Rata Street', '', 'Mount Maunganui', '00000', '', 'New Zealand', '+64 7 5728938', 'jason.garrett@tollowens.co.nz', '1', 'Jason Garrett', 'Toll Owens Ltd', 'Maritime House, 10 Rata Street', '', 'Mount Maunganui', '00000', '', 'New Zealand', '1', 'Jason Garrett', 'Toll Owens Ltd', 'Maritime House, 10 Rata Street', '', 'Mount Maunganui', '00000', '', 'New Zealand', '1', 'PayPal', '', '446', '', '', '', '', '2006-06-13 08:48:01', '2006-06-12 17:40:51', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2002', '808', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '+61407771796', 'peter.sinclair@santos.com', '1', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '1', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-12 22:29:37', '2006-06-12 21:18:55', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2003', '808', 'Kerry Jenkins', '', '1 Moona Parade, Wahroonga', '', 'Sydney', 'NSW2076', '', 'Australia', '+61-2-87486004', 'KJenkins@hi-light.com', '1', 'Kerry Jenkins', 'Santos', '1 Moona Parade, Wahroonga', '', 'Sydney', 'NSW2076', '', 'Australia', '1', 'Kerry Jenkins', '', '1 Moona Parade, Wahroonga', '', 'Sydney', 'NSW2076', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-06-15 10:10:47', '2006-06-12 21:38:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2004', '808', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '+61407771796', 'peter.sinclair@santos.com', '1', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '1', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '1', 'PayPal', '', '447', '', '', '', '', '2006-06-13 08:54:32', '2006-06-12 21:44:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2005', '809', 'Margaret Hamwood', '', 'PO Box 10077', 'MT PLEASANT', 'MT PLEASANT', 'QLD', '', 'Australia', '07 49598094', 'hamwood@aanet.com.au', '1', 'Margaret Hamwood', '', 'PO Box 10077', 'MT PLEASANT', 'MT PLEASANT', 'QLD', '', 'Australia', '1', 'Margaret Hamwood', '', 'PO Box 10077', 'MT PLEASANT', 'MT PLEASANT', 'QLD', '', 'Australia', '1', 'PayPal', '', '449', '', '', '', '', '2006-06-13 08:52:39', '2006-06-12 22:55:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2006', '810', 'Wout Beekhuizen', '', 'Athenestraat 39', '', 'Zoetermeer', '2711GR', '', 'Netherlands', '+31 793315120', 'wout@ihug.co.nz', '1', 'Wout Beekhuizen', '', '2534 Mimosa Street', '', 'Santa Rosa', 'CA 95495-0', '', 'United States', '2', 'Wout Beekhuizen', '', 'Athenestraat 39', '', 'Zoetermeer', '2711GR', '', 'Netherlands', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-14 13:12:22', '2006-06-14 11:02:43', '6', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2007', '810', 'wout beekhuizen', '', 'Athenestraat 39', '', 'Zoetermeer', '2711GR', '', 'Netherlands', '+64 9 5354787', 'wout@ihug.co.nz', '1', 'wout beekhuizen', '', '2534 Mimosa Street', '', 'Santa Rosa', 'CA 95405-0', '', 'United States', '2', 'wout beekhuizen', '', '2534 Mimosa Street', '', 'Santa Rosa', 'CA 95405-0', '', 'United States', '2', 'Bank Transfer Payments', '', '450', '', '', '', '', '2006-06-15 13:07:30', '2006-06-14 12:56:10', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2008', '804', 'Dumitru (Mike) Munteanu', '', 'PO Box 1906', 'Bondi Junction', 'Sydney', 'NSW 2022', '', 'Australia', '+61 400 130 517', 'dumitru.munteanu@unswalumni.com', '1', 'Dumitru (Mike) Munteanu', '', 'PO Box 1906', 'Bondi Junction', 'Sydney', 'NSW 2022', '', 'Australia', '1', 'Dumitru (Mike) Munteanu', '', 'PO Box 1906', 'Bondi Junction', 'Sydney', 'NSW 2022', '', 'Australia', '1', 'PayPal', '', '451', '', '', '', '', '2006-06-16 10:15:57', '2006-06-14 18:08:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2009', '495', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '08 8395 8836', 'ggillman@tpg.com.au', '1', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '1', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-28 07:41:50', '2006-06-14 18:36:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2010', '811', 'John Forster', '', '138 lower dent street', '', 'whangarei', '', '', 'New Zealand', '(09)4387068', 'j_forster@xtra.co.nz', '1', 'John Forster', '', '138 lower dent street', '', 'whangarei', '', '', 'New Zealand', '1', 'John Forster', '', '138 lower dent street', '', 'whangarei', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-14 20:34:31', '2006-06-14 19:06:56', '6', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2011', '811', 'John Forster', '', '138 lower dent street', '', 'Whangarei', '', '', 'New Zealand', '(09)4387068', 'j_forster@xtra.co.nz', '1', 'John Forster', '', '138 lower dent street', '', 'Whangarei', '', '', 'New Zealand', '1', 'John Forster', '', '138 lower dent street', '', 'Whangarei', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-06-15 09:17:54', '2006-06-14 19:16:14', '3', '', 'NZD', '1.164000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2012', '813', 'Damon Standish', 'Kenny Barging Limited', '27 Boons Valley Road', '', 'Picton', '', '', 'New Zealand', '(027) 284 0228', 'damon.standish@clear.net.nz', '1', 'Damon Standish', 'Kenny Barging Limited', '27 Boons Valley Road', '', 'Picton', '', '', 'New Zealand', '1', 'Damon Standish', 'Kenny Barging Limited', '27 Boons Valley Road', '', 'Picton', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-06-17 08:08:12', '2006-06-15 22:43:29', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2013', '814', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '0412988664', 'bobz@bigpond.net.au', '1', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '1', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-17 16:05:00', '2006-06-16 02:25:25', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2014', '791', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '02 67935214', 'f_osborne48@yahoo.com', '1', 'Frank Osborne', '', 'PO Box 560', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-17 08:24:30', '2006-06-16 10:47:01', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2015', '791', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '02 67935214', 'f_osborne48@yahoo.com', '1', 'Frank Osborne', '', 'PO Box 560', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'Frank Osborne', '', 'Milton Vale', '', 'Narrabri', 'NSW 2390', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-06-17 07:37:29', '2006-06-16 10:48:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2016', '815', 'Mark Lantry', '', '9 Griffiths Rd', 'New Lambton', 'Newcstle', '2305', '', 'Australia', '0249528522', 'Mark.Lantry@andor.com.au', '1', 'Mark Lantry', '', '9 Griffiths Rd', 'New Lambton', 'Newcstle', '2305', '', 'Australia', '1', 'Mark Lantry', '', '9 Griffiths Rd', 'New Lambton', 'Newcstle', '2305', '', 'Australia', '1', 'PayPal', '', '453', '', '', '', '', '2006-06-16 11:26:02', '2006-06-16 11:18:26', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2017', '816', 'Roger Rennie', '', '31 Elgin Road', '', 'Dunedin', '', '', 'New Zealand', '03 453 0004', 'roger_rennie@hotmail.com', '1', 'Roger Rennie', '', '31 Elgin Road', '', 'Dunedin', '', '', 'New Zealand', '1', 'Roger Rennie', '', '31 Elgin Road', '', 'Dunedin', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-06-17 07:58:26', '2006-06-16 15:00:41', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2018', '814', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '0412988664', 'bobz@bigpond.net.au', '1', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '1', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-17 16:01:47', '2006-06-17 00:54:40', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2019', '814', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '0412988664', 'bobz@bigpond.net.au', '1', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '1', 'bob Warne', 'Ubik supplies', '9 wintson Ave', 'cumberland park', 'Adelaide', 'Sa / 5043', '', 'Australia', '1', 'PayPal', '', '454', '', '', '', '', '2006-06-17 15:58:52', '2006-06-17 12:28:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2020', '818', 'Adam Paolino', 'c/- Hyder Consulting', 'Level 5, 141 Walker Street', 'North Sydney', 'Sydney', 'NSW 2060', '', 'Australia', '+61 2 89079000', 'adam.paolino@hyderconsulting.com', '1', 'Adam Paolino', 'c/- Hyder Consulting', 'Level 5, 141 Walker Street', 'North Sydney', 'Sydney', 'NSW 2060', '', 'Australia', '1', 'Adam Paolino', 'c/- Hyder Consulting', 'Level 5, 141 Walker Street', 'North Sydney', 'Sydney', 'NSW 2060', '', 'Australia', '1', 'PayPal', '', '455', '', '', '', '', '2006-06-19 09:18:36', '2006-06-19 00:56:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2021', '819', 'Duane Baguley', 'Works Infrastructure Ltd', '16 Manchester Place', '', 'Hamilton', '', '', 'New Zealand', '07 850 6643', 'duane.baguley@works.co.nz', '1', 'Duane Baguley', 'Works Infrastructure Ltd', '16 Manchester Place', '', 'Hamilton', '', '', 'New Zealand', '1', 'Duane Baguley', 'Works Infrastructure Ltd', '16 Manchester Place', '', 'Hamilton', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-06-24 11:16:57', '2006-06-19 10:08:48', '3', '', 'NZD', '1.164000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2022', '821', 'Peter Hider', 'N/A', '11 Le Gallienne Street', 'Melba', 'Canberra', 'ACT 2615', '', 'Australia', '02 6258 3527', 'PeterHider@u030.aone.net.au', '1', 'Peter Hider', 'N/A', '11 Le Gallienne Street', 'Melba', 'Canberra', 'ACT 2615', '', 'Australia', '1', 'Peter Hider', 'N/A', '11 Le Gallienne Street', 'Melba', 'Canberra', 'ACT 2615', '', 'Australia', '1', 'PayPal', '', '456', '', '', '', '', '2006-06-19 17:36:06', '2006-06-19 17:02:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2023', '822', 'Paul Cavanagh', '', '22 Coolcrest St', 'Daisyhill', 'Logan', 'QLD/4127', '', 'Australia', '0738085329', 'pacavanagh@optushome.com.au', '1', 'Paul Cavanagh', '', '22 Coolcrest St', 'Daisyhill', 'Logan', 'QLD/4127', '', 'Australia', '1', 'Paul Cavanagh', '', '22 Coolcrest St', 'Daisyhill', 'Logan', 'QLD/4127', '', 'Australia', '1', 'PayPal', '', '457', '', '', '', '', '2006-06-20 07:15:05', '2006-06-20 03:16:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2024', '823', 'Christopher Watson', '', '15 Sherbrooke Rtt', '', 'Perth', '6069', 'WA', 'Australia', '+61439677858', 'watsodev@iinet.net.au', '1', 'Christopher Watson', '', '15 Sherbrooke Rtt', '', 'Perth', '6069', 'WA', 'Australia', '1', 'Christopher Watson', '', '15 Sherbrooke Rtt', '', 'Perth', '6069', 'WA', 'Australia', '1', 'Bank Transfer Payments', '', '458', '', '', '', '', '2006-07-05 11:11:32', '2006-06-21 14:59:54', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2027', '826', 'Jarrod Levet', 'Digital Data Systems', 'Lv 2, 101 Station Rd', '', 'Auckland', '', '', 'New Zealand', '021 393 700', 'jarrod@digitaldatasystems.co.nz', '1', 'Jarrod Levet', 'Digital Data Systems', 'Lv 2, 101 Station Rd', '', 'Auckland', '', '', 'New Zealand', '1', 'Jarrod Levet', 'Digital Data Systems', 'Lv 2, 101 Station Rd', '', 'Auckland', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-06-24 11:09:53', '2006-06-22 10:38:49', '3', '', 'NZD', '1.169999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2025', '824', 'Ron de Kok', '', '1 Ruby Place', '', 'Berwick', '3806', '', 'Australia', '+61 3 97961106', 'rondekok@dodo.com.au', '1', 'Ron de Kok', '', '1 Ruby Place', '', 'Berwick', '3806', '', 'Australia', '1', 'Ron de Kok', '', '1 Ruby Place', '', 'Berwick', '3806', '', 'Australia', '1', 'PayPal', '', '459', '', '', '', '', '2006-06-28 13:54:23', '2006-06-21 23:16:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2026', '825', 'Ken Steel', '', '3 Micro Gardens', '', 'Perth', 'Western Au', '', 'Australia', '+61402910744', 'phicode@aeliahe.net', '1', 'Ken Steel', '', '3 Micro Gardens', '', 'Perth', '6063', 'WA', 'Australia', '1', 'Ken Steel', '', '3 Micro Gardens', '', 'Perth', 'Western Au', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-06-24 11:28:14', '2006-06-22 02:42:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2028', '820', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '+64 4 916 5680', 'andrew.lee@geosystems.co.nz', '1', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '1', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-23 20:01:14', '2006-06-23 10:50:50', '6', '', 'NZD', '1.169999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2029', '820', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '+64 4 916 5680', 'andrew.lee@geosystems.co.nz', '1', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '1', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '460', '', '', '', '', '2006-07-02 10:37:38', '2006-06-23 11:25:41', '6', '', 'NZD', '1.169999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2030', '828', 'john tortora', 'Bosch', '108 Fraser Crescent', 'Wantirna South', 'Melbourne', 'Victoria,', '', 'Australia', '+61 (0)421 582344', 'john.tortora@au.bosch.com', '1', 'john tortora', '', '108 Fraser Crescent', 'Wantirna South', 'Melbourne', 'Victoria,', '', 'Australia', '1', 'john tortora', 'Bosch', '108 Fraser Crescent', 'Wantirna South', 'Melbourne', 'Victoria,', '', 'Australia', '1', 'PayPal', '', '461', '', '', '', '', '2006-06-26 08:30:12', '2006-06-23 16:39:08', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2031', '830', 'Ian Moore', '', 'PO Box 5384', 'Manly', 'QLD', '4179', '', 'Australia', '0438258255', 'ian@oversize.com.au', '1', 'Ian Moore', '', 'PO Box 5384', 'Manly', 'QLD', '4179', '', 'Australia', '1', 'Ian Moore', '', 'PO Box 5384', 'Manly', 'QLD', '4179', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-06-29 07:21:14', '2006-06-25 04:41:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2032', '832', 'Diane Taylor', '', '42 Totara Road', '', 'Waitakere City', 'Auckland 0', '', 'New Zealand', '098348094', 'taylorken@xtra.co.nz', '1', 'Diane Taylor', '', '42 Totara Road', '', 'Waitakere City', 'Auckland 0', '', 'New Zealand', '1', 'Diane Taylor', '', '42 Totara Road', '', 'Waitakere City', 'Auckland 0', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-07-11 08:56:27', '2006-06-26 10:45:41', '100004', '', 'NZD', '1.169999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2033', '833', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '04 819 4731', 'gosneym@fish.govt.nz', '1', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'PayPal', '', '463', '', '', '', '', '2006-06-27 11:34:49', '2006-06-26 15:11:12', '3', '', 'NZD', '1.169999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2034', '834', 'Joshua Helbig', '', 'PO Box 830', '', 'Nuriootpa', '5355', '', 'Australia', '0885624423', 'josh@staticit.net', '1', 'Joshua Helbig', '', 'PO Box 830', '', 'Nuriootpa', '5355', '', 'Australia', '1', 'Joshua Helbig', '', 'PO Box 830', '', 'Nuriootpa', '5355', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-08 20:42:59', '2006-06-26 17:12:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2035', '495', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '08 8395 8836', 'ggillman@tpg.com.au', '1', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '1', 'Geoff Gillman', '', '4 Janlyn Road', '', 'Vista', 'SA 5091', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-27 13:41:25', '2006-06-27 00:48:55', '100004', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2036', '837', 'Peter Stewart', '', '294 Staunton Road', '', 'Invercargill', '', '', 'New Zealand', '03 2159885', 'atrapper@es.co.nz', '1', 'Peter Stewart', '', '294 Staunton Road', '', 'Invercargill', '', '', 'New Zealand', '1', 'Peter Stewart', '', '294 Staunton Road', '', 'Invercargill', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-06-28 10:36:31', '2006-06-27 11:08:14', '3', '', 'NZD', '1.169999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2037', '842', 'robert archibald', '', '9 Shannon Place', 'Kearns', 'sydney', '2558', '', 'Australia', '0409800764', 'robert.archibald@eds.com', '1', 'robert archibald', '', '9 Shannon Place', 'Kearns', 'sydney', '2558', '', 'Australia', '1', 'robert archibald', '', '9 Shannon Place', 'Kearns', 'sydney', '2558', '', 'Australia', '1', 'PayPal', '', '464', '', '', '', '', '2006-06-29 15:31:04', '2006-06-29 15:18:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2038', '841', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '0249206534', 'michael.rego@ruthelect.com.au', '1', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '1', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-29 16:33:53', '2006-06-29 15:38:07', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2039', '843', 'Robert Thomas', 'Bravura Solutions', 'Level 3, 122 Pirie St', '', 'South Australia', '5000', '', 'Australia', '0402337709', 'rthomas@bravurasolutions.com.au', '1', 'Robert Thomas', 'Bravura Solutions', 'Level 3, 122 Pirie St', '', 'South Australia', '5000', '', 'Australia', '1', 'Robert Thomas', 'Bravura Solutions', 'Level 3, 122 Pirie St', '', 'South Australia', '5000', '', 'Australia', '1', 'Bank Transfer Payments', '', '465', '', '', '', '', '2006-07-17 12:49:01', '2006-06-29 15:48:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2070', '872', 'Trevor Robinson', 'Artech Computer Services', '10 Macdonald St', 'Leongatha', 'Leongatha', 'Vic 3953', '', 'Australia', '0356-624876', 'trobbo@artech.pointclark.net', '1', 'Trevor Robinson', 'Artech Computer Services', '10 Macdonald St', '', 'Leongatha', 'Vic 3953', '', 'Australia', '1', 'Trevor Robinson', 'Artech Computer Services', '10 Macdonald St', '', 'Leongatha', 'Vic 3953', '', 'Australia', '1', 'PayPal', '', '481', '', '', '', '', '2006-07-13 19:46:01', '2006-07-13 18:51:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2040', '841', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '0249206534', 'michael.rego@ruthelect.com.au', '1', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '1', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-06-29 16:49:28', '2006-06-29 16:26:11', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2041', '841', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '0249206534', 'michael.rego@ruthelect.com.au', '1', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '1', 'Michael Rego', '', '23 Baikie Cres', 'Charlestown', '2290', 'NSW', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-01 08:39:37', '2006-06-29 16:27:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2042', '797', 'Xiang Liu', '', 'Unit 8 / 76 Belmore Road', 'Randwick', 'Sydney', 'NSW/2031', '', 'Australia', '0434409651', 'bcooltarget@gmail.com', '1', 'Xiang Liu', '', 'Unit 8 / 76 Belmore Road', 'Randwick', 'Sydney', 'NSW/2031', '', 'Australia', '1', 'Xiang Liu', '', 'Unit 8 / 76 Belmore Road', 'Randwick', 'Sydney', 'NSW/2031', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-01 09:19:52', '2006-06-30 02:25:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2043', '845', 'Mark Gosney', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '04 819 4731', 'gosneym@fish.govt.nz', '1', 'Mark Gosney', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'Mark Gosney', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'PayPal', '', '466', '', '', '', '', '2006-07-03 08:50:12', '2006-06-30 15:10:03', '3', '', 'NZD', '1.169999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2044', '847', 'Justin Tran', '', '140 Myrtle St', 'Chippendale', 'NSW', '2008', '', 'Australia', '+61425205376', 'j.tran@optusnet.com.au', '1', 'Justin Tran', '', '140 Myrtle St', 'Chippendale', 'NSW', '2008', '', 'Australia', '1', 'Justin Tran', '', '140 Myrtle St', 'Chippendale', 'NSW', '2008', '', 'Australia', '1', 'PayPal', '', '467', '', '', '', '', '2006-07-01 08:51:30', '2006-06-30 17:52:11', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2045', '848', 'Mark Newton', '', 'PO Box 776', '', 'Willetton', '6955', '', 'Australia', '+6194578507', 'mark.newton@crhtelnet.com.au', '1', 'Mark Newton', '', 'PO Box 776', '', 'Willetton', '6955', '', 'Australia', '1', 'Mark Newton', '', 'PO Box 776', '', 'Willetton', '6955', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-03 10:01:47', '2006-07-01 16:14:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2046', '849', 'Rami Abadir', '', '207/5 Tudor street', 'Hamilton', 'NSW', 'NSW/2303', '', 'Australia', '+61431709543', 'gemini_na77@yahoo.com', '1', 'Rami Abadir', '', '207/5 Tudor street', 'Hamilton', 'NSW', 'NSW/2303', '', 'Australia', '1', 'Rami Abadir', '', '207/5 Tudor street', 'Hamilton', 'NSW', 'NSW/2303', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-09 15:39:22', '2006-07-01 17:31:03', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2047', '850', 'Shai Kindler', 'OpSource Pty Ltd', 'POB 291', 'Ormond', 'Ormond', '3204', '', 'Australia', '04 1298 8990', 'skind@mbox.com.au', '1', 'Shai Kindler', 'OpSource Pty Ltd', 'POB 291', 'Ormond', 'Ormond', '3204', '', 'Australia', '1', 'Shai Kindler', 'OpSource Pty Ltd', 'POB 291', 'Ormond', 'Ormond', '3204', '', 'Australia', '1', 'PayPal', '', '469', '', '', '', '', '2006-07-02 15:06:28', '2006-07-02 12:44:42', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2048', '851', 'Ian Carroll', '', '14 Stonehaven Road', '', 'Stanwell Tops', 'NSW', '', 'Australia', '(02)42941556', 'caribou@tpg.com.au', '1', 'Ian Carroll', '', '14 Stonehaven Road', '', 'Stanwell Tops', 'NSW 2508', '', 'Australia', '1', 'Ian Carroll', '', '14 Stonehaven Road', '', 'Stanwell Tops', 'NSW 2508', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-07-05 13:54:50', '2006-07-02 17:14:20', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2049', '852', 'Tony Hunt', '', '2 Burton Ave', 'Windsor Gardens', 'Adelaide', 'South Aust', '', 'Australia', '+64 418814444', 'wavetel@bigpond.com', '1', 'Tony Hunt', '', '2 Burton Ave', 'Windsor Gardens', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Tony Hunt', '', '2 Burton Ave', 'Windsor Gardens', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-04 08:00:53', '2006-07-03 01:58:15', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2050', '854', 'graeme ferguson', '', '123 Torryburn Road', '', 'via Paterson', '', '', 'Australia', '0249389448', 'yatta@hunterlink.net.au', '1', 'Graeme Ferguson', '', '123 Torryburn Road', '', 'Paterson', '2421', '', 'Australia', '1', 'graeme ferguson', '', '123 Torryburn Road', '', 'via Paterson', '', '', 'Australia', '1', 'Bank Transfer Payments', '', '470', '', '', '', '', '2006-07-05 12:32:52', '2006-07-04 10:00:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2051', '855', 'George Payne', 'National Institute of Water and', 'Gate 10 Silverdale Road', '', 'Hamilton', '', '', 'New Zealand', '07 856 1767', 'g.payne@niwa.co.nz', '1', 'George Payne', 'National Institute of Water and', 'Gate 10 Silverdale Road', '', 'Hamilton', '', '', 'New Zealand', '1', 'George Payne', 'National Institute of Water and', 'Gate 10 Silverdale Road', '', 'Hamilton', '', '', 'New Zealand', '1', 'PayPal', '', '471', '', '', '', '', '2006-07-06 08:12:20', '2006-07-05 11:53:39', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2052', '857', 'Trevor Manley', 'T.M. Performance Products P/L', '17 Archer Cls.', 'Lilydale', 'Melbourne', 'Victoria 3', '', 'Australia', '0437071595', 'tmperformance@bigpond.com', '1', 'Trevor Manley', 'T.M. Performance Products P/L', '17 Archer Cls.', 'Lilydale', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Trevor Manley', 'T.M. Performance Products P/L', '17 Archer Cls.', 'Lilydale', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-07-06 16:09:04', '2006-07-06 14:04:19', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2053', '857', 'Trevor Manley', 'T.M. Performance Products P/L', '17 Archer Cls.', 'Lilydale', 'Melbourne', 'Victoria 3', '', 'Australia', '0437071595', 'tmperformance@bigpond.com', '1', 'Trevor Manley', '', '!7 Archer Cls', 'Lilydale', 'Melbourne', 'Vic 3140', '', 'Australia', '1', 'Trevor Manley', 'T.M. Performance Products P/L', '17 Archer Cls.', 'Lilydale', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-07 16:39:54', '2006-07-06 14:22:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2056', '860', 'Darryn Black', 'Alf Downs Streetlighting Ltd', '275 Broadway', '', 'Marton', '', '', 'New Zealand', '0272314217', 'darryn@streetlighting.co.nz', '1', 'Darryn Black', 'Alf Downs Streetlighting Ltd', '275 Broadway', '', 'Marton', '', '', 'New Zealand', '1', 'Darryn Black', 'Alf Downs Streetlighting Ltd', '235 Broadway', '', 'Marton', '', '', 'New Zealand', '1', 'PayPal', '', '473', '', '', '', '', '2006-07-07 09:51:04', '2006-07-06 16:29:21', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2057', '859', 'Robert Corkill', '', '44Aimee Drive', '', 'Hervey Bay', 'QLD 4655', 'Queensland', 'Australia', '0741249792', 'bigcorky@dodo.com.au', '1', 'Robert Corkill', '', '44Aimee Drive', '', 'Hervey Bay', 'QLD 4655', '', 'Australia', '1', 'Robert Corkill', '', '44Aimee Drive', '', 'Hervey Bay', 'QLD 4655', 'Queensland', 'Australia', '1', 'Credit Card using PayPal', '', '472', '', '', '', '', '2006-07-07 09:52:46', '2006-07-06 16:31:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2058', '861', 'robert duncombe', '', 'PO Box 1250', 'Belconnen', 'Belconnen', 'ACT 2616', '', 'Australia', '+61 419 322 866', 'robert@duncombe.net', '1', 'robert duncombe', '', 'PO Box 1250', 'Belconnen', 'Belconnen', 'ACT 2616', '', 'Australia', '1', 'robert duncombe', '', 'PO Box 1250', 'Belconnen', 'Belconnen', 'ACT 2616', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-07-07 09:52:10', '2006-07-06 18:42:39', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2059', '861', 'robert duncombe', '', 'PO Box 1250', 'Belconnen', 'Belconnen', 'ACT 2616', '', 'Australia', '+61 419 322 866', 'robert@duncombe.net', '1', 'robert duncombe', '', 'PO Box 1250', 'Belconnen', 'Belconnen', 'ACT 2616', '', 'Australia', '1', 'robert duncombe', '', 'PO Box 1250', 'Belconnen', 'Belconnen', 'ACT 2616', '', 'Australia', '1', 'PayPal', '', '475', '', '', '', '', '2006-07-06 20:58:20', '2006-07-06 20:45:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2060', '862', 'Jeffrey Keane', 'MVS Valuers Australia Pty Ltd', 'Suite 3, Level 14, 115 Pitt St', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '61 2 95059000', 'b14syd@optushome.com.au', '1', 'Jeffrey Keane', 'MVS Valuers Australia Pty Ltd', 'Suite 3, Level 14, 115 Pitt St', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'Jeffrey Keane', 'MVS Valuers Australia Pty Ltd', 'Suite 3, Level 14, 115 Pitt St', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'PayPal', '', '476', '', '', '', '', '2006-07-10 16:01:59', '2006-07-09 10:40:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2061', '863', 'Pamela Lee', '', '12 Narina way', 'Epping', 'Melbourne', '3076', '', 'Australia', '03-90090671', 'pk3lee@optusnet.com.au', '1', 'Pamela Lee', '', '12 Narina way', 'Epping', 'Melbourne', '3076', '', 'Australia', '1', 'Pamela Lee', '', '12 Narina way', 'Epping', 'Melbourne', '3076', '', 'Australia', '1', 'PayPal', '', '477', '', '', '', '', '2006-07-24 16:01:28', '2006-07-09 20:02:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2062', '864', 'Richard Slater', 'Works Infrastructure', '7 King Street', '', 'Marton', '', '', 'New Zealand', '063275342', 'richard.slater@works.co.nz', '1', 'Richard Slater', 'Works Infrastructure', '7 King Street', '', 'Marton', '', '', 'New Zealand', '1', 'Richard Slater', 'Works Infrastructure', '7 King Street', '', 'Marton', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '478', '', '', '', '', '2006-07-28 14:24:14', '2006-07-10 11:13:37', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2063', '865', 'Luke A Marshall', 'Titan Resources LTD', 'PO Box 670', '', 'Kalgoorlie', '6432', 'Western Australia', 'Australia', '0061 427224508', 'lukemarshall@westernnet.com.au', '1', 'Luke A Marshalll', 'Titan Resources LTD', 'PO Box670', '', 'Kalgoorlie', '6432', 'Western Australia', 'Australia', '1', 'Luke Anthony Marshall', '', 'PO Box670', '', 'Kalgoorlie', '6432', 'Western Australia', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-07-22 14:09:56', '2006-07-10 20:33:28', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2064', '865', 'Gavin Thompson', 'Vegerama', '35 Queen Street', '', 'Ulverstone', '7315', 'Tasmania', 'Australia', '0427598960', 'thomogt@hotmail.com', '1', 'Gavin Thompson', 'Vegerama', '35 Queen Street', '', 'Ulverstone', '7315', 'Tasmania', 'Australia', '1', 'Gavin Thompson', 'Vegerama', '35 Queen Street', '', 'Ulverstone', '7315', 'Tasmania', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-12 07:37:37', '2006-07-10 20:40:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2065', '866', 'Arjan van Woensel', '', '16 Melba crt.', '', 'Golden Grove', '5125 SA', '', 'Australia', '0434 817181', 'Arjan@woensel.net', '1', 'Arjan van Woensel', '', '16 Melba crt.', '', 'Golden Grove', '5125 SA', '', 'Australia', '1', 'Arjan van Woensel', '', '16 Melba crt.', '', 'Golden Grove', '5125 SA', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-21 11:33:49', '2006-07-10 22:03:24', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2066', '56', 'Tjalling BAKKER', '', 'C/o Smooth air 260 Annex Road', '', 'christchurch', '', '', 'New Zealand', '64 021 0654121', 'tbakker@clear.net.nz', '1', 'Tjalling BAKKER', '', 'C/o Smooth air 260 Annex Road', '', 'christchurch', '', '', 'New Zealand', '1', 'Tjalling BAKKER', '', 'C/o Smooth air 260 Annex Road', '', 'christchurch', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-04 18:34:34', '2006-07-11 19:12:10', '100004', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2067', '868', 'Ian Branch', '', '37 The Parade', '', 'Yea', '3717', '', 'Australia', '+61 417 848 520', 'branch@sitathome.net', '1', 'Ian Branch', '', '37 The Parade', '', 'Yea', '3717', '', 'Australia', '1', 'Ian Branch', '', '37 The Parade', '', 'Yea', '3717', '', 'Australia', '1', 'PayPal', '', '479', '', '', '', '', '2006-07-11 21:48:47', '2006-07-11 20:52:34', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2068', '869', 'claudia siano', '', '28 Chipping Rd', 'City Beach', 'Perth', 'WA 6015', '', 'Australia', '61 8 92850854', 'claudiasiano@bigpond.com', '1', 'NIta Klomfass', '', '51A Oswald St', 'Innaloo', 'Perth', 'Wa 6018', '', 'Australia', '1', 'claudia siano', '', '28 Chipping Rd', 'City Beach', 'Perth', 'WA 6015', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-07-13 14:23:34', '2006-07-12 17:05:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2069', '870', 'sanson lowe', '', '5 Palmerston Avenue', 'Glebe', 'Sydney', 'NSW/2037', '', 'Australia', '+61 403 328 730', 'sanson_lowe@hotmail.com', '1', 'Sanson Lowe', 'Fairfax Digital', 'Level 3 Wharf 7 Pirrama Road', 'Pyrmont', 'Sydney', 'NSW/2037', '', 'Australia', '1', 'sanson lowe', '', '5 Palmerston Avenue', 'Glebe', 'Sydney', 'NSW/2037', '', 'Australia', '1', 'PayPal', '', '480', '', '', '', '', '2006-07-13 10:51:13', '2006-07-12 19:16:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2071', '873', 'Shaun Spacey', '', '21 Brockenhurst way', 'Longford', 'Coventry', 'CV6 6TE', '', 'United Kingdom', '0044 07747 483426', 'shaun@shaunspacey.fsnet.co.uk', '1', 'Shaun Spacey', '', '21 Brockenhurst way', 'Longford', 'Coventry', 'CV6 6TE', '', 'United Kingdom', '1', 'Shaun Spacey', '', '21 Brockenhurst way', 'Longford', 'Coventry', 'CV6 6TE', '', 'United Kingdom', '1', 'PayPal', '', '482', '', '', '', '', '2006-07-14 09:42:29', '2006-07-14 08:37:17', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2072', '874', 'Luke A Marshall', 'Titan Resources LTD', 'PO Box 670', '', 'Kalgoorlie', '6432', 'West Australia', 'Australia', '0061 427224508', 'lukemarshall@westnet.com.au', '1', 'Luke Anthony Marshall', '', 'PO Box 670', '', 'Kalgoorlie', '6432', 'West Australia', 'Australia', '1', 'Luke Anthony Marshall', 'Titan Resources LTD', 'PO Box 670', '', 'Kalgoorlie', '6432', 'West Australia', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-07-22 13:42:04', '2006-07-14 16:24:42', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2073', '874', 'Mark Roberts', '', '185 Valley Rd', '', 'Mt Maunganui', '3116', '', 'New Zealand', '64 272464596', 'mroberts@ballance.co.nz', '1', 'Mark Roberts', 'Ballance Agri-Nutrients', 'Hewletts Rd', '', 'Mt Maunganui', '', '', 'New Zealand', '1', 'Mark Roberts', '', '185 Valley Rd', '', 'Mt Maunganui', '3116', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-07-17 08:56:09', '2006-07-14 16:33:46', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2074', '875', 'Gordon Truelove', '', '24 Beaufort Rd', 'Croydon', 'Melbourne', '3136', '', 'Australia', '0397258945', 'gordon@truelove.id.au', '1', 'Gordon Truelove', '', '24 Beaufort Rd', 'Croydon', 'Melbourne', '3136', '', 'Australia', '1', 'Gordon Truelove', '', '24 Beaufort Rd', 'Croydon', 'Melbourne', '3136', '', 'Australia', '1', 'PayPal', '', '483', '', '', '', '', '2006-07-15 17:23:34', '2006-07-15 15:28:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2075', '876', 'Steve Boyd', '', '178 Geraldine-Arundel Road', '', 'South Canterbury', '7792', '', 'New Zealand', '+64213229905', 'steveboyd@xtra.co.nz', '1', 'Steve Boyd', 'Timaru Hospital & Community Serv', 'Queen Street', '', 'Timaru', '', '', 'New Zealand', '1', 'Steve Boyd', 'Timaru Hospital & Community Serv', 'Queen Street', '', 'Timaru', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-07-18 08:41:05', '2006-07-15 16:36:01', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2076', '877', 'ahmet ozcelik', '', 'isik college golbourn st', 'broadmeadows', 'melbourne', '3047', '', 'Australia', '0425777284', 'ozcelika@hotmail.com', '1', 'ahmet ozcelik', '', 'isik college golbourn st', 'broadmeadows', 'melbourne', '3047', '', 'Australia', '1', 'ahmet ozcelik', '', 'isik college golbourn st', 'broadmeadows', 'melbourne', '3047', '', 'Australia', '1', 'PayPal', '', '484', '', '', '', '', '2006-07-15 21:56:54', '2006-07-15 19:29:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2077', '880', 'peter mcaleer', '', '61 lilicur rd', 'montmorency', 'melbourne', 'vic 3094', '', 'Australia', '0394396050', 'pajmcaleer@hotmail.com', '1', 'peter mcaleer', '', '61 lilicur rd', 'montmorency', 'melbourne', 'vic 3094', '', 'Australia', '1', 'peter mcaleer', '', '61 lilicur rd', 'montmorency', 'melbourne', 'vic 3094', '', 'Australia', '1', 'PayPal', '', '485', '', '', '', '', '2006-07-17 10:01:49', '2006-07-17 00:54:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2078', '881', 'James Garrick', '', '110D Cryers Rd', 'East tamaki', 'Auckland', '', '', 'New Zealand', '021 040 8643', 'turbine@xtra.co.nz', '1', 'James Garrick', '', '110D Cryers Rd', 'East tamaki', 'Auckland', '', '', 'New Zealand', '1', 'James Garrick', '', '110D Cryers Rd', 'East tamaki', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-07-17 13:09:25', '2006-07-17 10:03:10', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2079', '882', 'gordon wrigley', '', 'po box 614', '', 'artarmon', 'nsw 1570', '', 'Australia', '0406 725 601', 'gordon.wrigley@gmail.com', '1', 'gordon wrigley', '', 'po box 614', '', 'artarmon', 'nsw 1570', '', 'Australia', '1', 'gordon wrigley', '', 'po box 614', '', 'artarmon', 'nsw 1570', '', 'Australia', '1', 'PayPal', '', '486', '', '', '', '', '2006-07-17 12:53:02', '2006-07-17 12:38:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2080', '884', 'Natalie Butterworth-Boord', '', 'PO Box 391', '', 'Manunda', '4870', '', 'Australia', '+61 403193073', 'natbb@optusnet.com.au', '1', 'Natalie Butterworth-Boord', '', 'PO Box 391', '', 'Manunda', '4870', '', 'Australia', '1', 'Natalie Butterworth-Boord', '', 'PO Box 391', '', 'Manunda', '4870', '', 'Australia', '1', 'PayPal', '', '487', '', '', '', '', '2006-07-18 09:14:10', '2006-07-17 21:57:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2081', '885', 'Avi Samson', '', 'Level 7, 324 St Kilda Road', 'Melbourne', 'Melbourne', 'VIC', '', 'Australia', '+61419347060', 'avi.samson@oracle.com', '1', 'Avi Samson', '', 'Level 7, 324 St Kilda Road', 'Melbourne', 'Melbourne', 'VIC', '', 'Australia', '1', 'Avi Samson', '', 'Level 7, 324 St Kilda Road', 'Melbourne', 'Melbourne', 'VIC', '', 'Australia', '1', 'PayPal', '', '488', '', '', '', '', '2006-07-18 09:50:09', '2006-07-17 22:49:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2082', '887', 'Pedro Gomes', '', '7/15-23A Knight Street', '', 'Erskineville', 'NSW 2043', '', 'Australia', '+61410716871', 'pedro.jrms.gomes@gmail.com', '1', 'Pedro Gomes', '', '7/15-23A Knight Street', '', 'Erskineville', 'NSW 2043', '', 'Australia', '1', 'Pedro Gomes', '', '7/15-23A Knight Street', '', 'Erskineville', 'NSW 2043', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-20 09:00:24', '2006-07-19 03:00:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2085', '891', 'Neil Hazelwood', 'Excell Coporation Limited', '357 East Tamaki Road', 'East Tamaki', 'Auckland', '', '', 'New Zealand', '092728958', 'nhazelwood@excellcorp.co.nz', '1', 'Neil Hazelwood', 'Excell Coporation Limited', '357 East Tamaki Road', 'East Tamaki', 'Auckland', '', '', 'New Zealand', '1', 'Neil Hazelwood', 'Excell Coporation Limited', '357 East Tamaki Road', 'East Tamaki', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '489', '', '', '', '', '2006-07-20 09:31:10', '2006-07-19 14:43:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2084', '889', 'Kay Vopel', 'NIWA', 'Gate 10, Silverdale Road', '', 'Hamilton', '2001', '', 'New Zealand', '078591878', 'k.vopel@niwa.co.nz', '1', 'Kay Vopel', 'NIWA', 'Gate 10, Silverdale Road', '', 'Hamilton', '2001', '', 'New Zealand', '1', 'Kay Vopel', 'NIWA', 'Gate 10, Silverdale Road', '', 'Hamilton', '2001', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-12 08:19:47', '2006-07-19 13:30:37', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2086', '894', 'Matthew Yee', 'Walker & McLuskie 1977 Ltd', '14 John Street', 'Newtown', 'WELLINGTON', '6012', '', 'New Zealand', '04 3898 242', 'walkerandmcluskie@paradise.net.nz', '1', 'Matthew Yee', 'Walker & McLuskie 1977 Ltd', '14 John Street', 'Newtown', 'WELLINGTON', '6012', '', 'New Zealand', '1', 'Matthew Yee', 'Walker & McLuskie 1977 Ltd', '14 John Street', 'Newtown', 'WELLINGTON', '6012', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-07-20 16:39:53', '2006-07-19 16:57:08', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2087', '895', 'Dirk Honemann', '', '1/51 Nimmo street', '', 'Middle Park', '3206', '', 'Australia', '+61-3-96561111', 'dirk.honemann@petermac.org', '1', 'Dirk Honemann', 'Peter MacCallum Cancer Centre, L', 'St. Andrews Place', '', 'East Melbourne', '3002', '', 'Australia', '1', 'Dirk Honemann', '', '1/51 Nimmo street', '', 'Middle Park', '3206', '', 'Australia', '1', 'Bank Transfer Payments', '', '490', '', '', '', '', '2006-07-21 11:58:04', '2006-07-20 00:22:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2088', '897', 'Ashley Blokland', '', 'PO Box 479', '', 'Charters Towers', '4820', '', 'Australia', '0418290387', 'abloky@hotmail.com', '1', 'Ashley Blokland', '', 'PO Box 479', '', 'Charters Towers', '4820', '', 'Australia', '1', 'Ashley Blokland', '', 'PO Box 479', '', 'Charters Towers', '4820', '', 'Australia', '1', 'PayPal', '', '491', '', '', '', '', '2006-07-21 08:47:47', '2006-07-20 19:15:08', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2089', '898', 'Hans VANDYK', '', '72 Lacey Street', '', 'Whyalla', 'S.A. 5600', '', 'Australia', '0428320078', 'svd@hotkey.net.au', '1', 'Hans VANDYK', '', '72 Lacey Street', '', 'Whyalla', 'S.A. 5600', '', 'Australia', '1', 'Hans VANDYK', '', '72 Lacey Street', '', 'Whyalla', 'S.A. 5600', '', 'Australia', '1', 'PayPal', '', '492', '', '', '', '', '2006-07-21 07:39:23', '2006-07-21 01:17:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2090', '899', 'Luke  A Marshall', 'Titan Resources LTD', 'PO Box 670', '', 'Kalgoorlie', '6432', 'Western Australia', 'Australia', '0061 427224508', 'lukemarshall@westnet.com.au', '1', 'Luke Anthony Marshall', '', 'PO Box 670', '', 'Kagloorlie', '6432', 'Western Australia', 'Australia', '1', 'Luke Anthony Marshall', '', 'PO Box 670', '', 'Kalgoorlie', '6432', 'Western Australia', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-07-26 07:13:32', '2006-07-22 14:08:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2091', '137', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '027-228-8331', 'laurence@master.co.nz', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-07-25 08:38:08', '2006-07-24 16:00:23', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2092', '0', 'Kevin McCracken', '', '3 Geddes Close', '', 'Thornton', 'NSW 2322', '', 'Australia', '02-4964 1824', '', '1', 'Kevin McCracken', '', '3 Geddes Close', '', 'Thornton', 'NSW 2322', '', 'Australia', '1', 'Kevin McCracken', '', '3 Geddes Close', '', 'Thornton', 'NSW 2322', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-07-24 17:39:43', '2006-07-24 17:16:50', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2093', '900', 'Luke Rolley', '', '4 Gordonia Place', '', 'Epsom', 'Victoria', '', 'Australia', '0407505362', 'l.rolley@bigpond.net.au', '1', 'Luke Rolley', '', '4 Gordonia Place', '', 'Epsom', 'Victoria', '', 'Australia', '1', 'Luke Rolley', '', '4 Gordonia Place', '', 'Epsom', 'Victoria', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-07-25 13:48:57', '2006-07-24 17:18:47', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2094', '902', 'john irving', '', '2129 Cambridge Rd', '', 'Te Awamutu', '3840', '', 'New Zealand', '021 260 7500', 'ji@irvinglaw.co.nz', '1', 'john irving', '', '2129 Cambridge Rd', '', 'Te Awamutu', '3840', '', 'New Zealand', '1', 'john irving', '', '2129 Cambridge Rd', '', 'Te Awamutu', '3840', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-07-31 15:02:03', '2006-07-25 10:15:54', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2095', '903', 'Allan Smee', '', '67 Abraham Crescent', 'Milson', 'Palmerston North', '', '', 'New Zealand', '0212335932', 'allan.smee@gmail.com', '1', 'Allan Smee', '', '67 Abraham Crescent', 'Milson', 'Palmerston North', '', '', 'New Zealand', '1', 'Allan Smee', '', '67 Abraham Crescent', 'Milson', 'Palmerston North', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-07-26 07:37:53', '2006-07-25 20:35:51', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2096', '904', 'Patrick Ring', '', '11 Lowe Street', 'Gatton', 'Gatton', 'Qld', '', 'Australia', '0427745765', 'pring@netspace.net.au', '1', 'Patrick Ring', '', '11 Lowe Street', 'Gatton', 'Gatton', 'Qld', '', 'Australia', '1', 'Patrick Ring', '', '11 Lowe Street', 'Gatton', 'Gatton', 'Qld', '', 'Australia', '1', 'PayPal', '', '493', '', '', '', '', '2006-07-27 12:22:36', '2006-07-25 21:44:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2097', '888', 'Joseph Elowe', '', '375-377 Remuera Road', 'Remuera', 'Auckland', '', '', 'New Zealand', '095200439', 'oelowe@rogers.com', '1', 'Joseph Elowe', '', '375-377 Remuera Road', 'Remuera', 'Auckland', '', '', 'New Zealand', '1', 'Joseph Elowe', '', '375-377 Remuera Road', 'Remuera', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '494', '', '', '', '', '2006-07-26 07:43:07', '2006-07-25 22:36:58', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2098', '905', 'rohan wilson', '', 'level 20, 360 elizabeth st', 'melbourne', 'melbourne', '3000', '', 'Australia', '61398387000', 'rohwil@hotmail.com', '1', 'rohan wilson', '', 'level 20, 360 elizabeth st', 'melbourne', 'melbourne', '3000', '', 'Australia', '1', 'rohan wilson', '', 'level 20, 360 elizabeth st', 'melbourne', 'melbourne', '3000', '', 'Australia', '1', 'PayPal', '', '495', '', '', '', '', '2006-07-27 09:32:48', '2006-07-26 15:52:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2099', '907', 'Ashley Blokland', '', 'PO Box 479', '', 'Charters Towers', '4820', '', 'Australia', '0418290387', 'abloky@hotmail.com', '1', 'Ashley Blokland', '', 'PO Box 479', '', 'Charters Towers', '4820', '', 'Australia', '1', 'Ashley Blokland', '', 'PO Box 479', '', 'Charters Towers', '4820', '', 'Australia', '1', 'PayPal', '', '496', '', '', '', '', '2006-07-27 09:31:37', '2006-07-26 20:20:16', '3', '', 'NZD', '1.190000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2100', '908', 'muneer oraha', 'rs lane ltd', 'f 4, 62 constable st', 'newtown, wellington', 'Wellington', '6002', '', 'New Zealand', '04- 3897416', 'oraha_1@hotmail.com', '1', 'muneer oraha', 'rs lane ltd', 'f 4, 62 constable st', 'newtown, wellington', 'Wellington', '6002', '', 'New Zealand', '1', 'muneer oraha', 'rs lane ltd', 'f 4, 62 constable st', 'newtown, wellington', 'Wellington', '6002', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-06 09:00:21', '2006-07-26 23:51:35', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2101', '909', 'Tristan Mowbray', '', '4 Yarrow Court', 'Berwick', 'Melbourne', 'VIC/3806', '', 'Australia', '(+61)0417 368 783', 'tristan_mowbray@hotmail.com', '1', 'Tristan Mowbray', '', '4 Yarrow Court', 'Berwick', 'Melbourne', 'VIC/3806', '', 'Australia', '1', 'Tristan Mowbray', '', '4 Yarrow Court', 'Berwick', 'Melbourne', 'VIC/3806', '', 'Australia', '1', 'PayPal', '', '497', '', '', '', '', '2006-07-27 09:29:22', '2006-07-27 00:21:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2102', '0', 'John Zibi', 'IT Infrastructure Team Leader', 'Level 9, 10 George Street', '', 'Dunedin', '', '', 'New Zealand', '64  3 4772628  Ext: 240', '', '1', 'John Zibi', 'IT Infrastructure Team Leader', 'Level 9, 10 George Street', '', 'Dunedin', '', '', 'New Zealand', '1', 'John Zibi', 'IT Infrastructure Team Leader', 'Level 9, 10 George Street', '', 'Dunedin', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-07-27 10:25:10', '2006-07-27 09:59:40', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2103', '0', 'Communication', '', '', '', '', '', '', '', '3 4772628  Ext: 240', '', '1', '', '', '', '', '', '', '', '', '1', '', '', '', '', '', '', '', '', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-04 15:24:55', '2006-07-27 10:38:38', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2108', '916', 'yan wu', '', 'lakemba st', 'wiley park', 'sydney', '2195', '', 'Australia', '0415060010', 'wuyan83@yahoo.com', '1', 'yan wu', '', 'lakemba st', 'wiley park', 'sydney', '2195', '', 'Australia', '1', 'yan wu', '', 'lakemba st', 'wiley park', 'sydney', '2195', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-08-06 09:05:17', '2006-07-31 00:10:26', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2107', '914', 'Heng Cheong', 'Ericsson', 'Building C, 11 Talavera Road', 'North Ryde', 'Sydney', '2113', '', 'Australia', '0425221685', 'cheonghy@hotmail.com', '1', 'Heng Cheong', 'Ericsson', 'Building C, 11 Talavera Road', 'North Ryde', 'Sydney', '2113', '', 'Australia', '1', 'Heng Cheong', '', '6/9 Peach Tree Road', 'MACQUARIE PARK', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '498', '', '', '', '', '2006-07-31 07:28:14', '2006-07-29 17:08:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2104', '911', 'ZIbi John', 'IT Infrastructure Team Leader', 'Level 9, 10 George Street', '', 'Dunedin', '', '', 'New Zealand', '3 4772628 Ext: 240', 'zibi_john@southlink.co.nz', '1', 'ZIbi John', 'IT Infrastructure Team Leader', 'Level 9, 10 George Street', '', 'Dunedin', '', '', 'New Zealand', '1', 'ZIbi John', 'IT Infrastructure Team Leader', 'Level 9, 10 George Street', '', 'Dunedin', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-07-31 15:09:05', '2006-07-27 11:00:09', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2105', '906', 'Jacob Woolgar', 'Brookbank Cottage', 'Newcastle Road', '', 'Nantwich', 'Cw5 7EJ', 'Cheshire', 'UK', '0211410072,44 1270 567456', 'jakethejake@gmail.com', '1', 'Jacob Woolgar', '', '9/3 Riverside Road', '', 'Auckland', '', '', 'New Zealand', '1', 'Jacob Woolgar', '', '9/3 Riverside Road', '', 'Auckland', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-21 21:26:30', '2006-07-27 13:39:00', '100004', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2106', '913', 'test DeleteMe', 'TestCompany', '123 Test Street', 'Testburbia', 'Sydney', '3001', '', 'Australia', '02 1223 1234', 'test1234@hotmail.com', '1', 'test DeleteMe', 'TestCompany', '123 Test Street', 'Testburbia', 'Sydney', '3001', '', 'Australia', '1', 'test DeleteMe', 'TestCompany', '123 Test Street', 'Testburbia', 'Sydney', '3001', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-07-31 07:35:35', '2006-07-28 20:33:59', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2109', '918', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '0438262957', 'clementsonn@missionaustralia.com.au', '1', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '1', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-01 09:03:26', '2006-07-31 19:17:51', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2110', '918', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '0438262957', 'clementsonn@missionaustralia.com.au', '1', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '1', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-07 14:20:26', '2006-07-31 19:34:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2111', '918', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '0438262957', 'clementsonn@missionaustralia.com.au', '1', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '1', 'Neale Clementson', '', '44 Galatea Rd', 'Falcon W.A', 'Mandurah', '6210', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-01 09:03:55', '2006-07-31 19:56:49', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2112', '919', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '09 575 9099', 'ron@cuninghame.co.nz', '1', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '1', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-01 07:03:09', '2006-07-31 20:13:41', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2113', '919', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '09 575 9099', 'ron@cuninghame.co.nz', '1', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '1', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '1', 'PayPal', '', '499', '', '', '', '', '2006-08-01 09:18:22', '2006-07-31 21:37:04', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2114', '920', 'Matt Mariu', '', '3/10 Wairakei Street', '', 'Auckland', '1005', '', 'New Zealand', '095790181', 'matt@nzdrumz.com', '1', 'Matt Mariu', '', '3/10 Wairakei Street', '', 'Auckland', '1005', '', 'New Zealand', '1', 'Matt Mariu', '', '3/10 Wairakei Street', '', 'Auckland', '1005', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-21 21:25:26', '2006-08-01 01:34:34', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2115', '921', 'Grant Dreghorn', '', '28/41 Leahy Close', 'Narrabundah', 'Canberra', 'ACT 2604', '', 'Australia', '+61418296483', 'grant.dreghorn@optusnet.com.au', '1', 'Grant Dreghorn', '', '28/41 Leahy Close', 'Narrabundah', 'Canberra', 'ACT 2604', '', 'Australia', '1', 'Grant Dreghorn', '', '28/41 Leahy Close', 'Narrabundah', 'Canberra', 'ACT 2604', '', 'Australia', '1', 'PayPal', '', '500', '', '', '', '', '2006-08-02 13:39:23', '2006-08-01 15:18:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2116', '922', 'Michael Priest', '', '24 Red Poll Crt', '', 'Chittering', 'WA', '', 'Australia', '0427 386 417', 'mpriest@orion.net.au', '1', 'Michael Priest', 'Orion Laboratories', '25 Delawney St', 'Balcatta', 'Perth', 'WA', '', 'Australia', '1', 'Michael Priest', '', '24 Red Poll Crt', '', 'Chittering', 'WA', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-01 20:24:25', '2006-08-01 18:37:47', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2117', '922', 'Michael Priest', '', '24 Red Poll Crt', '', 'Chittering', 'WA 6084', '', 'Australia', '0427 386 417', 'mpriest@orion.net.au', '1', 'Michael Priest', 'Orion Laboratories', '25 Delawney St', 'Balcatta', 'Perth', 'WA 6021', '', 'Australia', '1', 'Michael Priest', '', '24 Red Poll Crt', '', 'Chittering', 'WA 6084', '', 'Australia', '1', 'PayPal', '', '501', '', '', '', '', '2006-08-02 13:57:35', '2006-08-01 19:14:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2118', '923', 'Chris Odendaal', 'Electrix ltd.', 'Cnr George Bourke & Mt Wellington Highway', '', 'Auckland', '', '', 'New Zealand', '0212855381', 'Chris_Odendaal@electrix.co.nz', '1', 'Chris Odendaal', 'Electrix ltd.', 'Cnr George Bourke & Mt Wellington Highway', '', 'Auckland', '', '', 'New Zealand', '1', 'Chris Odendaal', 'Electrix ltd.', 'Cnr George Bourke & Mt Wellington Highway', '', 'Auckland', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-03 10:34:40', '2006-08-02 16:13:52', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2119', '924', 'Barry Hinchcliffe', '', 'Crowne Plaza Hotel KILMORE & DURHAM STREETS', '', 'Christchurch', 'S.I. 8001', '', 'New Zealand', '#61 7 3385 0488', 'bpandb@optusnet.com.au', '1', 'Barry Hinchcliffe', '', 'Crowne Plaza Hotel KILMORE & DURHAM STREETS', '', 'Christchurch', 'S.I. 8001', '', 'New Zealand', '1', 'Barry Hinchcliffe', '', 'Crowne Plaza Hotel KILMORE & DURHAM STREETS', '', 'Christchurch', 'S.I. 8001', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-07 09:36:26', '2006-08-03 13:53:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2120', '844', 'Jeff Gowlett', '', '1 Maltman St', 'Moffat Beach', 'Caloundra', '4551', '', 'Australia', '0415207374', 'jeffg@pmm.com.au', '1', 'Jeff Gowlett', '', '1 Maltman St', 'Moffat Beach', 'Caloundra', '4551', '', 'Australia', '1', 'Jeff Gowlett', '', '1 Maltman St', 'Moffat Beach', 'Caloundra', '4551', '', 'Australia', '1', 'PayPal', '', '502', '', '', '', '', '2006-08-04 07:15:05', '2006-08-03 15:23:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2121', '926', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '(03) 2189502', 'mcdermottsigns@xtra.co.nz', '1', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '1', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-03 18:03:19', '2006-08-03 16:42:45', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2122', '927', 'Rick Reimann', 'Mahlzahn Ltd.', '226 Hurstmere Road', 'Takapuna', 'Auckland', '0622', '', 'New Zealand', '+6494896740', 'rico@reimann.co.nz', '1', 'Rick Reimann', 'Mahlzahn Ltd.', '226 Hurstmere Road', 'Takapuna', 'Auckland', '0622', '', 'New Zealand', '1', 'Rick Reimann', 'Mahlzahn Ltd.', '226 Hurstmere Road', 'Takapuna', 'Auckland', '0622', '', 'New Zealand', '1', 'PayPal', '', '503', '', '', '', '', '2006-08-07 09:33:36', '2006-08-03 16:50:08', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2123', '926', 'Anne McDermott', '', 'McDermott Signs Ltd', '246 Bond strrrt', 'Invercargill', '9810', '', 'New Zealand', '(03) 2189502', 'mcdermottsigns@xtra.co.nz', '1', 'Anne McDermott', '', 'McDermott Signs Ltd', '246 Bond strrrt', 'Invercargill', '9810', '', 'New Zealand', '1', 'Anne McDermott', '', 'McDermott Signs Ltd', '246 Bond strrrt', 'Invercargill', '9810', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-03 18:03:41', '2006-08-03 16:55:16', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2124', '926', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '(03) 2189502', 'mcdermottsigns@xtra.co.nz', '1', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '1', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-03 18:04:05', '2006-08-03 16:59:05', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2125', '926', 'Craig lilford', 'Genie 4x4 Offroad Products', '7 Polson St', '', 'Wanganui', '4501', '', '', '', 'sales@genie4x4.com', '1', 'Craig Lilford', 'Genie 4x4 Offroad Products', '7 Polson St', '', 'Wanganui', '4501', '', '', '1', '', '', '', '', '', '', '', '', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-07 11:36:42', '2006-08-03 17:04:20', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2134', '934', 'Richard Newson', 'Sonric Ltd', 'C/- ABN AMRO Craigs', '', 'Tauranga', '3001', '', 'New Zealand', '021766742', 'sonric@xtra.co.nz', '1', 'Richard Newson', 'Sonric Ltd', 'C/- ABN AMRO Craigs', '', 'Tauranga', '3001', '', 'New Zealand', '1', 'Richard Newson', 'Sonric Ltd', 'C/- ABN AMRO Craigs', '', 'Tauranga', '3001', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '506', '', '', '', '', '2006-08-09 10:41:08', '2006-08-07 13:35:42', '3', '', 'NZD', '1.190000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2126', '926', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '006432189502', 'mcdermottsigns@xtra.co.nz', '1', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '1', 'Anne McDermott', 'McDermott Signs Ltd', '246 Bond Street', '', 'Invercargill', '9810', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-04 11:00:01', '2006-08-03 17:08:08', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2127', '928', 'James Urquhart', '', 'Level 9, 176 Wellington Parade', 'East Melbourne', 'East Melbourne', 'Victoria', '', 'Australia', 'o417 469 3777', 'jtu2@optusnet.com.au', '1', 'James Urquhart', '', 'Level 9, 176 Wellington Parade', 'East Melbourne', 'East Melbourne', 'Victoria', '', 'Australia', '1', 'James Urquhart', '', 'Level 9, 176 Wellington Parade', 'East Melbourne', 'East Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-04 13:46:59', '2006-08-03 22:45:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2128', '930', 'patrick quinn', '', '1438 rochford rd', '', 'newham', 'vic, 3442', '', 'Australia', '0354270485', 'quinnyb@bigpond.com', '1', 'patrick quinn', '', '1438 rochford rd', '', 'newham', 'vic, 3442', '', 'Australia', '1', 'patrick quinn', '', '1438 rochford rd', '', 'newham', 'vic, 3442', '', 'Australia', '1', 'PayPal', '', '504', '', '', '', '', '2006-08-05 08:30:51', '2006-08-04 13:58:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2129', '931', 'Shane Smith', '', '12 Janine Court', 'Kallangur', 'Brisbane', '4503', '', 'Australia', '61 7 38874997', 'shanesmith@telstra.com', '1', 'Shane Smith', '', '12 Janine Court', 'Kallangur', 'Brisbane', '4503', '', 'Australia', '1', 'Shane Smith', '', '12 Janine Court', 'Kallangur', 'Brisbane', '4503', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-05 14:39:58', '2006-08-04 14:09:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2130', '933', 'Dave Crook', 'Bay Networks Ltd', '86 Niven Street', 'Onekawa', 'Napier', '', '', 'New Zealand', '06 8422521', 'dave.crook@xtra.co.nz', '1', 'Dave Crook', 'Bay Networks Ltd', '86 Niven Street', 'Onekawa', 'Napier', '', '', 'New Zealand', '1', 'Dave Crook', 'Bay Networks Ltd', '86 Niven Street', 'Onekawa', 'Napier', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-08 07:13:13', '2006-08-05 23:38:02', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2131', '935', 'Phuc Nguyen', '', '14 Brittlebank circuit', 'Banks', 'Canberra', '2906', '', 'Australia', '61 409 998 470', 'phuc664@yahoo.com.au', '1', 'Phuc Nguyen', '', '14 Brittlebank circuit', 'Banks', 'Canberra', '2906', '', 'Australia', '1', 'Phuc Nguyen', '', '14 Brittlebank circuit', 'Banks', 'Canberra', '2906', '', 'Australia', '1', 'PayPal', '', '505', '', '', '', '', '2006-08-07 09:34:46', '2006-08-06 16:50:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2132', '0', 'Craig Lilford', 'Genie 4x4 Offroad Products', '7 Polson St., Castlecliff', '', 'Wanganui,', '4510', '', '', '', 'sales@Genie4x4.com', '1', 'Craig Lilford', 'Genie 4x4 Offroad Products', '7 Polson', '', 'Wanganui', '4510', '', '', '1', 'Craig Lilford', 'Genie 4x4 Offroad Products', '7 Polson St.', '', 'Wanganui', '4501', '', '', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-08 07:14:02', '2006-08-07 10:48:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2133', '937', 'Jacolene Spangenberg', 'FCE Systems', 'Level 3, 210 Khyber Pass Road', 'Newmarket', 'Auckland', '1149', '', 'New Zealand', '09 3792692', 'jacolene@gmail.com', '1', 'Jacolene Spangenberg', 'FCE Systems', 'Level 3, 210 Khyber Pass Road', 'Newmarket', 'Auckland', '1149', '', 'New Zealand', '1', 'Jacolene Spangenberg', 'FCE Systems', 'Level 3, 210 Khyber Pass Road', 'Newmarket', 'Auckland', '1149', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-10 13:40:42', '2006-08-07 11:09:22', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2135', '137', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '027-228-8331', 'laurence@master.co.nz', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-08 07:11:32', '2006-08-07 16:08:15', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2136', '938', 'David Perry', 'Ocean Breeze Charters Ltd', '56 Figaro Crescent', '', 'Auckland', '2112', '', 'New Zealand', '+649 2961676', 'bowser@quicksilver.net.nz', '1', 'David Perry', 'Ocean Breeze Charters Ltd', '56 Figaro Crescent', '', 'Auckland', '2112', '', 'New Zealand', '1', 'David Perry', 'Ocean Breeze Charters Ltd', '56 Figaro Crescent', '', 'Auckland', '2112', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '507', '', '', '', '', '2006-08-10 09:29:39', '2006-08-07 21:53:13', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2137', '833', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '04 819 4731', 'gosneym@fish.govt.nz', '1', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'PayPal', '', '508', '', '', '', '', '2006-08-09 10:38:11', '2006-08-08 14:25:35', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2138', '940', 'Tim Bowden', 'Mapforge Geospatial', 'Level 3, 267 St Georges Tce', 'Perth', 'Perth', '6000', '', 'Australia', '08 9261 7780', 'tim.bowden@gmail.com', '1', 'Tim Bowden', 'Mapforge Geospatial', 'Level 3, 267 St Georges Tce', 'Perth', 'Perth', '6000', '', 'Australia', '1', 'Tim Bowden', 'Mapforge Geospatial', 'Level 3, 267 St Georges Tce', 'Perth', 'Perth', '6000', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  676834
BSB Number:   032-044
Bank Name:    Westpac Bank, 275 George St, Sydney 2000</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-08-09 14:48:45', '2006-08-08 14:36:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2139', '941', 'craig russell', 'OPUS', 'cnr William & Marshall Streets', '', 'Paeroa', '', '', 'New Zealand', '021 366 449', 'craig.russell@opus.co.nz', '1', 'craig russell', 'OPUS', 'cnr William & Marshall Streets', '', 'Paeroa', '', '', 'New Zealand', '1', 'craig russell', 'OPUS', 'cnr William & Marshall Streets', '', 'Paeroa', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-09 10:31:09', '2006-08-08 16:14:22', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2140', '876', 'Steve Boyd', '', '178 Geraldine-Arundel Road', 'RD22, Geradine', 'South Canterbury', '7792', '', 'New Zealand', '+64213229905', 'steveboyd@xtra.co.nz', '1', 'Steve Boyd', 'Timaru Hospital & Community Serv', 'Queen Street', '', 'Timaru', '', '', 'New Zealand', '1', 'Steve Boyd', '', '178 Geraldine-Arundel Road', 'RD22, Geradine', 'South Canterbury', '7792', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-10 09:02:14', '2006-08-09 11:05:35', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2141', '943', 'Andrew McLean', 'Platform Sciences Laboratory', '506 Lorimer St', '', 'Fishermans Bend', '3207', '', 'Australia', '03-9626-8716', 'andrew.mclean@dsto.defence.gov.au', '1', 'Andrew McLean', 'PSL MPD-MB', '506 Lorimer St', '', 'Fishermans Bend', '3207', '', 'Australia', '1', 'Andrew McLean', 'Platform Sciences Laboratory', '506 Lorimer St', '', 'Fishermans Bend', '3207', '', 'Australia', '1', 'PayPal', '', '509', '', '', '', '', '2006-08-09 13:07:38', '2006-08-09 11:12:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2142', '944', 'Rhys Thorp', 'Massey University', '63 Wallace Street', '', 'Wellington', '', '', 'New Zealand', '+64 4 801 5799 x6812', 'r.m.thorp@massey.ac.nz', '1', 'Rhys Thorp', 'Massey University', '63 Wallace Street', '', 'Wellington', '', '', 'New Zealand', '1', 'Rhys Thorp', 'Massey University', '63 Wallace Street', '', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '510', '', '', '', '', '2006-08-10 08:51:36', '2006-08-09 15:21:49', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2143', '945', 'Rob Cruickshank', '', '4 McTavish Avenue', 'North Hobart', 'Hobart', 'Tasmania 7', '', 'Australia', '03 6231 0718', 'cruicksh@netspace.net.au', '1', 'Rob Cruickshank', '', '4 McTavish Avenue', 'North Hobart', 'Hobart', 'Tasmania 7', '', 'Australia', '1', 'Rob Cruickshank', '', '4 McTavish Avenue', 'North Hobart', 'Hobart', 'Tasmania 7', '', 'Australia', '1', 'PayPal', '', '511', '', '', '', '', '2006-08-10 07:04:26', '2006-08-09 23:13:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2144', '946', 'Andrew Murphy', 'Oldfield Asphalt', '86 Beach Road', 'Richmond', 'Nelson', '', '', 'New Zealand', '03 5446111', 'andrewm@oldfieldgroup.co.nz', '1', 'Andrew Murphy', 'Oldfield Asphalt', '86 Beach Road', 'Richmond', 'Nelson', '', '', 'New Zealand', '1', 'Andrew Murphy', 'Oldfield Asphalt', '86 Beach Road', 'Richmond', 'Nelson', '', '', 'New Zealand', '1', 'PayPal', '', '512', '', '', '', '', '2006-08-10 12:46:24', '2006-08-10 11:59:27', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2145', '947', 'Tim Neve', '', '224 Plummers Point Road', 'RD 2', 'Tauranga', '3172', '', 'New Zealand', '07-5482982', 'timneve@slingshot.co.nz', '1', 'Tim Neve', '', '224 Plummers Point Road', 'RD 2', 'Tauranga', '3172', '', 'New Zealand', '1', 'Tim Neve', '', '224 Plummers Point Road', 'RD 2', 'Tauranga', '3172', '', 'New Zealand', '1', 'PayPal', '', '513', '', '', '', '', '2006-08-11 08:20:49', '2006-08-10 21:49:13', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2146', '137', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '027-228-8331', 'laurence@master.co.nz', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'Laurence Bevan', 'Master Business Systems Ltd', '6A Ranfurly Road', '', 'Feilding', '5600', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-16 07:20:43', '2006-08-11 16:30:45', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2147', '928', 'James Urquhart', '', 'Level 9, 176 Wellington Parade', 'East Melbourne', 'East Melbourne', 'Victoria', '', 'Australia', 'o417 469 3777', 'jtu2@optusnet.com.au', '1', 'James Urquhart', '', 'Level 9, 176 Wellington Parade', '', 'East Melbourne', 'Victoria 3', '', 'Australia', '1', 'James Urquhart', '', 'Level 9, 176 Wellington Parade', 'East Melbourne', 'East Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '514', '', '', '', '', '2006-08-14 13:57:02', '2006-08-12 16:13:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2148', '919', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '09 575 9099', 'ron@cuninghame.co.nz', '1', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '1', 'Ron Steele', 'Cuninghame Investments Ltd', '38 Devore St', 'St.Heliers', 'Auckland', '1005', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-15 08:25:53', '2006-08-12 22:44:19', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2149', '573', 'SEAN HARDING', '', '92 PASSAGE STREET', 'CLEVELAND', 'CLEVELAND', 'QLD/4163', '', 'Australia', '0428452375', 'slhard@bigpond.com', '1', 'SEAN HARDING', '', '92 PASSAGE STREET', 'CLEVELAND', 'CLEVELAND', 'QLD/4163', '', 'Australia', '1', 'SEAN HARDING', '', '92 PASSAGE STREET', 'CLEVELAND', 'CLEVELAND', 'QLD/4163', '', 'Australia', '1', 'PayPal', '', '515', '', '', '', '', '2006-08-14 12:54:31', '2006-08-12 22:44:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2150', '949', 'Barrie Walker', '', '52 Phyllis Street', 'Bayswater', '3153', 'Vic', '', 'Australia', '61 3 97296690', 'barriewalker@optusnet.com.au', '1', 'Barrie Walker', '', '52 Phyllis Street', 'Bayswater', '3153', 'Vic', '', 'Australia', '1', 'Barrie Walker', '', '52 Phyllis Street', 'Bayswater', '3153', 'Vic', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-08-16 07:19:03', '2006-08-14 12:07:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2151', '950', 'Erik Stassen', '', '5 Victoria ave', 'Claremont', 'Perth', 'WA 6010', '', 'Australia', '93847390', 'staxman@mac.com', '1', 'Erik Stassen', '', '5 Victoria ave', 'Claremont', 'Perth', 'WA 6010', '', 'Australia', '1', 'Erik Stassen', '', '5 Victoria ave', 'Claremont', 'Perth', 'WA 6010', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-08-20 15:10:45', '2006-08-14 14:18:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2152', '58', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '035450237', 'scott@tasman.net', '1', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '1', 'David Scott', 'Nelson Sound Systems', '74 Dodson valley Rd', 'Atawhai', 'NELSON', '7001', '', 'New Zealand', '1', 'PayPal', '', '516', '', '', '', '', '2006-08-15 08:45:21', '2006-08-14 15:35:33', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2153', '951', 'Susan Caddy', 'Dynamic Race Transmission', '3/53 Regentville Road', 'Jamisontown', 'Sydney', 'NSW', '', 'Australia', '0407012578', 'suecaddy@bigpond.com', '1', 'Susan Caddy', 'Dynamic Race Transmission', '3/53 Regentville Road', 'Jamisontown', 'Sydney', 'NSW', '', 'Australia', '1', 'Susan Caddy', 'Dynamic Race Transmission', '3/53 Regentville Road', 'Jamisontown', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-15 13:57:21', '2006-08-14 18:56:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2154', '952', 'nick solomou', '', '91 porter ave', 'east maitland', 'maitland', 'nsw 2323', '', 'Australia', '0429 399 346', 'gsageology@bigpond.com.au', '1', 'nick solomou', '', '91 porter ave', 'east maitland', 'maitland', 'nsw 2323', '', 'Australia', '1', 'nick solomou', '', '91 porter ave', 'east maitland', 'maitland', 'nsw 2323', '', 'Australia', '1', 'PayPal', '', '517', '', '', '', '', '2006-08-21 09:05:13', '2006-08-14 19:11:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2155', '953', 'Craig Lilford', 'Genie 4X4 Offroad Products', '7 Polson St', 'Castlecliff', 'Wanganui', '4501', '', 'New Zealand', '06 344 1150', 'sales@genie4x4.com', '1', 'Craig Lilford', 'Genie 4X4 Offroad Products', '7 Polson St', 'Castlecliff', 'Wanganui', '4501', '', 'New Zealand', '1', 'Craig Lilford', 'Genie 4X4 Offroad Products', '7 Polson St', 'Castlecliff', 'Wanganui', '4501', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-15 14:12:39', '2006-08-14 21:37:37', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2156', '954', 'Edward Yuan', '', '5/97 Mokoia RD', 'Birkenhead', 'North Shore', '', '', 'New Zealand', '021993456', 'edward029@hotmail.com', '1', 'Edward Yuan', '', '5/97 Mokoia RD', 'Birkenhead', 'North Shore', '', '', 'New Zealand', '1', 'Edward Yuan', '', '5/97 Mokoia RD', 'Birkenhead', 'North Shore', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-18 07:40:22', '2006-08-15 23:55:11', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2157', '955', 'kevin biggar', 'kiwis on ice', '6 Pickwick Parade', 'Howick', 'Manukau', '2014', '', 'New Zealand', '027 282 4203', 'kevinbiggar2003@yahoo.com', '1', 'kevin biggar', 'kiwis on ice', '6 Pickwick Parade', 'Howick', 'Manukau', '2014', '', 'New Zealand', '1', 'kevin biggar', 'kiwis on ice', '6 Pickwick Parade', 'Howick', 'Manukau', '2014', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-16 11:52:04', '2006-08-16 11:40:36', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2158', '955', 'kevin biggar', 'kiwis on ice', '6 Pickwick Parade', 'Howick', 'Manukau', '2014', '', 'New Zealand', '027 282 4203', 'kevinbiggar2003@yahoo.com', '1', 'kevin biggar', 'kiwis on ice', '6 Pickwick Parade', 'Howick', 'Manukau', '2014', '', 'New Zealand', '1', 'kevin biggar', 'kiwis on ice', '6 Pickwick Parade', 'Howick', 'Manukau', '2014', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-18 07:26:00', '2006-08-16 11:44:42', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2159', '956', 'Jacinta Raven', 'Transfield Services E&T NZ Ltd', 'Gate 6, Hellabys Road', 'Otara', 'Auckland', '', '', 'New Zealand', '09 272 0595', 'jacinta.raven@transfieldservices-et.com', '1', 'Jacinta Raven', 'Transfield Services E&T NZ Ltd', 'Gate 6, Hellabys Road', 'Otara', 'Auckland', '', '', 'New Zealand', '1', 'Jacinta Raven', 'Transfield Services E&T NZ Ltd', 'Private Bag 93 313', 'Otahuhu', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '518', '', '', '', '', '2006-08-17 08:13:51', '2006-08-16 13:06:50', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2160', '957', 'Andrew Mouawad', 'Earthlink Design', '14 McNeil Ave', 'Lilydale', 'Melbourne', 'Victoria', '', 'Australia', '0397352069', 'andrew@earthlinkdesign.com.au', '1', 'Andrew Mouawad', 'Earthlink Design', '14 McNeil Ave', 'Lilydale', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Andrew Mouawad', 'Earthlink Design', '14 McNeil Ave', 'Lilydale', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-17 14:27:02', '2006-08-17 10:03:15', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2161', '957', 'Andrew Mouawad', 'Earthlink Design', '14 McNeil Ave', 'Lilydale', 'Melbourne', 'Victoria', '', 'Australia', '0397352069', 'andrew@earthlinkdesign.com.au', '1', 'Andrew Mouawad', 'Earthlink Design', '14 McNeil Ave', 'Lilydale', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Andrew Mouawad', 'Earthlink Design', '14 McNeil Ave', 'Lilydale', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-08-21 12:02:52', '2006-08-17 10:28:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2162', '957', 'Jean Pierre Le-Feuvre', 'MEP Instruments', '', '', 'Sydney', '', '', 'Australia', '+61 2 8899 5203', 'jp@mep.net.au', '1', 'Jean Pierre Le-Feuvre', 'MEP Instruments', '', '', 'Sydney', '', '', 'Australia', '1', 'Jean Pierre Le-Feuvre', 'MEP Instruments', '', '', 'Sydney', '', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-22 16:52:08', '2006-08-17 12:39:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2167', '964', 'Antony Bainton', '', '34 Prince Albert Street', 'MOSMAN', 'SYDNEY', 'NSW 2088', '', 'Australia', '61 2 9968 1764', 'Antony@Bainton.com.au', '1', 'Antony Bainton', '', 'Locked Bag 6', 'CREMORNE JUNCTION', 'NSW', '2088', '', 'Australia', '1', 'Antony Bainton', '', '34 Prince Albert Street', 'MOSMAN', 'SYDNEY', 'NSW 2088', '', 'Australia', '1', 'PayPal', '', '522', '', '', '', '', '2006-08-21 08:50:25', '2006-08-18 18:59:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2163', '958', 'Alan Bathurst', '', '15 Burns St', 'Kew', 'Invercargill', '9812', '', 'New Zealand', '+64 3 216 5527', 'al@valhalla.net.nz', '1', 'Alan Bathurst', '', '15 Burns St', 'Kew', 'Invercargill', '9812', '', 'New Zealand', '1', 'Alan Bathurst', '', '15 Burns St', 'Kew', 'Invercargill', '9812', '', 'New Zealand', '1', 'PayPal', '', '519', '', '', '', '', '2006-08-21 08:52:16', '2006-08-17 13:23:47', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2164', '959', 'Tristian Koh', 'Skandia', 'Level 18, 1 Castlereagh Street', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '+61416001688', 'tkoh@skandia.com', '1', 'Tristian Koh', 'Skandia', 'Level 18, 1 Castlereagh Street', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'Tristian Koh', 'Skandia', 'Level 18, 1 Castlereagh Street', 'Sydney', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'PayPal', '', '520', '', '', '', '', '2006-08-18 07:29:00', '2006-08-17 15:08:50', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2165', '960', 'Peter Cartwright', 'Pipers', '29 Waterloo Road', '', 'Lower Hutt', '', '', 'New Zealand', '64 4 5693578', 'cartwrp@clear.net.nz', '1', 'Peter Cartwright', 'Pipers, First Floor', '29 Waterloo Road', '', 'Lower Hutt', '', '', 'New Zealand', '1', 'Peter Cartwright', 'Pipers', '29 Waterloo Road', '', 'Lower Hutt', '', '', 'New Zealand', '1', 'PayPal', '', '521', '', '', '', '', '2006-08-18 07:27:35', '2006-08-17 15:52:41', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2166', '231', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '09-376-7049', 'gavin@goldtech.co.nz', '1', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '1', 'Gavin Goldfinch', 'GOLDTECH', '59 John St', 'Ponsonby', 'Auckland', '1001', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-18 07:24:38', '2006-08-17 19:07:02', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2168', '0', 'Radovan Djuricic', '', '3/58 Bathurst Street', '', 'Liverpool', 'NSW 2170', '', 'Australia', '0410-270 970', '', '1', 'Radovan Djuricic', '', '3/58 Bathurst Street', '', 'Liverpool', 'NSW 2170', '', 'Australia', '1', 'Radovan Djuricic', '', '3/58 Bathurst Street', '', 'Liverpool', 'NSW 2170', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-08-21 21:25:04', '2006-08-19 15:25:33', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2169', '966', 'Morgan Newurry', 'Mike Bygate Contracting', '146a Derby Street Westport', '', 'Westport', '7825', '', 'New Zealand', '0274291600', 'morgannewburry@gmail.com', '1', 'Morgan Newurry', 'Mike Bygate Contracting', '146a Derby Street Westport', '', 'Westport', '7825', '', 'New Zealand', '1', 'Morgan Newurry', 'Mike Bygate Contracting', '146a Derby Street Westport', '', 'Westport', '7825', '', 'New Zealand', '1', 'PayPal', '', '523', '', '', '', '', '2006-08-21 08:53:49', '2006-08-19 19:02:25', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2170', '968', 'Craig Waywood', '', '16 hakea st', '', 'kambalda', 'wa6444', '', 'Australia', '0402055516', 'craig.waywood@westnet.com.au', '1', 'Craig Waywood', '', '16 hakea st', '', 'kambalda', 'wa6444', '', 'Australia', '1', 'Craig Waywood', '', '16 hakea st', '', 'kambalda', 'wa6444', '', 'Australia', '1', 'Bank Transfer Payments', '', '524', '', '', '', '', '2006-08-21 12:03:54', '2006-08-20 19:01:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2171', '969', 'Buster Sandford', 'Works Infrastructure Ltd', '47 Tavern Rd', 'Silverdale', 'Auckland', '0944', '', 'New Zealand', '09 42709629', 'buster.sandford@works.co.nz', '1', 'Buster Sandford', 'Works Infrastructure Ltd', '47 Tavern Rd', 'Silverdale', 'Auckland', '0944', '', 'New Zealand', '1', 'Buster Sandford', 'Works Infrastructure Ltd', '47 Tavern Rd', 'Silverdale', 'Auckland', '0944', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-21 14:22:47', '2006-08-21 12:43:57', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2172', '969', 'Buster Sandford', 'Works Infrastructure Ltd', '47 Tavern Rd', 'Silverdale', 'Auckland', '0944', '', 'New Zealand', '09 42709629', 'buster.sandford@works.co.nz', '1', 'Buster Sandford', 'Works Infrastructure Ltd', '47 Tavern Rd', 'Silverdale', 'Auckland', '0944', '', 'New Zealand', '1', 'Buster Sandford', 'Works Infrastructure Ltd', '47 Tavern Rd', 'Silverdale', 'Auckland', '0944', '', 'New Zealand', '1', 'PayPal', '', '525', '', '', '', '', '2006-08-22 09:25:06', '2006-08-21 12:48:56', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2173', '970', 'Richard Augustynski', '', '236 Poath Road', 'Hughesdale', 'Victoria', '3166', '', 'Australia', '+61 418 629 999', 'richard@atcs.com.au', '1', 'Richard Augustynski', '', '236 Poath Road', 'Hughesdale', 'Victoria', '3166', '', 'Australia', '1', 'Richard Augustynski', '', '236 Poath Road', 'Hughesdale', 'Victoria', '3166', '', 'Australia', '1', 'PayPal', '', '526', '', '', '', '', '2006-08-21 14:35:05', '2006-08-21 13:42:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2174', '971', 'Jamie Stewart', 'K&S Freighters', 'cnr Palmers & Boundary Roads', '', 'Truganina', '3029', '', 'Australia', '(03) 8744 3600', 'jamie.stewart@ksgroup.com.au', '1', 'Jamie Stewart', 'K&S Freighters', 'cnr Palmers & Boundary Roads', '', 'Truganina', '3029', '', 'Australia', '1', 'Jamie Stewart', 'K&S Freighters', 'cnr Palmers & Boundary Roads', '', 'Truganina', '3029', '', 'Australia', '1', 'PayPal', '', '527', '', '', '', '', '2006-08-21 14:16:05', '2006-08-21 14:01:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2175', '972', 'Radovan Djuricic', '', '3/58 Bathurst St.', '', 'Liverpool', 'NSW2170', '', 'Australia', '0410-270970', 'ras1@hotkey.net.au', '1', 'Radovan Djuricic', '', '3/58 Bathurst St.', '', 'Liverpool', 'NSW2170', '', 'Australia', '1', 'Radovan Djuricic', '', '3/58 Bathurst St.', '', 'Liverpool', 'NSW2170', '', 'Australia', '1', 'Credit Card using PayPal', '', '528', '', '', '', '', '2006-08-22 13:54:23', '2006-08-22 08:47:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2176', '975', 'Hannah Standing', '', '30b Shelly Bay Road', 'Beachlands', 'Auckland', '', '', 'New Zealand', '021621901', 'hannah.standing@gmail.com', '1', 'Hannah Standing', '', '30b Shelly Bay Road', 'Beachlands', 'Auckland', '', '', 'New Zealand', '1', 'Hannah Standing', '', '30b Shelly Bay Road', 'Beachlands', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '529', '', '', '', '', '2006-08-23 08:27:32', '2006-08-22 15:53:05', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2177', '976', 'Michael Barwell', 'Barwell Consulting', '2/33 Crescent Rd', 'Waratah', 'Newcastle', 'NSW 2298', '', 'Australia', '0419636556', 'barwell_efrontier@barwell.com.au', '1', 'Michael Barwell', 'Barwell Consulting', '2/33 Crescent Rd', 'Waratah', 'Newcastle', 'NSW 2298', '', 'Australia', '1', 'Michael Barwell', 'Barwell Consulting', '2/33 Crescent Rd', 'Waratah', 'Newcastle', 'NSW 2298', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-23 14:00:57', '2006-08-22 18:29:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2178', '978', 'Matthew Delmarter', '', '77B Wallace St', 'Mt Cook', 'Wellington', '6022', '', 'New Zealand', '027 5365627', 'matthew@delmarters.com', '1', 'Matthew Delmarter', 'Database Communications', 'Level 7, 182 Wakefield St', 'Wellington City', 'Wellington', '6011', '', 'New Zealand', '1', 'Matthew Delmarter', '', '77B Wallace St', 'Mt Cook', 'Wellington', '6022', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-28 17:33:24', '2006-08-23 11:51:03', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2179', '979', 'Kieran Gill', '', '17/54 Lyon Avennue', 'Mt Albert', 'Aucklnad', '', '', 'New Zealand', '021408065', 'guyon@woosh.co.nz', '1', 'Kieran Gill', '', '20 Viaduct Harbour Avenue', '', 'Auckland', '', '', 'New Zealand', '1', 'Kieran Gill', '', '17/54 Lyon Avennue', 'Mt Albert', 'Aucklnad', '', '', 'New Zealand', '1', 'PayPal', '', '531', '', '', '', '', '2006-08-24 09:05:25', '2006-08-23 13:25:10', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2180', '122', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '+61 26244 1160', 'afhynes@cyberone.com.au', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'Anthony Hynes', '', '12 Balfour Crescent', '', 'WANNIASSA', 'ACT/2903', '', 'Australia', '1', 'PayPal', '', '530', '', '', '', '', '2006-08-24 09:06:58', '2006-08-24 00:33:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2181', '980', 'Garry Newton', 'Ecowise Environmental', '16A Lithgow Street', 'Fyshwick', 'Canberra', 'ACT / 2609', '', 'Australia', '+61262707632', 'gnewton@ecowise.com.au', '1', 'Garry Newton', 'Ecowise Environmental', '16A Lithgow Street', 'Fyshwick', 'Canberra', 'ACT / 2609', '', 'Australia', '1', 'Garry Newton', 'Ecowise Environmental', '16A Lithgow Street', 'Fyshwick', 'Canberra', 'ACT / 2609', '', 'Australia', '1', 'PayPal', '', '532', '', '', '', '', '2006-08-25 13:50:51', '2006-08-24 16:15:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2182', '981', 'Peter McKay', 'National Strategic Services P/L', '191 Richmond Rd', 'Cambridge', 'Cambridge', '7170', '', 'Australia', '61 3 62485139', 'pcmckay@bigpond.com', '1', 'Peter McKay', 'National Strategic Services P/L', '191 Richmond Rd', 'Cambridge', 'Cambridge', '7170', '', 'Australia', '1', 'Peter McKay', 'National Strategic Services P/L', '191 Richmond Rd', 'Cambridge', 'Cambridge', '7170', '', 'Australia', '1', 'PayPal', '', '533', '', '', '', '', '2006-08-25 13:49:42', '2006-08-24 19:28:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2183', '982', 'Paul Hine', '', '14 Eino Place', 'Ellebana', 'Newcastle', 'NSW 2282', '', 'Australia', '02 49484992', 'phine57@bigpond.net.au', '1', 'Paul Hine', 'c/o Wormald', '16 Cillistemon Cl', 'Warabrook', 'Newcastle', 'NSW', '', 'Australia', '1', 'Paul Hine', '', '14 Eino Place', 'Ellebana', 'Newcastle', 'NSW 2282', '', 'Australia', '1', 'PayPal', '', '534', '', '', '', '', '2006-09-17 07:53:40', '2006-08-25 00:17:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2184', '985', 'peter may', 'workpower', '9 leeway court', 'osborne park', 'perth', 'wa / 6017', '', 'Australia', '(08) 9445 6535', 'peter.may@workpower.asn.au', '1', 'peter may', 'workpower', 'pobox 1543', 'Osborne Park DC', 'perth', '6916', '', 'Australia', '1', 'peter may', 'workpower', '9 leeway court', 'osborne park', 'perth', 'wa / 6017', '', 'Australia', '1', 'PayPal', '', '535', '', '', '', '', '2006-08-25 22:32:24', '2006-08-25 20:29:57', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2185', '986', 'Haim Dotan', '', '2 Rishon lezion st', '', 'Herzelia', '', '', 'Israel', '+972 54 5470420', 'dotan-h@smile.net.il', '1', 'Haim Dotan', '', '2 Rishon lezion st', '', 'Herzelia', '', '', 'Israel', '1', 'Haim Dotan', '', '2 Rishon lezion st', '', 'Herzelia', '', '', 'Israel', '1', 'PayPal', '', '537', '', '', '', '', '2006-08-28 10:39:15', '2006-08-27 00:11:57', '3', '', 'USD', '0.720000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2186', '987', 'Rainer Eishauer', '', '9 Boldero Crs', 'Glenmore Park', 'Glenmore Park', 'NSW 2745', '', 'Australia', '+61 (4) 1998 5618', 'rainer-e@netspace.net.au', '1', 'Rainer Eishauer', '', '9 Boldero Crs', 'Glenmore Park', 'Glenmore Park', 'NSW 2745', '', 'Australia', '1', 'Rainer Eishauer', '', '9 Boldero Crs', '', 'Glenmore Park', 'NSW 2745', '', 'Australia', '1', 'PayPal', '', '538', '', '', '', '', '2006-08-28 09:06:24', '2006-08-27 01:08:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2281', '1091', 'david rose', 'holiwill', '113 david collins drive', '', 'endeavour hills', 'vic, 3802', '', 'Australia', '+61 3 9700 7975', 'aussiecoder@hotmail.com', '1', 'david rose', 'holiwill', '113 david collins drive', '', 'endeavour hills', 'vic, 3802', '', 'Australia', '1', 'david rose', 'holiwill', '113 david collins drive', '', 'endeavour hills', 'vic, 3802', '', 'Australia', '1', 'PayPal', '', '577', '', '', '', '', '2006-09-23 07:53:34', '2006-09-23 00:56:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2188', '921', 'Grant Dreghorn', '', '28/41 Leahy Close', 'Narrabundah', 'Canberra', 'ACT 2604', '', 'Australia', '+61418296483', 'grant.dreghorn@optusnet.com.au', '1', 'Grant Dreghorn', '', '28/41 Leahy Close', 'Narrabundah', 'Canberra', 'ACT 2604', '', 'Australia', '1', 'Grant Dreghorn', '', '28/41 Leahy Close', 'Narrabundah', 'Canberra', 'ACT 2604', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-08-29 07:31:01', '2006-08-27 19:15:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2189', '988', 'Brad Gourlay', 'BJG Metal Roof & Guttering', '7 Willam Street', '', 'Berridale', 'NSW 2628', '', 'Australia', '02 6456 4240', 'bjg@tpg.com.au', '1', 'Brad Gourlay', 'BJG Metal Roof & Guttering', '7 Willam Street', '', 'Berridale', 'NSW 2628', '', 'Australia', '1', 'Brad Gourlay', 'BJG Metal Roof & Guttering', '7 Willam Street', '', 'Berridale', 'NSW 2628', '', 'Australia', '1', 'PayPal', '', '539', '', '', '', '', '2006-08-31 17:46:45', '2006-08-27 23:59:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2190', '989', 'nathan pope', 'pope electrical', '414 Queen street east', '', 'Hastings', '', '', 'New Zealand', '06 8767541', 'nathan@popeelectrical.co.nz', '1', 'nathan pope', 'pope electrical', '414 Queen street east', '', 'Hastings', '', '', 'New Zealand', '1', 'nathan pope', 'pope electrical', '414 Queen street east', '', 'Hastings', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-08-29 09:26:12', '2006-08-28 10:13:40', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2191', '991', 'Werner Loeser', '', '56 First Avenue North', '', 'Warrawong', 'NSW', '', 'Australia', '02 4274 4730', 'loeser@wml-wastewater.de', '1', 'Werner Loeser', '', '56 First Avenue North', '', 'Warrawong', 'NSW', '', 'Australia', '1', 'Werner Loeser', '', '56 First Avenue North', '', 'Warrawong', 'NSW', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-08-30 06:48:52', '2006-08-28 13:37:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2192', '984', 'Marnie Swinburn', 'Department of Environment and Co', 'Banksiadale Road', 'Dwellingup Research Centre', 'Dwellingup', 'WA / 6213', '', 'Australia', '(08) 9538 0023', 'Marnie.Swinburn@dec.wa.gov.au', '1', 'Marnie Swinburn', 'Dept. Environment & Conservation', 'Dwellingup Research Centre', 'Banksiadale Road', 'Dwellingup', 'WA 6213', '', 'Australia', '1', 'Marnie Swinburn', 'Dept. Environment & Conservation', 'Dwellingup Research Centre', 'Banksiadale Road', 'Dwellingup', 'WA 6213', '', 'Australia', '1', 'PayPal', '', '540', '', '', '', '', '2006-08-28 18:57:26', '2006-08-28 18:11:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2193', '992', 'David Gava', '', '20 Atlantic Place', 'Beaumont Hills', 'Sydney', 'NSW / 2155', '', 'Australia', '0418426073', 'david.gava@wisau.com.au', '1', 'Rachel Gava', '', 'Suite 302, 12-14 Solent Circuit', 'Baulkham Hills', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'David Gava', '', '20 Atlantic Place', 'Beaumont Hills', 'Sydney', 'NSW / 2155', '', 'Australia', '1', 'PayPal', '', '541', '', '', '', '', '2006-08-28 18:56:10', '2006-08-28 18:15:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2194', '993', 'Bruce Dunlop', 'Bruce Dunlop Computers', '63 Bold Street', '', 'Laurieton', '2443', '', 'Australia', '0265595444', 'bdunlop@tsn.cc', '1', 'Bruce Dunlop', 'Bruce Dunlop Computers', '63 Bold Street', '', 'Laurieton', '2443', '', 'Australia', '1', 'Bruce Dunlop', 'Bruce Dunlop Computers', '63 Bold Street', '', 'Laurieton', '2443', '', 'Australia', '1', 'PayPal', '', '542', '', '', '', '', '2006-08-29 14:57:30', '2006-08-29 14:20:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2195', '994', 'Andrew Koerber', '', '50 Ayers Hill rd', '', 'STIRLING', '5152', '', 'Australia', '0408 853 758', 'andrew.koerber@internode.on.net', '1', 'Andrew Koerber', '', '50 Ayers Hill rd', '', 'STIRLING', '5152', '', 'Australia', '1', 'Andrew Koerber', '', '50 Ayers Hill rd', '', 'STIRLING', '5152', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-05 08:56:05', '2006-08-29 23:10:04', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2196', '995', 'nick maraziotis', 'Half price shutters', 'unit 1 - 40 george st', 'granville', 'granville', 'nsw 2141', '', 'Australia', '0410 499 111', 'nmarazio@unwired.com.au', '1', 'nick maraziotis', 'Half price shutters', 'unit 1 - 40 george st', 'granville', 'granville', 'nsw 2141', '', 'Australia', '1', 'nick maraziotis', 'Half price shutters', 'unit 1 - 40 george st', 'granville', 'granville', 'nsw 2141', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-30 15:12:18', '2006-08-30 13:05:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2197', '996', 'Norman Alford', '', '332 Purakanui Rd', 'Port Chalmers', 'Dunedin', '9081', '', 'New Zealand', '03 4821089', 'nitefly@clear.net.nz', '1', 'Norman Alford', '', '332 Purakanui Rd', 'Port Chalmers', 'Dunedin', '9081', '', 'New Zealand', '1', 'Norman Alford', '', '332 Purakanui Rd', 'Port Chalmers', 'Dunedin', '9081', '', 'New Zealand', '1', 'PayPal', '', '543', '', '', '', '', '2006-08-31 08:55:09', '2006-08-30 15:00:34', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2198', '998', 'Mike Macartney', 'The Vet Centre', 'shop6 41 moir st', '', 'Mangawhai', '', '', 'New Zealand', '0274455782', 'drmacartney@hotmail.com', '1', 'Mike Macartney', 'The Vet Centre', 'shop6 41 moir st', '', 'Mangawhai', '', '', 'New Zealand', '1', 'Mike Macartney', 'The Vet Centre', 'shop6 41 moir st', '', 'Mangawhai', '', '', 'New Zealand', '1', 'PayPal', '', '544', '', '', '', '', '2006-08-31 10:41:30', '2006-08-30 20:34:02', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2199', '999', 'Damian Aivaliotis', '', '16 O\'Connor St', 'Haberfield', 'Sydney', 'NSW', '', 'Australia', '0408434372', 'damo_oz@msn.com', '1', 'Damian Aivaliotis', 'Ricoh Australia', '8 Rodborough Rd', 'Frenchs Forest', 'Sydney', 'NSW', '', 'Australia', '1', 'Damian Aivaliotis', '', '16 O\'Connor St', 'Haberfield', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '545', '', '', '', '', '2006-08-31 13:34:08', '2006-08-30 22:31:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2200', '1000', 'Guy Wilson', '', '6F, 18 Scotia Pl', '', 'Auckland CBD', '', '', 'New Zealand', '021 665 277', 'guy.wilson@ihug.co.nz', '1', 'Peter Wilson', '', '178 West Tamaki Road', 'Glendowie', 'Auckland', '', '', 'New Zealand', '1', 'Guy Wilson', '', '6F, 18 Scotia Pl', '', 'Auckland CBD', '', '', 'New Zealand', '1', 'PayPal', '', '546', '', '', '', '', '2006-08-31 12:32:29', '2006-08-31 11:36:47', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2201', '1001', 'Joel Nevin', 'Blacktree Technology', '14 Brine Rd', '', 'Perth', 'Western Au', '', 'Australia', '61 8 9293 1165', 'joel@nevin.com.au', '1', 'Joel Nevin', 'Blacktree Technology', '14 Brine Rd', '', 'Perth', 'Western Au', '', 'Australia', '1', 'Joel Nevin', 'Blacktree Technology', '14 Brine Rd', '', 'Perth', 'Western Au', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-01 06:54:16', '2006-08-31 13:46:07', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2202', '1002', 'Mark Smith', 'Opus International Consultants L', 'Level 5 Opus House', 'Princes Street', 'Hamilton', '2001', '', 'New Zealand', '078341898', 'devour989@hotmail.com', '1', 'Mark Smith', 'Opus International Consultants L', 'Level 5 Opus House', 'Princes Street', 'Hamilton', '2001', '', 'New Zealand', '1', 'Mark Smith', 'Opus International Consultants L', 'Level 5 Opus House', 'Princes Street', 'Hamilton', '2001', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-09-07 07:17:06', '2006-08-31 16:32:38', '3', '', 'NZD', '1.190000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2203', '1003', 'Justin sweeney', 'Justin Sweeney', '74 Pindara Blvd', '', 'Langwarrin', '3910', 'Victora', 'Australia', '0438882726', 'justin@sweeney.org.au', '1', 'Justin sweeney', 'Justin Sweeney', '74 Pindara Blvd', '', 'Langwarrin', '3910', 'Victora', 'Australia', '1', 'Justin sweeney', 'Justin Sweeney', '74 Pindara Blvd', '', 'Langwarrin', '3910', 'Victora', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-03 15:34:37', '2006-08-31 17:22:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2204', '1004', 'Petrus Botes', '', '1 Campbell Street', 'Kandos', 'Kandos', 'NSW / 2848', '', 'Australia', '+61 428 110864', 'pbotes@mail.com', '1', 'Petrus Botes', '', '1 Campbell Street', 'Kandos', 'Kandos', 'NSW / 2848', '', 'Australia', '1', 'Petrus Botes', '', '1 Campbell Street', 'Kandos', 'Kandos', 'NSW / 2848', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-08-31 20:11:15', '2006-08-31 19:34:18', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2205', '1004', 'Petrus Botes', '', '1 Campbell Street', 'Kandos', 'Kandos', 'NSW / 2848', '', 'Australia', '+61 428 110864', 'pbotes@mail.com', '1', 'Petrus Botes', '', '1 Campbell Street', 'Kandos', 'Kandos', 'NSW / 2848', '', 'Australia', '1', 'Petrus Botes', '', '1 Campbell Street', 'Kandos', 'Kandos', 'NSW / 2848', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-02 07:08:05', '2006-08-31 19:59:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2206', '1005', 'Darren Hutchings', '', '182 Melbourne Street', 'South Brisbane', 'BRISBANE', 'QLD 4101', '', 'Australia', '0437472784', 'dmh0@optusnet.com.au', '1', 'Darren Hutchings', '', '182 Melbourne Street', 'South Brisbane', 'BRISBANE', 'QLD 4101', '', 'Australia', '1', 'Darren Hutchings', '', '182 Melbourne Street', 'South Brisbane', 'BRISBANE', 'QLD 4101', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-01 18:52:08', '2006-09-01 00:46:25', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2207', '833', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '04 819 4731', 'gosneym@fish.govt.nz', '1', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'PayPal', '', '547', '', '', '', '', '2006-09-01 08:51:01', '2006-09-01 08:12:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2208', '1006', 'Mark Matijevic', '', '8 Susan Street', '', 'Brisbane', '4059', 'Queensland', 'Australia', '0411420578', 'Mark_Matijevic@technologyonecorp.com', '1', 'Mark Matijevic', '', '8 Susan Street', '', 'Brisbane', '4059', 'Queensland', 'Australia', '1', 'Mark Matijevic', '', '8 Susan Street', '', 'Brisbane', '4059', 'Queensland', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-02 16:05:06', '2006-09-01 17:38:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2209', '1005', 'Darren Hutchings', '', '182 Melbourne Street', 'South Brisbane', 'Brisbane', 'QLD 4101', '', 'Australia', '07 34821111', 'dmh0@optusnet.com.au', '1', 'Darren Hutchings', '', '182 Melbourne Street', '', 'South Brisbane', 'QLD 4101', '', 'Australia', '1', 'Darren Hutchings', '', '182 Melbourne Street', 'South Brisbane', 'Brisbane', 'QLD 4101', '', 'Australia', '1', 'PayPal', '', '548', '', '', '', '', '2006-09-02 08:20:01', '2006-09-01 18:47:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2210', '1010', 'Marc Grise', '', '4649 Ponce de Leon Blvd, Suite 304', '', '', '', 'Florida', 'USA', '1-305-4686574', 'marc@711sx.com', '1', '', '', '', '', '', '', '', '', '1', 'Marc Grise', '', '4649 Ponce de Leon Blvd, Suite 304', '', '', '', 'Florida', 'USA', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-05 11:17:32', '2006-09-03 15:49:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2211', '1011', 'Jason Hemsley', '', '34 Russell Road', 'Madeley', 'Perth', 'WA 6065', '', 'Australia', '9408 0659', 'hemsley@westnet.com.au', '1', 'Jason Hemsley', '', '34 Russell Road', 'Madeley', 'Perth', 'WA 6065', '', 'Australia', '1', 'Jason Hemsley', '', '34 Russell Road', 'Madeley', 'Perth', 'WA 6065', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-05 06:54:38', '2006-09-03 18:19:16', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2212', '1011', 'Jason Hemsley', '', '34 Russell Road', 'Madeley', 'Perth', 'WA 6065', '', 'Australia', '9408 0659', 'hemsley@westnet.com.au', '1', 'Jason Hemsley', '', '34 Russell Road', 'Madeley', 'Perth', 'WA 6065', '', 'Australia', '1', 'Jason Hemsley', '', '34 Russell Road', 'Madeley', 'Perth', 'WA 6065', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-05 06:56:01', '2006-09-03 18:32:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2213', '1013', 'Shruti Saxena', 'Daman Dental Ltd', 'PO Box 11312', '', 'Wellington', '6142', '', 'New Zealand', '0272531592', 'daman.dental@gmail.com', '1', 'Shruti Saxena', 'Daman Dental Ltd', 'PO Box 11312', '', 'Wellington', '6142', '', 'New Zealand', '1', 'Shruti Saxena', 'Daman Dental Ltd', 'PO Box 11312', '', 'Wellington', '6142', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-09-07 08:29:47', '2006-09-04 13:37:34', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2214', '1014', 'truywty tyueyeu', '', '103 reopiea', '', 'Auckland', '', '', 'New Zealand', '87254925', 'yjetyk@yahoo.com', '1', 'truywty tyueyeu', '', '103 reopiea', '', 'Auckland', '', '', 'New Zealand', '1', 'truywty tyueyeu', '', '103 reopiea', '', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-09-04 15:21:42', '2006-09-04 15:21:00', '6', '', 'NZD', '1.190000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2215', '1016', 'Andrew Koerber', '', '50 Ayers Hill Rd', '', 'STIRLING', 'S.A. 5152', '', 'Australia', '0408 853 758', 'andrew.koerber@internode.on.net', '1', 'Andrew Koerber', '', '50 Ayers Hill Rd', '', 'STIRLING', 'S.A. 5152', '', 'Australia', '1', 'Andrew Koerber', '', '50 Ayers Hill Rd', '', 'STIRLING', 'S.A. 5152', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-06 11:34:41', '2006-09-04 20:01:06', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2216', '1017', 'Colin Bishop', 'Department of Conservation', '33 Don Sreet', '', 'Invercargill', '', '', 'New Zealand', '03 214 7556', 'cbishop@doc.govt.nz', '1', 'Colin Bishop', 'Department of Conservation', '33 Don Sreet', '', 'Invercargill', '', '', 'New Zealand', '1', 'Colin Bishop', 'Department of Conservation', '33 Don Sreet', '', 'Invercargill', '', '', 'New Zealand', '1', 'PayPal', '', '549', '', '', '', '', '2006-09-27 15:49:42', '2006-09-05 09:58:44', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2217', '733', 'Maurice  Bury', '', '3 Hartley St.', '', '', 'SA5700', '', 'Australia', '', 'mjbury@hotkey.net.au', '1', 'Maurice  Bury', '', '3 Hartley St.', '', '', 'SA5700', '', 'Australia', '1', 'Maurice  Bury', '', '3 Hartley St.', '', '', 'SA5700', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-08 07:41:43', '2006-09-05 12:49:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2221', '1022', 'Warwick Fenwick', '', '16 Gordons Road', 'Templestowe Lower', 'Melbourne', 'Vic 3107', '', 'Australia', '0419895453', 'warfen@bigpond.com', '1', 'Warwick Fenwick', '', '16 Gordons Road', 'Templestowe Lower', 'Melbourne', 'Vic 3107', '', 'Australia', '1', 'Warwick Fenwick', '', '16 Gordons Road', 'Templestowe Lower', 'Melbourne', 'Vic 3107', '', 'Australia', '1', 'PayPal', '', '553', '', '', '', '', '2006-09-11 09:59:45', '2006-09-08 11:30:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2218', '733', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '0402329419', 'Craig.Finn@andor.com.au', '1', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '1', 'Craig Finn', '', '54 The Park Chase', 'Valentine', 'Valentine', '2280', '', 'Australia', '1', 'PayPal', '', '550', '', '', '', '', '2006-09-05 13:21:03', '2006-09-05 13:12:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2219', '1019', 'Hansruedi Bleuler', '', '727 Pacific Highway', '', 'Mt Kuring-Gai', 'NSW 2080', '', 'Australia', '+61419284565', 'hbleuler@bigpond.net.au', '1', 'Hansruedi Bleuler', '', '727 Pacific Highway', '', 'Mt Kuring-Gai', 'NSW 2080', '', 'Australia', '1', 'Hansruedi Bleuler', '', '727 Pacific Highway', '', 'Mt Kuring-Gai', 'NSW 2080', '', 'Australia', '1', 'PayPal', '', '551', '', '', '', '', '2006-09-07 06:48:55', '2006-09-06 22:50:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2220', '1020', 'Raymond Tan', '', '1 Phoenix Cl', 'Castle Hill', 'NSW', '2154', '', 'Australia', '61412692180', 'rayhktan@yahoo.co.uk', '1', 'Raymond Tan', '', '1 Phoenix Cl', 'Castle Hill', 'NSW', '2154', '', 'Australia', '1', 'Raymond Tan', '', '1 Phoenix Cl', 'Castle Hill', 'NSW', '2154', '', 'Australia', '1', 'PayPal', '', '552', '', '', '', '', '2006-09-08 13:25:58', '2006-09-07 15:11:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2222', '1024', 'Breno monteiro', '', '3-7 huapai street', 'onehunga', 'auckland', '1061', '', 'New Zealand', '0275011003', 'marcinha2811@hotmail.com', '1', 'Breno monteiro', '', '3-7 huapai street', 'onehunga', 'auckland', '1061', '', 'New Zealand', '1', 'Breno monteiro', '', '3-7 huapai street', 'onehunga', 'auckland', '1061', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-09-15 09:07:47', '2006-09-09 09:49:13', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2223', '1025', 'Iain MacRae', '', '39 Austin Ave', 'North curl curl', 'sydney', 'nsw, 2099', '', 'Australia', '99053400', 'macrae_2099@yahoo.com', '1', 'Iain MacRae', '', '39 Austin Ave', 'North curl curl', 'sydney', 'nsw, 2099', '', 'Australia', '1', 'Iain MacRae', '', '39 Austin Ave', 'North curl curl', 'sydney', 'nsw, 2099', '', 'Australia', '1', 'PayPal', '', '554', '', '', '', '', '2006-09-09 14:18:14', '2006-09-09 11:38:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2224', '947', 'Tim Neve', '', '224 Plummers Point Road', 'RD 2', 'Tauranga', '3172', '', 'New Zealand', '07-5482982', 'timneve@slingshot.co.nz', '1', 'Tim Neve', '', '224 Plummers Point Road', 'RD 2', 'Tauranga', '3172', '', 'New Zealand', '1', 'Tim Neve', '', '224 Plummers Point Road', 'RD 2', 'Tauranga', '3172', '', 'New Zealand', '1', 'PayPal', '', '555', '', '', '', '', '2006-09-11 07:22:19', '2006-09-09 14:37:22', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2225', '1023', 'Ged Delanty', '', '16 Feldegg ave', '', 'GOVE', '0880', '', 'Australia', '08 8987 3749', 'geddelanty@yahoo.com.au', '1', 'Ged Delanty', '', '16 Feldegg ave', '', 'GOVE', '0880', '', 'Australia', '1', 'Ged Delanty', '', '16 Feldegg ave', '', 'GOVE', '0880', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-12 06:34:29', '2006-09-09 16:04:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2226', '782', 'Hamish Johnstone', '', '43 Maliwa Rd', '', 'NARARA', 'NSW 2250', '', 'Australia', '+64211999998', 'hcj@clear.net.nz', '1', 'Hamish Johnstone', 'HELiPRO', 'Airport Drive', '', 'Palmerston North', '5300', '', 'New Zealand', '1', 'Hamish Johnstone', 'HELiPRO', 'Airport Drive', '', 'Palmerston North', '5300', '', 'New Zealand', '1', 'PayPal', '', '556', '', '', '', '', '2006-09-11 07:20:47', '2006-09-10 17:17:08', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2227', '1026', 'jason probert', '', '79 marguerite st', '', 'George Town', 'TAS 7253', '', 'Australia', '0400848012', 'jprobert@internode.on.net', '1', 'jason probert', '', '79 marguerite st', '', 'George Town', 'TAS 7253', '', 'Australia', '1', 'jason probert', '', '79 marguerite st', '', 'George Town', 'TAS 7253', '', 'Australia', '1', 'PayPal', '', '557', '', '', '', '', '2006-09-11 06:46:22', '2006-09-10 19:19:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2282', '1094', 'Hans Richter', '', '127 Toole Road', '', 'Ulan', '2850', '', 'Australia', '02 63725312', 'hans.richter@bigpond.com', '1', 'Hans Richter', '', '127 Toole Road', '', 'Ulan', '2850', '', 'Australia', '1', 'Hans Richter', '', '127 Toole Road', '', 'Ulan', '2850', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-26 07:37:05', '2006-09-23 10:42:18', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2229', '1029', 'Larry Ellis', 'l.e design', '1/87 maple street', 'golden square', 'bendigo', '3555', '', 'Australia', '03 54442851', 'doomds@hotmail.com', '1', 'Larry Ellis', 'l.e design', '1/87 maple street', 'golden square', 'bendigo', '3555', '', 'Australia', '1', 'Larry Ellis', 'l.e design', '1/87 maple street', 'golden square', 'bendigo', '3555', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-12 06:36:16', '2006-09-10 23:38:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2230', '1032', 'John Kahler', 'CIP Australia', 'PO Box 5282', 'Mermaid Waters', 'Gold Coast', 'QLD 4218', '', 'Australia', '+61-402-014-495', 'jk@cip.com.au', '1', 'John Kahler', 'CIP Australia', 'PO Box 5282', 'Mermaid Waters', 'Gold Coast', 'QLD 4218', '', 'Australia', '1', 'John Kahler', 'CIP Australia', 'PO Box 5282', 'Mermaid Waters', 'Gold Coast', 'QLD 4218', '', 'Australia', '1', 'PayPal', '', '558', '', '', '', '', '2006-09-15 06:54:57', '2006-09-11 16:51:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2231', '1033', 'John Konstantakopoulos', 'Uecomm', 'Building 8, 658 Church St', 'Richmond', 'Melbourne', '3121', '', 'Australia', '0414361439', 'jkonstan@uecomm.com.au', '1', 'John Konstantakopoulos', 'Uecomm', 'Building 8, 658 Church St', 'Richmond', 'Melbourne', '3121', '', 'Australia', '1', 'John Konstantakopoulos', 'Uecomm', 'Building 8, 658 Church St', 'Richmond', 'Melbourne', '3121', '', 'Australia', '1', 'PayPal', '', '559', '', '', '', '', '2006-09-12 06:35:11', '2006-09-11 17:20:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2232', '1031', 'Gary Cook', '', '246 Whirinaki rd', '', 'Napier', '', '', 'New Zealand', '+64 68367173', 'garycook@kol.co.nz', '1', 'Gary Cook', '', '246 Whirinaki rd', '', 'Napier', '', '', 'New Zealand', '1', 'Gary Cook', '', '246 Whirinaki rd', '', 'Napier', '', '', 'New Zealand', '1', 'Credit Card', '', '0', '', '', '', '', '2006-09-14 10:36:39', '2006-09-12 12:00:22', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2233', '1038', 'Paul Brajuha', 'C/- Macquarie Bank', 'Level 11, 1 Martin Place', '', 'Sydney', 'NSW', '', 'Australia', '0416270515', 'paul.brajuha@macquarie.com', '1', 'Paul Brajuha', 'C/- Macquarie Bank', 'Level 11, 1 Martin Place', '', 'Sydney', 'NSW', '', 'Australia', '1', 'Paul Brajuha', 'C/- Macquarie Bank', 'Level 11, 1 Martin Place', '', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '560', '', '', '', '', '2006-09-19 08:40:12', '2006-09-12 16:57:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2234', '925', 'Peter Myler', '', '6 Luke Place', '', 'Manakau', '2012', '', 'New Zealand', '09 534 7959', 'myler@freenet.co.nz', '1', 'Peter Myler', '', '6 Luke Place', '', 'Manakau', '2012', '', 'New Zealand', '1', 'Peter Myler', '', '6 Luke Place', '', 'Manakau', '2012', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-13 13:51:13', '2006-09-13 10:15:56', '3', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2235', '0', 'Wayne Rowe', '', '103 Sansom Rd', '', 'West Lakes Shore', '5020', 'South Australia', 'Australia', '', 'Wayne.Rowe@team.telstra.com', '1', 'Wayne Rowe', '', '103 Sansom Rd', '', 'West Lakes Shore', '5020', 'South Australia', 'Australia', '1', 'Wayne Rowe', '', '103 Sansom Rd', '', 'West Lakes Shore', '5020', 'South Australia', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-13 21:11:38', '2006-09-13 14:56:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2236', '979', 'Kieran Gill', '', '17/54 Lyon Avennue', 'Mt Albert', 'Aucklnad', '', '', 'New Zealand', '021408065', 'guyon@woosh.co.nz', '1', 'Kieran Gill', 'Vodafone New Zealand', '20 Viaduct Harbour Avenue', '', 'Auckland', '', '', 'New Zealand', '1', 'Kieran Gill', '', '17/54 Lyon Avennue', 'Mt Albert', 'Aucklnad', '', '', 'New Zealand', '1', 'PayPal', '', '561', '', '', '', '', '2006-09-13 18:09:18', '2006-09-13 16:08:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2237', '1040', 'Scott Hollows', 'Seeristic', '24 Cardiff Gate', '', 'Iluka', 'WA 6028', '', 'Australia', '08 9304 0676', 'shollows@seeristic.com', '1', 'S&T Hollows', '', '24 Cardiff Gate', '', 'Iluka', 'WA 6028', '', 'Australia', '1', 'Scott Hollows', '', '24 Cardiff Gate', '', 'Iluka', 'WA 6028', '', 'Australia', '1', 'PayPal', '', '562', '', '', '', '', '2006-09-13 21:14:24', '2006-09-13 18:33:58', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2238', '1041', 'don ward', '', '33 bateman rd', 'mt pleasant', 'perth', 'west austr', '', 'Australia', '61893649168', 'adward@people.net.au', '1', 'don ward', 'bureau of meteorology', '5th flr 1100 hay st', 'west perth 6005', 'perth', 'west austr', '', 'Australia', '1', 'don ward', '', '33 bateman rd', 'mt pleasant', 'perth', 'west austr', '', 'Australia', '1', 'PayPal', '', '563', '', '', '', '', '2006-09-14 10:29:41', '2006-09-13 21:25:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2239', '0', 'Graham Thouburn', '', '73 Holdsworth St', '', 'Woollahra', '', 'NSW 2025', 'Australia', '61298056402, 0417 674 893', 'gtandzi@tpg.com.au', '1', 'Graham Thouburn', 'c/o Australian Film, Television', 'cnr Balaclava and Epping Roads', '', 'North Ryde 2113', '', '', 'Australia', '1', 'Graham Thouburn', '', '73 Holdsworth St', '', 'Woollahra', '', 'NSW 2025', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-19 09:38:31', '2006-09-14 06:52:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2240', '1042', 'Joe Leckie', '', '69 Robertson Road', 'Scotland Island', 'Sydney', '2105', '', 'Australia', '0412494630', 'joe@poa.com.au', '1', 'Joe Leckie', '', '9 Renwick Street', 'Drummoyne', 'Sydney', 'NSW 2047', '', 'Australia', '1', 'Joe Leckie', '', '69 Robertson Road', 'Scotland Island', 'Sydney', '2105', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-15 09:03:48', '2006-09-14 11:38:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2241', '1046', 'Simon Hitchman', 'Perseverance Exploration', 'McCormicks Rd', '', 'Fosterville', 'VIC 3557', '', 'Australia', '61 3 5439 9016', 'simonh@perseverance.com.au', '1', 'Simon Hitchman', 'Perseverance Exploration', 'McCormicks Rd', '', 'Fosterville', 'VIC 3557', '', 'Australia', '1', 'Simon Hitchman', 'Perseverance Exploration', 'McCormicks Rd', '', 'Fosterville', 'VIC 3557', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-14 18:05:33', '2006-09-14 15:09:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2242', '1047', 'Zakier Hussain', '', 'Room No:10, Ashwood manor motel, 16, Thackeray street', '', 'Hamilton', '', '', 'New Zealand', '02102408913', 'zakier.hussain@gmail.com', '1', 'Zakier Hussain', '', 'Room No:10, Ashwood manor motel, 16, Thackeray street', '', 'Hamilton', '', '', 'New Zealand', '1', 'Zakier Hussain', '', 'Room No:10, Ashwood manor motel, 16, Thackeray street', '', 'Hamilton', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Zakier Hussain', '4929XXXXXXXX0008', '0807', '2006-09-14 16:03:41', '2006-09-14 15:31:08', '6', '', 'NZD', '1.190000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2243', '1056', 'Mark Greenwood', 'Greenwood Construction Managemen', 'POBox 4060', '', 'East Gosford', '2250', 'NSW', 'Australia', '2 4324 0803', '3mmm@tpg.com.au', '1', 'Mark Greenwood', 'Greenwood Construction Managemen', 'POBox 4060', '', 'East Gosford', '2250', 'NSW', 'Australia', '1', 'Mark Greenwood', 'Greenwood Construction Managemen', 'POBox 4060', '', 'East Gosford', '2250', 'NSW', 'Australia', '1', 'Credit Card using PayPal', '', '564', '', '', '', '', '2006-09-16 17:04:13', '2006-09-16 13:52:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2244', '1057', 'Jean-Pierre Gerber', 'Le Cafe', 'Mainstreet', '', 'Sigatoka', '679', '', 'Fiji', '679 6520877', 'jpgerber@connect.com.fj', '1', 'Jean Pierre Gerber', 'Le Cafe', 'PO Box 434', '', 'Sigatoka', '', '', 'Fiji', '1', 'Jean Pierre Gerber', 'Le Cafe', 'PO Box 434', '', 'Sigatoka', '', '', 'Fiji', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-16 17:00:42', '2006-09-16 14:59:41', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2245', '1057', 'Jean-Pierre Gerber', 'Le Cafe', 'Mainstreet', '', 'Sigatoka', '679', '', 'Fiji', '679 6520877', 'jpgerber@connect.com.fj', '1', 'Jean Pierre Gerber', 'Le Cafe', 'PO Box 434', '', 'Sigatoka', '', '', 'Fiji', '1', 'Jean-Pierre Gerber', 'Le Cafe', 'Mainstreet', '', 'Sigatoka', '679', '', 'Fiji', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-18 14:44:33', '2006-09-16 15:58:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2246', '1058', 'Tony Lee', '', '9/29 Riverview Tce.', '', 'Indooroopilly', '4068', '', 'Australia', '+886918934462', 'tlee74@yahoo.com', '1', 'Tony Lee', '', '9/29 Riverview Tce.', '', 'Indooroopilly', '4068', '', 'Australia', '1', 'Tony Lee', '', '9/29 Riverview Tce.', '', 'Indooroopilly', '4068', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-19 11:24:07', '2006-09-17 13:45:39', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2247', '1060', 'Nelson Banh', '', '79 John Street', 'Lidcombe', '2141', 'NSW', '', 'Australia', '0434488558', 'nelsonbanh@pobox.com', '1', 'Nelson Banh', 'AMP Banking', 'Level 20/2-12 Macquarie Street', 'Parramatta', '2123', 'NSW', '', 'Australia', '1', 'Nelson Banh', '', '79 John Street', 'Lidcombe', '2141', 'NSW', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-19 09:22:58', '2006-09-18 00:55:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2248', '1061', 'Umi Olsen', '', '4/46 Whytecliffe Street', '', 'Albion', '4010', '', 'Australia', '0406225356', 'uolsen@yahoo.com', '1', 'Allan Olsen', '', '99 Tiwi Gardens Road', 'Tiwi', 'Darwin', '0810', '', 'Australia', '1', 'Umi Olsen', '', '4/46 Whytecliffe Street', '', 'Albion', '4010', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-18 07:57:34', '2006-09-18 01:32:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2249', '1063', 'ROSS GALLERY', '', '20 JANE STREET', 'PO BOX 79', 'MOUNT ISA', '4825', '', 'Australia', '07 4749 2928', 'rgallrery@bigpond.com', '1', 'ROSS GALLERY', '', '20 JANE STREET', 'PO BOX 79', 'MOUNT ISA', '4825', '', 'Australia', '1', 'ROSS GALLERY', '', '20 JANE STREET', 'PO BOX 79', 'MOUNT ISA', '4825', '', 'Australia', '1', 'PayPal', '', '565', '', '', '', '', '2006-09-18 16:36:58', '2006-09-18 15:57:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2251', '1065', 'John Williams', '', '34 Falcon St', 'Kaikorai Valley', 'Dunedin', '9010', '', 'New Zealand', '03 477 5958', 'johnfrombluff@gmail.com', '1', 'John Williams', '', '34 Falcon St', 'Kaikorai Valley', 'Dunedin', '9010', '', 'New Zealand', '1', 'John Williams', '', '34 Falcon St', 'Kaikorai Valley', 'Dunedin', '9010', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'John Williams', '4367XXXXXXXX4145', '0906', '2006-09-19 09:13:40', '2006-09-18 21:44:50', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2252', '1066', 'david whittaker', '', '3 The Drive', 'Titirangi', 'Auckland', '0640', '', 'New Zealand', '0274 782 999', 'nzwhittakers@xtra.co.nz', '1', 'david whittaker', '', '3 The Drive', 'Titirangi', 'Auckland', '0640', '', 'New Zealand', '1', 'david whittaker', '', '3 The Drive', 'Titirangi', 'Auckland', '0640', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'david whittaker', '5191XXXXXXXX2101', '1106', '2006-09-19 12:14:29', '2006-09-18 21:58:42', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2253', '1067', 'Audrey Woodhouse', '', '25 Atheldene Drive', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '0413037876', 'audreywoodhouse@optusnet.com.au', '1', 'Audrey Woodhouse', '', '25 Atheldene Drive', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '1', 'Audrey Woodhouse', '', '25 Atheldene Drive', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '1', 'PayPal', '', '566', '', '', '', '', '2006-09-19 06:57:25', '2006-09-18 22:03:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2254', '1069', 'John Traeger', '', '17 Nyora Crescent', 'Taperoo', 'Adelaide', '5017', '', 'Australia', '0412241851', 'john_traeger@birdham.net', '1', 'John Traeger', '', '17 Nyora Crescent', 'Taperoo', 'Adelaide', '5017', '', 'Australia', '1', 'John Traeger', '', '17 Nyora Crescent', 'Taperoo', 'Adelaide', '5017', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-19 07:35:56', '2006-09-19 00:38:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2255', '1070', 'Trevor Van Reyk', 'Mercer HR consulting', 'L12/33 Exhibition St', '', 'Melbourne', 'Victoria 3', '', 'Australia', '+61414883775', 'trevor.vanreyk@mercer.com', '1', 'Trevor Van Reyk', 'Mercer HR consulting', 'L12/33 Exhibition St', '', 'Melbourne', 'Victoria30', '', 'Australia', '1', 'Trevor Van Reyk', 'Mercer HR consulting', 'L12/33 Exhibition St', '', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '567', '', '', '', '', '2006-09-19 07:34:42', '2006-09-19 06:46:13', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2256', '1071', 'John Barker', 'Ports of Auckland Limited', 'Ports of Auckland Building, Sunderland Street, Auckland', 'Auckland', 'Auckland', '', '', 'New Zealand', '0275934341', 'barkerj@poal.co.nz', '1', 'John Barker', 'Ports of Auckland Limited', 'Ports of Auckland Building, Sunderland Street, Auckland', 'Auckland', 'Auckland', '', '', 'New Zealand', '1', 'John Barker', 'Ports of Auckland Limited', 'Ports of Auckland Building, Sunderland Street, Auckland', 'Auckland', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-09-19 10:44:15', '2006-09-19 10:27:00', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2257', '1044', 'Jeremy Loh', '', '1 Coppin Court', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '+61411628230', 'jeremy.loh@optusnet.com.au', '1', 'Jeremy Loh', '', '1 Coppin Court', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '1', 'Jeremy Loh', '', '1 Coppin Court', 'Glen Waverley', 'Melbourne', '3150', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-19 14:06:46', '2006-09-19 12:09:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2258', '1073', 'Sean Kenny', '', '8 Sevilla Tce', 'Port Kennedy', 'Perth', 'WA', '', 'Australia', '0421792600', 'seankenny1@defence.gov.au', '1', 'Sean Kenny', '', '8 Sevilla Tce', 'Port Kennedy', 'Perth', 'WA', '', 'Australia', '1', 'Sean Kenny', '', '8 Sevilla Tce', 'Port Kennedy', 'Perth', 'WA', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-19 16:27:48', '2006-09-19 16:11:52', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2259', '0', 'Pinky Cutmore', '', '40 Willaroo Avenue', '', 'Woronora,', '', 'N.S.W. 2233', 'Australia', '0419-262 909', 'pcutmore@bigpond.com', '1', 'Pinky Cutmore', '', '40 Willaroo Avenue', '', 'Woronora,', '', 'N.S.W. 2233', 'Australia', '1', 'Pinky Cutmore', '', '40 Willaroo Avenue', '', 'Woronora,', '', 'N.S.W. 2233', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-19 17:36:58', '2006-09-19 16:33:40', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2260', '1074', 'Eric Fehr', '', '10 Balsam Street', '', 'Redland Bay', 'QLD 4165', '', 'Australia', '04 1066 5754', 'eric@regolith.net', '1', 'Eric Fehr', '', '10 Balsam Street', '', 'Redland Bay', 'QLD 4165', '', 'Australia', '1', 'Eric Fehr', '', '10 Balsam Street', '', 'Redland Bay', 'QLD 4165', '', 'Australia', '1', 'PayPal', '', '568', '', '', '', '', '2006-09-19 17:19:05', '2006-09-19 16:56:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2261', '1055', 'Pinky Cutmore', '', '40 Willaroo Avenue', 'Woronora', 'N.S.W.', '2233', '', 'Australia', '0419-262 909', 'pcutmore@bigpond.com', '1', 'Pinky Cutmore', '', '40 Willaroo Avenue', 'Woronora', 'N.S.W.', '2233', '', 'Australia', '1', 'Pinky Cutmore', '', '40 Willaroo Avenue', 'Woronora', 'N.S.W.', '2233', '', 'Australia', '1', 'PayPal', '', '569', '', '', '', '', '2006-09-19 19:41:00', '2006-09-19 17:31:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2262', '1075', 'Robert Hupertz', '', '3 Graeme Avenue', '', 'Ringwood North', '3134', '', 'Australia', '0412196448', 'rhupertz@iinet.net.au', '1', 'Robert Hupertz', '', '3 Graeme Avenue', '', 'Ringwood North', '3134', '', 'Australia', '1', 'Robert Hupertz', '', '3 Graeme Avenue', '', 'Ringwood North', '3134', '', 'Australia', '1', 'PayPal', '', '570', '', '', '', '', '2006-09-19 19:31:08', '2006-09-19 19:05:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2263', '1076', 'Shane Cronin', 'Massey University', 'AgHort Annex, Turitea Campus, Tennant Drive, Massey University,', 'Massey University', 'Palmerston North', '4443', '', 'New Zealand', '06 3569099 x7207', 's.j.cronin@massey.ac.nz', '1', 'Shane Cronin', 'Massey University', 'AgHort Annex, Turitea Campus, Tennant Drive, Massey University,', 'Massey University', 'Palmerston North', '4443', '', 'New Zealand', '1', 'Shane Cronin', 'Massey University', 'AgHort Annex, Turitea Campus, Tennant Drive, Massey University,', 'Massey University', 'Palmerston North', '4443', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Shane Cronin', '4999XXXXXXXX7057', '0508', '2006-09-21 09:02:42', '2006-09-20 12:13:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2264', '1077', 'Kellie Morrow', '', '25 Prentice Road', '', 'Orrvale', 'VIC 3631', '', 'Australia', '03-5829 2462', 'kellie@eastfieldorchards.com.au', '1', 'Kellie Morrow', '', '25 Prentice Road', '', 'Orrvale', 'VIC 3631', '', 'Australia', '1', 'Kellie Morrow', '', '25 Prentice Road', '', 'Orrvale', 'VIC 3631', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-09-21 09:23:29', '2006-09-20 15:09:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2265', '1078', 'Steve Finucane', '', '5C Riverbank Rd', 'New Lynn', 'Auckland', '', '', 'New Zealand', '64 9 9124226', 's-f@clear.net.nz', '1', 'Steve Finucane', '', 'POBox 151130', 'New Lynn', 'Auckland', '', '', 'New Zealand', '1', 'Steve Finucane', '', '5C Riverbank Rd', 'New Lynn', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'S M Finucane', '4548XXXXXXXX7112', '1006', '2006-09-22 09:18:29', '2006-09-21 08:42:46', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2266', '1079', 'Carey Bishop', '', '65 Rahera Street', '', 'Christchurch', '', '', 'New Zealand', '021 2095 950', 'carey.bishop@gmail.com', '1', 'Carey Bishop', 'Holcim New Zealand', '1/1 Show Place', '', 'Christchurch', '', '', 'New Zealand', '1', 'Carey Bishop', '', '65 Rahera Street', '', 'Christchurch', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Carey Bishop', '5432XXXXXXXX0085', '0808', '2006-10-08 09:04:58', '2006-09-21 10:13:34', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2267', '1080', 'Sandra Chu', 'Challenger', 'Level 10/101 Collins Street', 'Melbourne', 'Melbourne CBD', 'VIC 3000', '', 'Australia', '03 86161297', 'schu@challenger.com.au', '1', 'Sandra Chu', 'Challenger', 'Level 10/101 Collins Street', 'Melbourne', 'Melbourne CBD', 'VIC 3000', '', 'Australia', '1', 'Sandra Chu', 'Challenger Financial Services', 'Level 10/101 Collins Street', 'Melbourne CBD', 'Melbourne', 'VIC 3000', '', 'Australia', '1', 'PayPal', '', '571', '', '', '', '', '2006-09-21 12:26:49', '2006-09-21 11:43:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2268', '1082', 'Ian Edgar', 'SDS', 'P O Box 6736', 'Charnwood', 'Canberra', 'ACT 2615', '', 'Australia', '61 2 6203 6305 w', 'iedgar@pcug.org.au', '1', 'Ian Edgar', 'SDS', 'P O BOx 6736', '', 'Charnwood', 'ACT 2615', '', 'Australia', '1', 'Ian Edgar', 'SDS', 'P O Box 6736', '', 'Charnwood', 'ACT 2615', '', 'Australia', '1', 'PayPal', '', '572', '', '', '', '', '2006-09-21 13:56:53', '2006-09-21 13:13:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2269', '1081', 'Dane Allison', 'Rinstrum Pty Ltd', '41 Success Street', '', 'Acacia Ridge', '4110', '', 'Australia', '+61438870184', 'dane@alphadimensions.net', '1', 'Dane Allison', 'Rinstrum Pty Ltd', '41 Success Street', '', 'Acacia Ridge', '4110', '', 'Australia', '1', 'Dane Allison', 'Rinstrum Pty Ltd', '41 Success Street', '', 'Acacia Ridge', '4110', '', 'Australia', '1', 'PayPal', '', '573', '', '', '', '', '2006-09-21 14:13:08', '2006-09-21 13:26:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2270', '820', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '+64 4 916 5680', 'andrew.lee@geosystems.co.nz', '1', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '1', 'Andrew Lee', 'GeoSystems Ltd', 'Level 13 Forsyth Barr House, 45 Johnston St', 'Wellington', 'Wellington', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Andrew Lee', '4921XXXXXXXX0153', '0808', '2006-09-21 15:16:11', '2006-09-21 13:49:34', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2271', '1083', 'kylie paton', 'Connect NZ ltd', '97-101 adelaide rd', 'newtown', 'wellington', '', '', 'New Zealand', '043816071', 'kyliep@connectnz.co.nz', '1', 'kylie paton', 'Connect NZ ltd', '97-101 adelaide rd', 'newtown', 'wellington', '', '', 'New Zealand', '1', 'kylie paton', 'Connect NZ ltd', '97-101 adelaide rd', 'newtown', 'wellington', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2006-09-26 07:15:45', '2006-09-21 15:05:33', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2293', '1102', 'Murray Phipps', '', '7 Carnelian St', 'Holland Park', 'Brisbane', '4121', '', 'Australia', '0438808171', 'mphipps@novare.net.au', '1', 'Murray Phipps', '', '7 Carnelian St', 'Holland Park', 'Brisbane', '4121', '', 'Australia', '1', 'Murray Phipps', '', '7 Carnelian St', 'Holland Park', 'Brisbane', '4121', '', 'Australia', '1', 'PayPal', '', '581', '', '', '', '', '2006-09-27 08:04:57', '2006-09-26 22:11:48', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2273', '1053', 'Michael Harris', 'Maxgaming NSW Pty Ltd', 'Level 4 355 Bulwara Road', 'Ultimo', 'Sydney', 'NSW / 2007', '', 'Australia', '+61 2 401 429 228', 'michael.harris@maxgaming.com.au', '1', 'Michael Harris', 'Maxgaming NSW Pty Ltd', 'Level 4 355 Bulwara Road', 'Ultimo', 'Sydney', 'NSW / 2007', '', 'Australia', '1', 'Michael Harris', 'Maxgaming NSW Pty Ltd', 'Level 4 355 Bulwara Road', 'Ultimo', 'Sydney', 'NSW / 2007', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-23 07:24:18', '2006-09-21 18:29:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2274', '1086', 'John Drew', 'EGT Holdings Ltd', '34 Upper Church Rd', '', 'Little River', '7591', '', 'New Zealand', '0275 977434', 'egt@xtra.co.nz', '1', 'John Drew', 'EGT Holdings Ltd', '34 Upper Church Rd', '', 'Little River', '7591', '', 'New Zealand', '1', 'John Drew', 'EGT Holdings Ltd', '34 Upper Church Rd', '', 'Little River', '7591', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'John Drew', '4999XXXXXXXX9496', '0808', '2006-09-22 08:22:30', '2006-09-21 20:08:05', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2275', '1087', 'Michael Eales', 'None', '16 Myago Court', 'South Guildford', 'South Guildford', '6055', '', 'Australia', '+61 40 9105428', 'm.eales@bigpond.com', '1', 'Michael Eales', 'C/O Telstra', '5th Floor, 80 Stirling Street', 'Perth', 'Perth', '6000', '', 'Australia', '1', 'Michael Eales', 'None', '16 Myago Court', 'South Guildford', 'South Guildford', '6055', '', 'Australia', '1', 'PayPal', '', '574', '', '', '', '', '2006-09-22 09:05:43', '2006-09-21 21:16:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2276', '972', 'Radovan Djuricic', '', '3/58 Bathurst St.', 'Liverpool', 'Liverpool', 'NSW2170', '', 'Australia', '0410-270970', 'ras1@hotkey.net.au', '1', 'Radovan Djuricic', '', '3/58 Bathurst St.', 'Liverpool', 'Liverpool', 'NSW2170', '', 'Australia', '1', 'Radovan Djuricic', '', '3/58 Bathurst St.', 'Liverpool', 'Liverpool', 'NSW2170', '', 'Australia', '1', 'PayPal', '', '575', '', '', '', '', '2006-09-22 07:13:04', '2006-09-22 00:28:03', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2277', '1089', 'RON DEGROOT', '', '36 MACKERAL ST', '', 'WOODGATE', '4660', 'QLD', 'Australia', '0741265430', 'jde11908@bigpond.net.au', '1', 'RON DEGROOT', '', '36 MACKERAL ST', '', 'WOODGATE', '4660', 'QLD', 'Australia', '1', 'RON DEGROOT', '', '36 MACKERAL ST', '', 'WOODGATE', '4660', 'QLD', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-22 08:29:21', '2006-09-22 08:13:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2278', '1090', 'Nathan Penny', 'MetalForming Technologies Limite', '3/68 Maskell Street', 'St Heliers', 'Auckland', '1704', '', 'New Zealand', '021 807362', 'np@metalformingtech.com', '1', 'Nathan Penny', 'MetalForming Technologies Limite', 'Level 4, 149 Parnell Road', 'Parnell', 'Auckland', '1052', '', 'New Zealand', '1', 'Nathan Penny', 'MetalForming Technologies Limite', '3/68 Maskell Street', 'St Heliers', 'Auckland', '1704', '', 'New Zealand', '1', 'PayPal', '', '576', '', '', '', '', '2006-09-22 10:29:53', '2006-09-22 09:11:38', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2298', '1108', 'Jadon Mintern', '', '25 Beau Vista Drive', '', 'Traralgon', 'Victoria', '', 'Australia', '0400547244', 'ja8_mintern@hotmail.com', '1', 'Jadon Mintern', '', '25 Beau Vista Drive', '', 'Traralgon', 'Victoria', '', 'Australia', '1', 'Jadon Mintern', '', '25 Beau Vista Drive', '', 'Traralgon', 'Victoria', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-28 17:35:01', '2006-09-27 19:43:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2285', '1096', 'Glen Cooke', '', 'Gove Yacht Club', '', 'Nhulunbuy', 'N.T. 0880', '', 'Australia', '0419 374 564', 'gwcooke@bigpond.com', '1', 'Glen Cooke', '', 'Gove Yacht Club', '', 'Nhulunbuy', 'N.T. 0880', '', 'Australia', '1', 'Glen Cooke', '', 'Gove Yacht Club', '', 'Nhulunbuy', 'N.T. 0880', '', 'Australia', '1', 'PayPal', '', '578', '', '', '', '', '2006-09-25 07:58:46', '2006-09-25 00:12:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2286', '1098', 'Richard Woodward', '', '698 Cascade Rd', 'Cascades', 'Kingston', '', '', 'Norfolk Island', '671223515', 'woody@norfolk.nf', '1', 'Richard Woodward', '', '698 Cascade Rd', 'Kingston', 'Norfolk Island', '2899', '', 'Australia', '1', 'Richard Woodward', '', '698 Cascade Rd', 'Cascades', 'Kingston', '', '', 'Norfolk Island', '1', 'PayPal', '', '579', '', '', '', '', '2006-09-26 07:38:32', '2006-09-25 15:28:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2287', '1095', 'David Followes', '', '6 Third Ave', 'Midway Point', 'Hobart', 'Tasmania 7', '', 'Australia', '0417652918', 'young_one@iprimus.com.au', '1', 'David Followes', '', '6 Third Ave', 'Midway Point', 'Hobart', 'Tasmania 7', '', 'Australia', '1', 'David Followes', '', '6 Third Ave', 'Midway Point', 'Hobart', 'Tasmania 7', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-27 07:26:48', '2006-09-25 22:17:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2288', '1099', 'Greg Storey', 'Nelson Exhaust (QLD) PTY LTD', '4/1909 Ipswich Road', 'Rocklea', 'Brisbane', 'QLD 4106', '', 'Australia', '07 32742666', 'gstorey@nelsonexhaust.com.au', '1', 'Greg Storey', 'Nelson Exhaust (QLD) PTY LTD', '4/1909 Ipswich Road', 'Rocklea', 'Brisbane', 'QLD 4106', '', 'Australia', '1', 'Greg Storey', 'Nelson Exhaust (QLD) PTY LTD', '4/1909 Ipswich Road', 'Rocklea', 'Brisbane', 'QLD 4106', '', 'Australia', '1', 'PayPal', '', '580', '', '', '', '', '2006-09-26 15:58:41', '2006-09-25 23:08:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2296', '1105', 'Jill Clowes', '', '42 Fitzgerald Eslpanade', '', 'Innisfail', '', '', 'Australia', '0427195190', 'craigandlainie@westnet.com.au', '1', 'Jill Clowes', 'c/-S & G Garget', 'PO Box 250', '', 'Weipa', '4874', '', 'Australia', '1', 'Jill Clowes', '', '42 Fitzgerald Eslpanade', '', 'Innisfail', '', '', 'Australia', '1', 'PayPal', '', '584', '', '', '', '', '2006-09-27 14:24:01', '2006-09-27 13:56:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2297', '1106', 'Doug Mills', '', '6 Rutledge Street', '', 'N.S.W', '2620', '', 'Australia', '02-6298 9705', 'doug.mills@environment.nsw.gov.au', '1', 'Doug Mills', 'Department of Environment & Cons', '6 Rutledge Street', '', 'N.S.W', '2620', '', 'Australia', '1', 'Doug Mills', '', '6 Rutledge Street', '', 'N.S.W', '2620', '', 'Australia', '1', 'Bank Transfer Payments', '', '585', '', '', '', '', '2006-09-27 16:16:31', '2006-09-27 15:19:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2290', '1097', 'Mark Yeoman', '', '1 Signallers Grover', 'Seatoun Heights', 'Wellington', '6022', '', 'New Zealand', '04 471 4796', 'mark.yeoman@airways.co.nz', '1', 'Mark Yeoman', '', '1 Signallers Grover', 'Seatoun Heights', 'Wellington', '6022', '', 'New Zealand', '1', 'Mark Yeoman', '', '1 Signallers Grover', 'Seatoun Heights', 'Wellington', '6022', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Mark Yeoman', '4367XXXXXXXX9149', '0908', '2006-09-27 07:37:56', '2006-09-26 11:32:19', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2291', '1100', 'Jim Middleton', 'Silver City Security', '3/367-373Argent Street', 'Broken Hill', 'Broken Hill', 'NSW 2880', '', 'Australia', '+61 429652496', 'admin@silvercitysecurity.com.au', '1', 'Jim Middleton', 'Silver City Security', '3/367-373Argent Street', 'Broken Hill', 'Broken Hill', 'NSW 2880', '', 'Australia', '1', 'Jim Middleton', 'Silver City Security', '3/367-373Argent Street', 'Broken Hill', 'Broken Hill', 'NSW 2880', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-09-26 16:02:22', '2006-09-26 12:08:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2294', '1103', 'Peter Rohde', '', '16 Pine St.', '', 'Eaglehawk', '3556', '', 'Australia', '0354469692', 'peter_rohde36@iprimus.com.au', '1', 'Peter Rohde', '', '16 Pine St.', '', 'Eaglehawk', '3556', '', 'Australia', '1', 'Peter Rohde', '', '16 Pine St.', '', 'Eaglehawk', '3556', '', 'Australia', '1', 'PayPal', '', '582', '', '', '', '', '2006-09-27 13:03:23', '2006-09-27 00:37:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2295', '1104', 'Trevor Giles', '', '1103/47 Hobson St', '', 'Auckland', '1040', '', 'New Zealand', '021844537', 'trevor@apartmentsonline.co.nz', '1', 'Trevor Giles', '', '1103/47 Hobson St', '', 'Auckland', '1040', '', 'New Zealand', '1', 'Trevor Giles', '', '1103/47 Hobson St', '', 'Auckland', '1040', '', 'New Zealand', '1', 'PayPal', '', '583', '', '', '', '', '2006-09-27 10:47:29', '2006-09-27 10:30:24', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2299', '1110', 'Alan Greatbatch', 'Datacom Systems', '70 Station St', '', 'Napier', '', '', 'New Zealand', '0274 400 982', 'alang@datacom.co.nz', '1', 'Alan Greatbatch', 'Datacom Systems', '70 Station St', '', 'Napier', '', '', 'New Zealand', '1', 'Alan Greatbatch', 'Datacom Systems', '70 Station St', '', 'Napier', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Alan Greatbatch', '4999XXXXXXXX9985', '0607', '2006-09-29 08:23:13', '2006-09-28 14:06:37', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2300', '1111', 'Sam Lentni', '', '5 Letchworth Ave', '', 'Melbourne', '3187', '', 'Australia', '0417504308', 'sam@aurorasolutions.com.au', '1', 'Sam Lentni', '', '5 Letchworth Ave', '', 'Melbourne', '3187', '', 'Australia', '1', 'Sam Lentni', '', '5 Letchworth Ave', '', 'Melbourne', '3187', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-09-29 08:28:28', '2006-09-28 16:49:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2302', '1113', 'Neil Patching', '', '22 Alec Crescent', 'Fawkner', 'Melbourne', 'Victoria', '', 'Australia', '61 438 087377', 'neil.patching@gmail.com', '1', 'Neil Patching', '', '22 Alec Crescent', 'Fawkner', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Neil Patching', '', '22 Alec Crescent', 'Fawkner', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '587', '', '', '', '', '2006-09-30 16:28:42', '2006-09-29 11:51:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2303', '1114', 'DAVID WILLIS', 'NSW COMMUNICATIONS', '676 HUME HIGHWAY', 'YAGOONA', 'YAGOONA', 'NSW 2199', '', 'Australia', '02 97385000', 'david@nswcomms.com.au', '1', 'DAVID WILLIS', 'NSW COMMUNICATIONS', '676 HUME HIGHWAY', 'YAGOONA', 'YAGOONA', 'NSW 2199', '', 'Australia', '1', 'DAVID WILLIS', 'NSW COMMUNICATIONS', '676 HUME HIGHWAY', 'YAGOONA', 'YAGOONA', 'NSW 2199', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-13 08:03:48', '2006-09-29 18:06:50', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2304', '1116', 'Adam Perfrement', '', '22 Butters St', 'Moil', 'Darwin', '0801', '', 'Australia', '+61 (08) 89450346', 'adam.k.p@ozemail.com.au', '1', 'Adam Perfrement', '', 'Po Box 40516', 'Casuarina', 'Darwin', '0801', '', 'Australia', '1', 'Adam Perfrement', '', '22 Butters St', 'Moil', 'Darwin', '0801', '', 'Australia', '1', 'PayPal', '', '588', '', '', '', '', '2006-10-03 09:47:20', '2006-09-29 21:50:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2305', '1117', 'Matthew Witt', '', '250 Dominion Road', 'Papakura', 'Auckland', '', '', 'New Zealand', '0211399083', 'wittsend@afflictive.co.nz', '1', 'Matthew Witt', '', '250 Dominion Road', 'Papakura', 'Auckland', '', '', 'New Zealand', '1', 'Matthew Witt', '', '250 Dominion Road', 'Papakura', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '589', '', '', '', '', '2006-10-03 11:34:37', '2006-09-30 02:17:20', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2306', '1118', 'Colin Ward', '', '11 Albert Rd', '', 'Nelson', '', '', 'New Zealand', '03 5395801', 'colinward@e3.net.nz', '1', 'Colin Ward', '', '11 Albert Rd', '', 'Nelson', '', '', 'New Zealand', '1', 'Colin Ward', '', '11 Albert Rd', '', 'Nelson', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Colin Ward', '5156XXXXXXXX8315', '0909', '2006-10-02 08:27:10', '2006-09-30 07:58:12', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2307', '1119', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', 'Kensington', 'Melbourne', 'Vic.3031', '', 'Australia', '03 93768167', 'linen_stretchers_co@bigpond.com', '1', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', 'Kensington', 'Melbourne', 'Vic.3031', '', 'Australia', '1', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', 'Kensington', 'Melbourne', 'Vic.3031', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-10-03 07:55:54', '2006-09-30 14:49:04', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2308', '1120', 'John Castell', '', '20 Brooklyn Chase', 'GREENWITH', 'Adelaide', 'South Aust', '', 'Australia', '08 2880480', 'johnca_51@optusnet.com.au', '1', 'John Castell', '', '20 Brooklyn Chase', 'GREENWITH', 'Adelaide', 'South Aust', '', 'Australia', '1', 'John Castell', '', '20 Brooklyn Chase', 'GREENWITH', 'Adelaide', 'South Aust', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-02 08:31:14', '2006-09-30 17:59:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2309', '291', 'Gerry Prinsen', '', '15 Yale close', 'Douglas', 'Townsville', 'Qld 4814', '', 'Australia', '0418 729275', 'prinsen@internode.on.net', '1', 'Gerry Prinsen', '', '15 Yale close', 'Douglas', 'Townsville', 'Qld 4814', '', 'Australia', '1', 'Gerry Prinsen', '', '15 Yale close', 'Douglas', 'Townsville', 'Qld 4814', '', 'Australia', '1', 'PayPal', '', '590', '', '', '', '', '2006-10-02 08:28:31', '2006-09-30 22:02:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2310', '1122', 'Murray Leckie', 'Forest Rangers', '528 Norman Rd', 'Forest Hil RD 1', 'Winton', '9781', '', 'New Zealand', '032369717', 'forest.ranger@xtra.co.nz', '1', 'Murray Leckie', 'Forest Rangers', '528 Norman Rd', 'Forest Hil RD 1', 'Winton', '9781', '', 'New Zealand', '1', 'Murray Leckie', 'Forest Rangers', '528 Norman Rd', 'Forest Hil RD 1', 'Winton', '9781', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Murray Leckie', '5473XXXXXXXX5757', '0207', '2006-10-02 09:00:53', '2006-10-02 08:37:46', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2311', '1123', 'Wayne Buckland', '', '20 Ata Mahina Way', 'Ruakaka', 'Whangarei', '0116', '', 'New Zealand', '09 4330455', 'w.buckland@breambaycollege.school.nz', '1', 'Wayne Buckland', '', '20 Ata Mahina Way', 'Ruakaka', 'Whangarei', '0116', '', 'New Zealand', '1', 'Wayne Buckland', '', '20 Ata Mahina Way', 'Ruakaka', 'Whangarei', '0116', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-03 08:04:53', '2006-10-02 10:39:26', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2312', '1047', 'Zakier Hussain', '', 'Room No:10, Ashwood manor motel, 16, Thackeray street', '', 'Hamilton', '', '', 'New Zealand', '02102408913', 'zakier.hussain@gmail.com', '1', 'Zakier Hussain', '', 'Unit:6, 931, Heaphy Terrace', '', 'Hamilton', '3214', '', 'New Zealand', '1', 'Zakier Hussain', '', 'Unit:6, 931, Heaphy Terrace', '', 'Hamilton', '3214', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Zakier Hussain', '4367XXXXXXXX6403', '0908', '2006-10-13 18:13:11', '2006-10-02 20:54:16', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2313', '1125', 'Michael White', '', '141 Oturoa Road', 'RD 12', 'Levin', '5572', '', 'New Zealand', '64 21 1007170', 'mmjr@xtra.co.nz', '1', 'Michael White', 'Provenco Retail Automation', 'Lvl 3, IRD Building', 'Cnr Ashley & Fergusson Sts', 'Palmerston North', '4410', '', 'New Zealand', '1', 'Michael White', '', '141 Oturoa Road', 'RD 12', 'Levin', '5572', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Michael White', '4988XXXXXXXX2589', '0807', '2006-10-03 12:58:01', '2006-10-03 00:02:41', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2314', '1109', 'Simon Bowler', 'C/O Infosys Australia', 'Level 3, 484 St Kilda Rd', 'Melbourne', '3004', 'Victoria', '', 'Australia', '+61 408 033 691', 'sbowler@gmail.com', '1', 'Simon Bowler', 'C/O Infosys Australia', 'Level 3, 484 St Kilda Rd', 'Melbourne', '3004', 'Victoria', '', 'Australia', '1', 'Simon Bowler', 'C/O Infosys Australia', 'Level 3, 484 St Kilda Rd', 'Melbourne', '3004', 'Victoria', '', 'Australia', '1', 'PayPal', '', '591', '', '', '', '', '2006-10-03 09:50:05', '2006-10-03 09:39:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2315', '620', 'Robert Bouwer', '', '24 Haynes Street', '', 'Perth', 'W.A. 6006', '', 'Australia', '08 9444 1056', 'rbouwer@westnet.com.au', '1', 'Robert Bouwer', '', '24 Haynes Street', '', 'Perth', 'WA 6006', '', 'Australia', '1', 'Robert Bouwer', '', '24 Haynes Street', '', 'Perth', 'W.A. 6006', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-10-04 08:47:28', '2006-10-03 17:39:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2316', '1127', 'Michael Vilbro', 'Advantage Consulting', '8 Coronet Place', 'Dapto', 'Wollongong', 'NSW 2530', '', 'Australia', '0412 032 773', 'mvilbro@optusnet.com.au', '1', 'Michael Vilbro', 'Advantage Consulting', '8 Coronet Place', 'Dapto', 'Wollongong', 'NSW 2530', '', 'Australia', '1', 'Michael Vilbro', 'Advantage Consulting', '8 Coronet Place', 'Dapto', 'Wollongong', 'NSW 2530', '', 'Australia', '1', 'PayPal', '', '592', '', '', '', '', '2006-10-04 13:29:26', '2006-10-03 19:49:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2317', '1128', 'Doug Austin', 'Divex Asia Pacific Pty Ltd', '*A Sparks Rd', 'Henderson', 'Perth', 'WA 6166', '', 'Australia', '08 94376800', 'doug@divex.com.au', '1', 'Doug Austin', 'Divex Asia Pacific Pty Ltd', '*A Sparks Rd', 'Henderson', 'Perth', 'WA 6166', '', 'Australia', '1', 'Doug Austin', 'Divex Asia Pacific Pty Ltd', '*A Sparks Rd', 'Henderson', 'Perth', 'WA 6166', '', 'Australia', '1', 'PayPal', '', '593', '', '', '', '', '2006-11-16 12:39:48', '2006-10-03 20:33:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2318', '1125', 'Michael White', '', '141 Oturoa Road', 'RD 12', 'Levin', '5572', '', 'New Zealand', '64 21 1007170', 'mmjr@xtra.co.nz', '1', 'Michael White', 'Provenco Retail Automation', 'Lvl 3, IRD Building', 'Cnr Ashley & Fergusson Sts', 'Palmerston North', '4410', '', 'New Zealand', '1', 'Michael White', '', '141 Oturoa Road', 'RD 12', 'Levin', '5572', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Michael White', '4988XXXXXXXX2589', '0807', '2006-10-04 08:45:35', '2006-10-03 22:44:01', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2319', '1129', 'Simon Farrington', 'Bunyip Tree Services', '26 Glen rd', '', 'Cockatoo', 'Vic', '', 'Australia', '0418 748 916', 'Bunyiptr@bigpond.net.au', '1', 'Simon Farrington', 'Bunyip Tree Services', '26 Glen rd', '', 'Cockatoo', 'Vic', '', 'Australia', '1', 'Simon Farrington', 'Bunyip Tree Services', '26 Glen rd', '', 'Cockatoo', 'Vic', '', 'Australia', '1', 'PayPal', '', '594', '', '', '', '', '2006-10-04 08:54:22', '2006-10-03 23:25:25', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2320', '1130', 'Warwick Inch', '', '22 Roblyn Place', '', 'Lincoln', '8152', '', 'New Zealand', '+64 3 983 0204', 'winch@ihug.co.nz', '1', 'Warwick Inch', '', '22 Roblyn Place', '', 'Lincoln', '7608', '', 'New Zealand', '1', 'Warwick Inch', '', '22 Roblyn Place', '', 'Lincoln', '8152', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-04 07:26:08', '2006-10-04 00:29:27', '6', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2321', '1130', 'Warwick Inch', '', '22 Roblyn Place', '', 'Lincoln', '8152', '', 'New Zealand', '+64 3 983 0204', 'winch@ihug.co.nz', '1', 'Warwick Inch', '', '22 Roblyn Place', '', 'Lincoln', '7608', '', 'New Zealand', '1', 'Warwick Inch', '', '22 Roblyn Place', '', 'Lincoln', '7608', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Warwick Inch', '4988XXXXXXXX5295', '0808', '2006-10-04 08:07:59', '2006-10-04 00:34:03', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2322', '1131', 'Steve Cox', '', '49 Waikowhai Street', 'Ngaio', 'Wellington', '6035', '', 'New Zealand', '04 479-1251', 'stevec@xtra.co.nz', '1', 'Steve Cox', '', '49 Waikowhai Street', 'Ngaio', 'Wellington', '6035', '', 'New Zealand', '1', 'Steve Cox', '', '49 Waikowhai Street', 'Ngaio', 'Wellington', '6035', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'S D Cox', '5402XXXXXXXX8832', '0908', '2006-10-04 10:03:42', '2006-10-04 09:40:04', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2323', '953', 'Craig Lilford', 'Genie 4X4 Offroad Products', '7 Polson St', 'Castlecliff', 'Wanganui', '4501', '', 'New Zealand', '06 344 1150', 'sales@genie4x4.com', '1', 'Craig Lilford', 'Genie 4X4 Offroad Products', '7 Polson St', 'Castlecliff', 'Wanganui', '4501', '', 'New Zealand', '1', 'Craig Lilford', 'Genie 4X4 Offroad Products', '7 Polson St', 'Castlecliff', 'Wanganui', '4501', '', 'New Zealand', '1', 'PayPal', '', '595', '', '', '', '', '2006-10-06 08:25:15', '2006-10-05 14:26:54', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2324', '1132', 'brett hutchings', '', '3 shield court', 'wakerley', 'brisbane', 'queensland', '', 'Australia', '61 404 828359', 'mregg@optusnet.com.au', '1', 'gayna hutchings', 'kone elevators', '40 campbell street', 'bowen hills', 'brisbane', 'queensland', '', 'Australia', '1', 'brett hutchings', '', '3 shield court', 'wakerley', 'brisbane', 'queensland', '', 'Australia', '1', 'PayPal', '', '596', '', '', '', '', '2006-10-06 08:41:00', '2006-10-05 22:47:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2325', '1134', 'Murray Mc Govern', 'MCS Ltd', '4 Toko Street', '', 'Rotorua', '', '', 'New Zealand', '64 7 3322033', 'mcs@ihug.co.nz', '1', 'Murray Mc Govern', 'MCS Ltd', '4 Toko Street', '', 'Rotorua', '', '', 'New Zealand', '1', 'Murray Mc Govern', 'MCS Ltd', '4 Toko Street', '', 'Rotorua', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'MCS Ltd', '4921XXXXXXXX9195', '0808', '2006-10-06 11:10:16', '2006-10-06 10:01:20', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2326', '1135', 'Kris Game', 'HEB Smithbridge Ltd', 'Firth Street', '', 'Drury', '2113', '', 'New Zealand', '092948232', 'kristine.game@heb.co.nz', '1', 'Kris Game', 'HEB Smithbridge Ltd', 'Firth Street', '', 'Drury', '2113', '', 'New Zealand', '1', 'Kris Game', 'HEB Smithbridge Ltd', 'Firth Street', '', 'Drury', '2113', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'M R Pulman', '4564XXXXXXXX8109', '0907', '2006-10-06 16:04:10', '2006-10-06 13:53:22', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2327', '1136', 'Francois Hachem', '', '6 Station Street', 'Concord', 'Concord', 'NSW / 2137', '', 'Australia', '+61 405 982 985', 'francois_el@yahoo.com.au', '1', 'Francois Hachem', '', '6 Station Street', 'Concord', 'Concord', 'NSW / 2137', '', 'Australia', '1', 'Francois Hachem', '', '6 Station Street', 'Concord', 'Concord', 'NSW / 2137', '', 'Australia', '1', 'PayPal', '', '597', '', '', '', '', '2006-10-07 13:58:25', '2006-10-06 15:46:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2328', '1138', 'Bryan Brown', '', '83 North Street', 'Henley Beach', 'Adelaide', 'South Aust', '', 'Australia', '0400294792', 'betwoau@bigpond.net.au', '1', 'Bryan Brown', '', '83 North Street', 'Henley Beach', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Bryan Brown', '', '83 North Street', 'Henley Beach', 'Adelaide', 'South Aust', '', 'Australia', '1', 'PayPal', '', '598', '', '', '', '', '2006-10-09 12:26:32', '2006-10-07 18:18:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2329', '1139', 'C J Reichel', '', 'PO Box 437', '', 'Swansea', 'NSW 2281', '', 'Australia', '0429 900156', 'truder44@optusnet.com.au', '1', 'C J Reichel', '', 'PO Box 437', '', 'Swansea', 'NSW 2281', '', 'Australia', '1', 'C J Reichel', '', 'PO Box 437', '', 'Swansea', 'NSW 2281', '', 'Australia', '1', 'PayPal', '', '599', '', '', '', '', '2006-10-09 12:27:26', '2006-10-08 01:16:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2330', '1140', 'Clint Kingston', '', '21/130 Glenfield Rd.', 'Casula', 'Sydney', '2170', '', 'Australia', '0404337892', 'kingston@unwired.com.au', '1', 'Clint Kingston', '', '21/130 Glenfield Rd.', 'Casula', 'Sydney', '2170', '', 'Australia', '1', 'Clint Kingston', '', '21/130 Glenfield Rd.', 'Casula', 'Sydney', '2170', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-13 08:04:17', '2006-10-08 10:58:37', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2331', '1137', 'Russell McCracken', 'Wairoa District Council', 'Queen Street', '', 'Wairoa', '4108', '', 'New Zealand', '06 838 7309', 'russell@wairoadc.govt.nz', '1', 'Russell McCracken', 'Wairoa District Council', 'Queen Street', '', 'Wairoa', '4108', '', 'New Zealand', '1', 'Russell McCracken', 'Wairoa District Council', 'Queen Street', '', 'Wairoa', '4108', '', 'New Zealand', '1', 'PayPal', '', '600', '', '', '', '', '2006-10-09 12:57:35', '2006-10-09 11:49:18', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2332', '1142', 'Michael Rogerson', '', '29-33 Park Avenue', 'Drummoyne', 'Sydney', 'NSW 2047', '', 'Australia', '0438683811', 'michaelRogerson@Swiftdsl.com.au', '1', 'Michael Rogerson', '', '29-33 Park Avenue', 'Drummoyne', 'Sydney', 'NSW 2047', '', 'Australia', '1', 'Michael Rogerson', '', '29-33 Park Avenue', 'Drummoyne', 'Sydney', 'NSW 2047', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-11 10:36:06', '2006-10-10 01:06:20', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2333', '1143', 'Peter Ollivier', 'Duffill Watts & Tse Ltd', '23 Taranaki Street', '', 'Wellington', '', '', 'New Zealand', '+64 4 384 5632', 'peter.ollivier@dwt.co.nz', '1', 'Peter Ollivier', 'Duffill Watts & Tse Ltd', '23 Taranaki Street', '', 'Wellington', '', '', 'New Zealand', '1', 'Peter Ollivier', 'Duffill Watts & Tse Ltd', '23 Taranaki Street', '', 'Wellington', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Peter Ollivier', '5474XXXXXXXX9638', '0207', '2006-10-10 12:34:22', '2006-10-10 09:15:34', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2334', '1144', 'tomer eliahu', 'Teamyon Ltd', '23 Riddell Rd', 'St Heliers', 'Auckland', '1740', '', 'New Zealand', '021650714', 'tomer.eliahu@xtra.co.nz', '1', 'tomer eliahu', 'Teamyon Ltd', '23 Riddell Rd', 'St Heliers', 'Auckland', '1740', '', 'New Zealand', '1', 'tomer eliahu', 'Teamyon Ltd', '23 Riddell Rd', 'St Heliers', 'Auckland', '1740', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'tomer eliahu', '5474XXXXXXXX2359', '0907', '2006-10-13 08:03:03', '2006-10-10 16:22:50', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2335', '1146', 'Duncan Bennett', 'Duncans Restoration', '27 Marshall St', 'Rangeville', 'Toowoomba', 'QLD 4350', '', 'Australia', '0746357258', 'bennett.d@bigpond.com', '1', 'Duncan Bennett', 'Duncans Restoration', '2 Foundry Street', '', 'TOOWOOMBA', 'QLD 4350', '', 'Australia', '1', 'Duncan Bennett', 'Duncans Restoration', '27 Marshall St', 'Rangeville', 'Toowoomba', 'QLD 4350', '', 'Australia', '1', 'PayPal', '', '601', '', '', '', '', '2006-10-11 07:42:46', '2006-10-10 19:17:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2336', '1145', 'Andrew Hamilton', '', '159 Moverly Road', 'South Coogee', 'Sydney', '2034', '', 'Australia', '0411 041 334', 'apshamilton@optusnet.com.au', '1', 'Andrew Hamilton', '', '159 Moverly Road', 'South Coogee', 'Sydney', '2034', '', 'Australia', '1', 'Andrew Hamilton', '', '159 Moverly Road', 'South Coogee', 'Sydney', '2034', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-11 07:25:25', '2006-10-10 19:41:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2337', '1148', 'Michael Rogerson', '', 'PO Box 167', '', 'Sydney', 'NSW 1470', '', 'Australia', '0438-683 811', 'michael.rogerson@gwynvill.com.au', '1', 'Michael Rogerson', '', 'PO Box 167', '', 'Sydney', 'NSW 1470', '', 'Australia', '1', 'Michael Rogerson', '', 'PO Box 167', '', 'Sydney', 'NSW 1470', '', 'Australia', '1', 'Bank Transfer Payments', '', '602', '', '', '', '', '2006-10-11 16:29:45', '2006-10-11 10:23:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2338', '1149', 'geoff jowett', '', '3/76 wheatley road', 'mckinnon', 'melbourne', '3204', '', 'Australia', '0395639766', 'geoffjowett@bigpond.com', '1', 'geoff jowett', '', '3/76 wheatley road', 'mckinnon', 'melbourne', '3204', '', 'Australia', '1', 'geoff jowett', '', '3/76 wheatley road', 'mckinnon', 'melbourne', '3204', '', 'Australia', '1', 'PayPal', '', '603', '', '', '', '', '2006-10-11 16:16:25', '2006-10-11 12:13:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2339', '1150', 'Mark Lantry', 'Andor Systems', '9 Griffiths Rd', '', 'New Lambton', 'NSW 2305', '', 'Australia', '49528522', 'Mark.Lantry@andor.com.au', '1', 'Mark Lantry', 'Andor Systems', '9 Griffiths Rd', '', 'New Lambton', 'NSW 2305', '', 'Australia', '1', 'Mark Lantry', 'Andor Systems', '9 Griffiths Rd', '', 'New Lambton', 'NSW 2305', '', 'Australia', '1', 'PayPal', '', '604', '', '', '', '', '2006-10-12 07:04:08', '2006-10-11 16:26:35', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2340', '1151', 'Con Andronis', '', '414 Lower Dandenong Rd', 'Braeside', 'Melbourne', '3195', '', 'Australia', '0417107192', 'candronis@danks.com.au', '1', 'Con Andronis', '', '414 Lower Dandenong Rd', 'Braeside', 'Melbourne', '3195', '', 'Australia', '1', 'Con Andronis', '', '414 Lower Dandenong Rd', 'Braeside', 'Melbourne', '3195', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-12 07:02:37', '2006-10-11 18:03:03', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2341', '1153', 'stephen burnie', 'SJ Burnie Ltd.', '7 liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '0272288805', 'burnies@xtra.co.nz', '1', 'Stephen Burnie', 'SJ Burnie Ltd.', '7 Liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '1', 'stephen burnie', 'SJ Burnie Ltd.', '7 liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '1', 'PayPal', '', '605', '', '', '', '', '2006-10-13 08:02:25', '2006-10-12 14:36:41', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2342', '1152', 'Joshua Rosinger', '', '1/52 Leila Rd', 'Ormond', 'Melbourne', 'VIC 3204', '', 'Australia', '03 9502 8070', 'jrosinger@hotmail.com', '1', 'Joshua Rosinger', '', '1/52 Leila Rd', 'Ormond', 'Melbourne', 'VIC 3204', '', 'Australia', '1', 'Joshua Rosinger', '', '1/52 Leila Rd', 'Ormond', 'Melbourne', 'VIC 3204', '', 'Australia', '1', 'PayPal', '', '606', '', '', '', '', '2006-10-13 07:42:05', '2006-10-12 18:42:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2343', '1155', 'Joan Woodward', 'UNSW@ADFA', 'School of ITEE UNSW@ADFA', 'Nortcott Drive', 'Canberra ACT', '2600', '', 'Australia', '+61 2 6268 8184', 'j.woodward@adfa.edu.au', '1', 'Joan Woodward', 'UNSW@ADFA', 'School of ITEE UNSW@ADFA', 'Nortcott Drive', 'Canberra ACT', '2600', '', 'Australia', '1', 'Joan Woodward', 'UNSW@ADFA', 'School of ITEE UNSW@ADFA', 'Nortcott Drive', 'Canberra ACT', '2600', '', 'Australia', '1', 'PayPal', '', '607', '', '', '', '', '2006-10-14 13:24:42', '2006-10-13 18:57:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2344', '1156', 'john joannou', 'home', '2/14 Ellis Ave', 'O\'Halloran Hill', 'Adelaide', 'SA 5158', '', 'Australia', '0419 822 139', 'johnnyj@kern.com.au', '1', 'john joannou', 'home', '2/14 Ellis Ave', 'O\'Halloran Hill', 'Adelaide', 'SA 5158', '', 'Australia', '1', 'john joannou', 'home', '2/14 Ellis Ave', 'O\'Halloran Hill', 'Adelaide', 'SA 5158', '', 'Australia', '1', 'PayPal', '', '608', '', '', '', '', '2006-10-14 13:18:45', '2006-10-13 23:04:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2345', '1157', 'Phil Lavery', 'A/W Imaging', '2 Garnet Cct', '', 'Wodonga', '3690', '', 'Australia', '+61419317491', 'phil.lavery@gmail.com', '1', 'Phil Lavery', 'A/W Imaging', '2 Garnet Cct', '', 'Wodonga', '3690', '', 'Australia', '1', 'Phil Lavery', 'A/W Imaging', '2 Garnet Cct', '', 'Wodonga', '3690', '', 'Australia', '1', 'PayPal', '', '609', '', '', '', '', '2006-10-16 11:39:11', '2006-10-16 11:16:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2346', '1159', 'Nathan Foster', '', '6/10 Balgownie Road', '', 'Fairy Meadow', '2519', '', 'Australia', '0401351265', 'nathan.foster@dpi.nsw.gov.au', '1', 'Nathan Foster', '', '6/10 Balgownie Road', '', 'Fairy Meadow', '2519', '', 'Australia', '1', 'Nathan Foster', '', '6/10 Balgownie Road', '', 'Fairy Meadow', '2519', '', 'Australia', '1', 'PayPal', '', '610', '', '', '', '', '2006-10-16 15:09:44', '2006-10-16 13:44:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2347', '1160', 'Livio Andolfatto', 'Redmustard', '105/20-22 McKillop Street', '', 'Melbourne', 'Victoria,', '', 'Australia', '+62 3 94622370', 'livio@redmustard.com.au', '1', 'Livio Andolfatto', 'Redmustard', '105/20-22 McKillop Street', '', 'Melbourne', 'Victoria,', '', 'Australia', '1', 'Livio Andolfatto', 'Redmustard', '105/20-22 McKillop Street', '', 'Melbourne', 'Victoria,', '', 'Australia', '1', 'PayPal', '', '611', '', '', '', '', '2006-10-16 14:37:45', '2006-10-16 14:15:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2348', '808', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '+61407771796', 'peter.sinclair@santos.com', '1', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '1', 'Peter Sinclair', 'Santos', '9 Toowong Avenue', 'Kensington Park', 'Adelaide', 'SA / 5068', '', 'Australia', '1', 'PayPal', '', '612', '', '', '', '', '2006-10-17 10:07:52', '2006-10-16 19:11:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2349', '854', 'graeme ferguson', '', '123 Torryburn Road', '', 'via Paterson', '', '', 'Australia', '0249389448', 'yatta@hunterlink.net.au', '1', 'graeme ferguson', '', '123 Torryburn Road', '', 'via Paterson', '', '', 'Australia', '1', 'graeme ferguson', '', '123 Torryburn Road', '', 'via Paterson', '', '', 'Australia', '1', 'PayPal', '', '613', '', '', '', '', '2006-10-17 08:54:11', '2006-10-16 20:14:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2350', '1161', 'Tim Yoong', '', '24 Avonlea Place', 'Eight Mile Plains', 'Brisbane', 'QLD/4113', '', 'Australia', '0404028048', 'tyoong@wildit.net.au', '1', 'Tim Yoong', '', '24 Avonlea Place', 'Eight Mile Plains', 'Brisbane', 'QLD/4113', '', 'Australia', '1', 'Tim Yoong', '', '24 Avonlea Place', 'Eight Mile Plains', 'Brisbane', 'QLD/4113', '', 'Australia', '1', 'PayPal', '', '614', '', '', '', '', '2006-10-17 08:18:07', '2006-10-16 21:40:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2351', '1162', 'Hugh Mc Cormick', '', '', '', '', '', '', 'Australia', '0428430815', 'hugh1e@bigpobd.com', '1', 'Hugh Mc Cormick', '', '', '', '', '', '', 'Australia', '1', 'Hugh Mc Cormick', '', '', '', '', '', '', 'Australia', '1', 'Purchase Order', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-10-30 16:41:50', '2006-10-16 21:53:39', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2392', '1206', 'Alexis Oosterhoff', '', '21 Camborne Parkway', 'Butler', 'W.A.', '6036', '', 'Australia', '61 403 533 999', 'alexisoost@gmail.com', '1', 'Alexis Oosterhoff', '', '21 Camborne Parkway', 'Butler', 'W.A.', '6036', '', 'Australia', '1', 'Alexis Oosterhoff', '', '21 Camborne Parkway', 'Butler', 'W.A.', '6036', '', 'Australia', '1', 'PayPal', '', '641', '', '', '', '', '2006-10-31 07:42:01', '2006-10-30 17:07:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2352', '1164', 'Robert O\'Brien', '', '237D Levers Rd', 'Matua', 'Tauranga', '', '', 'New Zealand', '075701590', 'rsobrien@gmail.com', '1', 'Robert O\'Brien', '', '237D Levers Rd', 'Matua', 'Tauranga', '', '', 'New Zealand', '1', 'Robert O\'Brien', '', '237D Levers Rd', 'Matua', 'Tauranga', '', '', 'New Zealand', '1', 'PayPal', '', '615', '', '', '', '', '2006-10-18 10:57:31', '2006-10-17 13:56:25', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2353', '1165', 'Naru Mangalath', '', '5 Mansard Road', 'Willetton', 'Willetton', '6155', '', 'Australia', '61 8 9457 4448', 'sahana@sent.com', '1', 'Naru Mangalath', 'KAZ', 'Level 1 118 Bennett Street', 'Perth', 'Perth', 'WA 6004', '', 'Australia', '1', 'Naru Mangalath', '', '5 Mansard Road', 'Willetton', 'Willetton', '6155', '', 'Australia', '1', 'PayPal', '', '616', '', '', '', '', '2006-10-18 11:23:41', '2006-10-17 20:07:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2354', '1167', 'Van Thanh Nguyen', 'Apogee Upholstery', 'Unit35/93-97 Newton Rd', 'Wetherill park', 'Sydney', 'NSW 2164', '', 'Australia', '02 97252040', 'apogee@exemail.com.au', '1', 'Van Thanh Nguyen', 'Apogee Upholstery', 'Unit35/93-97 Newton Rd', 'Wetherill park', 'Sydney', 'NSW 2164', '', 'Australia', '1', 'Van Thanh Nguyen', 'Apogee Upholstery', 'Unit35/93-97 Newton Rd', 'Wetherill park', 'Sydney', 'NSW 2164', '', 'Australia', '1', 'PayPal', '', '617', '', '', '', '', '2006-10-18 11:32:55', '2006-10-18 10:50:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2355', '1169', 'ben wall', 'ths', '3/48 preston st', 'como', 'perth', 'w.a. 6152', '', 'Australia', '0428171772', 'bendivevic@hotmail.com', '1', 'ben wall', 'ths', '3/48 preston st', 'como', 'perth', 'w.a. 6152', '', 'Australia', '1', 'ben wall', 'ths', '3/48 preston st', 'como', 'perth', 'w.a. 6152', '', 'Australia', '1', 'PayPal', '', '618', '', '', '', '', '2006-10-19 12:30:46', '2006-10-18 17:46:55', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2356', '1170', 'charles arymowicz', 'Arbor Leasing Inc', '75 Humbercrest Blvd', '', 'Toronto', 'ontario', '', 'Canada', '09 533 821', 'arbor18@sympatico.ca', '1', 'pick up pick up', '', 'pick up', '', 'pick up', '', '', 'New Zealand', '1', 'charles arymowicz', 'Arbor Leasing Inc', '75 Humbercrest Blvd', '', 'Toronto', 'ontario', '', 'Canada', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-10-21 15:40:20', '2006-10-18 17:51:03', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2357', '1171', 'Jim Wilson', '', '63 Albert St', '', 'Stanwell', 'QLD 4702', '', 'Australia', '0429484734', 'jim.wilson@stanwell.com', '1', 'Jim Wilson', '', '63 Albert St', '', 'Stanwell', 'QLD 4702', '', 'Australia', '1', 'Jim Wilson', '', '63 Albert St', '', 'Stanwell', 'QLD 4702', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-10-19 12:24:46', '2006-10-18 19:38:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2358', '1174', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', 'Kensingtom', 'Melbourne', 'Vic.3031', '', 'Australia', '61 3 93768167', 'linen_stretchers_co@bigpond.com', '1', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', 'Kensingtom', 'Melbourne', 'Vic.3031', '', 'Australia', '1', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', 'Kensingtom', 'Melbourne', 'Vic.3031', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-11-01 09:19:45', '2006-10-19 20:27:55', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2359', '1175', 'Gil Pardilla', '', '27 Rigg Street', 'Woree', 'Queensland', '4868', '', 'Australia', '0421854093', 'gil@webclever.com.au', '1', 'Gil Pardilla', '', '27 Rigg Street', 'Woree', 'Queensland', '4868', '', 'Australia', '1', 'Gil Pardilla', '', '27 Rigg Street', 'Woree', 'Queensland', '4868', '', 'Australia', '1', 'PayPal', '', '619', '', '', '', '', '2006-10-21 09:24:05', '2006-10-20 16:33:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2360', '1176', 'Jenni Urquhart', 'Double Click Networks', '141 Lower Washington Drive', 'BONNET BAY', 'SYDNEY', 'NSW', '', 'Australia', '0295201995', 'jenni@dcnetworks.com.au', '1', 'Jenni Urquhart', '', '4/67 Old Bush Road', 'YARRAWARRAH', 'SYDNEY', 'NSW', '', 'Australia', '1', 'Jenni Urquhart', 'Double Click Networks', '141 Lower Washington Drive', 'BONNET BAY', 'SYDNEY', 'NSW', '', 'Australia', '1', 'PayPal', '', '620', '', '', '', '', '2006-10-21 09:22:50', '2006-10-20 16:36:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2361', '1177', 'Robert Tucker', '', '33 Goldfinch Loop', 'Woodvale', 'Perth', 'WA 6026', '', 'Australia', '+61893092108', 'rctucker@bigpond.com', '1', 'Robert Tucker', '', '33 Goldfinch Loop', 'Woodvale', 'Perth', 'WA 6026', '', 'Australia', '1', 'Robert Tucker', '', '33 Goldfinch Loop', 'Woodvale', 'Perth', 'WA 6026', '', 'Australia', '1', 'PayPal', '', '621', '', '', '', '', '2006-10-21 09:21:44', '2006-10-20 19:19:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2362', '1178', 'David Dunshea', 'Pittsoft', '10 Fairway Drive', '', 'Pittsworth', '4356', '', 'Australia', '0438390881', 'pittsoft1@ozemail.com.au', '1', 'David Dunshea', 'Pittsoft', '10 Fairway Drive', '', 'Pittsworth', '4356', '', 'Australia', '1', 'David Dunshea', 'Pittsoft', '10 Fairway Drive', '', 'Pittsworth', '4356', '', 'Australia', '1', 'PayPal', '', '622', '', '', '', '', '2006-10-21 09:20:26', '2006-10-21 01:36:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2363', '1179', 'Greg Marangos', '', 'PO Box 353', 'South Hurstville', 'Sydney', 'NSW', '', 'Australia', '0413945757', 'gm1000@optusnet.com.au', '1', 'Greg Marangos', '', 'PO Box 353', 'South Hurstville', 'Sydney', 'NSW', '', 'Australia', '1', 'Greg Marangos', '', 'PO Box 353', 'South Hurstville', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '623', '', '', '', '', '2006-10-21 15:43:56', '2006-10-21 14:25:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2364', '1180', 'Alexander Gorsky', '', '106 Chester Road', 'Ingleburn', 'NSW', '2565', '', 'Australia', '0414-765 581', 'info@efrontier.co.nz', '1', 'Alexander Gorsky', '', '106 Chester Road', 'Ingleburn', 'NSW', '2565', '', 'Australia', '1', 'Alexander Gorsky', '', '106 Chester Road', 'Ingleburn', 'NSW', '2565', '', 'Australia', '1', 'PayPal', '', '624', '', '', '', '', '2006-10-24 15:11:48', '2006-10-21 20:21:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2365', '1181', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', '', 'Melbourne', '3031', 'VIC', 'Australia', '', '', '1', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', '', 'Melbourne', '3031', 'VIC', 'Australia', '1', 'Dragan Ivanovic', 'Linen & Stretchers Co.', '55 Market Street', '', 'Melbourne', '3031', 'VIC', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-11-01 09:41:29', '2006-10-22 22:33:16', '6', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2366', '1182', 'rashid khan', 'optus', '15 roland street', 'wetherill park', 'SYDNEY', '2164', '', 'Australia', '0421990349', 'rashid.khan@optus.com.au', '1', 'rashid khan', 'optus', '15 roland street', 'wetherill park', 'SYDNEY', '2164', '', 'Australia', '1', 'rashid khan', 'optus', '15 roland street', 'wetherill park', 'SYDNEY', '2164', '', 'Australia', '1', 'PayPal', '', '625', '', '', '', '', '2006-10-24 08:21:03', '2006-10-23 14:15:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2367', '1183', 'Chris Kreyts', '', '38 Denman Ave', 'Shoal Piont', 'Mackay', '4750', '', 'Australia', '0749547185', 'ZH_Streetmachine@hotmail.com', '1', 'Chris Kreyts', '', '38 Denman Ave', 'Shoal Piont', 'Mackay', '4750', '', 'Australia', '1', 'Chris Kreyts', '', '38 Denman Ave', 'Shoal Piont', 'Mackay', '4750', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-10-25 06:43:14', '2006-10-23 21:23:02', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2368', '1184', 'David Wallace', 'Power Protection', '83 Northern Rd', 'West Heidelberg', 'Melbourne', 'Victoria', '', 'Australia', '0417503637', 'davidwallace@parameters.com.au', '1', 'David Wallace', 'Power Protection', '83 Northern Rd', 'West Heidelberg', 'Melbourne', 'Victoria', '', 'Australia', '1', 'David Wallace', 'Power Protection', '83 Northern Rd', 'West Heidelberg', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-25 07:48:27', '2006-10-24 15:08:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2372', '1186', 'James McDonald', 'Flight Avionics', 'Second Street', 'Mentone', 'melbourne', '3194', '', 'Australia', '61395800245', 'flightav@hotmail.com', '1', 'James McDonald', 'Flight Avionics', 'Hangar 10 Second St Moorabbin Airport', 'Mentone', 'Melbourne', '3194', '', 'Australia', '1', 'James McDonald', 'Flight Avionics', 'Second Street', 'Mentone', 'melbourne', '3194', '', 'Australia', '1', 'PayPal', '', '626', '', '', '', '', '2006-10-25 07:18:52', '2006-10-24 22:58:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2373', '1187', 'David Arbuckle', 'New Environmental Quality', 'PO Box 119', 'Coopers Plains', 'Brisbane', 'Queensland', '', 'Australia', '0401 697 921', 'david@neweq.com.au', '1', 'David Arbuckle', 'New Environmental Quality', 'PO Box 119', 'Coopers Plains', 'Brisbane', 'Qld 4108', '', 'Australia', '1', 'David Arbuckle', 'New Environmental Quality', 'PO Box 119', 'Coopers Plains', 'Brisbane', 'Queensland', '', 'Australia', '1', 'PayPal', '', '627', '', '', '', '', '2006-10-25 07:16:16', '2006-10-25 00:00:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2374', '548', 'Daniel Jones', '', '5 LascellesRd Sth', 'Narraweena', 'Sydney', '2099', '', 'Australia', '61 438 663 972', 'jonesd@tpg.com.au', '1', 'Daniel Jones', '', '5 LascellesRd Sth', 'Narraweena', 'Sydney', '2099', '', 'Australia', '1', 'Daniel Jones', '', '5 LascellesRd Sth', 'Narraweena', 'Sydney', '2099', '', 'Australia', '1', 'PayPal', '', '628', '', '', '', '', '2006-10-25 11:11:13', '2006-10-25 09:39:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2375', '1189', 'bryne heckel', '', '26 bonito place', '', 'ballina', 'nsw 2478', '', 'Australia', '0266869990', 'bryanandlorraine@bigpond.com.au', '1', 'bryne heckel', '', '26 bonito place', '', 'ballina', 'nsw 2478', '', 'Australia', '1', 'bryne heckel', '', '26 bonito place', '', 'ballina', 'nsw 2478', '', 'Australia', '1', 'PayPal', '', '629', '', '', '', '', '2006-10-26 07:23:34', '2006-10-25 13:18:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2376', '1190', 'Ray Roberts', 'THS', 'P.O. box 1503', '', 'Mandurah', '6210', '', 'Australia', '0413110065', 'rayzaroberts@bigpond.com.au', '1', 'Ray Roberts', 'THS', 'P.O. box 1503', '', 'Mandurah', '6210', '', 'Australia', '1', 'Ray Roberts', 'THS', 'P.O. box 1503', '', 'Mandurah', '6210', '', 'Australia', '1', 'Bank Transfer Payments', '', '630', '', '', '', '', '2006-10-26 13:14:11', '2006-10-25 14:34:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2377', '1191', 'Doug Moon', 'BBC Technologies Ltd', '397 Jary Rd', 'Ohaupo', 'Hamilton', '', '', 'New Zealand', '64 7 823 6927', 'doug@bbctechnologies.co.nz', '1', 'Doug Moon', 'BBC Technologies Ltd', 'C/- Ohaupo Motors', 'State Highway 3', 'Hamilton', '', '', 'New Zealand', '1', 'Doug Moon', 'BBC Technologies Ltd', '397 Jary Rd', 'Ohaupo', 'Hamilton', '', '', 'New Zealand', '1', 'PayPal', '', '631', '', '', '', '', '2006-10-26 08:03:12', '2006-10-25 16:48:54', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2378', '1192', 'Tomas Churchill', 'n/a', 'PO Box 6247', 'Toowoomba', 'Toowoomba', '4350', '', 'Australia', '0407173525', 'kritom@netspace.net.au', '1', 'Tomas Churchill', 'n/a', 'PO Box 6247', 'Toowoomba', 'Toowoomba', '4350', '', 'Australia', '1', 'Tomas Churchill', 'n/a', 'PO Box 6247', 'Toowoomba', 'Toowoomba', '4350', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-10-26 13:21:50', '2006-10-25 17:57:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2379', '1193', 'David Haywood', 'Industrial Research Ltd', '5 Sheffield Crescent', 'Bishopdale', 'Christchurch', '8083', '', 'New Zealand', '021 113 3341', 'd.haywood@irl.cri.nz', '1', 'David Haywood', 'Industrial Research Ltd', '5 Sheffield Crescent', 'Bishopdale', 'Christchurch', '8083', '', 'New Zealand', '1', 'David Haywood', 'Industrial Research Ltd', '5 Sheffield Crescent', 'Bishopdale', 'Christchurch', '8083', '', 'New Zealand', '1', 'PayPal', '', '632', '', '', '', '', '2006-10-27 14:54:05', '2006-10-26 12:08:54', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2380', '1195', 'Miriam O\'Brien', '', 'PO Box 478', '', 'Mount Beauty', '3699', '', 'Australia', '61357541302', 'miriamob@mobrien.com.au', '1', 'Miriam O\'Brien', '', 'PO Box 478', '', 'Mount Beauty', '3699', '', 'Australia', '1', 'Miriam O\'Brien', '', 'PO Box 478', '', 'Mount Beauty', '3699', '', 'Australia', '1', 'PayPal', '', '633', '', '', '', '', '2006-10-27 08:44:58', '2006-10-26 22:38:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2385', '1199', 'Jessica Purser', '', '152 Shaftsbury Road', 'eastwood', 'Sydney', '2122', '', 'Australia', '0416236411', 'jessica.purser@gmail.com', '1', 'Jessica Purser', '', '152 Shaftsbury Road', 'eastwood', 'Sydney', '2122', '', 'Australia', '1', 'Jessica Purser', '', '152 Shaftsbury Road', 'eastwood', 'Sydney', '2122', '', 'Australia', '1', 'PayPal', '', '636', '', '', '', '', '2006-10-28 12:30:55', '2006-10-27 16:26:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2382', '1196', 'vu doan', '', '13 atherton circuit', '', 'brisbane', '4078', '', 'Australia', '07 33726683', 'dvu@bigpond.net.au', '1', 'vu doan', '', '13 atherton circuit', '', 'brisbane', '4078', '', 'Australia', '1', 'vu doan', '', '13 atherton circuit', '', 'brisbane', '4078', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-10-28 12:16:57', '2006-10-26 23:12:42', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2383', '1197', 'Peter Keyte', 'SGS', '52 Murray Road', 'Welshpool', 'Perth', 'WA', '', 'Australia', '61 08 9458 7178', 'peter.keyte@sgs.com', '1', 'Peter Keyte', '', '3 Highbury Street', 'Floreat', 'Perth', 'WA 6014', '', 'Australia', '1', 'Peter Keyte', '', '3 Highbury Street', 'Floreat', 'Perth', 'WA 6014', '', 'Australia', '1', 'PayPal', '', '634', '', '', '', '', '2006-10-27 07:25:56', '2006-10-27 03:53:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2384', '1198', 'Luke Brookes', '', '16/1 Gow Street', 'Abbotsford', 'Sydney', '2046', '', 'Australia', '61407788525', 'lcb72@hotmail.com', '1', 'Luke Brookes', '', '16/1 Gow Street', 'Abbotsford', 'Sydney', '2046', '', 'Australia', '1', 'Luke Brookes', '', '16/1 Gow Street', 'Abbotsford', 'Sydney', '2046', '', 'Australia', '1', 'PayPal', '', '635', '', '', '', '', '2006-11-01 07:43:04', '2006-10-27 10:13:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2386', '1200', 'Shane Smith', '', '12 Janine Court', '', 'Brisbane', '4503', '', 'Australia', '+61738874997', '', '1', 'Shane Smith', '', '12 Janine Court', '', 'Brisbane', '4503', '', 'Australia', '1', 'Shane Smith', '', '12 Janine Court', '', 'Brisbane', '4503', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-10-30 09:10:29', '2006-10-27 18:16:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2391', '1205', 'Henry Truong', '', '114B Lansdowne Rd', 'Canley Vale', 'Sydney', '2166', '', 'Australia', '0424828288', 'henry2828@gmail.com', '1', 'Henry Truong', '', '114B Lansdowne Rd', 'Canley Vale', 'Sydney', '2166', '', 'Australia', '1', 'Henry Truong', '', '114B Lansdowne Rd', 'Canley Vale', 'Sydney', '2166', '', 'Australia', '1', 'PayPal', '', '640', '', '', '', '', '2006-10-30 16:25:42', '2006-10-30 11:48:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2387', '1200', 'Leigh Poulier', '', '43 Cambden Park Parade', 'Ferntree Gully', 'Melbourne', '3156', '', 'Australia', '+61431857353', 'leighp@optusnet.com.au', '1', 'Leigh Poulier', '', '43 Cambden Park Parade', 'Ferntree Gully', 'Melbourne', '3156', '', 'Australia', '1', 'Leigh Poulier', '', '43 Cambden Park Parade', 'Ferntree Gully', 'Melbourne', '3156', '', 'Australia', '1', 'PayPal', '', '637', '', '', '', '', '2006-10-28 12:29:47', '2006-10-27 18:36:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2388', '1172', 'Paul Oszetzky', 'private', '18 Nymboida Cres', '', 'Ruse', 'NSW', '', 'Australia', '+61246283232', 'oszetzky@optusnet.com.au', '1', 'Paul Oszetzky', 'private', '18 Nymboida Cres', '', 'Ruse', 'NSW', '', 'Australia', '1', 'Paul Oszetzky', 'private', '18 Nymboida Cres', '', 'Ruse', 'NSW', '', 'Australia', '1', 'PayPal', '', '638', '', '', '', '', '2006-10-30 09:18:46', '2006-10-29 06:08:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2389', '1201', 'Vic Martick', 'westforce', '1883 Great North Rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '021801996', 'victor.m@xtra.co.nz', '1', 'Vic Martick', 'westforce', '1883 Great North Rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'Vic Martick', 'westforce', '1883 Great North Rd', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '639', '', '', '', '', '2006-10-31 13:25:03', '2006-10-29 15:30:02', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2390', '1202', 'rod gardner', 'Clear Creek Agriculture', '7/38 eversleigh street', 'st albans', 'christchurch', '8014', '', 'New Zealand', '0275318040', 'rodgardner@xtra.co.nz', '1', 'rod gardner', 'Clear Creek Agriculture', '7/38 eversleigh street', 'st albans', 'christchurch', '8014', '', 'New Zealand', '1', 'rod gardner', 'Clear Creek Agriculture', '7/38 eversleigh street', 'st albans', 'christchurch', '8014', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'rod gardner', '4999XXXXXXXX5442', '1008', '2006-10-30 16:27:46', '2006-10-29 16:42:50', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2393', '1207', 'Chris McKenzie', '', '31 Begonia St', '', 'Lindisfarne', '7015', '', 'Australia', '0408 121 583', 'chrisgmckenzie@gmail.com', '1', 'Chris McKenzie', '', '31 Begonia St', '', 'Lindisfarne', '7015', '', 'Australia', '1', 'Chris McKenzie', '', '31 Begonia St', '', 'Lindisfarne', '7015', '', 'Australia', '1', 'PayPal', '', '642', '', '', '', '', '2006-10-31 07:43:19', '2006-10-31 00:21:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2394', '1208', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '0064 35438192', 'kerry.connors@kern-group.com', '1', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '1', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '1', 'Credit Card', '', '0', '', '', '', '', '2006-11-01 11:39:43', '2006-10-31 10:20:02', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2395', '1209', 'Neville Dobson', '', 'PO Box 405', 'Willaston', 'Adelaide', 'S.A. 5118', '', 'Australia', '04405531', 'gabdob@bigpond.com', '1', 'Neville Dobson', '', 'PO Box 405', 'Willaston', 'Adelaide', 'S.A. 5118', '', 'Australia', '1', 'Neville Dobson', '', 'PO Box 405', 'Willaston', 'Adelaide', 'S.A. 5118', '', 'Australia', '1', 'PayPal', '', '643', '', '', '', '', '2006-11-01 07:41:04', '2006-10-31 15:48:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2396', '1212', 'Ricardo Azares', 'LOCALTECH', '3A HAVEN COURT', 'Cherrybrook', 'sydney', '2126', '', 'Australia', '0403 819 693', 'azaresrl@bigpond.net.au', '1', 'Ricardo Azares', 'LOCALTECH', '3A HAVEN COURT', 'Cherrybrook', 'sydney', '2126', '', 'Australia', '1', 'Ricardo Azares', 'LOCALTECH', '3A HAVEN COURT', 'Cherrybrook', 'sydney', '2126', '', 'Australia', '1', 'PayPal', '', '645', '', '', '', '', '2007-04-30 10:56:25', '2006-10-31 22:51:31', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2397', '1213', 'Neville Kelly', '', '310 Bodalla Park Drive', '', 'BODALLA', 'NSW 2545', '', 'Australia', '02 44735411', 'nkelly@internode.on.net', '1', 'Neville Kelly', '', '310 Bodalla Park Drive', '', 'BODALLA', 'NSW 2545', '', 'Australia', '1', 'Neville Kelly', '', '310 Bodalla Park Drive', '', 'BODALLA', 'NSW 2545', '', 'Australia', '1', 'PayPal', '', '644', '', '', '', '', '2006-11-01 07:10:31', '2006-10-31 23:09:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2398', '1211', 'anthony zanelli', 'crisis couriers', '295 pacific highway', 'crows nest', 'sydney', 'nsw 2065', '', 'Australia', '612 89253700', 'crisis@crisis.com.au', '1', 'anthony zanelli', 'crisis couriers', '295 pacific highway', 'crows nest', 'sydney', 'nsw 2065', '', 'Australia', '1', 'anthony zanelli', 'crisis couriers', '38 gordon', 'Clontarf', 'sydney', 'nsw 2093', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-11-01 13:28:17', '2006-11-01 12:29:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2399', '1211', 'anthony zanelli', 'crisis couriers', '295 pacific highway', 'crows nest', 'sydney', 'nsw 2065', '', 'Australia', '612 89253700', 'crisis@crisis.com.au', '1', 'anthony zanelli', 'crisis couriers', '295 pacific highway', 'crows nest', 'sydney', 'nsw 2065', '', 'Australia', '1', 'anthony zanelli', 'crisis couriers', '38 gordon', 'clontarf', 'sydney', 'nsw 2093', '', 'Australia', '1', 'PayPal', '', '646', '', '', '', '', '2006-11-01 13:29:28', '2006-11-01 12:37:21', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2400', '582', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '09-4154790', 'cam@cjntech.co.nz', '1', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '1', 'Campbell Newman', 'CJN Technologies Ltd.', '12 Piermark Drive', 'North Harbour', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'C J Newman', '4564XXXXXXXX7217', '0607', '2006-11-02 08:29:51', '2006-11-01 15:51:45', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2401', '1214', 'Allan Dewsnap', 'OpalNet Ltd', 'Unit1, 408 Hutt Rd', 'Petone', 'Lower hutt', '6150', '', 'New Zealand', '021760114', 'allan.d@opalviper.org', '1', 'Allan Dewsnap', 'OpalNet Ltd', 'Unit1, 408 Hutt Rd', 'Petone', 'Lower hutt', '6150', '', 'New Zealand', '1', 'Allan Dewsnap', 'OpalNet Ltd', 'Unit1, 408 Hutt Rd', 'Petone', 'Lower hutt', '6150', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'A V Dewsnap', '5436XXXXXXXX7766', '0708', '2006-11-02 12:10:37', '2006-11-01 16:22:03', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2402', '1215', 'Daniel George', 'go-fetch', '2976 Kaipara Coast Highway', 'R.D 4', 'Warkworth', '0984', '', 'New Zealand', '094205115', 'daniel@go-fetch.net.nz', '1', 'Daniel George', 'go-fetch', '2976 Kaipara Coast Highway', 'R.D 4', 'Warkworth', '0984', '', 'New Zealand', '1', 'Daniel George', 'go-fetch', '2976 Kaipara Coast Highway', 'R.D 4', 'Warkworth', '0984', '', 'New Zealand', '1', 'PayPal', '', '647', '', '', '', '', '2006-11-07 10:32:09', '2006-11-02 08:14:21', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2403', '1217', 'Harvey Eiszele', '', '10 Molloy Court', '', 'Claremont', '', '', 'Australia', '041 9977122', 'heiszele@tassie.net.au', '1', 'Harvey Eiszele', '', '10 Molloy Court', '', 'Claremont', '', '', 'Australia', '1', 'Harvey Eiszele', '', '10 Molloy Court', '', 'Claremont', '', '', 'Australia', '1', 'PayPal', '', '648', '', '', '', '', '2006-11-03 11:10:42', '2006-11-02 15:20:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2404', '1218', 'Mirek Beltowski', '', 'L22 680 George St', '', '2019', 'NSW', '', 'Australia', '0290099113', 'mirek.beltowski@aapt.com.au', '1', 'Mirek Beltowski', '', 'L22 680 George St', '', '2019', 'NSW', '', 'Australia', '1', 'Mirek Beltowski', '', 'L22 680 George St', '', '2019', 'NSW', '', 'Australia', '1', 'Bank Transfer Payments', '', '649', '', '', '', '', '2007-03-20 08:59:58', '2006-11-02 19:03:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2405', '1222', 'Tien Tran', 'Ennoble Consultancy', '1/97 Kooyong Road', 'Armadale', 'Melbourne', '3143', '', 'Australia', '0430215590', 'ttran@ennoble.com.au', '1', 'Tien Tran', 'Ennoble Consultancy', '1/97 Kooyong Road', 'Armadale', 'Melbourne', '3143', '', 'Australia', '1', 'Tien Tran', 'Ennoble Consultancy', '1/97 Kooyong Road', 'Armadale', 'Melbourne', '3143', '', 'Australia', '1', 'PayPal', '', '650', '', '', '', '', '2006-11-21 15:43:02', '2006-11-03 18:12:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2406', '352', 'Mark Fitzpatrick', 'MS Soft Pty Ltd', '10 Brandon Place', 'St Ives', 'Sydney', 'NSW / 2075', '', 'Australia', '+61294496595', 'markf@mssoft.com.au', '1', 'Mark Fitzpatrick', 'MS Soft Pty Ltd', '10 Brandon Place', 'St Ives', 'Sydney', 'NSW / 2075', '', 'Australia', '1', 'Mark Fitzpatrick', 'MS Soft Pty Ltd', '10 Brandon Place', 'St Ives', 'Sydney', 'NSW / 2075', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-11-10 17:43:37', '2006-11-03 21:57:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2407', '1223', 'Keven Long', '', '5/30 Makerston Street', '', 'Brisbane', '4000', '', 'Australia', '61733531887', 'yves.long@bigpond.com', '1', 'Keven Long', '', '5/30 Makerston Street', '', 'Brisbane', '4000', '', 'Australia', '1', 'Keven Long', '', '5/30 Makerston Street', '', 'Brisbane', '4000', '', 'Australia', '1', 'PayPal', '', '651', '', '', '', '', '2006-11-06 11:33:01', '2006-11-04 11:58:13', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2408', '1224', 'Carlos Torres', 'IT Rescue', '1/13 Endeavour Parade', 'Tweed Heads', 'Tweed Heads', 'NSW, 2485', '', 'Australia', '617 56301375', 'carlos.torres@itrescue.com.au', '1', 'Carlos Torres', 'IT Rescue', '1/13 Endeavour Parade', 'Tweed Heads', 'Tweed Heads', 'NSW, 2485', '', 'Australia', '1', 'Carlos Torres', 'IT Rescue', '1/13 Endeavour Parade', 'Tweed Heads', 'Tweed Heads', 'NSW, 2485', '', 'Australia', '1', 'PayPal', '', '652', '', '', '', '', '2006-11-06 11:31:49', '2006-11-04 15:24:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2409', '1225', 'Elmer Jadraque', '', '200 Swallow Drive', 'Erskine Park', 'Erskine Park, NSW', '2759', '', 'Australia', '0411381631', 'eqj1973@optusnet.com.au', '1', 'Elmer Jadraque', '', '200 Swallow Drive', 'Erskine Park', 'Penrith, NSW', '2759', '', 'Australia', '1', 'Elmer Jadraque', '', '200 Swallow Drive', 'Erskine Park', 'Penrith, NSW', '2759', '', 'Australia', '1', 'PayPal', '', '653', '', '', '', '', '2006-11-11 10:13:06', '2006-11-05 02:58:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2410', '1227', 'eihab zaher', '', '48 heritage drive', 'millpark', 'melbourne', '3082', '', 'Australia', '+61432762491', 'ihabzaher@gmail.com', '1', 'eihab zaher', '', '48 heritage drive', 'millpark', 'melbourne', '3082', '', 'Australia', '1', 'eihab zaher', '', '48 heritage drive', 'millpark', 'melbourne', '3082', '', 'Australia', '1', 'PayPal', '', '654', '', '', '', '', '2006-11-16 19:45:52', '2006-11-06 14:59:20', '100004', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2411', '1229', 'Simon Mustoe', '', '39 The Crescent', '', 'Melbourne', '3160', 'Victoria', 'Australia', '03 9752 6398', 'simonmustoe@ecology-solutions.com.au', '1', 'Simon Mustoe', '', '39 The Crescent', '', 'Melbourne', '3160', 'Victoria', 'Australia', '1', 'Simon Mustoe', '', '39 The Crescent', '', 'Melbourne', '3160', 'Victoria', 'Australia', '1', 'Credit Card using PayPal', '', '655', '', '', '', '', '2006-11-06 17:03:09', '2006-11-06 15:55:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2412', '1230', 'Matthew Liebmann', 'SKYCITY Cinemas', 'Level 5, 82 Symonds St', 'Auckland', 'Auckland', '', '', 'New Zealand', '0272 053 230', 'mliebmann@skycitycinemas.co.nz', '1', 'Matthew Liebmann', 'SKYCITY Cinemas', 'Level 5, 82 Symonds St', 'Auckland', 'Auckland', '', '', 'New Zealand', '1', 'Matthew Liebmann', 'SKYCITY Cinemas', 'Level 5, 82 Symonds St', 'Auckland', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Matthew Liebmann', '5156XXXXXXXX2601', '1008', '2006-11-08 11:17:54', '2006-11-07 07:58:54', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2413', '1232', 'ray smith', '', '12 Etna St', 'Isle of Capri', 'Surfers Paradise', '4217', '', 'Australia', '0417457911', 'ray@members.oztralia.com', '1', 'ray smith', '', '12 Etna St', 'Isle of Capri', 'Surfers Paradise', '4217', '', 'Australia', '1', 'ray smith', '', '12 Etna St', 'Isle of Capri', 'Surfers Paradise', '4217', '', 'Australia', '1', 'PayPal', '', '656', '', '', '', '', '2006-11-08 07:49:13', '2006-11-07 21:56:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2414', '833', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '04 819 4731', 'gosneym@fish.govt.nz', '1', 'Phil Benson', 'Ministry of Fisheries', '142 Peel St', '', 'Gisborne', '', '', 'New Zealand', '1', 'Gosney Mark', 'Ministry of Fisheries', '156 - 158 Victoria St', '', 'Wellington', '6035', '', 'New Zealand', '1', 'PayPal', '', '657', '', '', '', '', '2006-11-08 11:35:35', '2006-11-08 11:11:48', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2415', '1233', 'Michal Borkowski', '', '222 Nicholson Road', '', 'Perth', '6147', '', 'Australia', '61-8-93562331', 'michal@mbo.id.au', '1', 'Michal Borkowski', '', '222 Nicholson Road', '', 'Perth', '6147', '', 'Australia', '1', 'Michal Borkowski', '', '222 Nicholson Road', '', 'Perth', '6147', '', 'Australia', '1', 'Bank Transfer Payments', '', '658', '', '', '', '', '2006-11-11 12:21:18', '2006-11-08 11:18:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2426', '1245', 'Philip Greenwood', '', 'PO Box 1986', '', 'North Sydney', 'NSW 2059', '', 'Australia', '0417 297 331', 'philip.greenwood@jobfutures.com.au', '1', 'Philip Greenwood', '', 'PO Box 1986', '', 'North Sydney', 'NSW 2059', '', 'Australia', '1', 'Philip Greenwood', '', 'PO Box 1986', '', 'North Sydney', 'NSW 2059', '', 'Australia', '1', 'PayPal', '', '667', '', '', '', '', '2006-11-13 13:14:26', '2006-11-12 11:29:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2416', '1235', 'Simon Warnock', '', '6 Woodlands Street', '', 'Baulkham Hills', 'NSW 2153', '', 'Australia', '0418-427 954', 'simon@efrontier.co.nz', '1', 'Simon Warnock', '', '6 Woodlands Street', '', 'Baulkham Hills', 'NSW 2153', '', 'Australia', '1', 'Simon Warnock', '', '6 Woodlands Street', '', 'Baulkham Hills', 'NSW 2153', '', 'Australia', '1', 'PayPal', '', '659', '', '', '', '', '2006-11-08 15:36:20', '2006-11-08 15:11:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2417', '1236', 'jacques chevron', '', '55 panorama terrace', '', 'queenstown', '', '', 'New Zealand', '03 442 5612', 'jachev@lagoon.nc', '1', 'jacques chevron', '', '55 panorama terrace', '', 'queenstown', '', '', 'New Zealand', '1', 'jacques chevron', '', '55 panorama terrace', '', 'queenstown', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-11-16 09:29:18', '2006-11-09 00:31:21', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2418', '1237', 'Rod Muller', '', 'Regent St.', '', 'Coen', 'Queensland', '', 'Australia', '(07) 40601200', 'wookie01@bigpond.net.au', '1', 'Rod Muller', '', 'Regent St.', '', 'Coen', 'Queensland', '', 'Australia', '1', 'Bob Mackay', '', 'C/- Post Office', '', 'Coen', 'Qld 4871', '', 'Australia', '1', 'PayPal', '', '660', '', '', '', '', '2006-11-09 17:07:17', '2006-11-09 14:26:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2419', '1239', 'Paul McBeath', '', '1528 Bilbarin Quairading Rd', 'Corrigin', 'Corrigin', 'WA, 6375', '', 'Australia', '0890629024', 'paulmac21@bigpond.com', '1', 'Paul McBeath', '', 'Box 87', 'Corrigin', 'Corrigin', 'WA, 6375', '', 'Australia', '1', 'Paul McBeath', '', '1528 Bilbarin Quairading Rd', 'Corrigin', 'Corrigin', 'WA, 6375', '', 'Australia', '1', 'PayPal', '', '661', '', '', '', '', '2006-11-10 08:59:44', '2006-11-09 17:34:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2420', '1240', 'Gavin Stearnes', 'N/A', 'Unit 7 / 6 Rosedale Avenue', 'Glen Huntly', '3163', 'Vic', '', 'Australia', '+613 9571 5135', 'Number5s_alive@yahoo.com.au', '1', 'Gavin Stearnes', 'N/A', 'Unit 7 / 6 Rosedale Avenue', 'Glen Huntly', '3163', 'Vic', '', 'Australia', '1', 'Gavin Stearnes', 'N/A', 'Unit 7 / 6 Rosedale Avenue', 'Glen Huntly', '3163', 'Vic', '', 'Australia', '1', 'PayPal', '', '662', '', '', '', '', '2006-11-10 08:55:10', '2006-11-09 21:07:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2421', '1241', 'Aslak kittelsen', '-', 'Gragasveien 45B', '-', 'Kristiansand', '4622', '', 'Norway', '47 959 411 99', 'Aslak.kittelsen2@chello.no', '1', 'Aslak kittelsen', '-', 'Gragasveien 45B', '-', 'Kristiansand', '4622', '', 'Norway', '1', 'Aslak kittelsen', '-', 'Gragasveien 45B', '-', 'Kristiansand', '4622', '', 'Norway', '1', 'PayPal', '', '663', '', '', '', '', '2006-11-10 13:55:39', '2006-11-10 11:19:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2422', '1242', 'Colin Fraser', 'Hill Laboratories', '1 Clyde St', '', 'Hamilton', '', '', 'New Zealand', '+64 7 858 2811', 'reg@hill-labs.co.nz', '1', 'Colin Fraser', 'Hill Laboratories', '1 Clyde St', '', 'Hamilton', '', '', 'New Zealand', '1', 'Colin Fraser', 'Hill Laboratories', '1 Clyde St', '', 'Hamilton', '', '', 'New Zealand', '1', 'PayPal', '', '664', '', '', '', '', '2006-11-10 13:58:23', '2006-11-10 12:43:46', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2423', '1238', 'john wheeler', '', '71 willow road', 'frankston', 'Frankston', 'vic 3199', '', 'Australia', '0407 161 247', 'johndw@tpg.com.au', '1', 'John Wheeler', '', '71 Willow Road', '', 'Frankston', 'Victoria 3', '', 'Australia', '1', 'john wheeler', '', '71 willow road', 'frankston', 'Frankston', 'vic 3199', '', 'Australia', '1', 'PayPal', '', '665', '', '', '', '', '2006-11-13 13:15:46', '2006-11-10 12:49:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2424', '1243', 'Tony Langdon', '', '92 Tyquin St', '', 'Laverton', '3028', '', 'Australia', '0413057440', 'tlang1@optusnet.com.au', '1', 'Tony Langdon', 'ATC Training Australasia', 'Level 1 310 King St', '', 'Melbourne', '3000', '', 'Australia', '1', 'Tony Langdon', '', '92 Tyquin St', '', 'Laverton', '3028', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-11-11 10:14:15', '2006-11-10 15:56:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2425', '1184', 'David Wallace', 'Power Protection', '83 Northern Rd', 'West Heidelberg', 'Melbourne', 'Victoria', '', 'Australia', '0417503637', 'davidwallace@parameters.com.au', '1', 'David Wallace', 'Power Protection', '83 Northern Rd', 'West Heidelberg', 'Melbourne', 'Victoria', '', 'Australia', '1', 'David Wallace', 'Power Protection', '83 Northern Rd', 'West Heidelberg', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '666', '', '', '', '', '2006-11-11 10:17:12', '2006-11-10 17:48:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2427', '1246', 'Kristian Fok', 'Frontier Investment Consulting', 'Level 10, 2 Lonsdale St', 'Melbourne', 'Melbourne', 'Victoria', '', 'Australia', '+61403117944', 'Kristian_Fok@Hotmail.com', '1', 'Kristian Fok', 'Frontier Investment Consulting', 'Level 10, 2 Lonsdale St', 'Melbourne', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Kristian Fok', 'Frontier Investment Consulting', 'Level 10, 2 Lonsdale St', 'Melbourne', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '668', '', '', '', '', '2006-11-13 08:43:26', '2006-11-12 17:58:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2428', '1248', 'Jeffrey Evans', '', '1 Austin Street', 'Bentleigh, 3204', 'Melbourne', 'Victoria', '', 'Australia', '61 3 412 550 626', 'evansja@optusnet.com.au', '1', 'Jeffrey Evans', '', '1 Austin Street', 'Bentleigh, 3204', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Jeffrey Evans', '', '1 Austin Street', 'Bentleigh, 3204', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '669', '', '', '', '', '2006-11-12 19:30:21', '2006-11-12 19:12:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2429', '1250', 'Thomas James Armstrong', '', '8 Cratloe Road', 'Mount Waverley', 'Moun t Waverley', 'Vic 3149', '', 'Australia', '0395404233', 'tjarmst@bigpond.net.au', '1', 'Thomas James Armstrong', '', '8 Cratloe Road', 'Mount Waverley', 'Moun t Waverley', 'Vic 3149', '', 'Australia', '1', 'Thomas James Armstrong', '', '8 Cratloe Road', 'Mount Waverley', 'Moun t Waverley', 'Vic 3149', '', 'Australia', '1', 'PayPal', '', '670', '', '', '', '', '2006-11-13 13:10:21', '2006-11-13 12:26:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2430', '1251', 'Edward Camua', 'Travelforce', 'L8 345 George St.', '', 'Sydney', 'NSW 2000', '', 'Australia', '+61 2 92623666', 'edward_camua@hotmail.com', '1', 'Edward Camua', 'Travelforce', 'L8 345 George St.', '', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'Edward Camua', '', '64 Rosenthal St', 'Doonside', 'Doonside', 'NSW 2767', '', 'Australia', '1', 'PayPal', '', '671', '', '', '', '', '2006-11-22 09:31:36', '2006-11-13 13:30:02', '100004', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2431', '1253', 'Robert Waegele', '', '31 Magnolia Ave.', 'Kin Kora', 'Gladstone', 'QLD 4680', '', 'Australia', '(07) 49780816', 'lvts@tpg.com.au', '1', 'Robert Waegele', '', '31 Magnolia Ave.', 'Kin Kora', 'Gladstone', 'QLD 4680', '', 'Australia', '1', 'Robert Waegele', '', '31 Magnolia Ave.', 'Kin Kora', 'Gladstone', 'QLD 4680', '', 'Australia', '1', 'PayPal', '', '672', '', '', '', '', '2006-11-14 09:13:31', '2006-11-13 15:08:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2432', '1234', 'Paul Demetre', 'GCCS', '28 Christa Way', 'Benowa Waters', 'gold coast', 'Queensland', '', 'Australia', '0418391221', 'pauldeme@bigpond.net.au', '1', 'Paul Demetre', 'Gold Coast Car Sound', '9 Strathaird Road', 'Bundall', 'Gold Coast', 'Queensland', '', 'Australia', '1', 'Paul Demetre', 'GCCS', '28 Christa Way', 'Benowa Waters', 'gold coast', 'Queensland', '', 'Australia', '1', 'PayPal', '', '673', '', '', '', '', '2006-11-14 09:12:32', '2006-11-13 16:18:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2433', '1255', 'Noel Gwynne', 'Personal Ta xServices', '184 Brisbane St', '', 'Ipswich', '4305', '', 'Australia', '0732812468', 'pper8266@bigpond.net.au', '1', 'Noel Gwynne', 'Personal Ta xServices', '184 Brisbane St', '', 'Ipswich', '4305', '', 'Australia', '1', 'Noel Gwynne', 'Personal Ta xServices', '184 Brisbane St', '', 'Ipswich', '4305', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-11-14 15:55:43', '2006-11-14 14:22:24', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2434', '1256', 'jamie cooper', 'FERAL MANAGEMENT SOLUTIONS', '22 STATION RD', 'LILYDALE', 'LILYDALE', 'TASMANIA', '', 'Australia', '0419 355 916', 'jamie@feralmanagement.com.au', '1', 'JAMIE COOPER', 'FERAL MANAGEMENT SOLUTIONS', 'PO BOX 117', 'LILYDALE', 'LILYDALE', 'TAS 7268', '', 'Australia', '1', 'JAMIE COOPER', 'FERAL MANAGEMENT SOLUTIONS', 'PO BOX 117', 'LILYDALE', 'LILYDALE', 'TAS 7268', '', 'Australia', '1', 'PayPal', '', '674', '', '', '', '', '2006-11-14 16:15:45', '2006-11-14 15:44:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2435', '1258', 'Willem van Ketwich', '', '6 Fern Avenue', '', 'Windsor', '3181', '', 'Australia', '0401295014', 'willvk@gmail.com', '1', 'Willem van Ketwich', 'Corum', '7 Business Park Drive', 'Notting Hill', 'Victoria', '3168', '', 'Australia', '1', 'Willem van Ketwich', '', '6 Fern Avenue', '', 'Windsor', '3181', '', 'Australia', '1', 'PayPal', '', '675', '', '', '', '', '2006-12-04 13:12:17', '2006-11-14 19:58:32', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2436', '1226', 'Judith Parnell', '', '74 Kirton Drive', '', 'Wellington', '5018', '', 'New Zealand', '64 4 5270621', 'sarahjparnell@xtra.co.nz', '1', 'Judith Parnell', '', '74 Kirton Drive', '', 'Wellington', '5018', '', 'New Zealand', '1', 'Judith Parnell', '', '74 Kirton Drive', '', 'Wellington', '5018', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Visa', '0', 'Visa', 'Judith Parnell', '4988XXXXXXXX6053', '0208', '2006-11-16 09:23:55', '2006-11-15 17:51:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2438', '1259', 'John Forster', '', '138 lower dent street', '', 'Whangarei', '', '', 'New Zealand', '(09)4387068', 'j_forster@xtra.co.nz', '1', 'John Forster', '', '138 lower dent street', '', 'Whangarei', '', '', 'New Zealand', '1', 'John Forster', '', '138 lower dent street', '', 'Whangarei', '', '', 'New Zealand', '1', 'PayPal', '', '677', '', '', '', '', '2006-11-16 09:13:51', '2006-11-15 21:46:10', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2437', '590', 'Ian Janoska', 'Rojone Pty Ltd', '61 Aero Road', 'Ingleburn', 'Sydney', 'NSW', '', 'Australia', '02 9829 1555', 'ian@rojone.com.au', '1', 'Ian Janoska', 'Rojone', '61 Aero Road', 'Ingleburn', 'Sydney', 'NSW 2565', '', 'Australia', '1', 'Ian Janoska', 'Rojone Pty Ltd', '61 Aero Road', 'Ingleburn', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '676', '', '', '', '', '2006-11-16 09:17:55', '2006-11-15 18:57:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2439', '1251', 'Edward Camua', 'Travelforce', 'L8 345 George St.', '', 'Sydney', 'NSW 2000', '', 'Australia', '+61 2 92623666', 'edward_camua@hotmail.com', '1', 'Edward Camua', 'Travelforce', 'L8 345 George St.', '', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'Edward Camua', 'Travelforce', 'L8 345 George St.', '', 'Sydney', 'NSW 2000', '', 'Australia', '1', 'PayPal', '', '678', '', '', '', '', '2006-11-16 11:42:13', '2006-11-16 10:47:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2440', '1260', 'RON DEGROOT', '', '36 MACKERAL ST', '', 'WOODGATE', '4660', 'QLD', 'Australia', '+61 7 41265430', 'jde11908@bigpond.net.au', '1', 'RON DEGROOT', '', '36 MACKERAL ST', '', 'WOODGATE', '4660', 'QLD', 'Australia', '1', 'RON DEGROOT', '', '36 MACKERAL ST', '', 'WOODGATE', '4660', 'QLD', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-11-17 08:55:51', '2006-11-16 16:36:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2441', '1260', 'Gerald Chong', '', '107/47, Chippen Street', 'Chippendale', 'NSW', '2008', '', 'Australia', '+61410655388', 'gechong@gmail.com', '1', 'Gerald Chong', '', '107/47, Chippen Street', 'Chippendale', 'NSW', '2008', '', 'Australia', '1', 'Gerald Chong', '', '107/47, Chippen Street', 'Chippendale', 'NSW', '2008', '', 'Australia', '1', 'PayPal', '', '680', '', '', '', '', '2006-11-17 07:16:16', '2006-11-16 16:51:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2442', '1261', 'Jan Sabura', 'Kenwood Electronics Australia Pt', '16 Giffnock Avenue', 'Centrecourt Estate', 'North Ryde', 'NSW 2113', '', 'Australia', '(02) 8879 2266', 'sabura.comm@kenwood.com.au', '1', 'Jan Sabura', 'Kenwood Electronics Australia Pt', '16 Giffnock Avenue', 'Centrecourt Estate', 'North Ryde', 'NSW 2113', '', 'Australia', '1', 'Jan Sabura', 'Kenwood Electronics Australia Pt', '16 Giffnock Avenue', 'Centrecourt Estate', 'North Ryde', 'NSW 2113', '', 'Australia', '1', 'PayPal', '', '681', '', '', '', '', '2006-11-18 13:34:51', '2006-11-17 18:11:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2443', '1262', 'Mario Habib', '', '36 Glenhope Rd', '', 'Sydney', 'NSW/2125', '', 'Australia', '+61402696854', 'mario.habib@students.mq.edu.au', '1', 'Mario Habib', '', '36 Glenhope Rd', '', 'Sydney', 'NSW/2125', '', 'Australia', '1', 'Mario Habib', '', '36 Glenhope Rd', '', 'Sydney', 'NSW/2125', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-11-20 07:39:55', '2006-11-18 17:25:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2445', '1264', 'Mario Antkowiak', '', '64 Minchin Drive', 'Minchinbury', 'minchinbury', 'NSW 2770', '', 'Australia', '0412346632', 'lpdma@primusonline.com.au', '1', 'Mario Antkowiak', '', '64 Minchin Drive', 'Minchinbury', 'minchinbury', 'NSW 2770', '', 'Australia', '1', 'Mario Antkowiak', '', '64 Minchin Drive', 'Minchinbury', 'minchinbury', 'NSW 2770', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-12-14 15:55:55', '2006-11-19 12:14:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2444', '1263', 'Steve Stevens', '', '12 Brigalow Avenue', 'Casula', 'Sydney', 'NSW 2170', '', 'Australia', '+61 404266075', 'steevens@bigpond.net.au', '1', 'Steve Stevens', '', '12 Brigalow Avenue', 'Casula', 'Sydney', 'NSW 2170', '', 'Australia', '1', 'Steve Stevens', '', '12 Brigalow Avenue', 'Casula', 'Sydney', 'NSW 2170', '', 'Australia', '1', 'PayPal', '', '682', '', '', '', '', '2006-11-23 11:24:21', '2006-11-18 17:50:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2446', '1257', 'Damien Harrison', '', '18 Lady Nelson Cres', 'Altona Meadows', 'Victoria', '3028', '', 'Australia', '0401675529', 'innter@three.com.au', '1', 'Damien Harrison', '', '18 Lady Nelson Cres', 'Altona Meadows', 'Victoria', '3028', '', 'Australia', '1', 'Damien Harrison', '', '18 Lady Nelson Cres', 'Altona Meadows', 'Victoria', '3028', '', 'Australia', '1', 'PayPal', '', '683', '', '', '', '', '2006-11-20 07:36:43', '2006-11-19 18:42:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2447', '1264', 'Mario Antkowiak', '', '64 Minchin Drive', 'Minchinbury', 'minchinbury', 'NSW 2770', '', 'Australia', '0412346632', 'lpdma@primusonline.com.au', '1', 'Mario Antkowiak', '', '64 Minchin Drive', 'Minchinbury', 'minchinbury', 'NSW 2770', '', 'Australia', '1', 'Mario Antkowiak', '', '64 Minchin Drive', 'Minchinbury', 'minchinbury', 'NSW 2770', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-11-20 07:41:13', '2006-11-19 22:26:01', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2448', '1208', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '0064 35438192', 'kerry.connors@kern-group.com', '1', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '1', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '1', 'PayPal', '', '684', '', '', '', '', '2006-11-20 11:47:05', '2006-11-20 11:15:41', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2449', '1265', 'Graeme Bratty', 'McKay Electrical (Whangarei) Ltd', '17 Somerset Street', 'Frankton', 'Hamilton', '', '', 'New Zealand', '09 4701910', 'graeme.bratty@mckay.co.nz', '1', 'Graeme Bratty', 'McKay Electrical (Whangarei) Ltd', '17 Somerset Street', 'Frankton', 'Hamilton', '', '', 'New Zealand', '1', 'Graeme Bratty', 'McKay Electrical (Whangarei) Ltd', 'P O BOX 843', '', 'WHANGAREI', '', '', 'Nicaragua', '1', 'PayPal', '', '685', '', '', '', '', '2006-11-22 11:36:39', '2006-11-20 16:19:05', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2450', '1267', 'Stuart Gibson', '', 'L2, 30 Little Cribb St', '', 'Brisbane', '4064', 'QLD', 'Australia', '0413511156', 'limitless@iprimus.com.au', '1', 'Stuart Gibson', '', 'L2, 30 Little Cribb St', '', 'Brisbane', '4064', 'QLD', 'Australia', '1', 'Stuart Gibson', '', 'L2, 30 Little Cribb St', '', 'Brisbane', '4064', 'QLD', 'Australia', '1', 'Bank Transfer Payments', '', '686', '', '', '', '', '2006-11-22 11:31:28', '2006-11-20 20:51:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2451', '1268', 'Linda Piastri', '', '556 Wyndham Street', '', 'Shepparton', '3630', '', 'Australia', '0418 585926', 'adam_dita@aapt.net.au', '1', 'Linda Piastri', '', '100 Nixon Street', '', 'Shepparton', '3630', '', 'Australia', '1', 'Linda Piastri', '', '556 Wyndham Street', '', 'Shepparton', '3630', '', 'Australia', '1', 'Bank Transfer Payments', '', '687', '', '', '', '', '2007-01-08 12:11:37', '2006-11-21 22:45:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2452', '1270', 'Ant Kaplan', '', '56 Fowler Crescent', 'South Coogee', 'Sydney', '2034', '', 'Australia', '0418442721', 'antkap_1@hotmail.com', '1', 'Ant Kaplan', '', '56 Fowler Crescent', 'South Coogee', 'Sydney', '2034', '', 'Australia', '1', 'Ant Kaplan', '', '56 Fowler Crescent', 'South Coogee', 'Sydney', '2034', '', 'Australia', '1', 'PayPal', '', '689', '', '', '', '', '2006-11-22 13:47:56', '2006-11-22 13:12:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2453', '1269', 'ulf colbatz', '', '10 kennedy road', 'fairfield', 'dunedin', '9018', '', 'New Zealand', '03 488 6142', 'uc64@xtra.co.nz', '1', 'ulf colbatz', '', '10 kennedy road', 'fairfield', 'dunedin', '9018', '', 'New Zealand', '1', 'ulf colbatz', '', '10 kennedy road', 'fairfield', 'dunedin', '9018', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'ulf colbatz', '4937XXXXXXXX8940', '0607', '2006-11-23 15:50:12', '2006-11-22 21:28:33', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2454', '1271', 'Tim Wright', 'TRW Camera Repairs PTY LTD', '62 Sherwood street', 'Northmead', 'Sydney', 'NSW 2152', '', 'Australia', '02 96883696', 'trwcam@iprimus.com.au', '1', 'Tim Wright', 'TRW Camera Repairs PTY LTD', '62 Sherwood street', 'Northmead', 'Sydney', 'NSW 2152', '', 'Australia', '1', 'Tim Wright', 'TRW Camera Repairs PTY LTD', '62 Sherwood street', 'Northmead', 'Sydney', 'NSW 2152', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-11-23 07:18:49', '2006-11-23 02:02:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2455', '1273', 'Dickson Chong', 'NEC Australia Pty Ltd', '649-655 Springvale Rd', '', 'Vic', '3170', '', 'Australia', '03 9264 3406', 'dickson.chong@nec.com.au', '1', 'Dickson Chong', 'NEC Australia Pty Ltd', '649-655 Springvale Rd', '', 'Vic', '3170', '', 'Australia', '1', 'Dickson Chong', 'NEC Australia Pty Ltd', '649-655 Springvale Rd', '', 'Vic', '3170', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-01 07:51:35', '2006-11-23 18:53:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2456', '445', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '+64 21 227 4666', 'simon@simongarton.co.nz', '1', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'Simon Garton', 'Simon Garton Ltd', '4A Wapiti Avenue', 'Epsom', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Simon Garton', '5402XXXXXXXX6306', '0607', '2006-11-27 13:54:04', '2006-11-24 09:43:54', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2457', '1275', 'Judy Prior', 'AUT University', 'Room WS324, WS Block, Saint Paul Street', 'Off Wakefield Street', 'Auckland CBD', '', '', 'New Zealand', '64 9 921-9887', 'judy.prior@aut.ac.nz', '1', 'Kath Mills', 'AUT University', 'Room WS324, Level 3, WS Block, Saint Paul St', '', 'Auckland CBD', '', '', 'New Zealand', '1', 'Judy Prior', 'AUT University', 'Room WA609, Level 6, Wellesley St East', '', 'Auckland CBD', '1020', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Procurement Card', '4999XXXXXXXX6484', '1007', '2006-11-25 15:51:00', '2006-11-24 11:27:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2458', '1276', 'James Roberts', 'JR Computing Solutions', '1 Brown Street', '', 'Lyrup', 'South Aust', '', 'Australia', '0885838396', 'jroberts@jrcomputing.com.au', '1', 'James Roberts', 'JR Computing Solutions', '1 Brown Street', '', 'Lyrup', 'South Aust', '', 'Australia', '1', 'James Roberts', 'JR Computing Solutions', '1 Brown Street', '', 'Lyrup', 'South Aust', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-20 16:02:27', '2006-11-24 17:12:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2459', '1277', 'Mark Bennett', '', '67 Fitzroy Ave', '', 'Hamilton', '', '', 'New Zealand', '0274932201', 'surfers@slingshot.co.nz', '1', 'Mark Bennett', '', '67 Fitzroy Ave', '', 'Hamilton', '', '', 'New Zealand', '1', 'Mark Bennett', '', '67 Fitzroy Ave', '', 'Hamilton', '', '', 'New Zealand', '1', 'PayPal', '', '690', '', '', '', '', '2006-11-27 07:35:29', '2006-11-24 21:26:50', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2460', '1278', 'Matthew Reynolds', '', '28 Vogelsang Place', 'Flynn', 'ACT', '2615', '', 'Australia', '0417811212', 'mjreynolds@grapevine.com.au', '1', 'Matthew Reynolds', '', '28 Vogelsang Place', 'Flynn', 'ACT', '2615', '', 'Australia', '1', 'Matthew Reynolds', '', '28 Vogelsang Place', 'Flynn', 'ACT', '2615', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-12-01 13:03:49', '2006-11-25 07:40:31', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2461', '1279', 'Lisa Harrow', '', '23 Epsom Avenue', '', 'Auckland', '', '', 'New Zealand', '09 630 0578', 'lharrow@together.net', '1', 'Lisa Harrow', '', '23 Epsom Avenue', '', 'Auckland', '', '', 'New Zealand', '1', 'Lisa Harrow', '', '23 Epsom Avenue', '', 'Auckland', '', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-11-28 21:28:36', '2006-11-27 13:56:19', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2462', '62', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '61 2 98962052', 'dmmallia@exemail.com.au', '1', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '1', 'Daniel Mallia', 'Private', '30, White Gum Pl', 'Greystanes', 'NSW', 'NSW 2145', '', 'Australia', '1', 'PayPal', '', '691', '', '', '', '', '2006-11-28 09:46:31', '2006-11-27 20:33:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2463', '629', 'Ashley Wool', '', 'PO Box 1496', 'Toombul', 'Brisbane', 'QLD 4012', '', 'Australia', '0417 729 280', 'ashley.wool@bigpond.com', '1', 'Ashley Wool', '', 'PO Box 1496', 'Toombul', 'Brisbane', 'QLD 4012', '', 'Australia', '1', 'Ashley Wool', '', 'PO Box 1496', 'Toombul', 'Brisbane', 'QLD 4012', '', 'Australia', '1', 'PayPal', '', '692', '', '', '', '', '2006-11-28 09:47:50', '2006-11-27 22:04:30', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2464', '1281', 'David Mills', '', '27 Travers Drive', '', 'Australind', 'WA 6233', '', 'Australia', '+61407773179', 'farmport@bigpond.com', '1', 'David Mills', '', '27 Travers Drive', '', 'Australind', 'WA 6233', '', 'Australia', '1', 'David Mills', '', '27 Travers Drive', '', 'Australind', 'WA 6233', '', 'Australia', '1', 'PayPal', '', '693', '', '', '', '', '2006-11-28 09:49:04', '2006-11-27 22:26:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2465', '1282', 'Michael Stone', '', '1103/157 Walker St', 'North Sydney', 'North Sydney', 'NSW', '', 'Australia', '+61414914889', 'epamis@hotmail.com', '1', 'Michael Stone', '', '1103/157 Walker St', 'North Sydney', 'North Sydney', 'NSW', '', 'Australia', '1', 'Michael Stone', '', '1103/157 Walker St', 'North Sydney', 'North Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '694', '', '', '', '', '2006-11-28 09:49:57', '2006-11-28 04:52:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2466', '1283', 'Mark Davies', 'Victoria University', 'Rm 325, Cotton Building, Kelburn Parade', '', 'Wellington', '', '', 'New Zealand', '+64 4 463 5055', 'mark@mcs.vuw.ac.nz', '1', 'Mark Davies', 'Victoria University', 'Rm 325, Cotton Building, Kelburn Parade', '', 'Wellington', '', '', 'New Zealand', '1', 'Mark Davies', 'Victoria University', 'Rm 325, Cotton Building, Kelburn Parade', '', 'Wellington', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Mark Davies', '4715XXXXXXXX1937', '1007', '2006-11-29 07:02:56', '2006-11-28 15:22:53', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2467', '1284', 'geoff peck', '', '3 Craft Place', 'Middleton', 'Christchurch', '', '', 'New Zealand', '021-222-1135', 'geoff.peck@syft.com', '1', 'geoff peck', '', '3 Craft Place', 'Middleton', 'Christchurch', '', '', 'New Zealand', '1', 'geoff peck', '', '3 Craft Place', 'Middleton', 'Christchurch', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'geoff peck', '5402XXXXXXXX1991', '0907', '2006-11-29 07:22:27', '2006-11-28 15:53:40', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2468', '1285', 'Ross Lindsay', '', '11/50 Howe Street', 'Osborne Park', 'Perth', '6017', '', 'Australia', '61 8 94442995', 'ross@modernplastics.com.au', '1', 'Ross Lindsay', '', '11/50 Howe Street', 'Osborne Park', 'Perth', '6017', '', 'Australia', '1', 'Ross Lindsay', '', '11/50 Howe Street', 'Osborne Park', 'Perth', '6017', '', 'Australia', '1', 'PayPal', '', '695', '', '', '', '', '2006-11-29 07:23:56', '2006-11-28 16:24:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2469', '1287', 'Mannix Aylward', 'Commander', '49 Shirley St', '', 'Enoggera', '4051', '', 'Australia', '617 414626649', 'mannix_aylward@commander.com', '1', 'Mannix Aylward', 'Commander', '49 Shirley St', '', 'Enoggera', '4051', '', 'Australia', '1', 'Mannix Aylward', 'Commander', '49 Shirley St', '', 'Enoggera', '4051', '', 'Australia', '1', 'PayPal', '', '696', '', '', '', '', '2006-12-20 15:08:35', '2006-11-29 01:22:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2470', '1208', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '0064 35438192', 'kerry.connors@kern-group.com', '1', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '1', 'Kerry Connors', 'Kern Technologies', '29 Monaco View', '', 'Nelson', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Kerry Connors', '4506XXXXXXXX4103', '0307', '2006-11-30 10:12:37', '2006-11-29 10:40:07', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2471', '1217', 'Harvey Eiszele', 'ACID Data Services', 'P.O. Box 79', '', 'Moonah', 'Tas. 7009', '', 'Australia', '041 9977122', 'heiszele@tassie.net.au', '1', 'Harvey Eiszele', 'ACID Data Services', 'P.O. Box 79', '', 'Moonah', 'Tas. 7009', '', 'Australia', '1', 'Harvey Eiszele', 'ACID Data Services', 'P.O. Box 79', '', 'Moonah', 'Tas. 7009', '', 'Australia', '1', 'PayPal', '', '697', '', '', '', '', '2006-11-30 16:33:11', '2006-11-29 19:40:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2472', '1288', 'Don Taylor', 'United water International', 'PO Box 64', 'Ohaloran Hill', 'Adelaide', '5159', '', 'Australia', '+61 417800671', 'don.taylor@uwi.com.au', '1', 'Bob Dignham', 'United Water', 'PO Box 3253', 'Wellington', 'Wellington', '', '', 'New Zealand', '1', 'Don Taylor', 'United water International', 'PO Box 64', 'Ohaloran Hill', 'Adelaide', '5159', '', 'Australia', '1', 'PayPal', '', '698', '', '', '', '', '2006-12-01 16:41:33', '2006-11-30 14:00:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2473', '1289', 'raymond duncan', '', '3 anne street', 'smithfield heights', 'Cairns', 'queensland', '', 'Australia', '074-038-2820', 'rduncan@bigpond.net.au', '1', 'raymond duncan', 'sharplift pty ltd', '87 cook street', 'portsmith', 'cairns', 'queensland', '', 'Australia', '1', 'raymond duncan', '', '3 anne street', 'smithfield heights', 'Cairns', 'queensland', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-12-05 16:41:16', '2006-11-30 21:51:10', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2474', '1290', 'Daniel Biglia', 'Ausrobot', 'Level 1, 97 Northbourne Avenue', 'Turner', 'Canberra', '2601', '', 'Australia', '0448721961', 'daniel.biglia@ausrobot.com', '1', 'Daniel Biglia', 'Ausrobot', 'Level 1, 97 Northbourne Avenue', 'Turner', 'Canberra', '2601', '', 'Australia', '1', 'Daniel Biglia', 'Ausrobot', 'Level 1, 97 Northbourne Avenue', 'Turner', 'Canberra', '2601', '', 'Australia', '1', 'PayPal', '', '699', '', '', '', '', '2006-12-02 18:32:44', '2006-12-01 14:03:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2475', '1293', 'Neil Jarvis', 'Royal New Zealand Foundation of', '2nd Floor, 121 Adelaide Road', 'Newtown', 'Wellington', '', '', 'New Zealand', '+64-21-912154', 'neiljarvis@ihug.co.nz', '1', 'Neil Jarvis', 'Royal New Zealand Foundation of', '2nd Floor, 121 Adelaide Road', 'Newtown', 'Wellington', '', '', 'New Zealand', '1', 'Neil Jarvis', 'Royal New Zealand Foundation of', '2nd Floor, 121 Adelaide Road', 'Newtown', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2006-12-06 10:16:30', '2006-12-01 20:59:42', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2476', '1295', 'Jeff Bray', '', '225 Woodland St', 'Balgowlah', '2093', 'NSW', '', 'Australia', '+61411040200', 'jeffery.bray@gmail.com', '1', 'Jeff Bray', 'First Data International', 'Level 9 / 168 Walker St', 'North Sydney', '2060', 'NSW', '', 'Australia', '1', 'Jeff Bray', '', '225 Woodland St', 'Balgowlah', '2093', 'NSW', '', 'Australia', '1', 'PayPal', '', '700', '', '', '', '', '2006-12-19 12:40:15', '2006-12-03 00:28:49', '100004', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2477', '1296', 'Vincent Yung', '', '10A Waterview Street', 'Carlton', 'Sydney', '2218', '', 'Australia', '0413245733', 'v_yung@hotmail.com', '1', 'Vincent Yung', '', '10A Waterview Street', 'Carlton', 'Sydney', '2218', '', 'Australia', '1', 'Vincent Yung', '', '10A Waterview Street', 'Carlton', 'Sydney', '2218', '', 'Australia', '1', 'PayPal', '', '701', '', '', '', '', '2006-12-12 09:49:39', '2006-12-03 05:57:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2478', '1297', 'Chris Calvert', '', '19 Tyne Street', 'Addington', 'Christchurch', '', '', 'New Zealand', '021 83 22 55', 'chriscalvert@paradise.net.nz', '1', 'Chris Calvert', '', '19 Tyne Street', 'Addington', 'Christchurch', '', '', 'New Zealand', '1', 'Chris Calvert', '', '19 Tyne Street', 'Addington', 'Christchurch', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Chris Calvert', '4550XXXXXXXX0071', '0508', '2006-12-04 13:32:08', '2006-12-03 21:46:31', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2490', '1295', 'Jeff Bray', '', '225 Woodland St', 'Balgowlah', '2093', 'NSW', '', 'Australia', '+61411040200', 'jeffery.bray@gmail.com', '1', 'Jeff Bray', 'First Data International', 'Level 9 / 168 Walker St', 'North Sydney', '2060', 'NSW', '', 'Australia', '1', 'Jeff Bray', '', '225 Woodland St', 'Balgowlah', '2093', 'NSW', '', 'Australia', '1', 'PayPal', '', '707', '', '', '', '', '2006-12-07 10:13:27', '2006-12-06 16:41:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2480', '1299', 'Stephanie Cook', '', '145 Gordon Street', 'Footscray', 'Melbourne', 'Victoria/3', '', 'Australia', '0419 552 500', 'stephanie.cook@springglobalmail.com', '1', 'Stephanie Cook', 'Spring', '22 Blackwood Street', 'North Melbourne', 'Melbourne', 'Victoria/3', '', 'Australia', '1', 'Stephanie Cook', '', '145 Gordon Street', 'Footscray', 'Melbourne', 'Victoria/3', '', 'Australia', '1', 'PayPal', '', '702', '', '', '', '', '2006-12-06 20:23:28', '2006-12-04 11:59:18', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2481', '1300', 'stephen burnie', 'SJ Burnie Limited', '7 Liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '0272288805', 'burnies@xtra.co.nz', '1', 'Tony MacPherson', 'Ashburton District Council', '5 Baring Square West', '', 'Ashburton', '7700', '', 'New Zealand', '1', 'stephen burnie', 'SJ Burnie Limited', '7 Liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'SJ Burnie Limited', '5474XXXXXXXX4443', '1007', '2006-12-05 09:29:26', '2006-12-04 16:14:39', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2482', '1301', 'john estanillo', '', '57 jemalong street', '', 'Canberra', 'act 2611', '', 'Australia', '0409659904', 'john.estanillo@bigpond.com', '1', 'john estanillo', '', '57 jemalong street', '', 'Canberra', 'act 2611', '', 'Australia', '1', 'john estanillo', '', '57 jemalong street', '', 'Canberra', 'act 2611', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-12-07 12:24:22', '2006-12-04 22:45:48', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2483', '1302', 'Charmaine Andrews', 'Terminator Motorcycles', '3489 Ipswich Rd', 'Wacol', 'Brisbane', 'Qld 4077', '', 'Australia', '07 32788105', 'timtamy@hotmail.com', '1', 'Charmaine Andrews', 'Terminator Motorcycles', '3489 Ipswich Rd', 'Wacol', 'Brisbane', 'Qld 4077', '', 'Australia', '1', 'Charmaine Andrews', 'Terminator Motorcycles', '3489 Ipswich Rd', 'Wacol', 'Brisbane', 'Qld 4077', '', 'Australia', '1', 'PayPal', '', '703', '', '', '', '', '2006-12-05 16:17:40', '2006-12-05 00:54:52', '6', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2484', '1304', 'malcolm anthony', '', '84 racecourse road', 'upper riccarton', 'christchurch', '', '', 'New Zealand', '03 9424135', 'manthony@paradise.net.nz', '1', 'malcolm anthony', '', '84 racecourse road', 'upper riccarton', 'christchurch', '', '', 'New Zealand', '1', 'malcolm anthony', '', '84 racecourse road', 'upper riccarton', 'christchurch', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'malcolm anthony', '5427XXXXXXXX2886', '1207', '2006-12-07 08:22:30', '2006-12-05 14:52:43', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2485', '1303', 'Gang Du', '', '30 Kennedy Street', 'Kingsford', 'Sydney', 'NSW #2032', '', 'Australia', '+61406177678', 'seek4ek@hotmail.com', '1', 'Gang Du', '', '30 Kennedy Street', 'Kingsford', 'Sydney', 'NSW #2032', '', 'Australia', '1', 'Gang Du', '', '30 Kennedy Street', 'Kingsford', 'Sydney', 'NSW #2032', '', 'Australia', '1', 'PayPal', '', '705', '', '', '', '', '2006-12-06 08:09:28', '2006-12-05 18:35:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2486', '1305', 'Michael Stanley', 'Southern Cross First Aid', '1/471 Highett Rd', 'Highett', 'Melbourne', 'VIC 3190', '', 'Australia', '0419376051', 'm.stanley@southerncrossfirstaid.com', '1', 'Michael Stanley', 'Southern Cross First Aid', '1/471 Highett Rd', 'Highett', 'Melbourne', 'VIC 3190', '', 'Australia', '1', 'Michael Stanley', 'Southern Cross First Aid', '1/471 Highett Rd', 'Highett', 'Melbourne', 'VIC 3190', '', 'Australia', '1', 'PayPal', '', '706', '', '', '', '', '2006-12-06 09:47:09', '2006-12-05 21:32:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2487', '1301', 'john estanillo', '', '57 jemalong street', '', 'Canberra', 'act 2611', '', 'Australia', '0409659904', 'john.estanillo@bigpond.com', '1', 'john estanillo', '', '57 jemalong street', '', 'Canberra', 'act 2611', '', 'Australia', '1', 'john estanillo', '', '57 jemalong street', '', 'Canberra', 'act 2611', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-12-08 06:22:50', '2006-12-06 00:35:54', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2488', '1291', 'chris macgregor', '', '54 Passmore Cres', 'Maori Hill', 'Dunedin', '', '', 'New Zealand', '(03)4675191', 'chrismacgregor@xtra.co.nz', '1', 'chris macgregor', '', '54 Passmore Cres', 'Maori Hill', 'Dunedin', '', '', 'New Zealand', '1', 'chris macgregor', '', '54 Passmore Cres', 'Maori Hill', 'Dunedin', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'chris macgregor', '5427XXXXXXXX8544', '0107', '2006-12-06 10:20:10', '2006-12-06 08:40:19', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2489', '1291', 'chris macgregor', '', '54 Passmore Cres', '', 'Dunedin', '', '', 'New Zealand', '(03)4675191', 'chrismacgregor@xtra.co.nz', '1', 'Chris MacGregor', 'Thomas Electronics', '27 McBride St', '', 'Dunedin', '', '', 'New Zealand', '1', 'chris macgregor', '', '54 Passmore Cres', '', 'Dunedin', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Visa', '0', 'Visa', 'G.V. Hornby', '4999XXXXXXXX8632', '0508', '2006-12-06 15:37:48', '2006-12-06 11:34:49', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2491', '273', 'Simon Taylor', 'TGC', 'Unit 4/13 Gibbens rd', 'Gosford West', 'Central Coast', '2250', '', 'Australia', '0412 641106', 'simon@taylorgroup.com.au', '1', 'Simon Taylor', 'TGC', 'Unit 4/13 Gibbens rd', 'Gosford West', 'Central Coast', '2250', '', 'Australia', '1', 'Simon Taylor', 'TGC', 'Unit 4/13 Gibbens rd', 'Gosford West', 'Central Coast', '2250', '', 'Australia', '1', 'PayPal', '', '709', '', '', '', '', '2006-12-07 09:56:18', '2006-12-07 00:13:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2492', '1306', 'Peter Beatty', '', '1 Bakers Field', '', 'Dry Drayton', 'cb23 8eg', '', 'United Kingdom', '+447876713215', 'peter@pbeatty.com', '1', 'Ben Beatty', '', '1 Bigita Pl', 'Elimbah', 'Elimbah', '4516', '', 'Australia', '1', 'Peter Beatty', '', '1 Bakers Field', '', 'Dry Drayton', 'cb23 8eg', '', 'United Kingdom', '1', 'PayPal', '', '710', '', '', '', '', '2006-12-07 09:24:16', '2006-12-07 02:36:35', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2493', '1307', 'Peter Miller', '', '103 Chessfield Park', 'Little Chalfont', 'Amersham', 'Buckingham', '', 'United Kingdom', '01494765326', 'peterjmiller@ntlworld.com', '1', 'Peter Miller', '', '103 Chessfield Park', 'Little Chalfont', 'Amersham', 'Buckingham', '', 'United Kingdom', '1', 'Peter Miller', '', '103 Chessfield Park', 'HP6 6RX', 'Amersham', 'Buckingham', '', 'United Kingdom', '1', 'PayPal', '', '711', '', '', '', '', '2006-12-08 08:07:25', '2006-12-07 08:31:30', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2494', '1308', 'Jacqui Duncan', '', '29 Rutherglen Drive', 'St Andrews', 'Campbelltown', '2566', '', 'Australia', '0404360776', 'jacquid@idx.com.au', '1', 'Jacqui Duncan', '', '29 Rutherglen Drive', 'St Andrews', 'Campbelltown', '2566', '', 'Australia', '1', 'Jacqui Duncan', '', '29 Rutherglen Drive', 'St Andrews', 'Campbelltown', '2566', '', 'Australia', '1', 'PayPal', '', '712', '', '', '', '', '2006-12-07 12:23:45', '2006-12-07 10:14:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2495', '1309', 'Michael Murdica', 'Barikell Australia', '11/31 Wentworth Street', 'Greenacre', 'Sydney', 'NSW 2190', '', 'Australia', '+612 96426900', 'michaelm@barikell.com.au', '1', 'Michael Murdica', 'Barikell Australia', '11/31 Wentworth Street', 'Greenacre', 'Sydney', 'NSW 2190', '', 'Australia', '1', 'Michael Murdica', 'Barikell Australia', '11/31 Wentworth Street', 'Greenacre', 'Sydney', 'NSW 2190', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-08 09:02:22', '2006-12-07 16:14:56', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2496', '1310', 'Ross Radford', 'Sanyo Office Machines Pty Ltd', '5b gibbs st', 'Chatswood', 'Chatswood', '2067', '', 'Australia', '612 9417 7666', 'rossrad@sanyo-it.com.au', '1', 'Ross Radford', 'Sanyo Office machines Pty ltd', '5 Gibbs St', 'Chatswood', 'Chatswood', '2067', '', 'Australia', '1', 'Ross Radford', 'Sanyo Office Machines Pty Ltd', '5b gibbs st', 'Chatswood', 'Chatswood', '2067', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-12-11 16:42:00', '2006-12-07 17:56:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2497', '1311', 'Jame Armstrong', '', '8 Cratloe Road', '', 'Mount Waverley', '3149', '', 'Australia', '0395404233', 'tjarmst@bigpond.net.au', '1', 'Jame Armstrong', '', '8 Cratloe Road', '', 'Mount Waverley', '3149', '', 'Australia', '1', 'Jame Armstrong', '', '8 Cratloe Road', '', 'Mount Waverley', '3149', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-09 13:57:44', '2006-12-08 18:22:28', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2498', '282', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '09 3794836', 'jason@celnz.com', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Jason Kyle', '4999XXXXXXXX8955', '0407', '2006-12-11 10:40:41', '2006-12-10 11:28:31', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2499', '282', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '09 3794836', 'jason@celnz.com', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Jason Kyle', '4999XXXXXXXX8955', '0407', '2006-12-12 15:09:09', '2006-12-10 11:41:48', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2500', '975', 'Hannah Standing', '', '30b Shelly Bay Road', 'Beachlands', 'Auckland', '', '', 'New Zealand', '021621901', 'hannah.standing@gmail.com', '1', 'Hannah Standing', '', '30b Shelly Bay Road', 'Beachlands', 'Auckland', '', '', 'New Zealand', '1', 'Hannah Standing', '', '30b Shelly Bay Road', 'Beachlands', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Adam Standing', '4548XXXXXXXX3100', '0108', '2006-12-11 10:37:33', '2006-12-10 17:18:00', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2501', '1313', 'Ken Leacy', 'Akablue Pty Ltd', '12 Kemp Street', 'The Junction', '2291', 'NSW', '', 'Australia', '0403255449', 'ken@akablue.com.au', '1', 'Ken Leacy', 'Akablue Pty Ltd', 'Level 1 7,850 Hunter Street', 'Newcastle West', 'Newcastle', '2302', '', 'Australia', '1', 'Ken Leacy', 'Akablue Pty Ltd', '12 Kemp Street', 'The Junction', '2291', 'NSW', '', 'Australia', '1', 'PayPal', '', '713', '', '', '', '', '2006-12-12 15:10:49', '2006-12-11 20:52:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2502', '1314', 'Phillip Spann', '', '48 Aerodrome Rd.', '', 'Gladstone', '4680', '', 'Australia', '49783323', 'steeleye@austarnet.com.au', '1', 'Phillip Spann', '', '48 Aerodrome Rd.', '', 'Gladstone', '4680', '', 'Australia', '1', 'Phillip Spann', '', '48 Aerodrome Rd.', '', 'Gladstone', '4680', '', 'Australia', '1', 'PayPal', '', '714', '', '', '', '', '2006-12-12 15:09:57', '2006-12-11 21:33:58', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2503', '1315', 'Pete Lyzun', '', '46 Brooklyn Drive', 'Bourkelands', 'Wagga Wagga', 'NSW 2650', '', 'Australia', '0409 448 595', 'splyzoon@bigpond.net.au', '1', 'Pete Lyzun', '', '46 Brooklyn Drive', 'Bourkelands', 'Wagga Wagga', 'NSW 2650', '', 'Australia', '1', 'Pete Lyzun', '', '46 Brooklyn Drive', 'Bourkelands', 'Wagga Wagga', 'NSW 2650', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-13 07:43:21', '2006-12-11 22:59:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2504', '1318', 'Geoff Brain', 'n/a', '21 Haven Court', 'Cherrybrook', 'Cherrybrook', '2126', '', 'Australia', '61-2-9354-4605', 'brain@au1.ibm.com', '1', 'Geoff Brain', 'n/a', '21 Haven Court', 'Cherrybrook', 'Cherrybrook', '2126', '', 'Australia', '1', 'Geoff Brain', 'n/a', '21 Haven Court', 'Cherrybrook', 'Cherrybrook', '2126', '', 'Australia', '1', 'PayPal', '', '715', '', '', '', '', '2006-12-13 08:19:17', '2006-12-12 17:53:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2505', '1320', 'Stanley Lim', 'Hydropilots Australia', '10/23 Cabbage Tree Road', 'Andergrove', 'Mackay', '4740', '', 'Australia', '07 4955 3889', 'elinlee@bigpond.net.au', '1', 'Stanley Lim', 'Hydropilots Australia', '10/23 Cabbage Tree Road', 'Andergrove', 'Mackay', '4740', '', 'Australia', '1', 'Stanley Lim', 'Hydropilots Australia', '10/23 Cabbage Tree Road', 'Andergrove', 'Mackay', '4740', '', 'Australia', '1', 'PayPal', '', '716', '', '', '', '', '2006-12-13 08:08:12', '2006-12-12 20:07:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2506', '1321', 'Simon Ciantar', '', '495 Harris st', 'Ultimo', 'NSW', '2007', '', 'Australia', '+61 414 520455', 'sciantar@gmail.com', '1', 'Simon Ciantar', '', '495 Harris st', 'Ultimo', 'NSW', '2007', '', 'Australia', '1', 'Simon Ciantar', '', '22 Harold st', 'Blacktown', 'NSW', '2148', '', 'Australia', '1', 'PayPal', '', '717', '', '', '', '', '2006-12-13 15:11:14', '2006-12-13 13:26:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2507', '681', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '61 8 8277 3288', 'darrellb@kdfisher.com.au', '1', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '1', 'DARRELL BURR', 'K D FISHER & CO', '18 BENJAMIN ST', 'ST MARYS', 'ADELAIDE', 'SA / 5042', '', 'Australia', '1', 'PayPal', '', '718', '', '', '', '', '2006-12-14 22:00:45', '2006-12-13 19:16:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2508', '1322', 'Gary Barker', '', '5 Blenheim Way', 'Caroline Springs', 'Melbourne', 'Vic 3023', '', 'Australia', '61393630269', 'gary.barker@internode.on.net', '1', 'Gary Barker', '', '5 Blenheim Way', 'Caroline Springs', 'Melbourne', 'Vic 3023', '', 'Australia', '1', 'Gary Barker', '', '5 Blenheim Way', 'Caroline Springs', 'Melbourne', 'Vic 3023', '', 'Australia', '1', 'PayPal', '', '719', '', '', '', '', '2006-12-14 07:54:19', '2006-12-13 19:34:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2509', '1323', 'Tim Sercombe', 'The University of Western Austra', 'School of MEchnaical Engineering, 35 Stirling Hwy', 'Crawle', 'Perth', '6009', '', 'Australia', '0864883124', 'tim.sercombe@uwa.edu.au', '1', 'Tim Sercombe', 'The University of Western Austra', 'School of MEchnaical Engineering, 35 Stirling Hwy', 'Crawle', 'Perth', '6009', '', 'Australia', '1', 'Tim Sercombe', 'The University of Western Austra', 'School of MEchnaical Engineering, 35 Stirling Hwy', 'Crawle', 'Perth', '6009', '', 'Australia', '1', 'PayPal', '', '720', '', '', '', '', '2006-12-14 16:28:39', '2006-12-14 12:36:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2510', '1324', 'Brad Illich', 'Xtreme.com.au Pty Ltd', '1 / 23 Olympic Circuit', '', 'Southport', 'QLD / 4215', '', 'Australia', '0755314816', 'brad@xtreme.com.au', '1', 'Brad Illich', 'Xtreme.com.au Pty Ltd', '1 / 23 Olympic Circuit', '', 'Southport', 'QLD / 4215', '', 'Australia', '1', 'Brad Illich', 'Xtreme.com.au Pty Ltd', '1 / 23 Olympic Circuit', '', 'Southport', 'QLD / 4215', '', 'Australia', '1', 'Bank Transfer Payments', '', '721', '', '', '', '', '2006-12-14 16:52:23', '2006-12-14 13:10:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2511', '1325', 'Toddy Prawiraharjo', '', '8/10 Crimea Street', 'Caulfield North', 'Melbourne', '3161', '', 'Australia', '0423588423', 'toddy_p@hotmail.com', '1', 'Toddy Prawiraharjo', '', '8/10 Crimea Street', 'Caulfield North', 'Melbourne', '3161', '', 'Australia', '1', 'Toddy Prawiraharjo', '', '8/10 Crimea Street', 'Caulfield North', 'Melbourne', '3161', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-16 08:46:27', '2006-12-15 09:25:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2512', '1319', 'Aaron Sharp', 'Leverlink Australia Pty Ltd', '7/594 Boundary Rd', 'Archerfield', 'Brisbane', 'Queensland', '', 'Australia', '+61 7 3277 5440', 'asharp@leverlink.com.au', '1', 'Aaron Sharp', 'Leverlink Australia Pty Ltd', '11 Rusty Oak Court', 'Flagstone', 'Brisbane', '4280', '', 'Australia', '1', 'Aaron Sharp', 'Leverlink Australia Pty Ltd', '11 Rusty Oak Court', 'Flagstone', 'Brisbane', '4280', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2006-12-18 15:43:51', '2006-12-15 14:13:00', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2513', '1327', 'GARY SMITH', 'BOOKMASTERS BOOKKEEPING SERVICES', '117 Tepequar Drive', '', 'MAROOCHYDORE', '4558', '', 'Australia', '0754435554', 'gary@oasys.com.au', '1', 'GARY SMITH', 'BOOKMASTERS BOOKKEEPING SERVICES', '117 MEADOW STREET', 'KOORINGAL', 'WAGGA WAGGA', '2650', '', 'Australia', '1', 'GARY SMITH', 'BOOKMASTERS BOOKKEEPING SERVICES', '117 Tepequar Drive', '', 'MAROOCHYDORE', '4558', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-19 09:02:47', '2006-12-15 20:38:03', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2514', '1330', 'Ray Robinson', '', '2 Carlton Court', '', 'Birkdale', 'Qld 4159', '', 'Australia', '07 3207 5049', 'ray_r@bigpond.net.au', '1', 'Ray Robinson', '', '2 Carlton Court', '', 'Birkdale', 'Qld 4159', '', 'Australia', '1', 'Ray Robinson', '', '2 Carlton Court', '', 'Birkdale', 'Qld 4159', '', 'Australia', '1', 'PayPal', '', '722', '', '', '', '', '2006-12-18 10:03:04', '2006-12-16 14:15:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2515', '1329', 'Dean Collins', '', '4 Lambton Rd', '', 'Waratah', '2298', '', 'Australia', '+61249674420', 'deancollins@iprimus.com.au', '1', 'Dean Collins', '', '4 Lambton Rd', '', 'Waratah', '2298', '', 'Australia', '1', 'Dean Collins', '', '4 Lambton Rd', '', 'Waratah', '2298', '', 'Australia', '1', 'PayPal', '', '723', '', '', '', '', '2006-12-18 09:47:50', '2006-12-16 18:49:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2516', '1331', 'John Lockie', 'Self', '95 Rooney Rd', 'RSD Strathfieldsaye', 'Strathfieldsaye', 'Victoria 3', '', 'Australia', '0407 353 390', 'jrlockie@bigpoond.com', '1', 'John Lockie', '', '95 Rooney Rd', 'RSD Strathfieldsaye', '3551', 'Victoria', '', 'Australia', '1', 'John Lockie', '', '95 Rooney Rd', 'RSD Strathfieldsaye', '3551', 'Victoria', '', 'Australia', '1', 'PayPal', '', '724', '', '', '', '', '2006-12-18 09:24:13', '2006-12-18 01:31:52', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2517', '1332', 'jessica martinez', 'EO', 'Leverl 2 122 Pitt Street', 'Sydney', 'Sydney', '2000', '', 'Australia', '0401244373', 'jessica.martinez@energyone.com.au', '1', 'Jessica Martinez', 'Energy One', 'Level 2 122 Pitt Street', 'Sydney', 'Sydney', '2000', '', 'Australia', '1', 'jessica martinez', 'EO', 'Leverl 2 122 Pitt Street', 'Sydney', 'Sydney', '2000', '', 'Australia', '1', 'PayPal', '', '725', '', '', '', '', '2007-04-13 09:47:40', '2006-12-18 11:59:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2518', '1333', 'Emma Reichenbach', '', '32 cascade road', 'bombay', 'south auckland', '', '', 'New Zealand', '092387388', 'matt95@free.net.nz', '1', 'emma reichenbach', 'educare', '30 dublin street', 'pukekohe', 'south auckland', '', '', 'New Zealand', '1', 'Emma Reichenbach', '', '32 cascade road', 'bombay', 'south auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Emma Reichenbach', '4999XXXXXXXX4376', '0808', '2006-12-19 09:04:16', '2006-12-18 13:09:34', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2519', '1334', 'peter aranas', '', 'p.o.box 408', '', 'ingham', 'qld 4850', '', 'Australia', '0747761087', 'ireneparisco1@optusnet.com.au', '1', 'peter aranas', '', 'p.o.box 408', '', 'ingham', 'qld 4850', '', 'Australia', '1', 'peter aranas', '', 'p.o.box 408', '', 'ingham', 'qld 4850', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-19 14:56:24', '2006-12-18 13:39:26', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2520', '1335', 'Darren Habib', '', '15 Church Street', 'Onehunga', 'Auckland', '1061', '', 'New Zealand', '021438778', 'darrenhabib@hotmail.com', '1', 'Darren Habib', '', '15 Church Street', 'Onehunga', 'Auckland', '1061', '', 'New Zealand', '1', 'Darren Habib', '', '15 Church Street', 'Onehunga', 'Auckland', '1061', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Darren Habib', '4367XXXXXXXX1916', '0708', '2006-12-19 08:24:25', '2006-12-18 14:37:00', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2521', '1336', 'Dave Lawley', 'na', 'u26/7 Henderson Street', 'Henley Beach', 'Adelaide', 'SA 5022', '', 'Australia', '0408833865', 'davidlawley@hotmail.com', '1', 'Dave Lawley', 'na', 'u26/7 Henderson Street', 'Henley Beach', 'Adelaide', 'SA 5022', '', 'Australia', '1', 'Dave Lawley', 'na', 'u26/7 Henderson Street', 'Henley Beach', 'Adelaide', 'SA 5022', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2006-12-19 08:22:44', '2006-12-18 15:37:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2522', '1339', 'Dave Davies', 'PCS Cleaning Services Limited', 'P O Box 14-218', '', 'Wellington', '6241', '', 'New Zealand', '04 385 1616', 'yodave@xtra.co.nz', '1', 'Dave Davies', 'PCS Cleaning Services Limited', 'P O Box 14-218', '', 'Wellington', '6241', '', 'New Zealand', '1', 'Dave Davies', 'PCS Cleaning Services Limited', 'P O Box 14-218', '', 'Wellington', '6241', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2006-12-20 11:29:15', '2006-12-19 11:10:58', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2523', '1340', 'Bernard Varaine', 'Digital Objects', '152 Lone Kauri Road', 'Karekare, RD Piha', 'NewLynn', '0772', '', 'New Zealand', '027 2777 843', 'bernard@digitalobjects.co.nz', '1', 'Bernard Varaine', 'Digital Objects', '152 Lone Kauri Road', 'Karekare, RD Piha', 'NewLynn', '0772', '', 'New Zealand', '1', 'Bernard Varaine', 'Digital Objects', '152 Lone Kauri Road', 'Karekare, RD Piha', 'NewLynn', '0772', '', 'New Zealand', '1', 'PayPal', '', '726', '', '', '', '', '2006-12-20 14:58:56', '2006-12-19 12:17:36', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2524', '1319', 'Aaron Sharp', 'Leverlink Australia Pty Ltd', '7/594 Boundary Rd', '', 'Brisbane', 'Queensland', '', 'Australia', '+61 7 3277 5440', 'asharp@leverlink.com.au', '1', 'Aaron Sharp', 'Leverlink Australia Pty Ltd', '11 Rusty Oak Court', '', 'Brisbane', '4280', '', 'Australia', '1', 'Aaron Sharp', 'Leverlink Australia Pty Ltd', '11 Rusty Oak Court', '', 'Brisbane', '4280', '', 'Australia', '1', 'Bank Transfer Payments', '', '728', '', '', '', '', '2007-02-19 08:01:45', '2006-12-19 15:40:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2609', '1425', 'Ross Gaddes', 'Sailplane Services 2005 Ltd', '264 Appleby Road', 'Drury', 'Auckland', '2247', '', 'New Zealand', '09 2947324', 'sailplaneservices@xtra.co.nz', '1', 'Ross Gaddes', 'Sailplane Services 2005 Ltd', '264 Appleby Road', 'Drury', 'Auckland', '2247', '', 'New Zealand', '1', 'Ross Gaddes', 'Sailplane Services 2005 Ltd', '264 Appleby Road', 'Drury', 'Auckland', '2247', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Ross Gaddes', '4999XXXXXXXX7260', '0907', '2007-01-26 08:43:21', '2007-01-25 14:42:50', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2525', '1341', 'Daniel Kruimel', '3D Marine Mapping', '11 King William Street', 'Kent Town', 'South Australia', '5067', '', 'Australia', '0418808567', 'dkruimel@alexander.com.au', '1', 'Daniel Kruimel', '3D Marine Mapping', '11 King William Street', 'Kent Town', 'South Australia', '5067', '', 'Australia', '1', 'Daniel Kruimel', '3D Marine Mapping', '11 King William Street', 'Kent Town', 'South Australia', '5067', '', 'Australia', '1', 'PayPal', '', '729', '', '', '', '', '2006-12-19 18:00:18', '2006-12-19 16:44:59', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2526', '1344', 'Nathan Perkins', 'Commander', 'PO Box 160', 'Clayfield', 'Brisbane', 'Qld 4011', '', 'Australia', '07 3243 1841', 'Nathan_perkins@commander.com', '1', 'Nathan Perkins', 'Perkins Lawyers', 'Unit 15, 690 Sandgate Road', 'Clayfield', 'Brisbane', 'Qld, 4011', '', 'Australia', '1', 'Nathan Perkins', 'Commander', 'PO Box 160', 'Clayfield', 'Brisbane', 'Qld 4011', '', 'Australia', '1', 'PayPal', '', '730', '', '', '', '', '2006-12-20 15:51:47', '2006-12-20 13:07:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2527', '1345', 'John Atkins', 'DCS Penny Ltd', '109 Keith Street', '', 'Palmerston North', '', '', 'New Zealand', '06 358 0573', 'penny.eng@xtra.co.nz', '1', 'John Atkins', 'DCS Penny Ltd', '109 Keith Street', '', 'Palmerston North', '', '', 'New Zealand', '1', 'John Atkins', 'DCS Penny Ltd', '109 Keith Street', '', 'Palmerston North', '', '', 'New Zealand', '1', 'PayPal', '', '731', '', '', '', '', '2007-01-25 09:29:18', '2006-12-20 14:09:12', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2528', '1346', 'Terry Bell', 'NEC Australia Pty Ltd', 'Door 11, 649 Springvale Road', '', 'Mulgrave', '', 'VIC 3170', 'Australia', '61 3 92643809', 'sales@efrontier.co.nz', '1', 'Terry Bell', 'NEC Australia Pty Ltd', 'Door 11, 649 Springvale Road', '', 'Mulgrave', '', 'VIC 3170', 'Australia', '1', 'Terry Bell', 'NEC Australia Pty Ltd', 'Door 11, 649 Springvale Rd', '', 'Mulgrave', '', 'VIC 3170', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-01-18 10:46:52', '2006-12-21 11:40:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2529', '1338', 'randolph guneratne', '', '33 Canavan Crescent', 'Manning', 'Perth', 'WA 6152', '', 'Australia', '+61 403 875 094', 'randolph@raceg.com', '1', 'randolph guneratne', '', '33 Canavan Crescent', 'Manning', 'Perth', 'WA 6152', '', 'Australia', '1', 'randolph guneratne', '', '33 Canavan Crescent', 'Manning', 'Perth', 'WA 6152', '', 'Australia', '1', 'PayPal', '', '732', '', '', '', '', '2007-01-03 19:06:29', '2006-12-22 19:28:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2530', '429', 'Mike Tyler', '', 'Apt 6J / 42 Molesworth St', 'Thorndon', 'Wellington', '', '', 'New Zealand', '021 473 611', 'mrtyler@telstra.com', '1', 'Mike Tyler', '', '150 Quarters Sessions Rd', 'westleigh', 'Sydney', 'NSW', '', 'Australia', '1', 'Mike Tyler', '', '150 Quarters Sessions Rd', 'westleigh', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '733', '', '', '', '', '2006-12-28 09:05:14', '2006-12-23 19:31:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2531', '1348', 'Mikael Skrabb', 'Divepro Finland', '1/300 Draper st', 'Parramatta Park', 'Cairns', 'QLD', '', 'Australia', '0406852390', 'mikael@divepro.eu', '1', 'Mikael Skrabb', 'Divepro Finland', '1/300 Draper st', 'Parramatta Park', 'Cairns', 'QLD 4870', '', 'Australia', '1', 'Mikael Skrabb', 'Divepro Finland', '1/300 Draper st', 'Parramatta Park', 'Cairns', 'QLD', '', 'Australia', '1', 'PayPal', '', '734', '', '', '', '', '2006-12-28 08:03:32', '2006-12-27 17:44:04', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2532', '1352', 'Henry Vong', 'Colonial First State', 'Level 21, 52 Martin Place', 'Sydney', 'NSW', '2000', '', 'Australia', '0414993739', 'chunkychunkster@hotmail.com', '1', 'Henry Vong', 'Colonial First State', 'Level 21, 52 Martin Place', 'Sydney', 'NSW', '2000', '', 'Australia', '1', 'Henry Vong', 'Colonial First State', 'Level 21, 52 Martin Place', 'Sydney', 'NSW', '2000', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-08 09:18:00', '2006-12-28 15:13:03', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2533', '1355', 'Colin Whitechurch', '', '20 Merindah Rd', 'Baulkham hills', 'Sydney', 'NSW 2153', '', 'Australia', '61296863226', 'elsewhere.cj@bigpond.com.au', '1', 'Colin Whitechurch', '', '20 Merindah Rd', 'Baulkham hills', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'Colin Whitechurch', '', '20 Merindah Rd', 'Baulkham hills', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'PayPal', '', '735', '', '', '', '', '2006-12-29 12:39:57', '2006-12-28 23:36:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2534', '1356', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', 'Karori Park', 'Wellington', '6005', '', 'New Zealand', '0210591861', 'viproom_nz@hotmail.com', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', 'Karori Park', 'Wellington', '6005', '', 'New Zealand', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', 'Karori Park', 'Wellington', '6005', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-16 12:53:36', '2006-12-30 06:27:52', '6', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2535', '1357', 'Michael Downward', '', '4 Kowhai Street', 'Kingsland', 'Auckland', '1024', '', 'New Zealand', '096387930', 'michael_efrontier@downward.co.nz', '1', 'Michael Downward', '', '4 Kowhai Street', 'Kingsland', 'Auckland', '1024', '', 'New Zealand', '1', 'Michael Downward', '', '4 Kowhai Street', 'Kingsland', 'Auckland', '1024', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-08 09:17:23', '2006-12-30 12:59:02', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2539', '1363', 'Craig Urand', 'Blueprint Consulting Services', 'PO Box 2244', '', 'Mildura', 'Victoria 3', '', 'Australia', '+61 3 5021 0911', 'blueprint@bigpond.com', '1', 'Craig Urand', 'Blueprint Consulting Services', 'PO Box 2244', '', 'Mildura', 'Vic 3502', '', 'Australia', '1', 'Craig Urand', 'Blueprint Consulting Services', 'PO Box 2244', '', 'Mildura', 'Victoria 3', '', 'Australia', '1', 'Bank Transfer Payments', '', '737', '', '', '', '', '2007-01-08 11:04:20', '2007-01-02 12:48:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2537', '1359', 'Hien Ho', '', '18/154 The Boulevarde', 'Punchbowl', 'Sydney', 'N.S.W, 219', '', 'Australia', '0415850411', 'dragnboi@gmail.com', '1', 'Hien Ho', '', '18/154 The Boulevarde', 'Punchbowl', 'Sydney', 'N.S.W, 219', '', 'Australia', '1', 'Hien Ho', '', '18/154 The Boulevarde', 'Punchbowl', 'Sydney', 'N.S.W, 219', '', 'Australia', '1', 'PayPal', '', '736', '', '', '', '', '2007-01-05 13:05:57', '2007-01-01 05:24:51', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2538', '1360', 'michael soutar', 'south alpine lumber', '4 croftwood lane', '', 'Christchurch', '', '', 'New Zealand', '033597551', 'watsout@xtra.co.nz', '1', 'michael soutar', 'south alpine lumber', '4 croftwood lane', '', 'Christchurch', '', '', 'New Zealand', '1', 'michael soutar', 'south alpine lumber', '4 croftwood lane', '', 'Christchurch', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Visa', '0', 'Visa', 'michael soutar', '4921XXXXXXXX8758', '0107', '2007-01-03 09:53:04', '2007-01-01 13:33:25', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2540', '1365', 'ahmed alkadhi', '', '2 caversham drive', '', 'Hamilton', '3210', '', 'New Zealand', '+6478543520', 'ahmedalkadhi@xtra.co.nz', '1', 'ahmed alkadhi', '', '2 caversham drive', '', 'Hamilton', '3210', '', 'New Zealand', '1', 'ahmed alkadhi', '', '2 caversham drive', '', 'Hamilton', '3210', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Visa', '0', 'Visa', 'ahmed alkadhi', '4548XXXXXXXX9108', '0107', '2007-01-08 09:30:08', '2007-01-02 23:46:15', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2541', '1367', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '0895816719', 'lbushwalker@yahoo.com.au', '1', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '1', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-03 19:03:42', '2007-01-03 14:46:40', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2542', '1364', 'Alain Delhaize', '', '35 Liseron Way', 'Ferndale', 'Perth', '6148', '', 'Australia', '0894514853', 'sual@iinet.net.au', '1', 'Alain Delhaize', '', '35 Liseron Way', 'Ferndale', 'Perth', '6148', '', 'Australia', '1', 'Alain Delhaize', '', '35 Liseron Way', 'Ferndale', 'Perth', '6148', '', 'Australia', '1', 'PayPal', '', '738', '', '', '', '', '2007-01-04 08:17:36', '2007-01-03 14:55:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2543', '1367', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '0895816719', 'lbushwalker@yahoo.com.au', '1', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '1', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-03 19:03:19', '2007-01-03 16:09:11', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2544', '1367', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '0895816719', 'lbushwalker@yahoo.com.au', '1', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '1', 'Luc Delhaize', '', '23 Marlee Rd', 'Mandurah', 'Mandurah', '6210', '', 'Australia', '1', 'PayPal', '', '739', '', '', '', '', '2007-01-04 08:18:34', '2007-01-03 16:52:57', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2545', '1368', 'Bernard Cosgriff', 'Cosgriff Logistic Services', 'PO Box 4979', '', 'CHISHOLM', '2905', '', 'Australia', '0418699947', 'office.cls@bigpond.com', '1', 'Bernard Cosgriff', 'Cosgriff Logistic Services', 'PO Box 4979', '', 'CHISHOLM', '2905', '', 'Australia', '1', 'Bernard Cosgriff', 'Cosgriff Logistic Services', 'PO Box 4979', '', 'CHISHOLM', '2905', '', 'Australia', '1', 'PayPal', '', '740', '', '', '', '', '2007-01-04 08:31:49', '2007-01-04 00:36:53', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2546', '1370', 'Rinat Kassymov', '', '3-358 St Heliers Bay Rd', 'St Heliers', 'Auckland', '', '', 'New Zealand', '0274 71 41 91', 'rinat.kassymov@bp.com', '1', 'Rinat Kassymov', '', '3-358 St Heliers Bay Rd', 'St Heliers', 'Auckland', '', '', 'New Zealand', '1', 'Rinat Kassymov', '', '3-358 St Heliers Bay Rd', 'St Heliers', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '741', '', '', '', '', '2007-01-04 13:25:53', '2007-01-04 11:40:10', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2547', '1371', 'Ben Liebert', '', '9/11 Balfour Rd', 'Parnell', 'Auckland', '', '', 'New Zealand', '0275 252 252', 'ben@blackballsoftware.com', '1', 'Ben Liebert', 'Canary Data Solutions', '24 Balfour Rd', 'Parnell', 'Auckland', '', '', 'New Zealand', '1', 'Ben Liebert', 'Canary Data Solutions', '24 Balfour Rd', 'Parnell', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '742', '', '', '', '', '2007-01-05 08:39:27', '2007-01-04 14:42:25', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2548', '1372', 'Diane Jaworski', 'Hewlett Packard', '3 Richardson Place', '', 'North Ryde', 'NSW', '', 'Australia', '+61 407 513 234', 'postbox.common@gmail.com', '1', 'Diane Jaworski', 'Hewlett Packard', '3 Richardson Place', '', 'North Ryde', 'NSW 2113', '', 'Australia', '1', 'Diane Jaworski', 'Hewlett Packard', '3 Richardson Place', '', 'North Ryde', 'NSW 2113', '', 'Australia', '1', 'PayPal', '', '743', '', '', '', '', '2007-01-05 09:37:14', '2007-01-04 20:58:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2549', '1374', 'Tim Emons', '', '332 Koornang Rd', '', 'Carnegie', 'Victoria 3', '', 'Australia', '+61409948409', 'tim.emons@heidelberg.com', '1', 'Tim Emons', '', '332 Koornang Rd', '', 'Carnegie', 'Victoria 3', '', 'Australia', '1', 'Tim Emons', '', '332 Koornang Rd', '', 'Carnegie', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '744', '', '', '', '', '2007-01-05 12:52:31', '2007-01-05 11:57:54', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2550', '1375', 'Martin Rohr', '', '106 O\'brien Rd', 'RD3, Albany', 'Auckland', '', '', 'New Zealand', '021-629574', 'martin@mbrs.co.nz', '1', 'Martin Rohr', '', '106 O\'brien Rd', 'RD3, Albany', 'Auckland', '', '', 'New Zealand', '1', 'Martin Rohr', '', '106 O\'brien Rd', 'RD3, Albany', 'Auckland', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2007-01-05 16:49:00', '2007-01-05 15:54:47', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2551', '1376', 'John Cameron', 'N/A', 'PO Box 531M', 'Manunda', 'Cairns', 'Queensland', '', 'Australia', '61 0740536676', 'jvc60@bigpond.com', '1', 'John Cameron', 'N/A', 'PO Box 531M', 'Manunda', 'Cairns', 'Queensland', '', 'Australia', '1', 'John Cameron', 'N/A', 'PO Box 531M', 'Manunda', 'Cairns', 'Queensland', '', 'Australia', '1', 'PayPal', '', '745', '', '', '', '', '2007-01-09 21:17:36', '2007-01-05 20:51:55', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2552', '1377', 'Douglas Walker', '', '29 Brighton Rd', 'Parnell', 'Auckland', '1001', '', 'New Zealand', '649 368 4966', 'douglaswwalker@gmail.com', '1', 'Douglas Walker', '', '29 Brighton Rd', 'Parnell', 'Auckland', '1001', '', 'New Zealand', '1', 'Douglas Walker', '', '3444 E Bellevue', '', 'Tucson', 'Arizona 85', '', 'United States', '2', 'PayPal', '', '747', '', '', '', '', '2007-01-08 10:01:04', '2007-01-07 14:57:26', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2553', '1378', 'Brian Box', 'Safe & Sure Security', 'P.O.Box 671', '', 'Dunsborough', 'WA 6281', '', 'Australia', '0419903783', 'brian@safesuresecurity.com.au', '1', 'Brian Box', 'Safe & Sure Security', 'P.O.Box 671', '', 'Dunsborough', 'WA 6281', '', 'Australia', '1', 'Brian Box', 'Safe & Sure Security', 'P.O.Box 671', '', 'Dunsborough', 'WA 6281', '', 'Australia', '1', 'PayPal', '', '746', '', '', '', '', '2007-01-09 11:48:34', '2007-01-07 15:02:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2554', '1379', 'Gordon Waters', '', 'Po Box 7110', '', 'Karabar', 'NSW', '', 'Australia', '0422921269', 'gordon.waters@gmail.com', '1', 'Gordon Waters', 'ATEX', 'Level 5 / 181 Fitzroy St', '', 'St Kilda', 'VIC 3182', '', 'Australia', '1', 'Gordon Waters', '', 'Po Box 7110', '', 'Karabar', 'NSW', '', 'Australia', '1', 'PayPal', '', '748', '', '', '', '', '2007-01-08 08:41:31', '2007-01-07 21:23:03', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2555', '1380', 'Tony Burton', 'Crystal Rock', '1a Market Place', '', 'Twizel', '', '', 'New Zealand', '03 435 0779', 'tony.burton@crystalrock.co.nz', '1', 'Tony Burton', 'Crystal Rock', '1a Market Place', '', 'Twizel', '', '', 'New Zealand', '1', 'Tony Burton', 'Crystal Rock', '1a Market Place', '', 'Twizel', '', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2007-01-09 10:14:11', '2007-01-08 07:53:09', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2556', '1382', 'Tim Kindell', '', '18 Kokako Rd', '', 'Paraparaumu', '', '', 'New Zealand', '027 2769240', 'timk@electracontracting.co.nz', '1', 'Tim Kindell', '', '18 Kokako Rd', '', 'Paraparaumu', '', '', 'New Zealand', '1', 'Tim Kindell', '', '18 Kokako Rd', '', 'Paraparaumu', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2007-01-08 16:17:09', '2007-01-08 12:08:48', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2557', '1383', 'Gil Smith', 'MATRIX Consultants Australia Pty', '41 Airlie St', '', 'Ashtonfield', 'NSW/2323', '', 'Australia', '0403 011 358', 'gil.smith@orica.com', '1', 'Gil Smith', 'MATRIX Consultants Australia Pty', 'Level 1 / 306 High St', '', 'Maitland', 'NSW/2320', '', 'Australia', '1', 'Gil Smith', 'MATRIX Consultants Australia Pty', '41 Airlie St', '', 'Ashtonfield', 'NSW/2323', '', 'Australia', '1', 'PayPal', '', '750', '', '', '', '', '2007-01-08 15:31:02', '2007-01-08 13:08:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2558', '1384', 'Aidan Mountford', 'Allegro Networks', 'Ground Floor, 130 Bundall Rd', 'Bundall', 'Queensland', '4217', '', 'Australia', '+61-417-849-852', 'aidan.mountford@team.allegro.com.au', '1', 'Aidan Mountford', 'Allegro Networks', 'Ground Floor, 130 Bundall Rd', 'Bundall', 'Queensland', '4217', '', 'Australia', '1', 'Aidan Mountford', 'Allegro Networks', 'Ground Floor, 130 Bundall Rd', 'Bundall', 'Queensland', '4217', '', 'Australia', '1', 'PayPal', '', '749', '', '', '', '', '2007-01-08 15:30:03', '2007-01-08 14:48:35', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2559', '1385', 'paul attiwell', 'Sandvik', '285 Collier Road', 'Bayswater', 'perth', 'wa / 6053', '', 'Australia', '0408917397', 'paul.attiwell@sandvik.com', '1', 'paul attiwell', 'Sandvik', '285 Collier Road', 'Bayswater', 'perth', 'wa / 6053', '', 'Australia', '1', 'paul attiwell', 'Sandvik', '285 Collier Road', 'Bayswater', 'perth', 'wa / 6053', '', 'Australia', '1', 'PayPal', '', '751', '', '', '', '', '2007-01-10 15:26:54', '2007-01-08 16:39:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2560', '1386', 'Alistair Johnson', '', 'Hobson Street', 'Auckland', 'Auckland', '1010', '', 'New Zealand', '021 968 386', 'thepuggamuffin@hotmail.com', '1', 'Alistair Johnson', '', 'Hobson Street', 'Auckland', 'Auckland', '1010', '', 'New Zealand', '1', 'Alistair Johnson', '', 'Hobson Street', 'Auckland', 'Auckland', '1010', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-08 18:58:03', '2007-01-08 18:52:51', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2561', '1387', 'Matt Cole', '', 'Level 7, 219 St georges Tce', 'Perth', 'Perth', 'WA 6000', '', 'Australia', '0417974399', 'mcole@iinet.net.au', '1', 'Matt Cole', '', 'Level 7, 219 St georges Tce', 'Perth', 'Perth', 'WA 6000', '', 'Australia', '1', 'Matt Cole', '', 'Level 7, 219 St georges Tce', 'Perth', 'Perth', 'WA 6000', '', 'Australia', '1', 'PayPal', '', '752', '', '', '', '', '2007-01-09 09:00:15', '2007-01-08 19:20:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2562', '1388', 'William Middleton', 'Porirua City Council', '15 Prosser Street', 'Elsdon', 'Porirua', '', '', 'New Zealand', '04 237 1090', 'wmiddleton@pcc.govt.nz', '1', 'William Middleton', 'Porirua City Council', '15 Prosser Street', 'Elsdon', 'Porirua', '', '', 'New Zealand', '1', 'William Middleton', 'Porirua City Council', '15 Prosser Street', 'Elsdon', 'Porirua', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'WJ Middleton', '4999XXXXXXXX7139', '0508', '2007-01-11 16:12:39', '2007-01-09 11:55:13', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2563', '1389', 'ronnie barrese', 'baresco pty ltd', '53 sanctuary lakes sth blvd', 'sanctuary lakes', 'victoria', '3030', '', 'Australia', '0432637396', 'ronnie28@bigpond.com.au', '1', 'ronnie barrese', 'baresco pty ltd', '53 sanctuary lakes sth blvd', 'sanctuary lakes', 'victoria', '3030', '', 'Australia', '1', 'ronnie barrese', 'baresco pty ltd', '53 sanctuary lakes sth blvd', 'sanctuary lakes', 'victoria', '3030', '', 'Australia', '1', 'PayPal', '', '753', '', '', '', '', '2007-01-09 15:30:13', '2007-01-09 13:12:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2564', '1390', 'Chris van d Wal', '', '113 Emerald Hill Dr', 'Emerald Hill', 'Upper Hutt', '5018', '', 'New Zealand', '0274897145', 'chris.vanderwal@telecom.co.nz', '1', 'Chris van d Wal', '', '113 Emerald Hill Dr', 'Emerald Hill', 'Upper Hutt', '5018', '', 'New Zealand', '1', 'Chris van d Wal', '', '113 Emerald Hill Dr', 'Emerald Hill', 'Upper Hutt', '5018', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-09 15:30:53', '2007-01-09 13:39:07', '6', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2565', '1390', 'Chris van d Wal', '', '113 Emerald Hill Dr', 'Emerald Hill', 'Upper Hutt', '5018', '', 'New Zealand', '0274897145', 'chris.vanderwal@telecom.co.nz', '1', 'Chris van d Wal', '', '113 Emerald Hill Dr', 'Emerald Hill', 'Upper Hutt', '5018', '', 'New Zealand', '1', 'Chris van d Wal', '', '113 Emerald Hill Dr', 'Emerald Hill', 'Upper Hutt', '5018', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Chris van der Wal', '4550XXXXXXXX9729', '0507', '2007-01-09 14:55:46', '2007-01-09 13:41:28', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2566', '1391', 'Anthony Brittain', 'Toll SPD', '604 Footscray Rd', 'Footscray', 'Footscray', '3011', '', 'Australia', '0413451844', 'anthony_brittain@toll.com.au', '1', 'Anthony Brittain', 'Toll SPD', '604 Footscray Rd', 'Footscray', 'VIC', '3011', '', 'Australia', '1', 'Anthony Brittain', 'Toll SPD', '604 Footscray Rd', 'Footscray', 'Footscray', '3011', '', 'Australia', '1', 'PayPal', '', '754', '', '', '', '', '2007-01-09 15:15:39', '2007-01-09 14:27:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2567', '1393', 'Brian Gregory', 'Commander', 'L2, 30 Little Cribb St', 'Milton', 'Brisbane', 'QLD', '', 'Australia', '0419713843', 'brian_gregory@commander.com', '1', 'Brian Gregory', 'Commander', 'L2, 30 Little Cribb St', 'Milton', 'Brisbane', 'QLD', '', 'Australia', '1', 'Brian Gregory', 'Commander', 'L2, 30 Little Cribb St', 'Milton', 'Brisbane', 'QLD', '', 'Australia', '1', 'PayPal', '', '756', '', '', '', '', '2007-01-11 12:29:56', '2007-01-10 14:41:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2568', '1394', 'rodney duncanson', '', '59 christine ave', 'burleigh waters', 'gold coast', 'qld 4220', '', 'Australia', '0433338099', 'rodneyjd@bigpond.net.au', '1', 'rodney duncanson', 'granite transformations', '2/32 junction rd', 'burleigh heads', 'gold coast', 'qld 4220', '', 'Australia', '1', 'rodney duncanson', '', '59 christine ave', 'burleigh waters', 'gold coast', 'qld 4220', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-11 12:30:23', '2007-01-11 00:11:59', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2569', '1395', 'David Morgan', '', '16 Armina Court', 'Tugun', 'Tugun', 'Queensland', '', 'Australia', '75559 5658', 'dj_morgan1@bigpond.com', '1', 'David Morgan', '', '16 Armina Court', 'Tugun', 'Tugun', 'Queensland', '', 'Australia', '1', 'David Morgan', '', '16 Armina Court', 'Tugun', 'Tugun', 'Queensland', '', 'Australia', '1', 'PayPal', '', '757', '', '', '', '', '2007-01-11 12:19:29', '2007-01-11 01:21:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2570', '1394', 'rodney duncanson', '', '59 christine ave', 'burleigh waters', 'gold coast', 'qld 4220', '', 'Australia', '0433338099', 'rodneyjd@bigpond.net.au', '1', 'rodney duncanson', '', '59 christine ave', 'burleigh waters', 'gold coast', 'qld 4220', '', 'Australia', '1', 'rodney duncanson', '', '59 christine ave', 'burleigh waters', 'gold coast', 'qld 4220', '', 'Australia', '1', 'PayPal', '', '758', '', '', '', '', '2007-01-11 11:52:47', '2007-01-11 10:47:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2571', '1396', 'Michael Bowley', 'Scanprobe Australia', '237 Kesters Road', 'Para Hills', 'Para Hills', '5096', '', 'Australia', '041-882-5458', 'mbowley@bigpond.net.au', '1', 'Michael Bowley', 'Scanprobe Australia', '237 Kesters Road', 'Para Hills', 'Para Hills', '5096', '', 'Australia', '1', 'Michael Bowley', 'Scanprobe Australia', '237 Kesters Road', 'Para Hills', 'Para Hills', '5096', '', 'Australia', '1', 'PayPal', '', '759', '', '', '', '', '2007-01-12 09:29:49', '2007-01-11 19:14:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2572', '1397', 'Michael Abdo', '', 'PO Box 212', 'Mosman Park', 'Perth', '6012', '', 'Australia', '0403 326 046', 'michael@mabdo.id.au', '1', 'Michael Abdo', 'PathWest', 'Pathology Level 5, Princess Margaret Hospital, Roberts Road', 'Subiaco', 'Perth', '6008', '', 'Australia', '1', 'Michael Abdo', '', 'PO Box 212', 'Mosman Park', 'Perth', '6012', '', 'Australia', '1', 'PayPal', '', '760', '', '', '', '', '2007-01-12 14:34:46', '2007-01-12 13:55:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2573', '1398', 'Dejan Radovanovic', '', '203 Wharf Street', 'Spring Hill', 'Brisbane', '4004', '', 'Australia', '0732221588', 'dejan.radovanovic@afp.gov.au', '1', 'Dejan Radovanovic', '', '203 Wharf Street', 'Spring Hill', 'Brisbane', '4004', '', 'Australia', '1', 'Dejan Radovanovic', '', '203 Wharf Street', 'Spring Hill', 'Brisbane', '4004', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-01-16 09:32:20', '2007-01-12 14:48:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2574', '1399', 'Jithendra Nair', 'Gold Coast Publications', '385 Southport Nerang Road', '', 'Gold Coast', '4214', '', 'Australia', '+617+5584 2515', 'nairj@gcb.newsltd.com.au', '1', 'Jithendra Nair', 'Gold Coast Publications', '385 Southport Nerang Road', '', 'Gold Coast', '4214', '', 'Australia', '1', 'Jithendra Nair', 'Gold Coast Publications', '385 Southport Nerang Road', '', 'Gold Coast', '4214', '', 'Australia', '1', 'Bank Transfer Payments', '', '761', '', '', '', '', '2007-01-16 15:42:32', '2007-01-12 19:15:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2583', '1407', 'Doug Hanna', '', 'Barrett Rd', 'RD 3 Albany', 'Auckland', '', '', 'New Zealand', '021629969', 'dhanna@ihug.co.nz', '1', 'Doug Hanna', '', 'Barrett Rd', 'RD 3 Albany', 'Auckland', '', '', 'New Zealand', '1', 'Doug Hanna', '', 'Barrett Rd', 'RD 3 Albany', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Doug Hanna', '4999XXXXXXXX2669', '0508', '2007-01-15 15:34:00', '2007-01-15 15:01:58', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2575', '1401', 'John Habjan', '', '144 Avoca Drive', 'Green Point', 'Gosford', 'NSW', '', 'Australia', '+61419985069', 'johnhabjan@fastmail.com.au', '1', 'John Habjan', '', '144 Avoca Drive', '', 'Green Point', 'NSW 2251', '', 'Australia', '1', 'John Habjan', '', '144 Avoca Drive', '', 'Green Point', 'NSW 2251', '', 'Australia', '1', 'PayPal', '', '762', '', '', '', '', '2007-01-13 16:59:32', '2007-01-13 03:59:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2576', '1402', 'Clive Paige', '', '49 Aldenham Road', '', 'Bushey', 'WD23 2NB', '', 'United Kingdom', '86 755 26753874', 'clivepaige@mac.com', '1', 'Clive Paige', 'C/O Quasar Engineering', 'Room 1101/2', '111 Queen\'s Road West,', 'Hong Kong', 'Hong Kong', '', 'Hong Kong', '1', 'Clive Paige', '', '49 Aldenham Road', '', 'Bushey', 'WD23 2NB', '', 'United Kingdom', '1', 'PayPal', '', '763', '', '', '', '', '2007-09-07 13:18:00', '2007-01-13 04:02:54', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2577', '1403', 'Allan Pettigrew', '', '4 Hinau Place', '', 'Matamata', '3400', '', 'New Zealand', '07 8634381', 'ad_pettigrew@hotmail.com', '1', 'Allan Pettigrew', '', '12 Roretana Drive', 'Athenree RD1', 'Katikati', '3177', '', 'New Zealand', '1', 'Allan Pettigrew', '', '4 Hinau Place', '', 'Matamata', '3400', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'A D Pettigrew', '4999XXXXXXXX4288', '0408', '2007-01-15 10:02:26', '2007-01-13 14:05:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2578', '1404', 'Phillip Spann', '', '48 Aerodrome Rd.', '', 'Gladstone', 'Qld 4680', '', 'Australia', '0439370621', 'steeleye@austarnet.com.au', '1', 'Phillip Spann', '', '48 Aerodrome Rd.', '', 'Gladstone', 'Qld 4680', '', 'Australia', '1', 'Phillip Spann', '', '48 Aerodrome Rd.', '', 'Gladstone', 'Qld 4680', '', 'Australia', '1', 'PayPal', '', '764', '', '', '', '', '2007-01-15 10:16:08', '2007-01-13 15:57:41', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2579', '972', 'Radovan Djuricic', '', '3/58 Bathurst St.', 'Liverpool', 'Sydney', 'NSW2170', '', 'Australia', '0410-270970', 'ras1@hotkey.net.au', '1', 'Radovan Djuricic', '', '3/58 Bathurst St.', 'Liverpool', 'Sydney', 'NSW2170', '', 'Australia', '1', 'Radovan Djuricic', '', '3/58 Bathurst St.', 'Liverpool', 'Sydney', 'NSW2170', '', 'Australia', '1', 'PayPal', '', '765', '', '', '', '', '2007-01-15 10:42:26', '2007-01-13 22:24:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2580', '1405', 'Teofil Groza', '', '60 Oaktree Drive', 'Hampton Park', 'Melbourne', '3976', '', 'Australia', '97997776', 'teogroza@gmail.com', '1', 'Teofil Groza', '', '60 Oaktree Drive', 'Hampton Park', 'Melbourne', '3976', '', 'Australia', '1', 'Teofil Groza', '', '60 Oaktree Drive', 'Hampton Park', 'Melbourne', '3976', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-15 11:01:02', '2007-01-14 11:28:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2581', '1406', 'Nikolai Derevko', '', '3/6 Irving Street', 'Malvern', 'Melbourne', '3144', '', 'Australia', '0415484499', 'costuk@iinet.com.au', '1', 'Nikolai Derevko', '', '3/6 Irving Street', 'Malvern', 'Melbourne', '3144', '', 'Australia', '1', 'Nikolai Derevko', '', '3/6 Irving Street', 'Malvern', 'Melbourne', '3144', '', 'Australia', '1', 'PayPal', '', '766', '', '', '', '', '2007-01-15 11:21:09', '2007-01-14 23:07:30', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2582', '1356', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', '', 'Wellington', '6005', '', 'New Zealand', '0210591861', 'viproom_nz@hotmail.com', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', '', 'Wellington', '6005', '', 'New Zealand', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', '', 'Wellington', '6005', '', 'New Zealand', '1', 'Credit Card', '', '0', '', '', '', '', '2007-03-03 12:52:11', '2007-01-15 10:07:08', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2584', '995', 'nick maraziotis', 'Half price shutters', 'unit 1 - 40 george st', '', 'granville', 'nsw 2141', '', 'Australia', '0410 499 111', 'nmarazio@unwired.com.au', '1', 'half price shutters 37 prime drive', 'seven hills', 'nsw 2147', '', 'seven hills', '', '', 'Australia', '1', 'half price shutters 37 prime drive', 'seven hills', 'nsw 2147', '', 'seven hills', '', '', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2007-01-20 19:00:49', '2007-01-15 17:49:22', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2585', '1408', 'Andrew Williams', '', 'PO BOX 453', '', 'PARK HOLME', 'STH. AUST.', '', 'Australia', '0400100401', 'andymw@tpg.com.au', '1', 'Andrew Williams', '', 'PO BOX 453', '', 'PARK HOLME', '5043', '', 'Australia', '1', 'Andrew Williams', '', 'PO BOX 453', '', 'PARK HOLME', 'STH. AUST.', '', 'Australia', '1', 'PayPal', '', '767', '', '', '', '', '2007-01-16 14:49:17', '2007-01-16 00:40:43', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2586', '1409', 'Terry Moore', 'Home', 'd1510/780 Bourke St', 'REDFERN', 'SYDNEY', 'NSW 2016', '', 'Australia', '+61292186055', 'terry_moore@rta.nsw.gov.au', '1', 'Terry Moore', 'C/- RTA NSW Level 3', '260 Elizabeth St', 'SURRY HILLS', 'SYDNEY', 'NSW 2010', '', 'Australia', '1', 'Terry Moore', 'Home', 'd1510/780 Bourke St', 'REDFERN', 'SYDNEY', 'NSW 2016', '', 'Australia', '1', 'PayPal', '', '768', '', '', '', '', '2007-01-17 09:48:29', '2007-01-16 14:14:27', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2587', '1410', 'Gennady Gienko', 'The University of the South Paci', 'Geography Department', '', 'Suva', 'Private Ba', '', 'Fiji', '679 3232816', 'gennady.gienko@usp.ac.fj', '1', 'Gennady Gienko', 'The University of the South Paci', 'Geography Department', '', 'Suva', 'Private Ba', '', 'Fiji', '1', 'Gennady Gienko', 'The University of the South Paci', 'Geography Department', '', 'Suva', 'Private Ba', '', 'Fiji', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2007-01-25 09:25:04', '2007-01-16 16:46:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2588', '1117', 'Matthew Witt', '', '250 Dominion Road', 'Papakura', 'Auckland', '', '', 'New Zealand', '0211399083', 'wittsend@afflictive.co.nz', '1', 'Matthew Witt', '', '250 Dominion Road', 'Papakura', 'Auckland', '', '', 'New Zealand', '1', 'Matthew Witt', '', '250 Dominion Road', 'Papakura', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Matthew Witt', '4988XXXXXXXX6084', '1107', '2007-01-17 18:10:39', '2007-01-17 12:18:15', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2589', '1412', 'IAN POPPITT', '', '2 RODRIGUEZ AVENUE', '', 'BLACKHEATH', '2785', '', 'Australia', '+61247877483', 'chimarea@tpg.com.au', '1', 'IAN POPPITT', '', 'PO BOX 155', '', 'BLACKHEATH', '2785', '', 'Australia', '1', 'IAN POPPITT', '', '2 RODRIGUEZ AVENUE', '', 'BLACKHEATH', '2785', '', 'Australia', '1', 'PayPal', '', '769', '', '', '', '', '2007-01-18 07:55:36', '2007-01-17 12:58:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2592', '1413', 'Andrew Duffus', 'Expo-Trade PTY LTD', '14 Ocean Grove', 'Seabrook', 'Melbourne', 'Vic/3028', '', 'Australia', '+61419874660', 'andrew.duffus@expotrade.com.au', '1', 'Andrew Duffus', 'Expo-Trade PTY LTD', '14 Ocean Grove', 'Seabrook', 'Melbourne', 'Vic/3028', '', 'Australia', '1', 'Andrew Duffus', 'Expo-Trade PTY LTD', '14 Ocean Grove', 'Seabrook', 'Melbourne', 'Vic/3028', '', 'Australia', '1', 'PayPal', '', '770', '', '', '', '', '2007-01-18 08:17:33', '2007-01-17 18:31:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2593', '1414', 'Jono Leahy', '', '26 Wrixon St', '', 'Latham', '2615', '', 'Australia', '0410983588', 'jleahy@djtubby.com', '1', 'Jono Leahy', '', '434 Bevan St', '', 'Lavington', '2641', '', 'Australia', '1', 'Jono Leahy', '', '434 Bevan St', '', 'Lavington', '2641', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-02-26 20:43:38', '2007-01-17 20:56:02', '100004', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2591', '282', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '09 3794836', 'jason@celnz.com', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Jason Kyle', '4999XXXXXXXX8955', '0407', '2007-01-18 07:57:24', '2007-01-17 16:40:55', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2594', '1415', 'Rodney Graham', '', 'PO Box 18', 'PEMBERTON', 'PEMBERTON', 'WA 6260', '', 'Australia', '08-97761135', 'rod@pimeliaolives.com.au', '1', 'Rodney Graham', '', 'PO Box 18', 'PEMBERTON', 'PEMBERTON', 'WA 6260', '', 'Australia', '1', 'Rodney Graham', '', 'PO Box 18', 'PEMBERTON', 'PEMBERTON', 'WA 6260', '', 'Australia', '1', 'PayPal', '', '771', '', '', '', '', '2007-01-18 08:35:01', '2007-01-18 00:18:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2598', '1417', 'Martin Copland', '', '5 Treacy St', 'Tusmore', 'Adelaide', 'South Aust', '', 'Australia', '+61 8 8333 0296', 'coplandm@bigpond.net.au', '1', 'Martin Copland', '', '5 Treacy St', 'Tusmore', 'Adelaide', '5065', '', 'Australia', '1', 'Martin Copland', '', '5 Treacy St', 'Tusmore', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-01-19 08:23:19', '2007-01-18 12:48:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2597', '1356', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', '', 'Wellington', '6005', '', 'New Zealand', '0210591861', 'viproom_nz@hotmail.com', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', '', 'Wellington', '6005', '', 'New Zealand', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', '', 'Wellington', '6005', '', 'New Zealand', '1', 'Credit Card', 'Credit Card (Manual): Visa', '0', 'Visa', 'Kid Hilton', '4258XXXXXXXX7626', '0209', '2007-03-04 09:36:41', '2007-01-18 04:36:04', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2599', '1348', 'Mikael Skrabb', 'Divepro Finland', '1/300 Draper st', 'Parramatta Park', 'Cairns', 'QLD', '', 'Australia', '0406852390', 'mikael@divepro.eu', '1', 'Mikael Skrabb', 'Divepro Finland', '1/300 Draper st', 'Parramatta Park', 'Cairns', 'QLD 4870', '', 'Australia', '1', 'Mikael Skrabb', 'Divepro Finland', '1/300 Draper st', 'Parramatta Park', 'Cairns', 'QLD', '', 'Australia', '1', 'PayPal', '', '772', '', '', '', '', '2007-01-19 08:55:09', '2007-01-18 22:44:01', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2600', '1418', 'Michael Heap', '', '119A Sierra Drive', 'North Tamborine', 'Queensland', '4272', '', 'Australia', '61755450783', 'mheap@internode.on.net', '1', 'Michael Heap', '', '119A Sierra Drive', 'North Tamborine', 'Queensland', '4272', '', 'Australia', '1', 'Michael Heap', '', '119A Sierra Drive', 'North Tamborine', 'Queensland', '4272', '', 'Australia', '1', 'PayPal', '', '773', '', '', '', '', '2007-01-25 09:41:58', '2007-01-19 01:22:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2601', '1419', 'marie kara', '', '71 verdun street,', 'bexley', 'sydney', '2207', '', 'Australia', '0404458863', 'mkarakiozis@hotmail.com', '1', 'marie kara', '', '71 verdun street,', 'bexley', 'sydney', '2207', '', 'Australia', '1', 'marie kara', '', '71 verdun street,', 'bexley', 'sydney', '2207', '', 'Australia', '1', 'PayPal', '', '774', '', '', '', '', '2007-01-20 17:03:49', '2007-01-20 13:21:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2602', '1420', 'Bill Keane', '', '48 Alto Ave', 'Croydon', 'Melbourne', '3136', '', 'Australia', '+613 97232203', 'bke@mac.com', '1', 'Bill Keane', '', '48 Alto Ave', 'Croydon', 'Melbourne', '3136', '', 'Australia', '1', 'Bill Keane', '', '48 Alto Ave', 'Croydon', 'Melbourne', '3136', '', 'Australia', '1', 'PayPal', '', '775', '', '', '', '', '2007-01-22 09:07:05', '2007-01-20 16:54:52', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2605', '754', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '06 368 9959', 'stu.viv@callsouth.net.nz', '1', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '1', 'Stuart Nockels', '', '245 Cambridge Street', '', 'Levin', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Visa', '0', 'Visa', 'S W Nockels', '4999XXXXXXXX2295', '0807', '2007-01-25 09:27:31', '2007-01-22 15:26:01', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2606', '1421', 'Graham Brown', '', '11 Coolidge Court', 'Dandenong North', 'Melbourne', 'VIC 3175', '', 'Australia', '+61 3 97012062', 'lengra@bigpond.net.au', '1', 'Graham Brown', '', '11 Coolidge Court', 'Dandenong North', 'Melbourne', 'VIC 3175', '', 'Australia', '1', 'Graham Brown', '', '11 Coolidge Court', 'Dandenong North', 'Melbourne', 'VIC 3175', '', 'Australia', '1', 'PayPal', '', '776', '', '', '', '', '2007-01-23 08:45:37', '2007-01-22 17:05:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2604', '1356', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', 'Karori Park', 'Wellington', '6005', '', 'New Zealand', '0210591861', 'viproom_nz@hotmail.com', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', 'Karori Park', 'Wellington', '6005', '', 'New Zealand', '1', 'Kid Hilton', 'NZ Shipping Industries Limited C', '6 Landsdowne Tce', 'Karori Park', 'Wellington', '6005', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Kid Hilton', '5446XXXXXXXX9317', '0109', '2007-06-27 10:59:49', '2007-01-21 00:00:44', '5', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2607', '1422', 'Warren Timson', '', '6 Linsey Street', 'Coburg', 'Melbourne', 'VIC 3058', '', 'Australia', '(+61 4) 0359 1100', 'wtimson@optusnet.com.au', '1', 'Warren Timson', '', '6 Linsey Street', 'Coburg', 'Melbourne', 'VIC 3058', '', 'Australia', '1', 'Warren Timson', '', '6 Linsey Street', 'Coburg', 'Melbourne', 'VIC 3058', '', 'Australia', '1', 'PayPal', '', '777', '', '', '', '', '2007-01-23 12:42:46', '2007-01-23 11:21:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2608', '1423', 'Glenn Goldring', '', '27 Sandwick Drive', 'Heron Point, Manurewa', 'Auckland', '', '', 'New Zealand', '027 277 4321', 'glenn-g@xtra.co.nz', '1', 'Glenn Goldring', '', '27 Sandwick Drive', 'Heron Point, Manurewa', 'Auckland', '', '', 'New Zealand', '1', 'Glenn Goldring', '', '27 Sandwick Drive', 'Heron Point, Manurewa', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'G A Goldring', '4988XXXXXXXX4485', '0208', '2007-01-24 10:08:39', '2007-01-23 16:06:39', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2610', '1426', 'Eric Greenwood', 'IML Network Ltd', '93 Cambridge Tce', '', 'Christchurch', '8001', '', 'New Zealand', '64 21 321 260', 'ehgreenwood@gmail.com', '1', 'Eric Greenwood', 'IML Network Ltd', '93 Cambridge Tce', '', 'Christchurch', '8001', '', 'New Zealand', '1', 'Eric Greenwood', 'IML Network Ltd', '93 Cambridge Tce', '', 'Christchurch', '8001', '', 'New Zealand', '1', 'PayPal', '', '779', '', '', '', '', '2007-01-26 08:44:49', '2007-01-25 15:36:04', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2611', '1427', 'Richard Cross', '', '8 Ocean View Rd', 'Huia', 'Waitakere', '0604', '', 'New Zealand', '027 6880183', 'richardx@maxnet.co.nz', '1', 'Richard Cross', '', '8 Ocean View Rd', 'Huia', 'Waitakere', '0604', '', 'New Zealand', '1', 'Richard Cross', '', '8 Ocean View Rd', 'Huia', 'Waitakere', '0604', '', 'New Zealand', '1', 'PayPal', '', '780', '', '', '', '', '2007-01-30 09:20:29', '2007-01-26 17:24:29', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2612', '1428', 'Ian Brain', '', 'Unit 1/175 Foster St', 'Sale', 'Sale', 'VIC 3850', '', 'Australia', '03 51444521', 'ianbrain@ozemail.com.au', '1', 'Ian Brain', '', 'Unit 1/175 Foster St', 'Sale', 'Sale', 'VIC 3850', '', 'Australia', '1', 'Ian Brain', '', 'Unit 1/175 Foster St', 'Sale', 'Sale', 'VIC 3850', '', 'Australia', '1', 'PayPal', '', '781', '', '', '', '', '2007-01-29 13:37:18', '2007-01-27 15:48:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2613', '1429', 'Neil Farmer', '', '10/63 High Street', 'Prahran', 'Melbourne', 'VIC 3181', '', 'Australia', '0431 928 129', 'neil.j.farmer@gmail.com', '1', 'Neil Farmer', '', '10/63 High Street', 'Prahran', 'Melbourne', 'VIC 3181', '', 'Australia', '1', 'Neil Farmer', '', '10/63 High Street', 'Prahran', 'Melbourne', 'VIC 3181', '', 'Australia', '1', 'PayPal', '', '782', '', '', '', '', '2007-01-29 13:35:43', '2007-01-27 16:14:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2614', '525', 'Derek Lai', '', '2/27 Cavalier Street', 'Doncaster East', 'Melbourne', 'Victoria 3', '', 'Australia', '+61414517128', 'derek@derekliz.com', '1', 'Derek Lai', '', '2/27 Cavalier Street', 'Doncaster East', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Derek Lai', '', '2/27 Cavalier Street', 'Doncaster East', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '783', '', '', '', '', '2007-01-29 13:30:14', '2007-01-28 20:40:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2615', '1430', 'Jake Faulkner', '', '13 Carleton Tce', 'Tawa', 'Wellington', '5028', '', 'New Zealand', '021508352', 'jakef@ihug.co.nz', '1', 'Jake Faulkner', '', '13 Carleton Tce', 'Tawa', 'Wellington', '5028', '', 'New Zealand', '1', 'Jake Faulkner', '', '13 Carleton Tce', 'Tawa', 'Wellington', '5028', '', 'New Zealand', '1', 'PayPal', '', '784', '', '', '', '', '2007-02-16 13:22:48', '2007-01-29 02:10:48', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2616', '1431', 'Paul Kent', '', '17 First Avenue (Cnr Prince Street)', 'Blacktown', 'Sydney', '2148', '', 'Australia', '0403 308351', 'sunten@tpg.com.au', '1', 'Paul Kent', '', '17 First Avenue (Cnr Prince Street)', 'Blacktown', 'Sydney', '2148', '', 'Australia', '1', 'Paul Kent', '', '17 First Avenue (Cnr Prince Street)', 'Blacktown', 'Sydney', '2148', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-01-30 09:49:09', '2007-01-29 10:26:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2617', '1433', 'clayton knapp', '', 'homestead rd', '', 'invercargill', '', '', 'New Zealand', '021 685116', 'cbknapp5@xtra.co.nz', '1', 'clayton knapp', '', 'homestead rd', '3 r d wyndham', 'southland', '', '', 'New Zealand', '1', 'clayton knapp', '', 'homestead rd', '3 r d wyndham', 'southland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'clayton knapp', '4548XXXXXXXX7205', '0207', '2007-01-30 09:40:38', '2007-01-29 20:48:06', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2618', '1436', 'Paul Bird', 'Hydro Tas.', '1 Australis Drive', 'Rocherlea', 'Launceston', 'Tasmania /', '', 'Austria', '0409252723', 'paul.bird@hydro.com.au', '5', 'Paul Bird', 'Hydro Tas.', '1 Australis Drive', 'Rocherlea', 'Launceston', 'Tasmania /', '', 'Australia', '1', 'Paul Bird', 'Hydro Tas.', '1 Australis Drive', 'Rocherlea', 'Launceston', 'Tasmania /', '', 'Australia', '1', 'PayPal', '', '785', '', '', '', '', '2007-01-31 09:32:22', '2007-01-30 17:06:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2619', '1437', 'Ian Graham', '', '29/20 Harrison Street', 'Cremorne', 'Sydney', 'NSW 2090', '', 'Australia', '00612099535801', 'isgraham6@hotmail.com', '1', 'Ian Graham', '', '29/20 Harrison Street', 'Cremorne', 'Sydney', 'NSW 2090', '', 'Australia', '1', 'Ian Graham', '', '29/20 Harrison Street', 'Cremorne', 'Sydney', 'NSW 2090', '', 'Australia', '1', 'PayPal', '', '786', '', '', '', '', '2007-01-31 10:13:59', '2007-01-30 18:44:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2620', '1438', 'Murray Ward', 'Rosemead Pty Ltd', '13 Broome St', '', 'Perth', 'WA 6011', '', 'Australia', '0419912532', 'murray.ward@stirlingproducts.net', '1', 'Murray Ward', 'Rosemead Pty Ltd', '13 Broome St', '', 'Perth', 'WA 6011', '', 'Australia', '1', 'Murray Ward', 'Rosemead Pty Ltd', '13 Broome St', '', 'Perth', 'WA 6011', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-02-03 14:51:55', '2007-01-30 19:45:04', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2631', '1447', 'Rod Leaver', '', '18 Elfrida Street', '', 'Mosman', 'NSW', '', 'Australia', '+61299604930', 'rod@leaver.com.au', '1', 'Rod Leaver', '', '18 Elfrida Street', '', 'Mosman', '', 'NSW  2088', 'Australia', '1', 'Rod Leaver', '', '18 Elfrida Street', '', 'Mosman', '', 'NSW 2088', 'Australia', '1', 'Bank Transfer Payments', '', '793', '', '', '', '', '2007-02-07 13:58:12', '2007-02-02 17:46:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2626', '1443', 'Anuj Anand', 'Aus', '8/2404 Logan Road', 'Eight Mile Plains', 'Brisbane', '4113', '', 'Australia', '0413937985', 'anuj.anand@ausenco.com', '1', 'Anuj Anand', 'Ausenco', '8/2404 Logan Road', 'Eight Mile Plains', 'Brisbane', 'QLD / 4113', '', 'Australia', '1', 'Anuj Anand', 'Aus', '8/2404 Logan Road', 'Eight Mile Plains', 'Brisbane', '4113', '', 'Australia', '1', 'PayPal', '', '789', '', '', '', '', '2007-02-01 08:01:42', '2007-01-31 15:02:18', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2622', '1439', 'Graeme Clarke', 'construction 21', '70 Tallai Rd', 'Tallai', 'Gold Coast', '4213', '', 'Australia', '0418764876', 'construction21@optusnet.com.au', '1', 'Graeme Clarke', 'construction 21', '70 Tallai Rd', 'Tallai', 'Gold Coast', '4213', '', 'Australia', '1', 'Graeme Clarke', 'construction 21', '70 Tallai Rd', 'Tallai', 'Gold Coast', '4213', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-03-09 15:49:05', '2007-01-31 00:51:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2623', '1440', 'Jan Kruse', '', '303 Karaka Bay Rd', '', 'Wellington', '6022', '', 'New Zealand', '021-1615023', 'jkruse2007@gmail.com', '1', 'Jan Kruse', '', '303 Karaka Bay Rd', '', 'Wellington', '6022', '', 'New Zealand', '1', 'Jan Kruse', '', '303 Karaka Bay Rd', '', 'Wellington', '6022', '', 'New Zealand', '1', 'Credit Card using PayPal', 'Credit Card (Manual): Visa', '0', 'Visa', 'Jan Kruse', '4060XXXXXXXX3952', '1107', '2007-02-01 08:00:34', '2007-01-31 08:01:56', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2624', '1441', 'Nathan Gill', 'Invercargill City Council', '101 Esk Street', '', 'Invercargill', '9840', '', 'New Zealand', '03 2111 455', 'nathan.gill@icc.govt.nz', '1', 'Nathan Gill', 'Invercargill City Council', '101 Esk Street', '', 'Invercargill', '9840', '', 'New Zealand', '1', 'Nathan Gill', 'Invercargill City Council', '101 Esk Street', '', 'Invercargill', '9840', '', 'New Zealand', '1', 'PayPal', '', '787', '', '', '', '', '2007-01-31 11:15:07', '2007-01-31 09:54:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2625', '1442', 'Anthony Condon', '', '6 Pyrmont Street', 'Robina', 'Gold Coast', '4226', '', 'Australia', '+61 408269269', 'cowboy@icunet.com.au', '1', 'Anthony Condon', '', '6 Pyrmont Street', 'Robina', 'Gold Coast', '4226', '', 'Australia', '1', 'Anthony Condon', '', '6 Pyrmont Street', 'Robina', 'Gold Coast', '4226', '', 'Australia', '1', 'PayPal', '', '788', '', '', '', '', '2007-02-10 13:24:15', '2007-01-31 13:01:28', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2627', '1444', 'Richard Rosberg', '', '36 Wollumbin Drive', '', 'Hungry Head', 'NSW2455', '', 'Australia', '0427 001 768', 'richardncoral@myplace.net.au', '1', 'Richard Rosberg', '', '36 Wollumbin Drive', '', 'Hungry Head', 'NSW2455', '', 'Australia', '1', 'Richard Rosberg', '', '36 Wollumbin Drive', '', 'Hungry Head', 'NSW2455', '', 'Australia', '1', 'Credit Card using PayPal', '', '790', '', '', '', '', '2007-02-01 08:39:01', '2007-01-31 19:59:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2628', '1445', 'Nick Robertshaw', '', '7 Dugong court', 'St Helena', 'Melbourne', '3088', '', 'Australia', '0428822440', 'loanrangie@iprimus.com.au', '1', 'Nick Robertshaw', '', '7 Dugong court', 'St Helena', 'Melbourne', '3088', '', 'Australia', '1', 'Nick Robertshaw', '', '7 Dugong court', 'St Helena', 'Melbourne', '3088', '', 'Australia', '1', 'PayPal', '', '791', '', '', '', '', '2007-02-02 22:20:46', '2007-02-01 13:59:41', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2629', '1446', 'Mike Parker', 'Codarra Advanced Systems', '251 Crawford Street', '', 'Queanbeyan', '2620', 'NSW', 'Australia', '+61261281100', 'michaelp@codarra.com.au', '1', 'Mike Parker', 'Codarra Advanced Systems', '251 Crawford Street', '', 'Queanbeyan', '2620', 'NSW', 'Australia', '1', 'Mike Parker', 'Codarra Advanced Systems', '251 Crawford Street', '', 'Queanbeyan', '2620', 'NSW', 'Australia', '1', 'Credit Card using PayPal', '', '792', '', '', '', '', '2007-02-02 15:01:30', '2007-02-01 15:41:14', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2630', '1231', 'Donald Chan', '', '10 Elsfield Place', 'Torbay', 'Auckland', '0630', '', 'New Zealand', '021-116-0410', 'dwmchan@xtra.co.nz', '1', 'Donald Chan', '', '10 Elsfield Place', 'Torbay', 'Auckland', '0630', '', 'New Zealand', '1', 'Donald Chan', '', '10 Elsfield Place', 'Torbay', 'Auckland', '0630', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2007-02-05 10:17:40', '2007-02-01 22:09:07', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2632', '0', 'Terry Bell', 'NEC Australia Pty. Ltd.', 'Door 11, 649 Springvale Rd', '', 'Mulgrave', '', 'VIC 3170', 'Australia', '+61 3 9264 3809', '', '1', 'Terry Bell', 'NEC Australia Pty. Ltd.', 'Door 11, 649 Springvale Rd', '', 'Mulgrave', '', 'VIC 3170', 'Australia', '1', 'Terry Bell', 'NEC Australia Pty. Ltd.', 'Door 11, 649 Springvale Rd', '', 'Mulgrave', '', 'VIC 3170', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2007-04-03 18:09:48', '2007-02-02 18:48:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2633', '1449', 'andrew hobbs', '', '5 barrington', 'muswellbrook', 'nsw', '2333', '', 'Australia', '0412311366', 'aphobbs@bigpond.net.au', '1', 'andrew hobbs', '', '5 barrington', 'muswellbrook', 'nsw', '2333', '', 'Australia', '1', 'andrew hobbs', '', '5 barrington', 'muswellbrook', 'nsw', '2333', '', 'Australia', '1', 'PayPal', '', '795', '', '', '', '', '2007-02-05 10:14:03', '2007-02-04 02:21:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2634', '1450', 'Djordje Kovac', 'Deneb Electro', '14/494 Old South Head Rd', 'Rose Bay', 'Sydney', '2029, NSW', '', 'Australia', '+61 425 222287', 'denebelectro@optusnet.com.au', '1', 'Djordje Kovac', 'Deneb Electro', '14/494 Old South Head Rd', 'Rose Bay', 'Sydney', '2029, NSW', '', 'Australia', '1', 'Djordje Kovac', 'Deneb Electro', '14/494 Old South Head Rd', 'Rose Bay', 'Sydney', '2029, NSW', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-02-05 10:47:00', '2007-02-04 12:08:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2635', '1451', 'ron bareis', 'simdata', '20 Glencross St', 'CHISHOLM', 'Canberra', 'ACT', '', 'Australia', '0427 918678', 'ron@simdata.com.au', '1', 'ron bareis', 'simdata', '20 Glencross St', 'CHISHOLM', 'Canberra', 'ACT', '', 'Australia', '1', 'ron bareis', 'simdata', '20 Glencross St', 'CHISHOLM', 'Canberra', 'ACT', '', 'Australia', '1', 'PayPal', '', '796', '', '', '', '', '2007-02-05 10:09:31', '2007-02-04 18:56:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2636', '995', 'nick maraziotis', 'Half price shutters', 'unit 1 - 40 george st', 'granville', 'granville', 'nsw 2141', '', 'Australia', '0410 499 111', 'nmarazio@unwired.com.au', '1', 'nick maraziotis', 'half price shutters', '37 prime drive', 'seven hills', 'sydney', 'nsw 2147', '', 'Australia', '1', 'nick maraziotis', 'half price shutters', '37 prime drive', 'seven hills', 'sydney', 'nsw 2147', '', 'Australia', '1', 'PayPal', '', '797', '', '', '', '', '2007-02-05 15:34:50', '2007-02-05 14:00:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2637', '1453', 'Neil Goodyer', 'Sunshine Vista', '1/45 Duke Street', '', 'Sunshine Beach', '4567', '', 'Australia', '0400991505', 'neilgoodyer@bigpond.com', '1', 'Neil Goodyer', 'Sunshine Vista', '1/45 Duke Street', '', 'Sunshine Beach', '4567', '', 'Australia', '1', 'Neil Goodyer', 'Sunshine Vista', '1/45 Duke Street', '', 'Sunshine Beach', '4567', '', 'Australia', '1', 'PayPal', '', '798', '', '', '', '', '2007-02-07 11:34:11', '2007-02-06 16:14:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2638', '1434', 'Richelle Smith', '', '37 Hygeia street', 'Rye', 'Melbourne', 'Victoria', '', 'Australia', '0359852362', 'chelle1961@bigpond.com', '1', 'Don Adams', '', '6 Fairs Avenue', 'Cronulla', 'New South Wales', '2230', '', 'Australia', '1', 'Richelle Smith', '', '37 Hygeia street', 'Rye', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-02-07 13:31:07', '2007-02-07 12:29:21', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2639', '1455', 'Alan Parsons', 'Amber Technology', 'Unit D, 5 Skyline Place', 'Frenchs Forest', 'Sydney', 'NSW 2086', '', 'Australia', '0411371966', 'aparsons@ambertech.com.au', '1', 'Alan Parsons', 'Amber Technology', 'Unit D, 5 Skyline Place', 'Frenchs Forest', 'Sydney', 'NSW 2086', '', 'Australia', '1', 'Alan Parsons', 'Amber Technology', 'Unit D, 5 Skyline Place', 'Frenchs Forest', 'Sydney', 'NSW 2086', '', 'Australia', '1', 'PayPal', '', '799', '', '', '', '', '2007-02-08 08:37:22', '2007-02-07 15:32:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2640', '1456', 'stanley barrington', '', '19 bluewater cres.', 'shearwater', 'port sorrell', 'tas.7307', '', 'Australia', '0364286170', 'stan1@dodo.com.au', '1', 'stanley barrington', '', '19 bluewater cres.', 'shearwater', 'port sorrell', 'tas.7307', '', 'Australia', '1', 'stanley barrington', '', '19 bluewater cres.', 'shearwater', 'port sorrell', 'tas.7307', '', 'Australia', '1', 'PayPal', '', '800', '', '', '', '', '2007-02-08 08:38:42', '2007-02-07 16:32:37', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2641', '1452', 'Alan Wittber', '', '16 Palmer Street', '', 'Donnybrook', 'WA 6239', '', 'Australia', '(08) 97311880', 'awittber@bigpond.net.au', '1', 'Alan Wittber', '', '16 Palmer Street', '', 'Donnybrook', 'WA 6239', '', 'Australia', '1', 'Alan Wittber', '', '16 Palmer Street', '', 'Donnybrook', 'WA 6239', '', 'Australia', '1', 'PayPal', '', '801', '', '', '', '', '2007-02-08 08:39:56', '2007-02-07 18:26:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2642', '1458', 'David Thorne', '', '2 Berkeley Place', '', 'Ferny Grove', '4055', '', 'Australia', '+61 7 31172640', 'ebuy@thorne.id.au', '1', 'David Thorne', '', '2 Berkeley Place', '', 'Ferny Grove', '4055', '', 'Australia', '1', 'David Thorne', '', '2 Berkeley Place', '', 'Ferny Grove', '4055', '', 'Australia', '1', 'PayPal', '', '802', '', '', '', '', '2007-02-13 09:54:04', '2007-02-07 22:17:46', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2643', '1460', 'Jimojo Hotspots', 'Jimojo Pty Ltd', '11/49 Butterfield St', 'Herston', 'Brisbane', 'Queensland', '', 'Australia', '+61732521334', 'joshua@jimojo.com', '1', 'Jimojo Hotspots', 'Jimojo Pty Ltd', '11/49 Butterfield St', 'Herston', 'Brisbane', 'Queensland', '', 'Australia', '1', 'Jimojo Hotspots', 'Jimojo Pty Ltd', '11/49 Butterfield St', 'Herston', 'Brisbane', 'Queensland', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-02-11 20:40:20', '2007-02-08 01:09:21', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2644', '1461', 'Chris Moore', 'BBPetResort', '236 Beaconsfield-Emerald Road', '', 'Victoria', '3807', '', 'Australia', '+61397071661', 'perfu@bigpond.com', '1', 'Chris Moore', 'BBPetResort', '236 Beaconsfield-Emerald Road', '', 'Victoria', '3807', '', 'Australia', '1', 'Chris Moore', 'BBPetResort', '236 Beaconsfield-Emerald Road', '', 'Victoria', '3807', '', 'Australia', '1', 'Bank Transfer Payments', '', '803', '', '', '', '', '2007-02-08 15:07:45', '2007-02-08 11:58:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2645', '1462', 'Shimon Kanar', 'Overseas Treasures Co', '2-23 Phillip St.', 'Johnsonville', 'Wellington', '6004', '', 'New Zealand', '+6444784292', 's.kanar@xtra.co.nz', '1', 'Shimon Kanar', 'Overseas Treasures Co', '2-23 Phillip St.', 'Johnsonville', 'Wellington', '6004', '', 'New Zealand', '1', 'Shimon Kanar', 'Overseas Treasures Co', '2-23 Phillip St.', 'Johnsonville', 'Wellington', '6004', '', 'New Zealand', '1', 'PayPal', '', '805', '', '', '', '', '2007-02-13 13:53:25', '2007-02-08 17:26:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2646', '1463', 'Steven Streidl', 'Metro Cafe', '15 Railway Street', '', 'Toowoomba', 'Qld', '', 'Australia', '0428984961', 'steven@marven.com.au', '1', 'Steven Streidl', 'Metro Cafe', '15 Railway Street', '', 'Toowoomba', 'Qld', '', 'Australia', '1', 'Steven Streidl', '', 'PO Box 4845', 'Toowoomba', '4350', 'Qld', '', 'Australia', '1', 'PayPal', '', '806', '', '', '', '', '2007-02-26 10:22:47', '2007-02-08 22:25:53', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2647', '1465', 'Michael Lipshutz', 'Cohen Woolf & Weinberg', 'Level 3, 608 St Kilda Road', 'Melbourne', 'Melbourne', 'Victoria 3', '', 'Australia', '0418855177', 'lipshutz@lipfam.com', '1', 'Michael Lipshutz', 'Cohen Woolf & Weinberg', 'Level 3, 608 St Kilda Road', 'Melbourne', 'Melbourne', 'Victoria 3', '', 'Australia', '1', 'Michael Lipshutz', 'Cohen Woolf & Weinberg', 'Lvl 3, 608 St Kilda Road', '', 'Melbourne', '3000', '', 'Australia', '1', 'PayPal', '', '807', '', '', '', '', '2007-02-14 15:41:52', '2007-02-10 02:15:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2648', '1466', 'Mike Andrew', 'Compuserv', '3/1 Pitt Street', 'LOFTUS', 'SYDNEY', 'NSW 2232', '', 'Australia', '0419305628', 'mikea@compuserv.com.au', '1', 'Mike Andrew', 'Compuserv', '3/1 Pitt Street', 'LOFTUS', 'SYDNEY', 'NSW 2232', '', 'Australia', '1', 'Mike Andrew', 'Compuserv', '3/1 Pitt Street', 'LOFTUS', 'SYDNEY', 'NSW 2232', '', 'Australia', '1', 'PayPal', '', '808', '', '', '', '', '2007-02-12 09:54:21', '2007-02-11 01:11:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2649', '1467', 'Alexey Dubrovin', '', '5/72 Crown rd', '', 'Sydney', 'NSW / 2096', '', 'Australia', '0413900212', 'alexey.dubrovin@gmail.com', '1', 'Alexey Dubrovin', '', '5/72 Crown rd', '', 'Sydney', 'NSW / 2096', '', 'Australia', '1', 'Alexey Dubrovin', '', '5/72 Crown rd', '', 'Sydney', 'NSW / 2096', '', 'Australia', '1', 'Bank Transfer Payments', '', '809', '', '', '', '', '2007-02-12 17:43:47', '2007-02-11 13:58:26', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2650', '1468', 'Jacques Roos', '', '45 Paragone Ave', 'Beachhaven', 'North Shore', '0626', '', 'New Zealand', '094832111', 'jsroos2002@yahoo.com', '1', 'Jacques Roos', '', '45 Paragone Ave', 'Beachhaven', 'North Shore', '0626', '', 'New Zealand', '1', 'Jacques Roos', '', '45 Paragone Ave', 'Beachhaven', 'North Shore', '0626', '', 'New Zealand', '1', 'PayPal', '', '810', '', '', '', '', '2007-02-19 16:51:58', '2007-02-11 17:21:33', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2651', '1469', 'Chris Bass', '', '39 Chippendale cres', 'birkdale', 'auckland', '', '', 'New Zealand', '094835790', 'chaos@slingshot.co.nz', '1', 'Chris Bass', '', '39 Chippendale cres', 'birkdale', 'auckland', '', '', 'New Zealand', '1', 'Chris Bass', '', '39 Chippendale cres', 'birkdale', 'auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Chris Bass', '4548XXXXXXXX4121', '0808', '2007-02-12 16:22:42', '2007-02-11 21:13:41', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2652', '1471', 'Grant Halverson', 'ATA', '480 Miles Street', '', 'Bankstown, NSW', '2200', '', 'Australia', '0419489800', 'aerial1080@bigpond.com', '1', 'Grant Halverson', 'ATA', '480 Miles Street', '', 'Bankstown, NSW', '2200', '', 'Australia', '1', 'Grant Halverson', 'c/-Heli Aust', 'Hangat 480 Miles Street', '', 'Bankstown', 'NSW 2200', '', 'Australia', '1', 'Bank Transfer Payments', '', '811', '', '', '', '', '2007-02-15 09:45:59', '2007-02-12 14:48:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2656', '1355', 'Colin Whitechurch', '', '20 Merindah Rd', 'Baulkham hills', 'Sydney', 'NSW 2153', '', 'Australia', '61296863226', 'elsewhere.cj@bigpond.com.au', '1', 'Colin Whitechurch', '', '20 Merindah Rd', 'Baulkham hills', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'Colin Whitechurch', '', '20 Merindah Rd', 'Baulkham hills', 'Sydney', 'NSW 2153', '', 'Australia', '1', 'PayPal', '', '816', '', '', '', '', '2007-02-19 10:14:19', '2007-02-16 00:20:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2653', '1473', 'Terry McCauley', '', '146 Summerleas Road', 'Fern Tree', 'Tasmania', '7054', '', 'Australia', '0412801740', 'asterrymc@bigpond.com', '1', 'Terry McCauley', '', '146 Summerleas Road', 'Fern Tree', 'Tasmania', '7054', '', 'Australia', '1', 'Terry McCauley', '', '146 Summerleas Road', 'Fern Tree', 'Tasmania', '7054', '', 'Australia', '1', 'PayPal', '', '813', '', '', '', '', '2007-02-15 09:09:28', '2007-02-14 17:05:11', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2654', '1474', 'Matt Bolton', 'Southern Cross Property Services', '27-31 Myers Street', '', 'Geelong', 'Vic 3220', '', 'Australia', '03 5249 4210', 'matt@scps.com.au', '1', 'Matt Bolton', 'Southern Cross Property Services', '27-31 Myers Street', '', 'Geelong', 'Vic 3220', '', 'Australia', '1', 'Matt Bolton', 'Southern Cross Property Services', '27-31 Myers Street', '', 'Geelong', 'Vic 3220', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-02-23 15:00:45', '2007-02-14 18:41:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2655', '1475', 'will manovel', '', '96 Middlesex Rd', 'Surrey Hills', 'Melbourne', 'VIC 3127', '', 'Australia', '03 98366857', 'manovel@hotmail.com', '1', 'will manovel', '', '96 Middlesex Rd', 'Surrey Hills', 'Melbourne', 'VIC 3127', '', 'Australia', '1', 'will manovel', '', '96 Middlesex Rd', 'Surrey Hills', 'Melbourne', 'VIC 3127', '', 'Australia', '1', 'PayPal', '', '814', '', '', '', '', '2007-02-15 10:53:47', '2007-02-14 22:51:00', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2657', '1476', 'michael worsley', '', '17 austin st', 'griffith', 'canberra', 'act / 2603', '', 'Australia', '0417257321', 'worsley@ozemail.com.au', '1', 'michael worsley', '', '17 austin st', 'griffith', 'canberra', 'act / 2603', '', 'Australia', '1', 'michael worsley', '', '17 austin st', 'griffith', 'canberra', 'act / 2603', '', 'Australia', '1', 'PayPal', '', '817', '', '', '', '', '2007-02-16 13:51:57', '2007-02-16 12:34:44', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2658', '1478', 'tamika noles', '', '1/5 DOHERTY RD', '', 'COOLBELLUP', '6163', '', 'Australia', '0452365236', 'cynbaby360@yahoo.com', '1', 'tamika noles', '', '1/5 DOHERTY RD', '', 'COOLBELLUP', '6163', '', 'Australia', '1', 'tamika noles', '', '1/5 DOHERTY RD', '', 'COOLBELLUP', '6163', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-02-19 16:51:19', '2007-02-16 23:00:36', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2659', '1479', 'wayne gibbons', '', '11 morris court', 'frankston', 'frankston', '3199', '', 'Australia', '0397835937', 'wgibbons@optushome.com.au', '1', 'wayne gibbons', '', '11 morris court', 'frankston', 'frankston', '3199', '', 'Australia', '1', 'wayne gibbons', '', '11 morris court', 'frankston', 'frankston', '3199', '', 'Australia', '1', 'PayPal', '', '818', '', '', '', '', '2007-02-17 17:20:30', '2007-02-16 23:11:54', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2660', '1480', 'Alfred Doetzer', '', 'Debert 24', '', 'Ebermannstadt', '91320', '', 'Germany', '+49 9194 1591', 'alfred.doetzer@t-online.de', '5', 'Alfred Doetzer', '', '189 Deans Avenue', '', 'Christchurch', '', '', 'New Zealand', '1', 'Alfred Doetzer', '', 'Debert 24', '', 'Ebermannstadt', '91320', '', 'Germany', '5', 'PayPal', '', '819', '', '', '', '', '2007-02-20 12:00:56', '2007-02-17 09:01:25', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2661', '1477', 'chris rapsey', '', '50 connells rd', 'rd4', 'timaru', '', '', 'New Zealand', '021780423', 'chrisrapsey@hotmail.com', '1', 'Jorinde Robbers', '', '4 Kyber Pass', '', 'Dunedin 9001', '', '', 'New Zealand', '1', 'chris rapsey', '', '50 connells rd', 'rd4', 'timaru', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'chris rapsey', '4550XXXXXXXX2275', '0808', '2007-02-19 08:04:42', '2007-02-17 09:46:22', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2662', '1479', 'wayne gibbons', '', '11 morris court', 'frankston', 'frankston', '3199', '', 'Australia', '0397835937', 'wgibbons@optushome.com.au', '1', 'wayne gibbons', '', '11 morris court', 'frankston', 'frankston', '3199', '', 'Australia', '1', 'wayne gibbons', '', '11 morris court', 'frankston', 'frankston', '3199', '', 'Australia', '1', 'PayPal', '', '820', '', '', '', '', '2007-02-19 10:11:21', '2007-02-17 13:06:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2663', '1482', 'Glynn Kelly', '', 'PO Box 1820', 'New Farm', 'Brisbane', 'Queensland', '', 'Australia', '07 32654555', 'glynn.Kelly@uq.edu.au', '1', 'Glynn Kelly', '', 'PO Box 1820', 'New Farm', 'Brisbane', 'Queensland', '', 'Australia', '1', 'Glynn Kelly', '', 'PO Box 1820', 'New Farm', 'Brisbane', 'Queensland', '', 'Australia', '1', 'PayPal', '', '821', '', '', '', '', '2007-02-19 09:48:05', '2007-02-17 13:50:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2664', '1481', 'Hans Weichbrodt', '', '27 Peddie Street', 'Taradale', 'Napier', '4112', '', 'New Zealand', '0064-6-8443882', 'hans-jenny@paradise.net.nz', '1', 'Hans Weichbrodt', '', '27 Peddie Street', 'Taradale', 'Napier', '4112', '', 'New Zealand', '1', 'Hans Weichbrodt', '', '27 Peddie Street', 'Taradale', 'Napier', '4112', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-02-19 07:42:11', '2007-02-18 16:54:54', '6', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2665', '1481', 'Hans Weichbrodt', '', '27 Peddie Street', '', 'Napier', '4112', '', 'New Zealand', '0064-6-8443882', 'hans-jenny@paradise.net.nz', '1', 'Hans Weichbrodt', '', '27 Peddie Street', '', 'Napier', '4112', '', 'New Zealand', '1', 'Hans Weichbrodt', '', '27 Peddie Street', '', 'Napier', '4112', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '823', '', '', '', '', '2007-02-20 12:12:11', '2007-02-18 17:22:56', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2666', '1484', 'Michael Cypher', '', '9 Keightly Corner', 'Jane Brook', '6056', 'WA', '', 'Australia', '0408905937', 'sivworh@bigpond.com', '1', 'Michael Cypher', '', 'PO Box 1498', 'Midland', 'Perth', '6936', '', 'Australia', '1', 'Michael Cypher', '', '9 Keightly Corner', 'Jane Brook', '6056', 'WA', '', 'Australia', '1', 'PayPal', '', '825', '', '', '', '', '2007-02-21 10:27:24', '2007-02-20 20:10:31', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2667', '1487', 'Kate Collareda', '', '24 George St', 'North Strathfield', 'NSW', '2137', '', 'Australia', '+61419747866', 'kate_collareda@arnotts.com', '1', 'Kate Collareda', '', '24 George St', 'North Strathfield', 'NSW', '2137', '', 'Australia', '1', 'Kate Collareda', '', '24 George St', 'North Strathfield', 'NSW', '2137', '', 'Australia', '1', 'PayPal', '', '826', '', '', '', '', '2007-02-21 15:41:48', '2007-02-21 13:14:10', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2668', '1486', 'Cobus Potgieter', '', '8 fairmont place', '', 'Christchurch', '', '', 'New Zealand', '03 981 83 84', 'cobus_lara@clear.net.nz', '1', 'Cobus Potgieter', '', '8 fairmont place', '', 'Christchurch', '', '', 'New Zealand', '1', 'Cobus Potgieter', '', '8 fairmont place', '', 'Christchurch', '', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'N J Potgieter', '5402XXXXXXXX9730', '0608', '2007-02-22 10:04:02', '2007-02-21 14:26:10', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2669', '1488', 'Nabin Pradhan', 'Land Transport NZ', '234 Wakefield Street', '', 'Wellington', '', '', 'New Zealand', '04 931 8900', 'nabin.pradhan@landtransport.govt.nz', '1', 'Nabin Pradhan', 'Land Transport NZ', '234 Wakefield Street', '', 'Wellington', '', '', 'New Zealand', '1', 'Nabin Pradhan', 'Land Transport NZ', '234 Wakefield Street', '', 'Wellington', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Nabin Pradhan', '5474XXXXXXXX5218', '1008', '2007-02-22 09:47:35', '2007-02-21 16:30:58', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2670', '1422', 'Warren Timson', '', '6 Linsey Street', 'Coburg', 'Melbourne', 'VIC 3058', '', 'Australia', '(+61 4) 0359 1100', 'wtimson@optusnet.com.au', '1', 'Warren Timson', '', '6 Linsey Street', 'Coburg', 'Melbourne', 'VIC 3058', '', 'Australia', '1', 'Warren Timson', '', '6 Linsey Street', 'Coburg', 'Melbourne', 'VIC 3058', '', 'Australia', '1', 'PayPal', '', '827', '', '', '', '', '2007-02-23 15:43:30', '2007-02-23 13:46:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2677', '1497', 'shane mcdonough', '', '46 george st, southport', '', 'qld', '4215', '', 'Australia', '0755313666', 'finefinish@aapt.net.au', '1', 'shane mcdonough', '', '46 george st,  southport', '', 'qld', '4215', '', 'Australia', '1', 'shane mcdonough', '', '46 george st, southport', '', 'qld', '4215', '', 'Australia', '1', 'Bank Transfer Payments', '', '829', '', '', '', '', '2007-03-14 08:49:20', '2007-02-28 13:10:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2678', '1498', 'Simon Randle', '', '5/33 Ballville St', '', 'Prospect', 'South Aust', '', 'Australia', '0883449309', 'sijaran@gmail.cm', '1', 'Simon Randle', '', '5/33 Ballville St', '', 'Prospect', 'South Aust', '', 'Australia', '1', 'Simon Randle', '', '5/33 Ballville St', '', 'Prospect', 'South Aust', '', 'Australia', '1', 'Credit Card using PayPal', '', '830', '', '', '', '', '2007-03-16 09:40:46', '2007-02-28 18:17:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2679', '1499', 'Darrell Rye', '', '126 Cherry Rd.', 'Eleebana', 'Lake Macquarie', 'NSW 2282', '', 'Australia', '02 49484223', 'drye@rye.id.au', '1', 'Darrell Rye', '', '126 Cherry Rd.', 'Eleebana', 'Lake Macquarie', 'NSW 2282', '', 'Australia', '1', 'Darrell Rye', '', '126 Cherry Rd.', 'Eleebana', 'Lake Macquarie', 'NSW 2282', '', 'Australia', '1', 'PayPal', '', '831', '', '', '', '', '2007-03-01 11:57:00', '2007-03-01 01:39:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2680', '1500', 'Linton Clarke', 'Whitestone Limited', 'State Highway One, PO Box 108', 'Deborah', 'Oamaru', '9444', '', 'New Zealand', '03 433 0240', 'linton@whitestone.co.nz', '1', 'Linton Clarke', 'Whitestone Limited', 'State Highway One, PO Box 108', 'Deborah', 'Oamaru', '9444', '', 'New Zealand', '1', 'Linton Clarke', 'Whitestone Limited', 'State Highway One, PO Box 108', 'Deborah', 'Oamaru', '9444', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Lawrence Hardy Whitestone Limited', '4999XXXXXXXX1928', '0608', '2007-03-01 11:13:53', '2007-03-01 09:59:02', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2681', '1501', 'Stephen Riddell', 'CBM International', '7/5-7 Prosperity Parade', 'Warriewood', 'Sydney', 'NSW', '', 'Australia', '+61 (2) 9979 6644', 'stephen.riddell@cbmi.com.au', '1', 'Stephen Riddell', 'CBM International', '7/5-7 Prosperity Parade', 'Warriewood', 'Sydney', 'NSW', '', 'Australia', '1', 'Stephen Riddell', 'CBM International', '7/5-7 Prosperity Parade', 'Warriewood', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '833', '', '', '', '', '2007-03-02 10:44:42', '2007-03-01 16:08:16', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2674', '1491', 'Don White', 'Cruising Electronics', 'C/O Tauranga Bridge Marina', '101 Harbour Bridge Causeway', 'Tauranga', 'Mount Maun', '', 'New Zealand', '+64 (27) 255 2852', 'don@cruisingelectronics.com', '1', 'Don White', 'Cruising Electronics', 'C/O Tauranga Bridge Marina', '101 Harbour Bridge Causeway', 'Mt Maunganui', '', '', 'New Zealand', '1', 'Don White', 'Cruising Electronics', 'P.O. Box 14290', '', 'Tauranga 3143', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Don White', '4999XXXXXXXX8266', '1107', '2007-02-27 09:09:58', '2007-02-26 12:58:01', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2675', '1492', 'stephen burnie', 'SJ Burnie Limited', '7 Liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '0272288805', 'burnies@xtra.co.nz', '1', 'stephen burnie', 'SJ Burnie Limited', '7 Liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '1', 'stephen burnie', 'SJ Burnie Limited', '7 Liverpool Street', 'Epsom', 'Auckland', '1003', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'BJ Thomassen Burnie', '4999XXXXXXXX8486', '0209', '2007-02-27 09:11:42', '2007-02-26 15:30:05', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2676', '1495', 'Ian Vong', 'Rockdale City Council', '2 Bryant St', 'Rockdale', 'Sydney', 'NSW / 2216', '', 'Australia', '95621739', 'ivong@rockdale.nsw.gov.au', '1', 'Ian Vong', 'Rockdale City Council', '2 Bryant St', 'Rockdale', 'Sydney', 'NSW / 2216', '', 'Australia', '1', 'Ian Vong', 'Rockdale City Council', '2 Bryant St', 'Rockdale', 'Sydney', 'NSW / 2216', '', 'Australia', '1', 'PayPal', '', '828', '', '', '', '', '2007-02-28 07:18:16', '2007-02-27 12:38:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2682', '1503', 'Michael Rushton', '', '8 Walls Road', 'Penrose', 'Auckland', '12607', '', 'New Zealand', '+64212339225', 'michaelr@actronic.co.nz', '1', 'Michael Rushton', '', '8 Walls Road', 'Penrose', 'Auckland', '12607', '', 'New Zealand', '1', 'Michael Rushton', '', 'PO Box 9558', 'Newmarket', 'Auckland', '', '', 'New Zealand', '1', 'PayPal', '', '834', '', '', '', '', '2007-03-02 10:15:04', '2007-03-02 08:26:44', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2683', '1504', 'David Parsons', '', '88 Harmel Road', 'Glendene', 'AUCKLAND', '0602', '', 'New Zealand', '+64 9 818 1398', 'david.parsons@destiny.co.nz', '1', 'David Parsons', '', '88 Harmel Road', 'Glendene', 'AUCKLAND', '0602', '', 'New Zealand', '1', 'David Parsons', '', '88 Harmel Road', 'Glendene', 'AUCKLAND', '0602', '', 'New Zealand', '1', 'PayPal', '', '835', '', '', '', '', '2007-03-06 08:30:56', '2007-03-03 10:00:39', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2684', '160', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '021735311', 'tonyh@xtra.co.nz', '1', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '1', 'Tony Harrow', 'Redwood Garden Holdings Ltd', '434 Sawyers Arms Rd', 'Harewood', 'Christchurch', '8005', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Tony Harrow', '4999XXXXXXXX2699', '0508', '2007-03-05 13:53:44', '2007-03-03 16:03:53', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2685', '1409', 'Terry Moore', 'Home', 'd1510/780 Bourke St', 'REDFERN', 'SYDNEY', 'NSW 2016', '', 'Australia', '+61292186055', 'terry_moore@rta.nsw.gov.au', '1', 'Terry Moore', 'C/- RTA NSW Level 3', '260 Elizabeth St', 'SURRY HILLS', 'SYDNEY', 'NSW 2010', '', 'Australia', '1', 'Terry Moore', 'Home', 'd1510/780 Bourke St', 'REDFERN', 'SYDNEY', 'NSW 2016', '', 'Australia', '1', 'PayPal', '', '836', '', '', '', '', '2007-03-05 09:45:51', '2007-03-03 16:19:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2686', '1505', 'John Prior', '', '63 Dickson Street', 'Newtown', 'Newtown', '2042', '', 'Australia', '02 95195659', 'jwprior@tpg.com.au', '1', 'John Prior', '', '63 Dickson Street', 'Newtown', 'Newtown', '2042', '', 'Australia', '1', 'John Prior', '', '63 Dickson Street', 'Newtown', 'Newtown', '2042', '', 'Australia', '1', 'PayPal', '', '837', '', '', '', '', '2007-03-24 13:15:45', '2007-03-03 16:27:47', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2687', '1506', 'Katherine Rabeau', '', 'The Hermitage', 'Ranmore Common', 'Dorking', 'Surrey', '', 'United Kingdom', '01483 282 998', 'katherine.rabeau@gmail.com', '1', 'Kevin Davies', '', 'PO Box 4112', 'St Lucia South', 'Brisbane', 'QLD 4067', '', 'Australia', '1', 'Katherine Rabeau', '', 'The Hermitage', 'Ranmore Common', 'Dorking', 'Surrey RH5', '', 'United Kingdom', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-05 09:44:01', '2007-03-04 00:50:48', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2688', '395', 'cameron langford', '', '16A Towns crescent', '', 'Canberra', '2612', '', 'Australia', '0439723278', 'cameron.langford@gmail.com', '1', 'Cameron Langford', '', 'Lvl8, 14 Moore Street', '', 'Canberra', 'ACT', '', 'Australia', '1', 'cameron langford', '', '16A Towns crescent', '', 'Canberra', '2612', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-03-06 09:32:56', '2007-03-05 13:31:19', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2689', '1511', 'drew shephard', '', '18 THE RIDGE', 'NARARA', 'GOSFORD', '2250', '', 'Australia', '0413596322', 'drew.shephard@internode.on.net', '1', 'drew shephard', '', '18 THE RIDGE', 'NARARA', 'GOSFORD', '2250', '', 'Australia', '1', 'Drew Shephard', '', '18 THE RIDGE', 'NARARA', 'GOSFORD', '2250', '', 'Australia', '1', 'PayPal', '', '838', '', '', '', '', '2007-03-06 09:56:47', '2007-03-05 19:04:40', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2690', '1512', 'Mark Glover', 'Country Fire Authority', 'P O Box 701', '', 'Mt Waverley', 'Victoria /', '', 'Australia', '0419879068', 'm.glover@cfa.vic.gov.au', '1', 'Mark Glover', 'Country Fire Authority', 'PO Box 701', 'Mt Waverley', 'Mt Waverley', 'Vic 3149', '', 'Australia', '1', 'Mark Glover', 'Country Fire Authority', 'PO Box 701', 'Mt Waverley', 'Mt Waverley', 'Vic 3149', '', 'Australia', '1', 'PayPal', '', '839', '', '', '', '', '2007-03-06 09:54:15', '2007-03-06 09:17:22', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2691', '1507', 'Ed Coup', 'Avondale College', 'Victor St', 'Avondale', 'Auckland', '', '', 'New Zealand', '0212557292', 'cou@avcol.school.nz', '1', 'Ed Coup', 'Avondale College', 'Victor St', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'Ed Coup', 'Avondale College', 'Victor St', 'Avondale', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Ed Coup', '4999XXXXXXXX5672', '0309', '2007-03-06 12:42:04', '2007-03-06 10:49:53', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2692', '1513', 'Leanne Thurling', 'n/a', '16 Maloney Street', '', 'Queanbeyan', 'NSW 2620', '', 'Australia', '0419 495 485', 'lthurling@dodo.com.au', '1', 'Leanne Thurling', 'n/a', '16 Maloney Street', '', 'Queanbeyan', 'NSW 2620', '', 'Australia', '1', 'Leanne Thurling', 'n/a', '16 Maloney Street', '', 'Queanbeyan', 'NSW 2620', '', 'Australia', '1', 'PayPal', '', '840', '', '', '', '', '2007-03-08 10:04:22', '2007-03-06 18:21:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2693', '1514', 'Tim Cahill', '', '298 Moray Street', 'South Melbourne', 'Melbourne', 'VIC 3205', '', 'Australia', '+61 409 930109', 'tpcahill2004@yahoo.com.au', '1', 'Tim Cahill', '', '298 Moray Street', 'South Melbourne', 'Melbourne', 'VIC 3205', '', 'Australia', '1', 'Tim Cahill', '', '298 Moray Street', 'South Melbourne', 'Melbourne', 'VIC 3205', '', 'Australia', '1', 'PayPal', '', '841', '', '', '', '', '2007-03-07 09:12:05', '2007-03-06 23:54:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2694', '1504', 'David Parsons', '', '88 Harmel Road', 'Glendene', 'AUCKLAND', '0602', '', 'New Zealand', '+64 9 818 1398', 'david.parsons@destiny.co.nz', '1', 'David Parsons', '', '88 Harmel Road', 'Glendene', 'AUCKLAND', '0602', '', 'New Zealand', '1', 'David Parsons', '', '88 Harmel Road', 'Glendene', 'AUCKLAND', '0602', '', 'New Zealand', '1', 'PayPal', '', '842', '', '', '', '', '2007-03-09 12:04:51', '2007-03-07 21:06:10', '3', '', 'USD', '0.750000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2695', '1516', 'Ken Hallett', '', '8 Copra Crescent', 'Karama', 'Darwin', 'NT 0812', '', 'Australia', '61 8 89 452 558', 'kenfh@ozemail.com.au', '1', 'Ken Hallett', '', '8 Copra Crescent', 'Karama', 'Darwin', 'NT 0812', '', 'Australia', '1', 'Ken Hallett', '', '8 Copra Crescent', 'Karama', 'Darwin', 'NT 0812', '', 'Australia', '1', 'PayPal', '', '843', '', '', '', '', '2007-03-08 09:06:07', '2007-03-08 02:23:42', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2696', '1517', 'Wendy Umberger', '', '11 Parkview Drive', 'Mawson Lakes', 'Adelaide', 'SA 5095', '', 'Australia', '0405 990 465', 'wumberg@yahoo.com', '1', 'Wendy Umberger', '', '11 Parkview Drive', 'Mawson Lakes', 'Adelaide', 'SA 5095', '', 'Australia', '1', 'Wendy Umberger', '', '11 Parkview Drive', 'Mawson Lakes', 'Adelaide', 'SA 5095', '', 'Australia', '1', 'PayPal', '', '844', '', '', '', '', '2007-03-08 08:35:09', '2007-03-08 02:38:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2697', '1518', 'Drew Burgess', '', '3 Harney St', 'Bendigo North', 'Bendigo', 'Victoria 3', '', 'Australia', '0354411586', 'drewburgess@hotmail.com', '1', 'Drew Burgess', '', '3 Harney St', '', 'Bendigo', 'Vic. 3550', '', 'Australia', '1', 'Drew Burgess', '', '3 Harney St', 'Bendigo North', 'Bendigo', 'Victoria 3', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-08 13:01:33', '2007-03-08 10:29:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2698', '1519', 'Robert Duncombe', '', 'PO Box 1250', '', 'Belconnen', 'ACT 2616', '', 'Australia', '+61 419 322 866', 'robert.duncombe@volante.com.au', '1', 'Robert Duncombe', '', 'PO Box 1250', '', 'Belconnen', 'ACT 2616', '', 'Australia', '1', 'Robert Duncombe', '', 'PO Box 1250', '', 'Belconnen', 'ACT 2616', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-09 10:17:11', '2007-03-08 16:06:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2699', '1520', 'John Smith', '', 'Sunderland St', '', 'Clyde', '9330', '', 'New Zealand', '021353023', 'manager@alpnz.co.nz', '1', 'John Smith', '', 'Sunderland St', '', 'Clyde', '9330', '', 'New Zealand', '1', 'John Smith', '', 'Sunderland St', '', 'Clyde', '9330', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2007-03-09 10:14:12', '2007-03-08 16:37:42', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2700', '1522', 'Alan Gebbie', 'Strobes Ltd', '18 Nevay rd', 'Miramar', 'Wellington', '', '', 'New Zealand', '04 3888741', 'agebbie@strobes.co.nz', '1', 'Alan Gebbie', 'Strobes Ltd', '18 Nevay rd', 'Miramar', 'Wellington', '', '', 'New Zealand', '1', 'Alan Gebbie', 'Strobes Ltd', '18 Nevay rd', 'Miramar', 'Wellington', '', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-12 19:17:34', '2007-03-09 13:25:23', '6', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2701', '844', 'Jeff Gowlett', '', '1 Maltman St', 'Moffat Beach', 'Caloundra', '4551', '', 'Australia', '0415207374', 'jeffg@pmm.com.au', '1', 'Jeff Gowlett', 'PMM Group', '1 Innovation Parkway', '', 'Birtinya', '4575', '', 'Australia', '1', 'Jeff Gowlett', '', '1 Maltman St', 'Moffat Beach', 'Caloundra', '4551', '', 'Australia', '1', 'PayPal', '', '845', '', '', '', '', '2007-03-12 10:00:24', '2007-03-09 16:49:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2702', '1523', 'FRANK SMITH', 'Transurf Consultants Pty Ltd', '106 Gladstone Street', 'VICTORIA', 'South Melbourne', '3205', '', 'Australia', '0434407720', 'linfliper@yahoo.com', '1', 'FRANK SMITH', 'Transurf Consultants Pty Ltd', '106 Gladstone Street', 'VICTORIA', 'South Melbourne', '3205', '', 'Australia', '1', 'FRANK SMITH', 'Transurf Consultants Pty Ltd', '106 Gladstone Street', 'VICTORIA', 'South Melbourne', '3205', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-12 19:16:48', '2007-03-11 04:05:49', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2703', '1525', 'Jim Price', '', '13 wermol St', '', 'Kurri Kurri', '2327', '', 'Australia', '0249373831', 'pricejj@bigpond.com.au', '1', 'Jim Price', '', '13 wermol St', '', 'Kurri Kurri', '2327', '', 'Australia', '1', 'Jim Price', '', '13 wermol St', '', 'Kurri Kurri', '2327', '', 'Australia', '1', 'Bank Transfer Payments', '', '846', '', '', '', '', '2007-03-13 09:30:24', '2007-03-11 22:09:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2704', '1524', 'Brett James', '', '101 Adair St', 'Redan', 'Ballarat', '3350', '', 'Australia', '0409463542', 'roachish@gmail.com', '1', 'Brett James', '', '101 Adair St', 'Redan', 'Ballarat', '3350', '', 'Australia', '1', 'Brett James', '', '101 Adair St', 'Redan', 'Ballarat', '3350', '', 'Australia', '1', 'PayPal', '', '847', '', '', '', '', '2007-03-12 10:20:29', '2007-03-12 01:32:48', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2705', '860', 'Darryn Black', 'Alf Downs Streetlighting Ltd', '275 Broadway', '', 'Marton', '', '', 'New Zealand', '0272314217', 'darryn@streetlighting.co.nz', '1', 'Darryn Black', 'Alf Downs Streetlighting Ltd', '275 Broadway', '', 'Marton', '', '', 'New Zealand', '1', 'Darryn Black', 'Alf Downs Streetlighting Ltd', '275 Broadway', '', 'Marton', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'DARRYN M BLACK', '5473XXXXXXXX2513', '0407', '2007-03-13 09:48:14', '2007-03-12 15:32:20', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2706', '1527', 'Elliot Parker', 'Liftronic Pty Limited', '640 Somerville Road', 'Sunshine West', 'Victoria', '3020', '', 'Australia', '0407666416', 'elliotp@liftronic.com.au', '1', 'Elliot Parker', 'Liftronic Pty Limited', '640 Somerville Road', 'Sunshine West', 'Victoria', '3020', '', 'Australia', '1', 'Elliot Parker', 'Liftronic Pty Limited', '640 Somerville Road', 'Sunshine West', 'Victoria', '3020', '', 'Australia', '1', 'PayPal', '', '848', '', '', '', '', '2007-03-14 14:32:15', '2007-03-13 23:49:00', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2707', '1528', 'Dzung Nguyen', '', '5 / 21 Ulupna Road', '', 'Ormond VIC 3204', '', '', 'Australia', '03 9578 0627', 'dzungn@melbpc.org.au', '1', 'Dzung Nguyen', '', '5 / 21 Ulupna Road', '', 'Ormond VIC 3204', '', '', 'Australia', '1', 'Dzung Nguyen', '', '5 / 21 Ulupna Road', '', 'Ormond VIC 3204', '', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-19 08:21:25', '2007-03-14 19:03:20', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2708', '1529', 'Rachel Kitter', '', '5/35 Francis Street', 'Bondi Beach', 'Sydney', 'NSW', '', 'Australia', '0414450462', 'rachelkitter@hotmail.com', '1', 'Wayne Whitney', 'A.T Hydraulics', '22 Ormsby Place', 'Wethrill Park', 'Sydney', 'NSW/2164', '', 'Australia', '1', 'Rachel Kitter', '', '5/35 Francis Street', 'Bondi Beach', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '849', '', '', '', '', '2007-04-03 07:51:46', '2007-03-14 21:40:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2709', '0', 'Gus Angus', '', 'Po box 37', '', 'Calen', '4798', 'Qld', 'Australia', '07 49587798', 'gusangus@bigpond.com', '1', 'Gus Angus', '', 'Po box 37', '', 'Calen', '4798', 'Qld', 'Australia', '1', 'Gus Angus', '', 'Po box 37', '', 'Calen', '4798', 'Qld', 'Australia', '1', 'Bank Transfer Payments', '', '0', '', '', '', '', '2007-03-15 14:08:51', '2007-03-15 13:06:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2710', '1532', 'johh keating', 'Southwest Marine Services', '31 Fitzgerald Way', 'Australind', 'Bunbury', 'West Austr', '', 'Australia', '08 97960449', 'johnkeating@westnet.com.au', '1', 'johh keating', 'Southwest Marine Services', '31 Fitzgerald Way', 'Australind', 'Bunbury', 'West Austr', '', 'Australia', '1', 'johh keating', 'Southwest Marine Services', '31 Fitzgerald Way', 'Australind', 'Bunbury', 'West Austr', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-03-19 08:25:55', '2007-03-16 15:29:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2711', '1533', 'Lester Dredge', 'Westcap Services and Systems Ltd', '118 Rosier Rd', 'Glen Eden', 'Auckland', '0602', '', 'New Zealand', '+6421944417', 'lester.dredge@westcap.co.nz', '1', 'Lester Dredge', 'Westcap Services and Systems Ltd', '118 Rosier Rd', 'Glen Eden', 'Auckland', '0602', '', 'New Zealand', '1', 'Lester Dredge', 'Westcap Services and Systems Ltd', '118 Rosier Rd', 'Glen Eden', 'Auckland', '0602', '', 'New Zealand', '1', 'PayPal', '', '851', '', '', '', '', '2007-03-18 13:19:05', '2007-03-17 12:37:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2712', '1534', 'Jonathan Everton', '', '12 Georgia Avenue', '', 'Wyoming', 'NSW 2250', '', 'Australia', '61416254506', 'jeverton@ozemail.com.au', '1', 'Jonathan Everton', '', '12 Georgia Avenue', '', 'Wyoming', 'NSW 2250', '', 'Australia', '1', 'Jonathan Everton', '', '12 Georgia Avenue', '', 'Wyoming', 'NSW 2250', '', 'Australia', '1', 'PayPal', '', '852', '', '', '', '', '2007-03-19 08:24:53', '2007-03-18 10:59:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2713', '1482', 'Glynn Kelly', '', 'PO Box 1820', 'New Farm', 'Brisbane', 'Queensland', '', 'Australia', '07 32654555', 'glynn.Kelly@uq.edu.au', '1', 'Glynn Kelly', '', 'PO Box 1820', 'New Farm', 'Brisbane', 'Queensland', '', 'Australia', '1', 'Glynn Kelly', '', 'PO Box 1820', 'New Farm', 'Brisbane', 'Queensland', '', 'Australia', '1', 'PayPal', '', '853', '', '', '', '', '2007-03-19 08:23:58', '2007-03-18 17:44:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2714', '1535', 'John Halliday', 'Works Infrastructure', '14-16 Amelia Earhart Ave', 'Airport Oaks', 'Auckland', '', '', 'New Zealand', '(027) 687 9812', 'John.halliday@works.co.nz', '1', 'John Halliday', 'Works Infrastructure', '14-16 Amelia Earhart Ave', 'Airport Oaks', 'Auckland', '', '', 'New Zealand', '1', 'John Halliday', 'Works Infrastructure', '14-16 Amelia Earhart Ave', 'Airport Oaks', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'John Halliday', '4715XXXXXXXX9312', '0908', '2007-04-09 15:47:11', '2007-03-19 13:41:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2715', '1515', 'Nicole Gibson', '', 'P.O Box 280', 'corrimal', 'Wollongong', 'NSW / 2518', '', 'Australia', '0242833943', 'negibson@optusnet.com.au', '1', 'Nicole Gibson', '', 'P.O Box 280', 'corrimal', 'Wollongong', 'NSW / 2518', '', 'Australia', '1', 'Nicole Gibson', '', '5/3 Mountbatten St', 'Corrimal', 'Wollongong', 'NSW / 2518', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-20 08:38:39', '2007-03-19 17:55:39', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2716', '1536', 'peter wickens', 'na', '51 barrington road', 'elizabeth downs', 'adelaide', 'sa 5113', '', 'Australia', '0882551183', 'pjwicko@bigpond.com', '1', 'peter wickens', 'na', '51 barrington road', 'elizabeth downs', 'adelaide', 'sa 5113', '', 'Australia', '1', 'peter wickens', 'na', '51 barrington road', 'elizabeth downs', 'adelaide', 'sa 5113', '', 'Australia', '1', 'PayPal', '', '854', '', '', '', '', '2007-03-20 08:35:56', '2007-03-19 23:07:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2717', '1537', 'Radu Croitoru', 'DSI Networks', '1A Whitby Place', '', 'Kaikoura', '', '', 'New Zealand', '0272761600', 'radu@dsi.net.nz', '1', 'Radu Croitoru', 'NBNZ', '170-186 Featherston St, Level 8', '', 'Wellington', '', '', 'New Zealand', '1', 'Radu Croitoru', 'DSI Networks', '1A Whitby Place', '', 'Kaikoura', '', '', 'New Zealand', '1', 'PayPal', '', '855', '', '', '', '', '2007-03-21 11:59:59', '2007-03-20 16:19:17', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2718', '1538', 'Peter Neal', '', '15/2 Jersey St', 'Turramurra', 'Sydney', 'NSW 2074', '', 'Australia', '+61407069800', 'efrontier@peteneal.co.uk', '1', 'Peter Neal', '', '15/2 Jersey St', 'Turramurra', 'Sydney', 'NSW 2074', '', 'Australia', '1', 'Peter Neal', '', '15/2 Jersey St', 'Turramurra', 'Sydney', 'NSW 2074', '', 'Australia', '1', 'PayPal', '', '856', '', '', '', '', '2007-03-21 09:04:12', '2007-03-20 18:56:29', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2719', '1540', 'Brendon Hannam', '', '22 Stenhope Cresent', 'Corstorphine', 'Dunedin', '9018', '', 'New Zealand', '+6421449667', 'b_hannam@xtra.co.nz', '1', 'Brendon Hannam', '', '22 Stenhope Cresent', 'Corstorphine', 'Dunedin', '9018', '', 'New Zealand', '1', 'Brendon Hannam', '', '22 Stenhope Cresent', 'Corstorphine', 'Dunedin', '9018', '', 'New Zealand', '1', 'PayPal', '', '857', '', '', '', '', '2007-03-22 09:31:05', '2007-03-22 02:07:06', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2720', '1541', 'roland pailing', '', '133 courtney dr', 'kaiapoi', 'north canterbury', '', '', 'New Zealand', '033279424', 'rsp232@yahoo.com.au', '1', 'roland pailing', '', '133 courtney dr', 'kaiapoi', 'north canterbury', '7630', '', 'New Zealand', '1', 'roland pailing', '', '133 courtney dr', 'kaiapoi', 'north canterbury', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 's p winskill', '5402XXXXXXXX1289', '0208', '2007-03-23 12:53:29', '2007-03-22 20:19:36', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2721', '1542', 'Paul Scott', '', '11 Sander Court', 'Burton', 'Adelaide', '5110', '', 'Australia', '0882806784', 'pablo@picknowl.com.au', '1', 'Paul Scott', '', '11 Sander Court', 'Burton', 'Adelaide', '5110', '', 'Australia', '1', 'Paul Scott', '', '11 Sander Court', 'Burton', 'Adelaide', '5110', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-04 08:24:33', '2007-03-23 08:04:15', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2725', '1545', 'Hamish Nelson', '', '15 Eskdale rd', '', 'Porirua', '5024', '', 'New Zealand', '021 153 8717', 'mr.mcboogie@gmail.com', '1', 'Hamish Nelson', '', '15 Eskdale rd', '', 'Porirua', '5024', '', 'New Zealand', '1', 'Hamish Nelson', '', '15 Eskdale rd', '', 'Porirua', '5024', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Hamish J Nelson', '5427XXXXXXXX6142', '1208', '2007-03-26 08:59:03', '2007-03-25 16:51:03', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2726', '1547', 'Andrew Gillman', '', '6 Broomfield Street', '', 'McKellar', 'ACT 2617', '', 'Australia', '+61413189756', 'agillman@tpg.com.au', '1', 'Andrew Gillman', '', '6 Broomfield Street', '', 'McKellar', 'ACT 2617', '', 'Australia', '1', 'Andrew Gillman', '', '6 Broomfield Street', '', 'McKellar', 'ACT 2617', '', 'Australia', '1', 'PayPal', '', '858', '', '', '', '', '2007-03-26 08:37:19', '2007-03-25 21:18:13', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2724', '1543', 'tim innes', 'dunstan downs ltd', 'dunstan downs', '', 'omarama', '9448', '', 'New Zealand', '6434389862', 'tim.innes@xtra.co.nz', '1', 'tim innes', 'dunstan downs ltd', 'dunstan downs', '', 'omarama', '9448', '', 'New Zealand', '1', 'tim innes', 'dunstan downs ltd', 'dunstan downs', '', 'omarama', '9448', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'tim innes', '4999XXXXXXXX4406', '0209', '2007-03-26 08:57:09', '2007-03-24 11:24:07', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2727', '1546', 'John Carragher', '', '18 Essington Street', '', 'FLAGSTAFF HILL SA', '5159', '', 'Australia', '08 8270 2940', 'johncc@internode.on.net', '1', 'John Carragher', '', '18 Essington Street', '', 'FLAGSTAFF HILL SA', '5159', '', 'Australia', '1', 'John Carragher', '', '18 Essington Street', '', 'FLAGSTAFF HILL SA', '5159', '', 'Australia', '1', 'PayPal', '', '859', '', '', '', '', '2008-03-01 13:36:14', '2007-03-25 22:03:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2728', '1548', 'Uli Knapp', 'Gulf Networks Limited', 'Unit 25, 14 Madden Street', 'Viaduct Basin', 'Auckland', '', '', 'New Zealand', '021 640 833', 'uli@gulfnetworks.co.nz', '1', 'Uli Knapp', 'Gulf Networks Limited', '50 Sorrel Crescent', 'Bucklands Beach', 'Auckland', '', '', 'New Zealand', '1', 'Uli Knapp', 'Gulf Networks Limited', 'Unit 25, 14 Madden Street', 'Viaduct Basin', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Ulrich Knapp', '4988XXXXXXXX3081', '0607', '2007-03-27 11:55:04', '2007-03-26 21:05:56', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2729', '1550', 'Walter Vardanega', '', '9 Harper Close', '', 'Queanbeyan', '2620', '', 'Australia', '0262972903', 'plande@westnet.com.au', '1', 'Walter Vardanega', '', '9 Harper Close', '', 'Queanbeyan', '2620', '', 'Australia', '1', 'Walter Vardanega', '', '9 Harper Close', '', 'Queanbeyan', '2620', '', 'Australia', '1', 'PayPal', '', '860', '', '', '', '', '2007-03-28 13:41:30', '2007-03-27 22:27:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2730', '1551', 'David Beal', '', '61 Alderwood St', 'Acacia Ridge', 'Brisbane', 'QLD 4110', '', 'Australia', '0437095225', 'davebeal@bigpond.net.au', '1', 'David Beal', '', '61 Alderwood St', 'Acacia Ridge', 'Brisbane', 'QLD 4110', '', 'Australia', '1', 'David Beal', '', '61 Alderwood St', 'Acacia Ridge', 'Brisbane', 'QLD 4110', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-03 07:34:19', '2007-03-27 22:46:01', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2731', '282', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '09 3794836', 'jason@celnz.com', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-03-28 16:09:47', '2007-03-28 13:36:38', '6', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2732', '282', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '09 3794836', 'jason@celnz.com', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Jason Kyle', 'Computer Engineering Ltd', 'Room 1, Ports of Auckland Building, Sunderland St', 'Mechanics Bay', 'Auckland', '1001', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Jason Kyle', '4999XXXXXXXX8955', '0407', '2007-03-29 08:44:48', '2007-03-28 13:38:53', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2733', '1552', 'Torin Kells', '', 'C/- 70 Gate Pa Ave', 'Ohakea', 'Bulls', '4816', '', 'New Zealand', '+64 21 716 803', 'torin.kells@xtra.co.nz', '1', 'Torin Kells', '', 'C/- 70 Gate Pa Ave', 'Ohakea', 'Bulls', '4816', '', 'New Zealand', '1', 'Torin Kells', '', 'C/- 70 Gate Pa Ave', 'Ohakea', 'Bulls', '4816', '', 'New Zealand', '1', 'NZ Bank Transfer', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2007-03-29 08:21:12', '2007-03-28 14:53:21', '3', '', 'NZD', '1.159999', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2734', '1553', 'john OBrien', '', '10 Nullamanna Rd', '', 'Brisbane', 'Queensland', '', 'Australia', '0413 339 706', 'john.obrien@frontrange.com', '1', 'john OBrien', '', '10 Nullamanna Rd', '', 'Brisbane', '', 'Queensland 4520', 'Australia', '1', 'john OBrien', '', '10 Nullamanna Rd', '', 'Brisbane', '', 'Queensland 4520', 'Australia', '1', 'Bank Transfer Payments', '', '861', '', '', '', '', '2007-03-29 13:43:06', '2007-03-28 15:36:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2735', '1554', 'Matthew Powell', 'Australian Macworld', '27 Blaxland Road', 'Rhodes', 'Sydney', 'NSW', '', 'Australia', '02 9702 5407', 'matthew@coopstock.org', '1', 'Matthew Powell', 'Australian Macworld', '27 Blaxland Road', 'Rhodes', 'Sydney', 'NSW', '', 'Australia', '1', 'Matthew Powell', 'Australian Macworld', '27 Blaxland Road', 'Rhodes', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '862', '', '', '', '', '2007-03-29 10:07:09', '2007-03-29 03:48:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2736', '1555', 'DIANA CRIPPS', '', 'PO BOX 427', 'NOBLE PARK', '3174', 'VIC', '', 'Australia', '61397945177', 'sales@speedpro.com.au', '1', 'DIANA CRIPPS', '', 'PO BOX 427', 'NOBLE PARK', '3174', 'VIC', '', 'Australia', '1', 'DIANA CRIPPS', '', 'PO BOX 427', 'NOBLE PARK', '3174', 'VIC', '', 'Australia', '1', 'PayPal', '', '863', '', '', '', '', '2007-03-29 12:51:49', '2007-03-29 11:16:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2737', '1557', 'Le NGUYEN', '', 'PO Box 131', 'SYLVANIA SOUTHGATE', 'SYDNEY', 'NSW 2224', '', 'Australia', '(02) 95750936', 'len@pne.com.au', '1', 'Le NGUYEN', 'PNE Electronics Pty Ltd', 'Unit 8, 1-3 Endearvour Rd', 'CARINGBAH', 'SYDNEY', 'NSW 2229', '', 'Australia', '1', 'Le NGUYEN', '', 'PO Box 131', 'SYLVANIA SOUTHGATE', 'SYDNEY', 'NSW 2224', '', 'Australia', '1', 'PayPal', '', '864', '', '', '', '', '2007-03-31 09:04:17', '2007-03-30 17:59:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2738', '1559', 'Allan MacGibbon', '', '2/37 College Street', 'College Estate', 'Wanganui', '4500', '', 'New Zealand', '021 610851', 'teherenga@ihug.co.nz', '1', 'Allan MacGibbon', '', '2/37 College Street', 'College Estate', 'Wanganui', '4500', '', 'New Zealand', '1', 'Allan MacGibbon', '', '2/37 College Street', 'College Estate', 'Wanganui', '4500', '', 'New Zealand', '1', 'PayPal', '', '865', '', '', '', '', '2007-04-02 15:38:49', '2007-04-02 08:06:50', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2739', '1290', 'Daniel Biglia', 'Ausrobot', 'Unit 4, 25 Buckland Street', 'Mitchell', 'Canberra', '2911', '', 'Australia', '0448721961', 'daniel.biglia@ausrobot.com', '1', 'Daniel Biglia', 'Ausrobot', 'Unit 4, 25 Buckland Street', 'Mitchell', 'Canberra', '2911', '', 'Australia', '1', 'Daniel Biglia', 'Ausrobot', 'Unit 4, 25 Buckland Street', 'Mitchell', 'Canberra', '2911', '', 'Australia', '1', 'PayPal', '', '866', '', '', '', '', '2007-04-03 19:20:29', '2007-04-02 18:46:38', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2740', '1560', 'Jithendra Nair', 'Gold Coast Publications', '385 Nerang Road', 'Molendinar', 'Qld', '4214', '', 'Australia', '07-55842000', 'NairJ@gcb.newsltd.com.au', '1', 'Jithendra Nair', 'Gold Coast Publications', '385 Nerang Road', 'Molendinar', 'Qld', '4214', '', 'Australia', '1', 'Jithendra Nair', 'Gold Coast Publications', '385 Nerang Road', 'Molendinar', 'Qld', '4214', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-05 08:56:29', '2007-04-02 19:11:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2741', '1561', 'James Douglas', '', 'Level 10,443-449 Toorak Road', 'Toorak', 'Melbourne', 'Vic 3142', '', 'Australia', '03 98271199', 'jamesd@aanet.com.au', '1', 'James Douglas', '', 'Level 10,443-449 Toorak Road', 'Toorak', 'Melbourne', 'Vic 3142', '', 'Australia', '1', 'James Douglas', '', 'Level 10,443-449 Toorak Road', 'Toorak', 'Melbourne', 'Vic 3142', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-04 16:25:38', '2007-04-02 21:28:17', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2742', '1562', 'Alan G Cooper', '', 'PO Box 480', 'Willetton', 'Perth', '6955', '', 'Australia', '0438597964', 'alan.cooper@telstra.com', '1', 'Alan G Cooper', '', 'PO Box 480', 'Willetton', 'Perth', '6955', '', 'Australia', '1', 'Alan G Cooper', '', 'PO Box 480', 'Willetton', 'Perth', '6955', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-04 21:31:45', '2007-04-03 00:38:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2743', '1563', 'John Bayliss', '', '3/26 The Avenue', 'Crawley', 'Nedlands', 'W A 6009', '', 'Australia', '61 893861094', 'bayeng@bigpond.net.au', '1', 'John Bayliss', '', '3/26 The Avenue', 'Crawley', 'Nedlands', 'W A 6009', '', 'Australia', '1', 'John Bayliss', '', '3/26 The Avenue', 'Crawley', 'Nedlands', 'W A 6009', '', 'Australia', '1', 'PayPal', '', '867', '', '', '', '', '2007-04-04 07:10:28', '2007-04-03 01:23:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2744', '1564', 'Adam Hummerston', '', '52 Curtin Ave', 'Abbotsford', 'Sydney', '2046', '', 'Australia', '61-2-97135788', 'hummos@bigpond.net.au', '1', 'Adam Hummerston', '', '52 Curtin Ave', 'Abbotsford', 'Sydney', '2046', '', 'Australia', '1', 'Adam Hummerston', '', '52 Curtin Ave', 'Abbotsford', 'Sydney', '2046', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-04 09:07:28', '2007-04-03 11:42:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2745', '1565', 'Heinrich Pelcher', '', '2 Resolution Place', 'Bryndwr', 'Christchurch', '', '', 'New Zealand', '021 710 434', 'heinrich@orcon.net.nz', '1', 'Heinrich Pelcher', '', '2 Resolution Place', 'Bryndwr', 'Christchurch', '', '', 'New Zealand', '1', 'Heinrich Pelcher', '', '2 Resolution Place', 'Bryndwr', 'Christchurch', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Heinrich Pelcher', '4550XXXXXXXX1920', '0508', '2007-04-04 08:27:16', '2007-04-03 11:53:32', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2746', '1566', 'DAVID LEA', '', '6 BELLINGHAM ROAD', 'ARTHURS SEAT', 'ARTHURS SEAT', 'VICTORIA 3', '', 'Australia', '03 5989 2043', 'dtlea@telstra.com', '1', 'DAVID LEA', '', '6 BELLINGHAM RD', '', 'ARTHURS SEAT', 'VIC 3936', '', 'Australia', '1', 'DAVID LEA', '', '6 BELLINGHAM RD', '', 'ARTHURS SEAT', 'VIC 3936', '', 'Australia', '1', 'PayPal', '', '868', '', '', '', '', '2007-04-04 08:23:28', '2007-04-03 16:47:30', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2747', '1568', 'Wolfgang Gill', 'N/A', '1/33 Kelly Street', 'Austral', 'Sydney', '2179', '', 'Australia', '0410 309 226', 'wolfgang@rpi.net.au', '1', 'Wolfgang Gill', 'CO:- Mayor\'s Office', 'Shop 176A, Westfield Eastgardens Shopping Centre', 'Eastgardens', 'Sydney', '2035', '', 'Australia', '1', 'Wolfgang Gill', 'N/A', '1/33 Kelly Street', 'Austral', 'Sydney', '2179', '', 'Australia', '1', 'PayPal', '', '869', '', '', '', '', '2007-04-04 08:32:51', '2007-04-03 18:51:23', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2748', '800', 'Dave Robertson', '', '27 Waireka St', 'Ravensbourne', 'Dunedin', '', '', 'New Zealand', '03 479 8321', 'dave@saga.co.nz', '1', 'Dave Robertson', 'Computer Science Dept', 'Archway West building, 90 Union Place East', '', 'Dunedin', '9015', '', 'New Zealand', '1', 'Dave Robertson', '', '27 Waireka St', 'Ravensbourne', 'Dunedin', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Dave Robertson', '4367XXXXXXXX3574', '0507', '2007-04-04 14:18:31', '2007-04-04 11:55:05', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2749', '1569', 'Steve Malloch', '', '19 Standish Street', '', 'New Plymouth', '', '', 'New Zealand', '09 7592006', 'stevemalloch@yahoo.com.au', '1', 'Steve Malloch', '', '19 Standish Street', '', 'New Plymouth', '', '', 'New Zealand', '1', 'Steve Malloch', '', '19 Standish Street', '', 'New Plymouth', '', '', 'New Zealand', '1', 'Credit Card', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Steven K Malloch', '5436XXXXXXXX0158', '0208', '2007-04-04 14:06:10', '2007-04-04 13:37:10', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2750', '1571', 'Robert Wynne', 'Denizen Glass Design', 'PO Box 728', 'Manly', 'Sydney', 'NSW', '', 'Australia', '+61 2 9905 7755', 'wynne@robertwynne.com', '1', 'Robert Wynne', 'Denizen Glass Design', 'PO Box 728', 'Manly', 'Sydney', 'NSW', '', 'Australia', '1', 'Robert Wynne', 'Denizen Glass Design', 'PO Box 728', 'Manly', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '870', '', '', '', '', '2007-04-05 09:57:40', '2007-04-05 01:29:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2751', '1572', 'Daniel Cole', 'NA', '37A Brightwell Avenue, Westcliff', 'Essex', 'London', 'SS0 9EB', '', 'United Kingdom', '07766 155417', 'disciple60@hotmail.com', '1', 'Daniel Cole', 'NA', '37A Brightwell Avenue, Westcliff', 'Essex', 'London', 'SS0 9EB', '', 'United Kingdom', '1', 'Daniel Cole', 'NA', '37A Brightwell Avenue, Westcliff', 'Essex', 'London', 'SS0 9EB', '', 'United Kingdom', '1', 'PayPal', '', '871', '', '', '', '', '2007-04-30 11:03:09', '2007-04-06 19:46:00', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2752', '1573', 'Christopher Seller', '', '67 Norfolk Avenue', 'Collaroy', 'Sydney', '2097', '', 'Australia', '0418110869', 'cseller@bigpond.net.au', '1', 'Christopher Seller', '', '67 Norfolk Avenue', 'Collaroy', 'Sydney', '2097', '', 'Australia', '1', 'Christopher Seller', '', '67 Norfolk Avenue', 'Collaroy', 'Sydney', '2097', '', 'Australia', '1', 'PayPal', '', '872', '', '', '', '', '2007-04-10 08:50:51', '2007-04-08 12:48:28', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2753', '1576', 'Dean Wyborn', '', '30 Mana Esplanade', 'Paremata', 'Wellington', '5026', '', 'New Zealand', '029 3992676', 'dean.wyborn@xtra.co.nz', '1', 'Dean Wyborn', '', '30 Mana Esplanade', 'Paremata', 'Wellington', '5026', '', 'New Zealand', '1', 'Dean Wyborn', '', '30 Mana Esplanade', 'Paremata', 'Wellington', '5026', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Dean Wyborn', '4367XXXXXXXX0018', '0608', '2007-04-10 16:09:59', '2007-04-10 10:55:08', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2754', '1577', 'tony gorham', '', '51 esperance road', 'glendowie', 'auckland', '', '', 'New Zealand', '09 302 9393', 'tonygorham@xtra.co.nz', '1', 'tony gorham', 'Attache Software', 'lvl 5, 93 Grafton Rd', 'Parnell', 'auckland', '', '', 'New Zealand', '1', 'tony gorham', '', '51 esperance road', 'glendowie', 'auckland', '', '', 'New Zealand', '1', 'PayPal', '', '873', '', '', '', '', '2007-04-11 10:13:25', '2007-04-10 13:30:55', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2755', '1578', 'Terry Bennett', '', '1 Bordeaux Drive', '', 'Waurn Ponds', 'VIC 3216', '', 'Australia', '0417553507', 'tezz@internode.on.net', '1', 'Terry Bennett', 'Deakin University', 'KMD, jc1.100', 'Geelong Campus at Waurn Ponds', 'Geelong', 'VIC 3217', '', 'Australia', '1', 'Terry Bennett', '', '1 Bordeaux Drive', '', 'Waurn Ponds', 'VIC 3216', '', 'Australia', '1', 'PayPal', '', '874', '', '', '', '', '2007-04-11 10:11:56', '2007-04-10 17:02:43', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2756', '1579', 'Edward Smagarinsky', '', '30 Melody Street', 'Coogee', 'Sydney', '2034', '', 'Australia', '+61 (0) 418 469 016', 'edward.smagarinsky@fmcti.com', '1', 'Edward Smagarinsky', '', '30 Melody Street', 'Coogee', 'Sydney', '2034', '', 'Australia', '1', 'Edward Smagarinsky', '', '30 Melody Street', 'Coogee', 'Sydney', '2034', '', 'Australia', '1', 'PayPal', '', '875', '', '', '', '', '2007-04-11 13:43:30', '2007-04-10 22:42:20', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2757', '1581', 'Roderick Bain', '', '8/130 Gordon Street', 'Ormiston', 'Brisbane', 'QLD 4160', '', 'Australia', '0416 049 431', 'rbain@streamlinehydro.com.au', '1', 'Roderick Bain', '', '8/130 Gordon Street', 'Ormiston', 'Brisbane', 'QLD 4160', '', 'Australia', '1', 'Roderick Bain', '', '8/130 Gordon Street', 'Ormiston', 'Brisbane', 'QLD 4160', '', 'Australia', '1', 'PayPal', '', '876', '', '', '', '', '2007-04-11 13:05:12', '2007-04-11 12:56:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2758', '1583', 'Barry Reed', 'R.A.C.E. Services Limited', '5 Kotzikas Place', 'Sockburn', 'Christchurch', '8441', '', 'New Zealand', '+64-3-344-2995', 'barry@race.co.nz', '1', 'Barry Reed', 'R.A.C.E. Services Limited', '5 Kotzikas Place', 'Sockburn', 'Christchurch', '8441', '', 'New Zealand', '1', 'Barry Reed', 'R.A.C.E. Services Limited', '5 Kotzikas Place', 'Sockburn', 'Christchurch', '8441', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-13 07:20:41', '2007-04-11 14:27:46', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2759', '1584', 'Torin Kells', '', 'C/- 70 Gate Pa Ave', 'Ohakea', 'Bulls', '4816', '', 'New Zealand', '021716803', 'torin.kells@xtra.co.nz', '1', 'Torin Kells', '', 'C/- 70 Gate Pa Ave', 'Ohakea', 'Bulls', '4816', '', 'New Zealand', '1', 'Torin Kells', '', 'C/- 70 Gate Pa Ave', 'Ohakea', 'Bulls', '4816', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'T R Kells', '5402XXXXXXXX2394', '0607', '2007-04-13 07:18:38', '2007-04-11 14:43:41', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2760', '1585', 'Ralph Marrett', '', '30 Georgina St', 'Ponsonby', 'Auckland', '', '', 'New Zealand', '021-322175', 'etal@iconz.co.nz', '1', 'Ralph Marrett', '', '30 Georgina St', 'Ponsonby', 'Auckland', '', '', 'New Zealand', '1', 'Ralph Marrett', '', '30 Georgina St', 'Ponsonby', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Ralph Marrett', '4999XXXXXXXX5385', '0908', '2007-04-11 18:28:30', '2007-04-11 17:37:31', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2761', '1587', 'Megan Buckley', 'New Plymouth Disctrict Council', 'Liardet St', '', 'New Plymouth', '4340', '', 'New Zealand', '06 7596060', 'buckleym@npdc.govt.nz', '1', 'Megan Buckley', 'New Plymouth Disctrict Council', 'Liardet St', '', 'New Plymouth', '4340', '', 'New Zealand', '1', 'Megan Buckley', 'New Plymouth Disctrict Council', 'Liardet St', '', 'New Plymouth', '4340', '', 'New Zealand', '1', 'PayPal', '', '877', '', '', '', '', '2007-04-13 09:07:28', '2007-04-12 09:20:58', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2762', '1588', 'Graham Gough', 'None', '53 Peter Street', '', 'Dunedin', '9001', '', 'New Zealand', '64 03 4 878 174', 'falkland@xtra.co.nz', '1', 'Graham Gough', 'None', '53 Peter Street', '', 'Dunedin', '9001', '', 'New Zealand', '1', 'Graham Gough', 'None', '53 Peter Street', '', 'Dunedin', '9001', '', 'New Zealand', '1', 'Bank Transfer Payments', '', '878', '', '', '', '', '2007-04-13 07:26:07', '2007-04-12 11:32:32', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2763', '1589', 'Murray Black', 'Auckland University of Technolog', '81 Lynden Ave', 'Hillcrest', 'North Shore City', '1310', '', 'New Zealand', '0064-9-9219852', 'murray.black@aut.ac.nz', '1', 'Murray Black', 'Auckland University of Technolog', '81 Lynden Ave', 'Hillcrest', 'North Shore City', '1310', '', 'New Zealand', '1', 'Murray Black', 'Auckland University of Technolog', '81 Lynden Ave', 'Hillcrest', 'North Shore City', '1310', '', 'New Zealand', '1', 'PayPal', '', '879', '', '', '', '', '2007-04-13 09:46:28', '2007-04-12 15:29:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2764', '1591', 'Robert Shields', 'Adelaide City Council', '5 Pirie St', 'Adelaide', 'Adelaide', '5000', '', 'Australia', '08 82037491', 'b.shields@adelaidecitycouncil.com', '1', 'Robert Shields', 'Adelaide City Council', '5 Pirie St', 'Adelaide', 'Adelaide', '5000', '', 'Australia', '1', 'Robert Shields', 'Adelaide City Council', '5 Pirie St', 'Adelaide', 'Adelaide', '5000', '', 'Australia', '1', 'PayPal', '', '880', '', '', '', '', '2007-04-13 09:02:25', '2007-04-12 18:08:41', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2765', '1592', 'Paul Burgess', '', '22/14 Fitzroy Street', '', 'Melbourne', '3182', 'Vic', 'Australia', '0412393969', 'paulburgess@optusnet.com.au', '1', 'Paul Burgess', '', '22/14 Fitzroy Street', '', 'Melbourne', '3182', 'Vic', 'Australia', '1', 'Paul Burgess', '', '22/14 Fitzroy Street', '', 'Melbourne', '3182', 'Vic', 'Australia', '1', 'Bank Transfer Payments', '', '881', '', '', '', '', '2007-04-13 10:51:07', '2007-04-12 18:40:55', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2766', '1594', 'David Sare', '', '10 Short St', '', 'Millicent', 'Sth Aust', '', 'Australia', '0428 334714', 'dsare@ozemail.com.au', '1', 'David Sare', '', '10 Short St', '', 'Millicent', '', 'Sth Aust 5280', 'Australia', '1', 'David Sare', '', '10 Short St', '', 'Millicent', 'Sth Aust', '', 'Australia', '1', 'Bank Transfer Payments', '', '882', '', '', '', '', '2007-04-20 13:42:54', '2007-04-13 11:04:34', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2767', '1595', 'Noel Leadbetter', '', '23 Haigh Access Rd', 'RD4', 'Albany', '', '', 'New Zealand', '0274-595899', 'noel_l@operamail.com', '1', 'Noel Leadbetter', '', '23 Haigh Access Rd', 'RD4', 'Albany', '', '', 'New Zealand', '1', 'Noel Leadbetter', '', '23 Haigh Access Rd', 'RD4', 'Albany', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'N R Leadbetter', '4548XXXXXXXX8110', '0310', '2007-04-13 16:18:33', '2007-04-13 15:11:19', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2768', '1596', 'Mark Lantry', 'C/- Andor Systems', '9 Griffiths Rd', '', 'New Lambton', 'NSW 2305', '', 'Australia', '0414828001', 'Mark.Lantry@andor.com.au', '1', 'Mark Lantry', 'C/- Andor Systems', '9 Griffiths Rd', '', 'New Lambton', 'NSW 2305', '', 'Australia', '1', 'Mark Lantry', 'C/- Andor Systems', '9 Griffiths Rd', '', 'New Lambton', 'NSW 2305', '', 'Australia', '1', 'PayPal', '', '883', '', '', '', '', '2007-04-17 09:51:06', '2007-04-16 12:44:13', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2769', '1597', 'Graeme Ellery', '', '6/51-63 Euston Rd', 'Alexandria', 'Sydney', '2015', '', 'Australia', '0405695933', 'graeme_ellery@iinet.net.au', '1', 'Graeme Ellery', 'Serco - RTA TMC', '15 Garden St', 'Eveleigh', 'Sydney', 'NSW 1430', '', 'Australia', '1', 'Graeme Ellery', '', '6/51-63 Euston Rd', 'Alexandria', 'Sydney', '2015', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-17 13:36:57', '2007-04-17 00:06:45', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2770', '1598', 'Adrian Hills', 'Private', '651 Remuera Road', 'Remuera', 'Auckland', '1005', '', 'New Zealand', '09 522 8753', 'crusty@onaustralia.com.au', '1', 'Adrian Hills', 'Private', '651 Remuera Road', 'Remuera', 'Auckland', '1005', '', 'New Zealand', '1', 'Adrian Hills', 'Private', '651 Remuera Road', 'Remuera', 'Auckland', '1005', '', 'New Zealand', '1', 'PayPal', '', '884', '', '', '', '', '2007-04-17 13:34:45', '2007-04-17 10:23:03', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2771', '1599', 'thomas winkler', '', '39 pekina street', '', 'eden hills', '5050', '', 'Australia', '82782362', 'winkbaum@ozemail.com.au', '1', 'thomas winkler', '', '39 pekina street', '', 'eden hills', '5050', '', 'Australia', '1', 'thomas winkler', '', '39 pekina street', '', 'eden hills', '5050', '', 'Australia', '1', 'PayPal', '', '885', '', '', '', '', '2007-04-17 18:57:47', '2007-04-17 14:03:05', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2772', '1600', 'Tony Brown', '', '20 Croydon Road', 'Mount Eden', 'Auckland', '1024', '', 'New Zealand', '021 445670', 'sabrown@orcon.net.nz', '1', 'Tony Brown', '', '20 Croydon Road', 'Mount Eden', 'Auckland', '1024', '', 'New Zealand', '1', 'Tony Brown', '', '20 Croydon Road', 'Mount Eden', 'Auckland', '1024', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Stuart Brown', '5462XXXXXXXX3205', '0907', '2007-04-18 09:20:52', '2007-04-17 15:03:04', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2773', '1602', 'Maria Pranoto', 'FrontRange Solutions', 'Level 13, 77 Pacific Hwy', '', 'North Sydney', 'NSW', '', 'Australia', '0280803340', 'maria.pranoto@frontrange.com', '1', 'Maria Pranoto', 'FrontRange Solutions', 'Level 13, 77 Pacific Hwy', '', 'North Sydney', 'NSW', '', 'Australia', '1', 'Maria Pranoto', 'FrontRange Solutions', 'Level 13, 77 Pacific Hwy', '', 'North Sydney', 'NSW', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-18 09:25:21', '2007-04-17 17:14:20', '3', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2774', '1601', 'Hugues devaux', '', '33/133 spencer road', 'cremorne', 'cremorne', '2090', '', 'Australia', '0299043250', 'mail@hdevaux.com', '1', 'Hugues devaux', '', '33/133 spencer road', 'cremorne', 'cremorne', '2090', '', 'Australia', '1', 'Hugues devaux', '', '33/133 spencer road', 'cremorne', 'cremorne', '2090', '', 'Australia', '1', 'PayPal', '', '886', '', '', '', '', '2007-04-18 09:22:10', '2007-04-17 17:45:33', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2775', '1604', 'Sean Barnett', 'Funky People Pty Ltd', '12 Bayly Place', '', 'Macarthur', 'ACT, 2904', '', 'Australia', '+61405153423', 'Sean.Barnett@funkypeople.biz', '1', 'Sean Barnett', 'Funky People Pty Ltd', '1/4 Ipswich Street', '', 'Fyswick', 'ACT, 2904', '', 'Australia', '1', 'Sean Barnett', 'Funky People Pty Ltd', '12 Bayly Place', '', 'Macarthur', 'ACT, 2904', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-19 08:58:06', '2007-04-17 22:07:58', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2776', '1570', 'ROSENDO PUIG PICHUANTE', 'Grasberg Exploration', '17 Minora Road', 'DALKEITH', 'PERTH', '6009', '', 'Australia', '61 8 6389 1330', 'chendop@hotmail.com', '1', 'ROSENDO PUIG PICHUANTE', 'Grasberg Exploration', '17 Minora Road', 'DALKEITH', 'PERTH', '6009', '', 'Australia', '1', 'ROSENDO PUIG PICHUANTE', 'Grasberg Exploration', '17 Minora Road', 'DALKEITH', 'PERTH', '6009', '', 'Australia', '1', 'PayPal', '', '887', '', '', '', '', '2007-04-18 11:24:16', '2007-04-18 02:05:56', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2777', '1605', 'Grant Morgan', '', '2 Sutton Crescent', 'Papatoetoe', 'Manukau', 'Manukau 20', '', 'New Zealand', '092798833', 'grantm@ecs-ltd.co.nz', '1', 'Grant Morgan', '', '2 Sutton Crescent', 'Papatoetoe', 'Manukau', 'Manukau 20', '', 'New Zealand', '1', 'Grant Morgan', '', '2 Sutton Crescent', 'Papatoetoe', 'Manukau', 'Manukau 20', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Mastercard', '0', 'Mastercard', 'Grant R Morgan', '5402XXXXXXXX2877', '0808', '2007-04-19 07:53:09', '2007-04-18 13:13:05', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2778', '1607', 'Michael Pynn', '', '48 Sandow Crescent', 'Coromandel Valley', 'Adelaide', 'South Aust', '', 'Australia', '0432328893', 'mikepy@adam.com.au', '1', 'Michael Pynn', '', '48 Sandow Crescent', 'Coromandel Valley', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Michael Pynn', '', '48 Sandow Crescent', 'Coromandel Valley', 'Adelaide', 'South Aust', '', 'Australia', '1', 'PayPal', '', '888', '', '', '', '', '2007-04-19 08:12:19', '2007-04-18 14:17:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2779', '1606', 'Bruce Waldron', 'Medical Technologies Australia P', '3 Peacock Parade', 'Frenchs Forest', 'Sydney', '2086', '', 'Australia', '+6199754142', 'medtech@bigpond.com', '1', 'Bruce Waldron', 'Medical Technologies Australia P', '3 Peacock Parade', 'Frenchs Forest', 'Sydney', '2086', '', 'Australia', '1', 'Bruce Waldron', 'Medical Technologies Australia', '3 Peacock Parade', '', 'Frenchs Forest', 'NSW 2086', '', 'Australia', '1', 'PayPal', '', '889', '', '', '', '', '2007-04-19 07:56:21', '2007-04-18 14:21:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2780', '1608', 'Simon Batson', 'Batson Computing', '19 Stanley Rd', 'Epping', 'Sydney', 'NSW 2121', '', 'Australia', '+61 414 906 272', 'efrontier@simonbatson.fastmail.com.au', '1', 'Simon Batson', 'NSW Rural Fire Service', '15 Carter St', 'Homebush Bay', 'Sydney', 'NSW 2127', '', 'Australia', '1', 'Simon Batson', 'Batson Computing', '19 Stanley Rd', 'Epping', 'Sydney', 'NSW 2121', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-19 09:06:12', '2007-04-18 15:11:53', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2781', '1609', 'David Mills', 'Deakin University', 'Warehouse & Distribution Centre', '', 'Warrnambool', 'Vic 3280', '', 'Australia', '03-55633473', 'oracle@deakin.edu.au', '1', 'David Mills', 'Deakin University', 'Warehouse & Distribution Centre', '', 'Warrnambool', 'Vic 3280', '', 'Australia', '1', 'David Mills', 'Deakin University', 'Warehouse & Distribution Centre', '', 'Warrnambool', 'Vic 3280', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-05-22 09:01:37', '2007-04-18 15:33:25', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2782', '1611', 'Sunrise Tan', 'Livefirm Construction Ltd', '2 Kingsland Terrace', 'Kingsland', 'Auckland', 'Kingsland', '', 'New Zealand', '0272793778', 'sunrisetan@gmail.com', '1', 'Sunrise Tan', 'Livefirm Construction Ltd', '2 Kingsland Terrace', 'Kingsland', 'Auckland', 'Kingsland', '', 'New Zealand', '1', 'Sunrise Tan', 'Livefirm Construction Ltd', '2 Kingsland Terrace', 'Kingsland', 'Auckland', 'Kingsland', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-24 16:09:31', '2007-04-20 17:16:51', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2783', '1612', 'Helen F Bell', '', 'Yacht Lahara, c/o Royal Qld Yacht Squadron', 'PO Box 5021', 'Manly 4179', 'Queensland', '', 'Australia', '610429203798', 'yachtlahara@telstra.com', '1', 'Helen F Bell', '', 'Yacht Lahara, c/o Royal Qld Yacht Squadron', 'PO Box 5021', 'Manly 4179', 'Queensland', '', 'Australia', '1', 'Helen F Bell', '', 'Yacht Lahara, c/o Royal Qld Yacht Squadron', 'PO Box 5021', 'Manly 4179', 'Queensland', '', 'Australia', '1', 'PayPal', '', '890', '', '', '', '', '2007-04-23 09:24:51', '2007-04-21 13:05:55', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2784', '1613', 'Boris Stavenow', 'Sandy Beach Resort', '14 Raymond Street', 'c/o CONLON', 'Hamilton', '3214', '', 'New Zealand', '006478539901', 'sandybch@kalianet.to', '1', 'Boris Stavenow', 'c/o CONLON', '14 Raymond Street', '', 'Hamilton', '3214', '', 'New Zealand', '1', 'Boris Stavenow', 'c/o CONLON', '14 Raymond Street', '', 'Hamilton', '3214', '', 'New Zealand', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-23 08:49:56', '2007-04-21 13:26:00', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2785', '1614', 'barry Wilson', 'Institute of Sport Malaysia', 'Jalan 2/149b', 'Sri Enda', 'Kuala Lumpur', '57000', '', 'Malaysia', '+60173077761', 'Barrydwilsonnz@yahoo.com', '1', 'Christopher Wilson', '', '45 Pohuotakawa Place', 'Ellerslie', 'Auckland', '', '', 'New Zealand', '1', 'Barry Wilson', '', 'Jalan 2/149b', 'Sri Enda', 'Kuala Lumpur', '57000', '', 'Malaysia', '1', 'PayPal', '', '891', '', '', '', '', '2007-04-23 09:06:25', '2007-04-21 20:37:06', '3', '', 'USD', '0.750000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2786', '1615', 'Dragan Preocanin', 'inMotive', '17 Finch Avenue', 'Rydalmere', 'Sydney', 'NSW', '', 'Australia', '+61 (0) 416 156 075', 'dpreocan@yahoo.com.au', '1', 'Dragan Preocanin', 'inMotive', '17 Finch Avenue', 'Rydalmere', 'Sydney', 'NSW', '', 'Australia', '1', 'Dragan Preocanin', 'inMotive', '17 Finch Avenue', 'Rydalmere', 'Sydney', 'NSW', '', 'Australia', '1', 'PayPal', '', '892', '', '', '', '', '2007-04-23 09:35:36', '2007-04-22 01:27:54', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2787', '1616', 'gillian roberts', '', '9/18 columbia court', 'oxenford', 'queensland', '4210', '', 'Australia', '0417850990', 'gillyisme53@optusnet.com.au', '1', 'gillian roberts', '', '9/18 columbia court', 'oxenford', 'queensland', '4210', '', 'Australia', '1', 'gillian roberts', '', '9/18 columbia court', 'oxenford', 'queensland', '4210', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-23 15:47:49', '2007-04-22 12:41:47', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2788', '1617', 'Peter Moroney', '', '2/7 Little Baillie Street', 'North Melbourne', 'Melbourne', 'Victoria', '', 'Australia', '0414 743 606', 'petermoroney@pacific.net.au', '1', 'Peter Moroney', '', '2/7 Little Baillie Street', 'North Melbourne', 'Melbourne', 'Victoria', '', 'Australia', '1', 'Peter Moroney', '', '2/7 Little Baillie Street', 'North Melbourne', 'Melbourne', 'Victoria', '', 'Australia', '1', 'PayPal', '', '893', '', '', '', '', '2007-04-23 10:06:41', '2007-04-22 18:39:18', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2789', '1618', 'John Vilas-Boas', 'Pro-Quest Homes Pty. Ltd.', '18 Boathouse Place', 'Sanctuary Lakes', 'Melbourne', '3030', '', 'Australia', '0417216666', 'proquest@bigpond.com', '1', 'John Vilas-Boas', 'Pro-Quest Homes Pty. Ltd.', '18 Boathouse Place', 'Sanctuary Lakes', 'Melbourne', '3030', '', 'Australia', '1', 'John Vilas-Boas', 'Pro-Quest Homes Pty. Ltd.', '18 Boathouse Place', 'Sanctuary Lakes', 'Melbourne', '3030', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-24 14:07:36', '2007-04-22 21:19:49', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2790', '1618', 'John Vilas-Boas', 'Pro-Quest Homes Pty. Ltd.', '18 Boathouse Place', 'Sanctuary Lakes', 'Melbourne', '3030', '', 'Australia', '0417216666', 'proquest@bigpond.com', '1', 'John Vilas-Boas', 'Pro-Quest Homes Pty. Ltd.', '18 Boathouse Place', 'Sanctuary Lakes', 'Melbourne', '3030', '', 'Australia', '1', 'John Vilas-Boas', 'Pro-Quest Homes Pty. Ltd.', '18 Boathouse Place', 'Sanctuary Lakes', 'Melbourne', '3030', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-24 10:35:24', '2007-04-22 21:23:46', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2791', '1619', 'Robert Hartley', '', 'PO Box 128', '', 'Culcairn', 'NSW/2660', '', 'Australia', '61427690966', 'hartz3@bigpond.com', '1', 'Robert Hartley', '', 'PO Box 128', '', 'Culcairn', 'NSW/2660', '', 'Australia', '1', 'Robert Hartley', '', 'PO Box 128', '', 'Culcairn', 'NSW/2660', '', 'Australia', '1', 'PayPal', '', '894', '', '', '', '', '2007-04-23 10:20:09', '2007-04-22 23:02:09', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2792', '1620', 'Adam Gibalka', '', '18 Frigate-bird', '', 'Sydney', '2168', '', 'Australia', '02-96074564', 'adamg@iprimus.com.au', '1', 'Adam Gibalka', '', '18 Frigate-bird', '', 'Sydney', '2168', '', 'Australia', '1', 'Adam Gibalka', '', '18 Frigate-bird', '', 'Sydney', '2168', '', 'Australia', '1', 'Bank Transfer Payments', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-23 12:47:20', '2007-04-23 12:40:04', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2793', '1560', 'Jithendra Nair', 'Gold Coast Publications', '385 Nerang Road', 'Molendinar', 'Qld', '4214', '', 'Australia', '07-55842000', 'NairJ@gcb.newsltd.com.au', '1', 'Jithendra Nair', 'Gold Coast Publications', '385 Nerang Road', 'Molendinar', 'Qld', '4214', '', 'Australia', '1', 'Jithendra Nair', 'Gold Coast Publications', '385 Nerang Road', 'Molendinar', 'Qld', '4214', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-26 11:13:12', '2007-04-23 15:54:02', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2794', '1621', 'Michael Coldham', '', '5 Valentine Grove', 'Armadale', 'Victoria', '3143', '', 'Australia', '0419 500 223', 'mrclaw@bigpond.net.au', '1', 'Michael Coldham', '', '5 Valentine Grove', 'Armadale', 'Victoria', '3143', '', 'Australia', '1', 'Michael Coldham', '', '5 Valentine Grove', 'Armadale', 'Victoria', '3143', '', 'Australia', '1', 'Australian Bank Transfer Payment', '<BR>Please use the following details to transfer your total order value:<br><pre>
Account No.:  10316036
BSB Number:   062320
Bank Name:    Commonwealth Bank</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.', '0', '', '', '', '', '2007-04-27 08:56:21', '2007-04-24 18:57:36', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2795', '1623', 'Brett Shaw', '', '7 Bungalow Ave', 'Pt Chevalier', 'Auckland', '', '', 'New Zealand', '+64 21 0375 125', 'bashaw@xtra.co.nz', '1', 'Brett Shaw', '', '7 Bungalow Ave', 'Pt Chevalier', 'Auckland', '', '', 'New Zealand', '1', 'Brett Shaw', '', '7 Bungalow Ave', 'Pt Chevalier', 'Auckland', '', '', 'New Zealand', '1', 'Credit Card (Manual)', 'Credit Card (Manual): Visa', '0', 'Visa', 'Brett Shaw', '4548XXXXXXXX2125', '0108', '2007-04-26 11:15:35', '2007-04-24 22:49:02', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2796', '1624', 'Andrew Irvine', '', 'P.O Box 1022', '', 'Kyneton', '3444', '', 'Australia', '0354221970', 'andrewirvine@activ8.net.au', '1', 'Andrew Irvine', '', 'P.O Box 1022', '', 'Kyneton', '3444', '', 'Australia', '1', 'Andrew Irvine', '', 'P.O Box 1022', '', 'Kyneton', '3444', '', 'Australia', '1', 'PayPal', '', '895', '', '', '', '', '2007-04-26 13:53:21', '2007-04-26 13:42:08', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2797', '1626', 'Chris Fitzgerald', '', '10 Thornbill Cres', 'Glenmore Park', 'Sydney', 'NSW 2745', '', 'Australia', '0404-475-636', 'fitzychris@optusnet.com.au', '1', 'Chris Fitzgerald', '', '10 Thornbill Cres', 'Glenmore Park', 'Sydney', 'NSW 2745', '', 'Australia', '1', 'Chris Fitzgerald', '', '10 Thornbill Cres', 'Glenmore Park', 'Sydney', 'NSW 2745', '', 'Australia', '1', 'PayPal', '', '896', '', '', '', '', '2007-04-26 15:23:16', '2007-04-26 13:49:27', '6', '', 'AUD', '1.000000', '', '', '', '1', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2798', '1361', 'ALAN TURTON', '', '12 Manuaute Street', '', 'Taumarunui', '3920', '', 'New Zealand', '07-8958350', 'theateam33@xtra.co.nz', '1', 'ALAN TURTON', '', '12 Manuaute Street', '', 'Taumarunui', '3920', '', 'New Zealand', '1', 'ALAN TURTON', '', '12 Manuaute Street', '', 'Taumarunui', '3920', '', 'New Zealand', '1', 'Bank Transfer Payments', 'Please use the following information to make a Bank Tranfer or Direct Deposit.<br><br>Payable to: Equal Electronics Ltd<br>Account #: 12-3071-0327899-000<br>Bank: ASB Bank, Te Atatu, Auckland<br><br>We will ship your order after we receive your payment.', '0', '', '', '', '', '2007-06-15 14:53:07', '2007-04-26 14:04:02', '3', '', 'NZD', '1.159999', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2799', '1627', 'Ian Phillips', 'Dok-Blok International Pty Ltd', '16 Tobruk Drive', 'Salisbury Heights', 'Adelaide', 'South Aust', '', 'Australia', '0418 833 768', 'ian.phillips@dok-blok.com', '1', 'Ian Phillips', 'Dok-Blok International Pty Ltd', '16 Tobruk Drive', 'Salisbury Heights', 'Adelaide', 'South Aust', '', 'Australia', '1', 'Ian Phillips', 'Dok-Blok International Pty Ltd', '16 Tobruk Drive', 'Salisbury Heights', 'Adelaide', 'South Aust', '', 'Australia', '1', 'PayPal', '', '897', '', '', '', '', '2007-04-28 19:04:14', '2007-04-26 14:08:12', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2800', '1628', 'Hung Nguyen', 'University of Technology, Sydney', '1 Broadway', 'Broadway', 'Sydney', 'NSW/2007', '', 'Australia', '+612 9514 2451', 'Hung.Nguyen@uts.edu.au', '1', 'Hung Nguyen', 'University of Technology, Sydney', '1 Broadway (Office 2/511B)', 'Broadway', 'Sydney', 'NSW/2007', '', 'Australia', '1', 'Hung Nguyen', 'University of Technology, Sydney', '1 Broadway', 'Broadway', 'Sydney', 'NSW/2007', '', 'Australia', '1', 'PayPal', '', '898', '', '', '', '', '2007-04-27 14:54:09', '2007-04-27 14:10:06', '3', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `payment_info`, `payment_id`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `account_name`, `account_number`, `po_number`, `purchased_without_account`, `paypal_ipn_id`) VALUES ('2801', '1630', 'Chris Alcorn', '', '1218 Rollands Plains Road', '', 'Rollands Plains', '2441', '', 'Australia', '2145169542', 'badger@fastermail.com', '1', 'Chris Alcorn', '', '1218 Rollands Plains Road', '', 'Rollands Plains', '2441', '', 'Australia', '1', 'Chris Alcorn', '', '1218 Rollands Plains Road', '', 'Rollands Plains', '2441', '', 'Australia', '1', 'PayPal', '', '0', '', '', '', '', '2007-04-28 14:36:35', '2007-04-27 17:39:44', '6', '', 'AUD', '1.000000', '', '', '', '0', '0');
INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`,
