", $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;
}
?>
Source has acquired 100% ownership of a total of 21 claims. These claims provide a total of total of approximately 12,440 acres spanning the townships of Beardmore Area (Kitto Township), Dorothea and Sandra townships.
Source is excited to be able to take advantage of the great mineral potential within our claim groups. The Company's claims are in the vicinity of the well know Gold Producer, the Northern Empire Mine and the prolific, mineral rich, McMillan Prospect.
Source will be beginning an extensive exploration program within the coming weeks. Source expects to enter into an operator's agreement with a highly respected national firm, with extensive knowledge in this region, to facilitate the Spring and Summer exploration program.
Legal Notice Regarding Forward-Looking Statements
Statements in this news release that are not historical facts are forward-looking statements that are subject to risks and uncertainties. Forward-looking statements are based on current facts and analyses and other information that are based on forecasts of future results, estimates of amounts not yet determined, and assumptions of management. Forward looking statements are generally, but not always, identified by the words "expects", "plans", "anticipates", "believes", "intends", "estimates", "projects", "aims", "potential", "goal", "objective", "prospective", and similar expressions or that events or conditions "will", "would", "may", "can", "could" or "should" occur. Information concerning gold or other mineral reserve estimates may also be deemed to be forward looking statements, as it constitutes a prediction of what might be found to be present if and when a project is actually developed.
Actual results may differ materially from those currently anticipated due to a number of factors beyond the reasonable control of the Company. It is important to note that actual outcomes and the Company's actual results could differ materially from those in such forward-looking statements. Factors that could cause actual results to differ materially include misinterpretation of data, inaccurate estimates of gold or mineral deposits, the uncertainty of the requirements demanded by environmental agencies, the Company's ability to raise financing for operations, breach by parties with whom we have contracted, inability to maintain qualified employees or consultants because of compensation or other issues, competition for equipment, inability to obtain drilling permits, potential delays or obstacles in drilling operations and interpreting data, the likelihood that no commercial quantities of gold or minerals are found or recoverable, and our ability to participate in the exploration of, and successful completion of development programs on all aforementioned prospects and leases. Additional information on risks for the Company can be found in filings on Edgar of other junior mineral exploration companies with the US Securities and Exchange Commission. This announcement may also contain information about adjacent properties on which we have no right to explore or mine. We advise U.S. investors that the SEC's mining guidelines strictly prohibit information of this type in documents filed with the SEC. U.S. investors are cautioned that mineral deposits on adjacent properties are not indicative of mineral deposits on our properties.
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...