diff --git a/app/functions-owners.js b/app/functions-owners.js
new file mode 100644
index 0000000..343bbfe
--- /dev/null
+++ b/app/functions-owners.js
@@ -0,0 +1,46 @@
+const periods = ['December 2018', 'January 2019'];
+const urls = {
+ 'CAROLINA LOGISTICS, Inc': {
+ id: '70830516181943',
+ period1: '#',
+ period2: '#',
+ },
+ 'DELTA EXPRESS, Inc': {
+ id: '70830515177576',
+ period1: 'https://docs.google.com/spreadsheets/d/1xRLKG4LWLJ9GbFIvkF1UIY9kkXiq4ScAwl7sO1RFCHk/edit#gid=1165085359',
+ period2: '#',
+ },
+ 'DELTA LOGISTICS, Inc': {
+ id: '70830517302592',
+ period1: '#',
+ period2: '#',
+ },
+ 'ONTRACK TRANSPORTATION, Inc': {
+ id: '70830517305886',
+ period1: '#',
+ period2: '#',
+ },
+ 'PRECISE TRANSPORTATION, Inc': {
+ id: '70830517302433',
+ period1: '#',
+ period2: '#',
+ },
+ 'RAINIER TRANSPORTATION, Inc': {
+ id: '70830517307425',
+ period1: '#',
+ period2: '#',
+ },
+};
+const pad = 'style="padding: 14px 45px;"';
+let table = '
| Company Name | Period 1 | Period 2 |
',
+ keys = Object.keys(urls);
+for (let i = 0; i < keys.length; i++) {
+ let link1 = urls[keys[i]].period1, link2 = urls[keys[i]].period2,
+ anchor1 = '',
+ anchor2 = '',
+ anchName1 = (link1 != '#') ? periods[0] + '' : '' + periods[0],
+ anchName2 = (link2 != '#') ? periods[1] + '' : '' + periods[1];
+ table += '| ' + keys[i] + '  ' + urls[keys[i]].id + ' | ';
+ table += '' + anchor1 + anchName1 + ' | ' + anchor2 + anchName2 + ' |
';
+}
+document.getElementById('omcMon').innerHTML = table;
diff --git a/app/functions.js b/app/functions.js
index 633854a..ed54bd4 100644
--- a/app/functions.js
+++ b/app/functions.js
@@ -209,7 +209,7 @@ var monthlyUrls = {
CL:
{
title: 'Carolina Logistic, Inc',
- name: 'CAROLINA LOGISTIC  708305151783320 | ',
+ name: 'CAROLINA LOGISTIC  70830515178332 | ',
month1_cards: {
user0: [0, '686342087'],
user1: [0, '1995296890'],
diff --git a/rpm/linkboard-owners.html b/rpm/linkboard-owners.html
new file mode 100644
index 0000000..f86c99c
--- /dev/null
+++ b/rpm/linkboard-owners.html
@@ -0,0 +1,305 @@
+
+
+
+ RPM LinkBoard
+
+
+
+
+
+
+
+
+
+
+
+
+
+ RPM LINKBOARD (Owners)    
+
+
+
+
+
+
+
+
+