"; exit; } paypal_prep();//if not already done updates db with required new tables and adds fields to pama_members table //also add fields and tables required by automated renewals. $page_title="Members Area Login"; include("header.html"); echo ""; if (is_blocked()) include("blocked.html"); else include("login.html"); include("footer.html"); ?>