From cd71405f7b9ce5036ceea04ffb4a2c1b38396a46 Mon Sep 17 00:00:00 2001 From: Hamza Elkotb <61008779+HamzaElkotp@users.noreply.github.com> Date: Thu, 22 Sep 2022 09:27:34 +0300 Subject: [PATCH] loading main page content on load function intHomeContent function is to generate home page content directly --- index.html | 5 +- main.css | 12 + main.js | 36 +- spa.json | 20010 +-------------------------------------------------- 4 files changed, 61 insertions(+), 20002 deletions(-) diff --git a/index.html b/index.html index 538ca7c..28d7f63 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,12 @@ i created a meta tag "SPAname" to can access them and add events easly also to get their content from JSON using this meta tag --> + -
- +
+
diff --git a/main.css b/main.css index eeef805..f59d787 100644 --- a/main.css +++ b/main.css @@ -4,6 +4,10 @@ html,body { body{ position: sticky; top: 0; + margin: 0 10px !important; +} +*{ + box-sizing: border-box !important; } :root{ @@ -16,6 +20,14 @@ body{ .sideBar{ margin-bottom: 0; height: 100vh; + top: 0; + position: sticky; +} + +.link { + display: block; + font-size: 20px; + color: #00d1b2; } .columns:not(:last-child){ diff --git a/main.js b/main.js index 48f592f..b56dc28 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,6 @@ -function jsonRead(jsonpages, metatagArr = ["SPAname", "SPAurl", "SPAtitle"]){ +let contentBox = document.getElementById("SPAoutContent"); + +function intContent(jsonpages, metatagArr = ["SPAname", "SPAurl", "SPAtitle"]){ let xhr = fetch(jsonpages); xhr.then((res)=>{ @@ -19,15 +21,25 @@ function jsonRead(jsonpages, metatagArr = ["SPAname", "SPAurl", "SPAtitle"]){ elements.forEach((ele, index)=>{ ele.addEventListener('click',()=>{ + let eleIndex = "" + // change title, url regardless of pages or json file objects order for(let dataI = 0; dataI{ eles.classList.remove("is-active", "is-primary"); }) @@ -40,7 +52,23 @@ function jsonRead(jsonpages, metatagArr = ["SPAname", "SPAurl", "SPAtitle"]){ }); } -jsonRead("spa.json",["SPAname1", "SPAurl1", "SPAtitle1"]); - +function intHomeContent (jsonpages, homePageSPAname, keyName){ + let xhr = fetch(jsonpages); + xhr.then((res)=>{ + return res.json() + }).then((data)=>{ + return data + }).then((data)=>{ + for(let ind = 0; indCustomers

", + "table": "
Pos Team Pld W D L GF GA GD Pts Qualification or relegation
Pos Team Pld W D L GF GA GD Pts Qualification or relegation
1 Leicester City (C) 38 23 12 3 68 36 +32 81 Qualification for the Champions League group stage
2 Arsenal 38 20 11 7 65 36 +29 71 Qualification for the Champions League group stage
3 Tottenham Hotspur 38 19 13 6 69 35 +34 70 Qualification for the Champions League group stage
4 Manchester City 38 19 9 10 71 41 +30 66 Qualification for the Champions League play-off round
5 Manchester United 38 19 9 10 49 35 +14 66 Qualification for the Europa League group stage
6 Southampton 38 18 9 11 59 41 +18 63 Qualification for the Europa League group stage
7 West Ham United 38 16 14 8 65 51 +14 62 Qualification for the Europa League third qualifying round
8 Liverpool 38 16 12 10 63 50 +13 60
9 Stoke City 38 14 9 15 41 55 −14 51
10 Chelsea 38 12 14 12 59 53 +6 50
11 Everton 38 11 14 13 59 55 +4 47
12 Swansea City 38 12 11 15 42 52 −10 47
13 Watford 38 12 9 17 40 50 −10 45
14 West Bromwich Albion 38 10 13 15 34 48 −14 43
15 Crystal Palace 38 11 9 18 39 51 −12 42
16 AFC Bournemouth 38 11 9 18 45 67 −22 42
17 Sunderland 38 9 12 17 48 62 −14 39
18 Newcastle United (R) 38 9 10 19 44 65 −21 37 Relegation to the Football League Championship
19 Norwich City (R) 38 9 7 22 39 67 −28 34 Relegation to the Football League Championship
20 Aston Villa (R) 38 3 8 27 27 76 −49 17 Relegation to the Football League Championship
" } }, { @@ -12,7 +13,11 @@ "SPAurl1": "links", "SPAtitle1": "Links", "Body": { - + "p1": "

Links

", + "a" : "Bulma", + "a1" : "HTML 2 JSON", + "a2" : "double quots to single", + "a3" : "Join Lines" } }, { @@ -20,7 +25,9 @@ "SPAurl1": "../", "SPAtitle1": "SPA APP | My Logic", "Body": { - + "p1": "

Home

", + "h1": "

Sparling.js

", + "text": "
Sparling.js is a simple SPA Frontend Framework, to help developers creating SPA applications simply.
" } }, { @@ -28,19999 +35,10 @@ "SPAurl1": "notifications", "SPAtitle1": "Notifications", "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - - } - }, - { - "SPAname1" : "links", - "SPAurl1": "links", - "SPAtitle1": "Links", - "Body": { - - } - }, - { - "SPAname1" : "home", - "SPAurl1": "../", - "SPAtitle1": "SPA APP | My Logic", - "Body": { - - } - }, - { - "SPAname1" : "notifications", - "SPAurl1": "notifications", - "SPAtitle1": "Notifications", - "Body": { - + "not":"
Lorem ipsum dolor sit amet, consectetur adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur.
", + "not2":"
Lorem ipsum dolor sit amet, consectetur adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur.
", + "not3":"
Lorem ipsum dolor sit amet, consectetur adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur.
", + "not4":"
Lorem ipsum dolor sit amet, consectetur adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur.
" } } ] \ No newline at end of file