| You should consider donating a car
to charity rather than a standard used car trade in for many reasons.
The dealer of the car dealership will help you get rid of your vehicle
by offering you a trade in price on your old car, deducting that
from the cost of the car you are purchasing. If the vehicle you
are planning to trade in is clean and in overall good condition,
the car dealer may keep it to resell and you may get an offer that
is worth taking. But this isn’t the normal case. In most cases
the car dealer will offer you a price that is less then what he
would get if he were to sell your vehicle at a wholesale auction.
But by donating your car though a charity car donation program
or car donation service you will not only be helping a good charitable
cause. When making an automobile or other vehicle donation you can
take as a write off or federal tax deduction at the end of the year.
The value can be a lot better than what your local car dealer is
willing to give you.
Those who have always traded their vehicle in at the car dealership
might not want to consider a used car donation to a charity organization.
You might think donating your car to a charity is a long, involved
process or have hidden fees. In fact the process of making a car
donation is just as fast and easy as trading in your car though
a dealer.
Contact your charity of choice or contact some of the charities
listed on this web site. Don’t be afraid to ask questions.
Many charities will come to your house and pick up your car as
part of their service. After that you will receive a copy of the
receipt in the mail of what the car sold for or the price of what
you got from the charity since they may use your car for the company
if it is something they need.
At the end of the year when its time for the tax forms and such
to be filled you can reap the benefits from your car donation and
feel good about it! This is another main thing that you must be
proud of what you done to help other people in the world in there
most desperate times of need.
Used Car News
$keyword = 'used+car';
}
else
// process news topic selected
// <- EDIT THIS ->
switch ($feedid)
{
default:
$keyword = 'used+car';
break;
}
$news_url = 'http://news.search.yahoo.com/news/rss?p=' . $keyword . '&ei=UTF-8&fl=0&x=wrt';
// <- EDIT THIS ->
require_once "/home/joeychgo/carp/carp.php";
$rssnews='';
// clear caches for maintneance.
CarpClearCache(1);
// channel info
// <- EDIT THIS ->
CarpConf('maxcdesc',200);
// CarpConf('cborder','link');
CarpConf('cborder','');
CarpConf('bcb','');
CarpConf('acb','
');
CarpConf('bcimage',' ');
CarpConf('acimage',' ');
CarpConf('maxcimagew',200);
CarpConf('maxcimageh',100);
// refresh every 1 hours
CarpConf('cacheinterval',60);
// item info
CarpConf('maxitems',2);
CarpConf('linktarget',1);
CarpConf('iorder','link,date,author,desc');
CarpConf('bi','');
CarpConf('ai',' ');
CarpConf('biimage','');
CarpConf('aiimage',' ');
CarpConf('maxiimagew',100);
CarpConf('maxiimageh',150);
CarpConf('maxidesc',600);
CarpConf('maxititle',400);
// select the cache file
$keyword = str_replace ("+"," ",$keyword);
$news_title = ucwords(strtolower($keyword)) . " News";
$keyword = str_replace (" ","",$keyword);
// get the cached feed
ob_start();
CarpCacheShow($news_url, $keyword);
$rssnews = ob_get_contents();
ob_end_clean();
echo 'Current ' . $news_title . ' ' . $rssnews . '';
// end news hack
?>
|