This will do to start. Get a better list of what's being deprecated.
@ -84,7 +84,9 @@ var padlock_PadLock =
} else if (aCipher.indexOf("_SHA") > -1) {
level = "low";
}
} else if (aCipher.indexOf("_DES_EDE3_") > -1) {
} else if (aCipher == "TLS_RSA_WITH_3DES_EDE_CBC_SHA") {
} else if (aCipher == "TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA") {