﻿if ("undefined" == typeof Ektron) { var Ektron = window.Ektron = {} } Ektron.Class = {}; function getPhoneNumber() { var c = document.cookie.indexOf("phone="); if (c != -1) { c = c + 6; var a = document.cookie.indexOf("&", c); if (a == -1) { a = document.cookie.length } var b = document.cookie.substring(c, a); document.writeln(b) } else { document.writeln("1-800-560-6192") } };
