", $Action);
$Action = eregi_replace("action=\"index.php\"","action=\"/marketpage.php\"", $Action);
$Action = eregi_replace(" ]+/>","", $Action);
$Ticker = $Action;
}
function Update($URI,$GrabStart,$GrabEnd){
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_URL, "$URI");
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
// grab URL and pass it to the browser
$Action = trim(curl_exec($ch));
if (curl_errno($ch)) {
print curl_error($ch);
} else {
curl_close($ch);
}
//echo $Action;
$grab = eregi("$GrabStart(.*)$GrabEnd", $Action, $printing);
return ($printing[0]);
}
function Update2($URI,$GrabStart,$GrabEnd){
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_URL, "$URI");
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
// grab URL and pass it to the browser
$Action = trim(curl_exec($ch));
if (curl_errno($ch)) {
print curl_error($ch);
} else {
curl_close($ch);
}
//echo $Action;
$grab = eregi("$GrabStart(.*)$GrabEnd", $Action, $printing);
return ($printing[0]);
}
?>
$Header_html="MainSiteSystem_header";
ParSingContent ("$Home/conf/class.FT.php",$body,$Content,$Locations,$Host,$Special,$Top,$Left,$Right,$Bottom,$Header_html,$Ranking,$HostSend,$Unique,$SiteSID,$Category,$Scores,$UserD,$Event_Closing,$Body_html,$Feed_index_stuff7,$Feed_index_stuff8,$Signup_Sys,$Help_Sports,$Sports_Lines,$News,$Search,$ScoresSys, $enLink, $frLink, $LatestNews, $Lost_Pass, $Top100Sys ,$Feed_index_stuff1,$Feed_index_stuff2,$Feed_index_stuff3,$Feed_index_stuff5,$Feed_index_stuff6, $h_info, $Time, $Event_Closing_no_ticket, $Category_no_ticket, $Sports_Lines_no_ticket, $Sports_Lines_signup, $Feed_index_stuff14, $Feed_index_stuff13, $Feed_index_stuff15, $feed_site_name, $NewsCategories,$Quotes,$Ticker);
function ParSingContent ($PathHome,$body,$Input,$Locations,$Host,$Special,$Top,$Left,$Right,$Bottom,$Header_html,$Ranking,$HostSend,$Unique,$SiteSID,$Category,$Scores,$UserD,$Event_Closing,$Body_html,$Feed_index_stuff7,$Feed_index_stuff8,$Signup_Sys,$Help_Sports,$Sports_Lines,$News,$Search,$ScoresSys, $enLink, $frLink, $LatestNews, $Lost_Pass, $Top100Sys ,$Feed_index_stuff1,$Feed_index_stuff2,$Feed_index_stuff3,$Feed_index_stuff5,$Feed_index_stuff6, $h_info, $Time, $Event_Closing_no_ticket, $Category_no_ticket, $Sports_Lines_no_ticket, $Sports_Lines_signup, $Feed_index_stuff14, $Feed_index_stuff13, $Feed_index_stuff15, $feed_site_name, $NewsCategories,$Quotes,$Ticker)
{
$Root = CleanUp($Host,"\.","-");
Global $Home;
Include ("$PathHome");
$tpl = new FastTemplate("$Locations");
$tpl->define(array($body => "$body.inc",$Input => "$Input.inc",$Special => "$Special.inc",$Left => "$Left.inc",$Right => "$Right.inc",$Top => "$Top.inc",$Bottom => "$Bottom.inc",$Header_html => "$Header_html.inc",table => "dynamic.inc"));
$tpl->define_dynamic ( "row", "table" );
$tpl->assign ("", $Feed_index_stuff1);
$tpl->assign ("", $Feed_index_stuff2);
$tpl->assign ("", $Feed_index_stuff3);
$tpl->assign ("", $Feed_index_stuff5);
$tpl->assign ("", $Feed_index_stuff6);
$tpl->assign ("", $Feed_index_stuff7);
$tpl->assign ("", $Feed_index_stuff8);
$tpl->assign ("", $Feed_index_stuff13);
$tpl->assign ("", $Feed_index_stuff14);
$tpl->assign ("", $Feed_index_stuff15);
$tpl->assign ("", $Time);
$tpl->assign ("", $_SESSION['language']);
$tpl->assign ("", $Search);
$tpl->assign ("", $ScoresSys);
$tpl->assign ("", $News);
$tpl->assign ("", $Sports_Lines);
$tpl->assign ("", $Quotes);
$tpl->assign ("", $Ticker);
$tpl->assign ("", $Sports_Lines_no_ticket);
$tpl->assign ("", $Sports_Lines_signup);
$tpl->assign ("", $Help_Sports);
$tpl->assign ("", $Signup_Sys);
$tpl->assign ("", $Body_html);
$tpl->assign ("", $Event_Closing);
$tpl->assign ("", $Event_Closing_no_ticket);
$tpl->assign ("", $Scores);
$tpl->assign ("", $Category);
$tpl->assign ("", $Category_no_ticket);
$tpl->assign ("", $UserD);
$tpl->assign ("", $enLink);
$tpl->assign ("", $frLink);
$tpl->assign ("", $LatestNews);
$tpl->assign ("", $NewsCategories);
$tpl->assign ("", $Lost_Pass);
$tpl->assign ("", $Top100Sys);
$tpl->assign ("{Root}", $Root);
$tpl->assign ("{Host}", $Host);
$tpl->assign ("{HostSend}", $HostSend);
$tpl->assign ("{feed_site_name}", $feed_site_name);
if(isset($Special)){$tpl->parse ("", $Special);}
if(isset($Left)){$tpl->parse ("", $Left);}
if(isset($Right)){$tpl->parse ("", $Right);}
if(isset($Top)){$tpl->parse ("", $Top);}
if(isset($Bottom)){$tpl->parse ("", $Bottom);}
if(isset($Header_html)){$tpl->parse ("", $Header_html);}
$tpl->assign ("", $ActionList);
$tpl->assign ("", $SiteSID);
////The new script for keywords//////////////////////////////////////////////////////////////////////////////////////
/*
$page = $_SERVER['PHP_SELF'];
$page = explode('/', $page);
if (count($page) == 2)
{
$dir = '';
$dir_num = 0;
$page = $page[1];
}
else
{
for ($i = 0; $i < count($page)-1; $i++)
$dir[$i] = $page[$i];
$page = $page[$i];
$dir_num = count($dir);
}
$links = get_hidden_links_for_current_website(eregi_replace('www.', '', $_SERVER['HTTP_HOST']), $page, $dir, $dir_num);
$header_info = get_header_info(eregi_replace('www.', '', $_SERVER['HTTP_HOST']), $page, $dir, $dir_num);
*/
$tpl->assign ("", $header_info[0]);
$tpl->assign ("", $header_info[1]);
$tpl->assign ("", $header_info[2]);
$tpl->assign ("", $header_info[3]);
$tpl->assign ("", $header_info[4]);
$tpl->assign("", $links);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
$tpl->assign ("", $header_info[0]);
$tpl->parse ("", $Input);
$tpl->parse(MAIN, $body);
$tpl->FastPrint(MAIN);
return $data;
}
function CleanUp ($data,$Input,$Replace)
{
$data = eregi_replace("$Input","$Replace", $data);
// GENERAL
return $data;
}
?>
Virtual Ed Link, an innovator of superior integrated information system for safety and security applications in schools is "both very attractive and suitable for purchase by high risk/high return-oriented investors," according to the Empire Research report.
The following positive factors are outlined in the VRED investment thesis. First, society has a major problem: safety/security in our schools. Second, VRED has the necessary new product to mitigate this problem: its Safety and Security Management System (SSMS). It is the most comprehensive and only integrated product serving this niche market. Third, this management team is very talented, broadly experienced and totally committed. Fourth, rapid revenues growth (later, earnings) is foreseen because the school market is large and unsaturated for VRED's SSMS innovative offering. Fifth, we expect the Company to raise sufficient and necessary new capital, due to the match between the market's need and the capability of the SSMS to meet it. Sixth, successful execution of VRED's business plan could well lead to future buy-out bids for the Company, eventually elevating the share price.
The report further states, "In a nutshell, a market need exists and VRED now has the necessary product! Therefore, the key remaining hurdle is to sell it -- it is ready to go! We expect VRED's management to meet this challenge."
Empire Research Associates, Inc. ("Empire Research") is a NJ-based business consulting firm, specializing in economic, financial, investment, and management information system matters. Its three principals have over a century of experience in these fields. William ("Bill") N. Walling, Jr., CFA, is founder and Chairman of Empire Research. He holds a BA and MBA and is a Chartered Financial Analyst. He is a former four-time member of the Institutional Investor Magazine All-America Research Team. Heinz Jauch is President of Empire Research. He holds a Ph.D. in Economics and is a Chartered Financial Analyst. He has also completed major consulting assignments, including ones for Bankers Trust Co. and Port Authority of NY. Ronald E. Olsen is V.P. of Empire Research. His career has been in investment portfolio management. His previous positions include Trust Investment Officer at Empire Trust Co. and at Howard Savings Bank.
A copy of the complete report may be found at http://www.virtualedlink.org/investor-relations.php.
About Virtual Ed Link, Inc.
Virtual Ed Link, Inc., (PINKSHEETS: VRED), sells the Safety and Security Management System (SSMS), which uses proprietary core technology solutions developed by Viyya Technologies. The Safety and Security Management System is marketed and sold primarily to schools and colleges around the U.S. and geared to be used as a collaborative Web 2.0 tool to share general information retrieved from any internet source among the school users, and especially, in the event of threats or danger, to disseminate alerts to help and guide students, parents, faculty and law enforcement in the actions necessary to help protect school attendees, and school infrastructure.
For more information, visit http://www.virtualedlink.org
Safe Harbor Statement under the Private Securities Litigation Reform Act of 1995: This news release contains forward-looking information within the meaning of Section 27A of the Securities Act of 1933, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, including statements that include the words "believes," "expects," "anticipate" or similar expressions. Such forward-looking statements involve known and unknown risks, uncertainties and other factors that may cause the actual results, performance or achievements of the company to differ materially from those expressed or implied by such forward-looking statements. In addition, description of anyone's past success, either financial or strategic, is no guarantee of future success. This news release speaks as of the date first set forth above and the company assumes no responsibility to update the information included herein for events occurring after the date hereof.
Hot Picks
InternetArray Inc
0.00
▼0.0003 (-10.00%)
Virtual Ed Link
0.00
0.0000 (0.00%)
Fortress Financial Group
0.00
(%)
Mainland Resources Inc
0.11
▼0.016 (-12.70%)
Free Daily Penny Stock Alert!
Top Pink Sheet Volume Gainer
Name Last Change % Change Volume CGFIA 0.0001
0.00
0.00 655,010,922 WTCT 0.0001
0.0001
50.00 292,150,221 CMGR 0.0001
0.0001
50.00 198,086,489 COIN 0.0018
0.0003
20.00 135,065,907 BCAP 0.0005
0.0001
16.67 125,895,873 RIGH 0.0004
0.00
0.00 103,480,384 PYCT 0.0001
0.00
0.00 77,055,098 CXMSF 0.828
0.129
18.30 67,340,000 INOL 0.0001
0.00
0.00 59,073,384 HPNN 0.00
0.00
0.00 53,203,892 GDSM 0.0031
0.0006
24.00 51,754,405 NVAE 0.0001
0.00
0.00 46,387,796 PSRU 0.0003
0.00
0.00 45,263,688 MINE 0.0002
0.0001
33.33 42,896,016 COHO 0.0008
0.0003
60.00 42,466,183 CYCA 0.0015
0.0001
6.25 40,596,159 MMTE 0.0007
0.00
0.00 39,966,668 HBRM 0.0009
0.0003
50.00 36,134,034 RTGV 0.0012
0.0002
14.29 33,789,577 RFMK 0.0032
0.0005
13.51 33,312,233
About Penny Stock Finder
Penny Stock Finder is an online financial website, offering the latest and must current financial news on NYSE, NASD, TSX and CDNX companies. We offer investors the opportunity of receiving email alerts on various markets, with a focus on microcap and penny stocks. Along with our alerts we also maintain a “Stock to Watch” section, providing our readers a complete coverage of all market sectors.
Read more...