Okay using the addnodes listed above I downloaded the same block chain I was on before; but, both block explorers can't locate the transactions for what I mined this afternoon. Currently it shows the current block as 65853. So if I used the "trusted nodes" and still ended up on the wrong chain how is that possible?
If you were on the wrong chain when you were mining sadly they will be lost. You prob received a larger number of blocks because the difficulty on that chain was extremely low
Sorry for the inconvience
If the coins were mined on the correct chain but sent when you were on the wrong one they should have gone through when you synced to the correct chain
Well here's my mining info when using only addnode= 50.137.233.14 I did not include any other addnodes because you specified that this node is definitely on the right chain. I did delete everything except for the wallet and the .conf:
{
"blocks" : 65908,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.33298613,
"errors" : "WARNING: Checkpoint is too old. Redownload Blockchain. If warning persist contact the Development Team",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}
So apparently the trusted node is on my current chain or at the least directing my wallet to download from that chain. And yes I did get alot of blocks
Sadly the number of connections on the wrong chain outwieghed the node you added. try connect= "any of the nodes in the OP"
That will get you directly connected and downloading from that node. Ill have more info shortly working on 1.4.1
Also try getpeerinfo if you cannot connect to those nodes. Any peer stating protocol 60008 and a starting height close to the correct chain height is a good node to add for now
You could even add it as connect= to download directly from them
More good nodes:

[
{
"addr" : "70.98.114.237:7685",
"services" : "00000001",
"lastsend" : 1376017638,
"lastrecv" : 1376017643,
"conntime" : 1376017600,
"version" : 60008,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 66084,
"banscore" : 0
},
{
"addr" : "115.76.32.246:7685",
"services" : "00000001",
"lastsend" : 1376017643,
"lastrecv" : 1376017643,
"conntime" : 1376017607,
"version" : 60008,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 66084,
"banscore" : 0
},
{
"addr" : "192.241.222.16:7685",
"services" : "00000001",
"lastsend" : 1376017637,
"lastrecv" : 1376017639,
"conntime" : 1376017635,
"version" : 60008,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 66084,
"banscore" : 0
}
]