Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home4/hedgetr1/public_html/fund.php on line 181
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home4/hedgetr1/public_html/fund.php on line 695
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home4/hedgetr1/public_html/fund.php on line 701
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home4/hedgetr1/public_html/fund.php on line 735
**If you would like to submit investor updates, please click here
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home4/hedgetr1/public_html/fund.php on line 789
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home4/hedgetr1/public_html/fund.php on line 807
See Investor Roadshow Profile for Comprehensive Investment Strategy and Complete Holdings
SELECT entries.entry_id, entries.title, entries.clean, DATE_FORMAT(entries.date, '%M %D, %Y') AS EntryDate, entries.body, CONCAT(LEFT(entries.body, LOCATE(' ', entries.body, 150) - 1), '...') AS body2 FROM entries INNER JOIN articlefundlink ON entries.entry_id = articlefundlink.entry_id WHERE articlefundlink.hedge_id= ORDER BY date DESC, entry_id DESC LIMIT 0, 10