el: '#emmetList',
         collection: emmetTasks});
 
+    // Pellston Airport
+    var pellstonTasks = new Tasks([
+    ]);
+    pellstonTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    pellstonTasks.fetch({cache: false, async:true, data: {pid: 3901, t: bTime}});
+    var pellstonList = new TaskListView({
+        el: '#pellstonList',
+        collection: pellstonTasks});
+
 
 });
 
                     </table>
                 </div>
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3977" target="_blank">Sault Ste Marie</a></h3>
-                    <table id="ssmList"
+                    <h3><a href="../project.php?pid=3901" target="_blank">Pellston Airport</a></h3>
+                    <table id="pellstonList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                             </tr>
                         </thead>
                     </table>
-                </div>
-            </div>
+                </div>            </div>
 
             <div class="row">
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
                         </thead>
                     </table>
                 </div>
+                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                    <h3><a href="../project.php?pid=3977" target="_blank">Sault Ste Marie</a></h3>
+                    <table id="ssmList"
+                        class="table table-condensed table-striped table-bordered table-hover">
+                        <thead>
+                            <tr>
+                                <th>Employee</th>
+                                <th>Status</th>
+                                <th>Task Name</th>
+                                <th>Deadline</th>
+                            </tr>
+                        </thead>
+                    </table>
+                </div>
             </div>
         </div>