country = new Array();
region = new Array();
town = new Array();
country[1]='USA';
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'lakehome.accountsupportmysql.com' (2) in /home/lakehome/public_html/lhac/javascript.php on line 12
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'lakehome'@'localhost' (using password: NO) in /home/lakehome/public_html/lhac/javascript.php on line 13
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/lakehome/public_html/lhac/javascript.php on line 13
Warning: mysql_query() [function.mysql-query]: Access denied for user 'lakehome'@'localhost' (using password: NO) in /home/lakehome/public_html/lhac/javascript.php on line 15
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/lakehome/public_html/lhac/javascript.php on line 15
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/lakehome/public_html/lhac/javascript.php on line 16
region['USA']='...';
Warning: mysql_query() [function.mysql-query]: Access denied for user 'lakehome'@'localhost' (using password: NO) in /home/lakehome/public_html/lhac/javascript.php on line 34
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/lakehome/public_html/lhac/javascript.php on line 34
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/lakehome/public_html/lhac/javascript.php on line 35
var states='';var towns='';