<p style="color:#222;margin-bottom:15px;">
										You currently have limited access to Athletes & HS/AAU Coaches. please <a href="subscribe.php" class="underline">Purchase a Subscription</a> to gain full access.
									</p>
									<?php 
    }
    ?>

									<p>
										<b>Type:</b><?php 
    echo $SubscriptionType;
    ?>

									</p>
									<p>
										<b>Status:</b><?php 
    echo $SubscriptionStatus;
    ?>

									</p>
									<p>
										<b>Valid Until:</b>
										<?php 
    if ($fldSubscribe == '2') {
        //Trial Time Left
        $time_left = $func->GetTrialTimeLeft($fldAddDate);
    } else {
        if ($fldSubscribe == '1') {
            //Subscription Time Left
            $time_left = $func->GetSubscriptionTimeLeft();
        } else {
            if ($fldSubscribe == '0') {