//connect to the database - either include a connection variable file or type
//the following lines:
$connect = mysql_connect("jeannest.ipowermysql.com", "jeannest_user", "db123use")
//$connect = connect_to_db("Vars.inc");
or die ("Your connection to this Database failed. Check with your system Administrator.");
mysql_select_db("jeannest_facts");
?>