subject: Debt Relief Help - Tips In Avoiding Scams And Finding Legitimate Debt Relief [print this page] Debt Relief Help - Tips In Avoiding Scams And Finding Legitimate Debt Relief
Consumer debt is at an all-time high. What's more, a record number of consumers, more than 1.5 million in 2004, are filing for bankruptcy. Whether your debt dilemma is the result of an illness, unemployment, or overspending, it can seem overwhelming. In your effort to get solvent, be on the alert for advertisements that offer seemingly quick fixes. And read between the lines when faced with ads in newspapers, magazines, or even telephone directories that say:
"Consolidate your bills into one monthly payment without borrowing"
"STOP credit harassment, foreclosures, repossessions, tax levies and garnishments"
"Keep Your Property"
"Wipe out your debts! Consolidate your bills! How?
By using the protection and assistance provided by federal law. For once, let the law work for you!"
While the ads pitch the promise of debt relief, they rarely say relief may be spelled b-a-n-k-r-u-p-t-c-y. And although bankruptcy is one option to deal with financial problems, it's generally considered the option of last resort. The reason: it has a long-term negative impact on your creditworthiness. A bankruptcy stays on your credit report for 10 years, and can hinder your ability to get credit, a job, insurance, or even a place to live. What's more, it can cost you attorneys' fees.
Advance-Fee Loan Scams
These scams often target consumers with bad credit problems or those with no credit. In exchange for an up-front fee, these companies "guarantee" that applicants will get the credit they want usually a credit card or a personal loan.
The up-front fee may be as high as several hundred dollars. Resist the temptation to follow up on advance-fee loan guarantees. They may be illegal. Many legitimate creditors offer extensions of credit, such as credit cards, loans, and mortgages through telemarketing, and require an application fee or appraisal fee in advance. But legitimate creditors never guarantee in advance that you'll get the loan. Under the federal Telemarketing Sales Rule, a seller or telemarketer who guarantees or represents a high likelihood of your getting a loan or some other extension of credit may not ask for or receive payment until you've received the loan.
Recognizing an Advance-Fee Loan Scam
Ads for advance-fee loans often appear in the classified ad section of local and national newspapers and magazines. They also may appear in mailings, radio spots, and on local cable stations. Often, these ads feature "900" numbers, which result in charges on your phone bill. In addition, these companies often use delivery systems other than the U.S. Postal Service, such as overnight or courier services, to avoid detection and prosecution by postal authorities.
It's not hard to confuse a legitimate credit offer with an advance-fee loan scam. An offer for credit from a bank, savings and loan, or mortgage broker generally requires your verbal or written acceptance of the loan or credit offer. The offer usually is subject to a check of your credit report after you apply to make sure you meet their credit standards. Usually, you are not required to pay a fee to get the credit.
Hang up on anyone who calls you on the phone and says they can guarantee you will get a loan if you pay in advance. It's against the law.
Protect Yourself
Here are some tips to keep in mind before you respond to ads that promise easy credit, regardless of your credit history:
* Most legitimate lenders will not "guarantee" that you will get a loan or a credit card before you apply, especially if you have bad credit, or a bankruptcy.
* It is an accepted and common practice for reputable lenders to require payment for a credit report or appraisal. You also may have to pay a processing or application fee.
* Never give your credit card account number, bank account information, or Social Security number out over the telephone unless you are familiar with the company and know why the information is necessary.
var LEO_HIGHLIGHTS_IFRAME_TOP_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOP_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOP_HEIGHT);
var LEO_HIGHLIGHTS_IFRAME_BOTTOM_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_WIDTH,LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_HEIGHT);
var LEO_HIGHLIGHTS_IFRAME_BOTTOM_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_WIDTH,LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_HEIGHT); var LEO_HIGHLIGHTS_DIV_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_HEIGHT);
var LEO_HIGHLIGHTS_DIV_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_HEIGHT); /** * Sets the size of the passed in element * * @param elem * @param dim * @return */
function _leoHighlightsSetSize(elem,dim)
{ try { // Set the popup location elem.style.width = dim.width + "px"; if(elem.width) elem.width=dim.width; elem.style.height = dim.height + "px"; if(elem.height) elem.height=dim.height; } catch(e) { _leoHighlightsReportExeception("_leoHighlightsSetSize()",e); } } /** * This can be used for a simple one argument callback * * @param callName * @param argName * @param argVal * @return */
function _leoHighlightsSimpleGwCallBack(callName,argName, argVal)
{ try { var gwObj = new Gateway(); if(argName) gwObj.addParam(argName,argVal); gwObj.callName(callName); } catch(e) { _leoHighlightsReportExeception("_leoHighlightsSimpleGwCallBack() "+callName,e); }
} /** * This gets a url argument from the current document. * * @param url * @return */
function _leoHighlightsGetUrlArg(url, name )
{ name = name.replace(/[[]/,"\[").replace(/[]]/,"\]"); var regexS = "[\?&]"+name+"=([^]*)"; var regex = new RegExp( regexS ); var results = regex.exec(url); if( results == null ) return ""; else return results[1];
} /** * This allows to redirect the top window to the passed in url * * @param url * @return */
} /** * This will find an element by Id * * @param elemId * @return */
function _leoHighlightsFindElementById(elemId,doc)
{ try { if(doc==null) doc=document; var elem=doc.getElementById(elemId); if(elem) return elem; /* This is the handling for IE */ if(doc.all) { elem=doc.all[elemId]; if(elem) return elem; for ( var i = (document.all.length-1); i >= 0; i--) { elem=doc.all; if(elem.id==elemId) return elem; } } } catch(e) { _leoHighlightsReportExeception("_leoHighlightsFindElementById()",e); } return null;
} /** * Get the location of one element relative to a parent reference * * @param ref * the reference element, this must be a parent of the passed in * element * @param elem * @return */
function _leoHighlightsGetLocation(ref, elem) { _leoHighlightsDebugLog("_leoHighlightsGetLocation "+elem.id); var count = 0; var location = new LeoHighlightsPosition(0,0); var walk = elem; while (walk != null && walk != ref && count < LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT) { location.x += walk.offsetLeft; location.y += walk.offsetTop; walk = walk.offsetParent; count++; } _leoHighlightsDebugLog("Location is: "+elem.id+" - "+location); return location;
} /** * This is used to update the position of an element as a popup * * @param IFrame * @param anchor * @return */
function _leoHighlightsUpdatePopupPos(iFrame,anchor)
{ try { // Gets the scrolled location for x and y var scrolledPos=new LeoHighlightsPosition(0,0); if( self.pageYOffset ) { scrolledPos.x = self.pageXOffset; scrolledPos.y = self.pageYOffset; } else if( document.documentElement && document.documentElement.scrollTop ) { scrolledPos.x = document.documentElement.scrollLeft; scrolledPos.y = document.documentElement.scrollTop; } else if( document.body ) { scrolledPos.x = document.body.scrollLeft; scrolledPos.y = document.body.scrollTop; } /* Get the total dimensions to see what scroll bars might be active */ var totalDim=new LeoHighlightsDimension(0,0) if (document.all && document.documentElement && document.documentElement.clientHeight&&document;.documentElement.clientWidth) { totalDim.width = document.documentElement.scrollWidth; totalDim.height = document.documentElement.scrollHeight; } else if (document.all) { /* This is in IE */ totalDim.width = document.body.scrollWidth; totalDim.height = document.body.scrollHeight; } else { totalDim.width = document.width; totalDim.height = document.height; } // Gets the location of the available screen space var centerDim=new LeoHighlightsDimension(0,0); if(self.innerWidth && self.innerHeight ) { centerDim.width = self.innerWidth-(totalDim.height>self.innerHeight?16:0); // subtracting scroll bar offsets for firefox centerDim.height = self.innerHeight-(totalDim.width>self.innerWidth?16:0); // subtracting scroll bar offsets for firefox } else if( document.documentElement && document.documentElement.clientHeight ) { centerDim.width = document.documentElement.clientWidth; centerDim.height = document.documentElement.clientHeight; } else if( document.body ) { centerDim.width = document.body.clientWidth; centerDim.height = document.body.clientHeight; } // Get the current dimension of the popup element var iFrameDim=new LeoHighlightsDimension(iFrame.offsetWidth,iFrame.offsetHeight) if (iFrameDim.width 0) position.x = anchorPos.x + anchorDim.width; else if (anchorScreenPos.x - anchorDim.width - iFrameDim.width > 0) position.x = anchorPos.x - anchorDim.width; else // default to below position.y = anchorPos.y + anchorDim.height; _leoHighlightsDebugLog("_leoHighlightsUpdatePopupPos() - sideBottom: "+position); } } /* Make sure that we don't go passed the right hand border */ if(position.x+iFrameDim.width>centerDim.width-20) position.x=centerDim.width-(iFrameDim.width+20); // Make sure that we didn't go passed the start if(position.x