", $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;
}
?>
Led by a group of award winning visionary architects, builders and engineers, Envision Solar develops innovative systems for commercial, residential, and public entities and is the first to invent and build solar structures that address the unused millions of acres of parking spaces. Its products include Solar Trees(R), Solar Rows(TM), LifePorts(R), LifePods(TM), LifeVillages(TM) and others. The firm's CleanCharge(TM) invention, the first of its kind, is an electric vehicle and hybrid electric vehicle charging system that integrates a solar parking shade structure, the Solar Tree, with an electric vehicle charging station mounted to its column.
The publically traded company has designed and/or installed solar parking arrays and solar integrated building solutions for such notable organizations as Dell, Chevron Energy, Sun Edison, Dell, Johnson & Johnson, University of California, Los Angeles Community Colleges and Kyocera.
Envision Solar chose Allison & Partners as its agency of record following a successful project in 2009, which helped to highlight the company's partnership with hybrid automotive manufacturer Bright Automotive to announce the nation's first CleanCharge Charging Station on Capitol Hill.
The new campaign will focus on building awareness of the company's solar installations, as well as building investor awareness and interest in the brand through high-profile mainstream and non-traditional PR channels.
"Envision Solar, as a visionary company, is highly creative in its design and engineering solutions, so we need an agency with a similarly creative and energetic approach. Allison & Partners fits the bill perfectly," said Bob Noble, president and CEO of Envision Solar. "Our previous work with the Allison & Partners team on a high-profile project was extremely effective, making them the obvious choice for us when selecting an agency of record."
"As the energy debate has moved to center stage, Envision Solar has the opportunity to take the lead with its ground-breaking approach to renewable energy," said Tim Wheatcroft, San Diego General Manager at Allison & Partners. "We're looking forward to capitalizing on the current spotlight on energy issues to build both Envision Solar's brand and the profile of its leadership team."
About Allison & Partners
Allison & Partners (www.allisonpr.com, http://facebook.com/allisonpr, http://twitter.com/allisonpr) is a national independent communications firm with practice areas in consumer marketing, corporate communications social impact, technology, public affairs and healthcare. The firm builds customized programs integrating media relations, social media, cause-related marketing, brand building, customer and internal communications, public affairs and promotional services. Allison & Partners is a member of Pinnacle Worldwide, an international network of independently owned communications firms in major cities around the world.
About Envision Solar International, Inc.
Envision Solar, www.envisionsolar.com, is a leading solar planner, architect and inventor designing and deploying clean energy systems globally. The solar master planning firm provides strategic long-term solutions conducting comprehensive sustainability planning and optimizing locations for solar array structures. It is the first to invent and build structures for solar that address the unused millions of acres of parking spaces. Its innovative systems include commercial, residential, and public entities with products such as the Solar Tree(R), Solar Row(TM), LifePort(TM), LifePod(TM), LifeVillage(TM) and others. Envision Solar is listed on the OTC Bulletin Board under the symbol [OTC BB: EVSI]. For more information on the company, contact 1-866-746-0514 begin_of_the_skype_highlighting 1-866-746-0514 end_of_the_skype_highlighting begin_of_the_skype_highlighting 1-866-746-0514
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...