Sort by Type: Business Gas Credit Cards | Student Gas Credit Cards
Credit Report Scores
Helpful Gas Articles
If you're wondering why gallon prices have soared past $3.00 per gallon nationwide, maybe you should check out the latest profit reports from some of the oil companies. They are now at record levels. Exxon earned 9.5 cents on every $1 of gasoline and oil sold. They were and still are cashing in on skyrocketing prices at every stage of the drilling, refining, and selling processes. They announced that their profit in the first three months of 2007 was over $8 billion. Keep in mind that that number is just PROFIT.
Ever since gas prices recently soared, people have been scrambling to find ways to save money and still reach their destination. This is especially true if they were one of the millions that had bought SUV's as the country went large-vehicle crazy for a while. Those high prices at the pump made everyone re-evaluate just what we were driving and how much it was costing us.
For a lot of drivers, the answer to the high-gas-price problem was found in a hybrid vehicle. They shelled out the extra money at the dealership in order to save long-term at the pump. Many of the people that did this also appreciated the better environmental record for which hybrid vehicles are known. It seemed like a win-win situation, but do hybrid vehicles really save you money on gas?
For a lot of drivers, the answer to the high-gas-price problem was found in a hybrid vehicle. They shelled out the extra money at the dealership in order to save long-term at the pump. Many of the people that did this also appreciated the better environmental record for which hybrid vehicles are known. It seemed like a win-win situation, but do hybrid vehicles really save you money on gas?
Get gas saving tips and more from our blog
%s",
trim($link),htmlspecialchars(trim($title)));
$title = "";
$description = "";
$link = "";
$insideitem = false;
}
}
function characterData($parser, $data) {
global $insideitem, $tag, $title, $description, $link;
if ($insideitem) {
switch ($tag) {
case "TITLE":
$title .= $data;
break;
case "DESCRIPTION":
$description .= $data;
break;
case "LINK":
$link .= $data;
break;
}
}
}
$xml_parser = xml_parser_create();
xml_set_element_handler($xml_parser, "startElement", "endElement");
xml_set_character_data_handler($xml_parser, "characterData");
$fp = fopen("http://feeds2.feedburner.com/FgcAutoBlog","r")
or die("Error reading RSS data.");
while ($data = fread($fp, 4096))
xml_parse($xml_parser, $data, feof($fp))
or die(sprintf("XML error: %s at line %d",
xml_error_string(xml_get_error_code($xml_parser)),
xml_get_current_line_number($xml_parser)));
fclose($fp);
xml_parser_free($xml_parser);
?>


