/** * @copyFrom http://Finn-Rasmussen.com/myphp-1.10/myphp-1.10-js/html/page/CountryCode.js.php * Copyrigt notice: You may copy the source code as is as long as you keep the copy right notice intact * * @package javascript * @author http://Finn-Rasmussen.com * @copyright http://Finn-Rasmussen.com * @version 1.10 * @since 22-feb-2007 */ var CountryCode = new function() { this.DE = 'DE'; this.DK = 'DK'; this.NO = 'NO'; this.SE = 'SE'; this.UK = 'UK'; this.US = 'US'; // TODO, add more ... }