?>
    <br>Problematic items:<br>
<?php 
    getProblematicItems($ids_string, $con);
    ?>
    <br>Best customers by profit:<br>
<?php 
    getBestCustomersProfit($ids_string, $con);
    ?>
    <br>Fastest turnovers:<br>
<?php 
    getFastestTurnovers($ids_string, $con);
    ?>
    <br>Last 7 days profits:<br>           
 <?php 
    getLastWeekProfits($ids_string, $con);
    ?>
    <br>If you found this tool useful, feel free to tip a small amount of ISK to 'Nick Starkey' ingame or to <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E92PVNRT3L9EQ'>Paypal</a> to help me keep up with server costs.
    <br>Note: You are receiving this e-mail because you have subscribed to evetrademaster.com automated reports. 
    If you do not wish to recieve any more reports, click <a href='www.evetrademaster.com/pages/unsubscribe.php?user=<?php 
    echo $username;
    ?>
&email=<?php 
    echo $email;
    ?>
'>here</a> to unsubscribe.
                                                                                                               
<?php 
    $body = ob_get_contents();
    ob_end_clean();
    $from = "*****@*****.**";
                    <!-- /.col-lg-4 -->
                </div>

                <div class="row">
                    <div class="col-lg-12">
                        <div class="panel panel-default">
                            <div class="panel-heading">
                                <i class="fa fa-file-excel-o"></i> Last 7 days recap
                                <div class="pull-right">

                                </div>
                            </div>
                            <!-- /.panel-heading -->
                            <div class="panel-body">
<?php 
getLastWeekProfits($character_get, $con);
?>
                            </div>
                            <!-- /.panel-body -->
                        </div>
                    </div>


                </div>
                <!-- /.row -->
        </div>
<?php 
$content->drawFooter();
?>
        <!-- /#page-wrapper -->