We are transitioning to a new server environment to better serve our customers and as a result, this site will be down for 4 hours on Thursday, February 3, 2005 from 8:00 PM EST to 12:00 AM EST.

"); die("

Sorry, too many users connected to www.theorchard.com.

Please try again later.

" . mysql_error()); } if (!(mysql_select_db("art_relations", $connection))) { showerror(); } mysql_query("SET CHARACTER SET 'utf8'", $connection); $mysqli = mysqli_connect("{{ orchard_app_artrelations_host }}", "{{ orchard_app_artrelations_user }}", "{{ orchard_app_artrelations_password }}"); $mysqli->select_db("art_relations"); $mysqli->query("SET CHARACTER SET 'utf8'");