im sure gten has seen this but to anyone else who hadnt:
find out how much sprint really loves you follow the directions and post your results here...
Loyalty Account Value - xda-developers
This was taken from the Sprintusers.com forums. Have you ever been curious how valuable of a customer you are to Sprint? This is how you can find out. You can either sign into your Sprint account, get your browser to view the page source code, and search within it for loyaltyAccVal.
Here is a little Javascript I made to make it simpler, just paste the entire line below in its entirety in the address bar on the "My Sprint" page you land on right after logging in:
javascript
:function getYesNo(s){if(s=='Y') {return 'Yes';}else{return 'No';}};alert("Your Hidden Stats:\n\nSprint Financial Value: "+loyaltyAccVal+" of 10 (higher is better)\nCredit Class: "+creditClass+"\nAccount Spending Limit: "+getYesNo(aslFlag)+"\nHotlined Account: "+getYesNo(hotlineFlag));
You'll get a box that shows your account loyalty information. (Example) Here is mine.
Your Hidden Stats:
Sprint Financial Value: 006 of 10 (higher is better)
Credit Class: G8
Account Spending Limit: No
Hotlined Account: No
credit to the op at xda, not to myself.