<?php

require_once 'php/member.pagebase.php';
$watchlist = ticker_group_info::retrieveWatchlistArray($tradeTypes);
$holdings = ticker_group_info::retrieveHoldingsArray($tradeTypes);
$abandons = ticker_group_info::retrieveAbandonArray($tradeTypes);
$hasHoldingFirstElement = true;
// in cases where there are multiple tradetypes, check to see if
// we are using the first trade type, which will be deprecated
// once all of the current holdings are the updated tradeType
if (is_array($tradeTypes)) {
    $hasHoldingFirstElement = ticker_group_info::HoldingThisTradeType($tradeTypes[0]);
}
?>


<div class = "newwrap small_bottom_margin">
	<div class="section n1 <?php 
echo $login->showClass;
?>
">
		<div id="maintitle">
			Watchlist
		</div >
		<div class="tablegroup">
			<table id="watchTable" class="watchtable" cellspacing="0" cellpadding ="0" border="0">
				<thead>
					<tr class="table_head">
						<td class="new"></td>
						<th class="bottom left"><span class="hastooltip" title="Ticker Symbol">Symbol</span><div class="none">The ticker symbol of a BioBounce stock to watch.</div></th>
						<th class="bottom"><span class="hastooltip" title="Last Price">Last</span><div class="none">The most recent sell price.</div></th>