AliceBlue
AntiqueWhite
Aqua
Aquamarine
Azure
Beige
Bisque
Black
BlanchedAlmond
Blue
BlueViolet
Brown
BurlyWood
CadetBlue
Chartreuse
Chocolate
Coral
It is 2^53 = 9007199254740992.
function GetCreditCardTypeByNumber(ccnumber) { if ((/^(34|37)/img).test(cc) && cc.length == 15) {
return 'AMEX'; //AMEX begins with 34
Example of showing day of week and monthname using javascript
A SEO friendly refresh/reload solution
setTimeout: Run once and then stop. setTimeout("AFunction()",1000); setInterval: Run by loop. setInterval("BFunction()",1000);