Frequently Asked Questions
Where are you located?
Where are the vehicles located?
Do you finance?
Do you deliver?
Do you ship to international?
Who can purchase?
Do you take credit cards?
Is there any other fees?
Do you offer a warranty?
Do you sell parts?
Do you repair?
How to buy?
Do you take deposit? How much?
What is a Rebuildable or Salvage Title?
What happened to the vehicle?
What is Clean Title?
Contact us if you have
a question that is not listed here.
Where are you located?
985 Bronx River Avenue
Bronx, New York, 10472 | Map
Open Mon-Fri, 9 am - 5 pm EST. back to top
Where are the vehicles located?
On our lot, at 985 Bronx River Avenue
Bronx, New York, 10472 | Map
| back to top
Do you finance?
Sorry, we don't offer financing. back to top
Do you deliver?
No. We have contact list of shipping companies that can arrange the shipping
for you. Please deal with them directly. We are not a representative of,
or affiliated with and does not endorse or warrant the services provided
by the business listed on Shipping Companies. back to top
Do you ship to international?
No. We don't ship. We have sold to UK, Germany, Hungary, Czech, United
Arab Emerites, Canada, etc. back to top
Who can purchase?
Anybody. back to top
Do you take credit cards for purchase?
We prefer cashier checks, money orders, wire transfers and cash.
Credit card payment only via Paypal: Visa, MasterCard, American Express
--> 3% processing fee if used. back to top
Are there any other fees?
(For cash, wire transfer, money order, and cashier checks, there are no
other fees. The price you see in this website is what you will pay.) Storage
fee $_____ per day per vehicle starting 3 weeks after vehicle paid for.
Elite Motors, Inc. is not liable for any damaged, theft, fire, and vadilusm
after vehicle is paid for. Loading fee if used is $_____. back
to top
Do you offer a warranty?
No Warranty. ALL VEHICLES ARE SOLD AS IS, WHERE IS. back
to top
Do you sell parts?
. back to top
Do you repair?
No, we don't. We sell as is. back to top
How to buy?
Send your payment, sign all paperwork, once payment cleared & paperwork
signed properly, vehicle is ready to be picked up. back
to top
Do you take deposit? How much?
. back to top
What is a Rebuildable or Salvage Title?
Any vehicle sold by an insurance company is titled "Salvage Rebuildable"
or "Certificate of Desctruction." About 90% of the time these
vehicles are repairable, and then subject to a Department of Motor Vehicle
inspection. back to top
What happened to the vehicle?
The vehicle was either stolen, in an accident, donation, repossesed, or
otherwise damaged (hurricane, fire, etc.). back to top
What is Clean Title?
Vehicles which have been in a collision and have minimal damages, and
have been given a clean title by the state. This depends on the particular
State. Please check with your DMV. back to top
|

Find
us on MySpace and be our friend!
Related Links
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
if( isset($arr_xml['PostID'][$i]) && $arr_xml['PostID'][$i] > 0 ) continue;
echo " ".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]."\n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?>
|
 |