// turns off sharing links when editing
function editCurrent(url) {
window.location.href = url;
}
function deleteBlogEntry(blogid, blogentid, msgid) {
var link = '/aspx/blob2/admin/blogs/blogsdeleteBlogEntry.aspx?blogid=' + blogid + '&blogentid=' + blogentid + '&msgid=' + msgid;
location.href = link;
return;
}
function deleteBlog1Entry(blogid, blog1blogid, blogentid, msgid) {
var link = '/aspx/blob2/admin/blogs/blogsdeleteBlogEntry.aspx?provider=blog1&blogid=' + blogid + '&blog1blogid=' + blog1blogid + '&blogentid=' + blogentid + '&msgid=' + msgid;
location.href = link;
return;
}
function deleteBlogComment(blogid, blogcommentid) {
var result = confirm("Are you sure you want to delete this blog entry comment?");
if (result) {
$('#ctl33_ctl01_ctl00_hf_FormAction').attr("value", "DELCOM|" + blogid + "|" + blogcommentid);
doAsyncPostback();
}
return result;
}
function scrollToAnchor(aid) {
var aTag = $(aid);
$('html,body').stop().animate({ scrollTop: aTag.offset().top - 100 }, 2500, 'easeInOutExpo');
}
$(document).ready(function () {
$(window).resize();
var commentid = 0;
var blogentryid = '839a9de9-147a-46f2-8725-530bb1bc5430';
if (blogentryid.length > 1) {
$('#liEditArticle').fadeIn('fast', function () {
$('#liRemoveArticle').fadeIn('fast');
});
if ('8e8b46f4-33c3-4b6c-a298-aee628fd9d52' != '') {
setTimeout(function () {
getArticleViews();
}, 10);
}
}
else if ('8e8b46f4-33c3-4b6c-a298-aee628fd9d52' != '') {
setTimeout(function () {
getArticleViews();
}, 10);
}
else {
//do nothing
}
setTimeout(function () {
if ($('#disqus_comments_script_wrapper').length > 0) {
$('body').append($('#disqus_comments_script_wrapper'));
}
}, 12);
var bview = getCurrentView();
setTimeout(function () {
switch (bview) {
case "article": {
$('.blog-button-wrapper').show();
//$('.blog-button-wrapper').css('display','block');
$('a.btn-blog-action[data-target="edit"]').parents().closest('li').show();
$('a.btn-blog-action[data-target="remove"]').parents().closest('li').show();
break;
}
default: {
$('.blog-button-wrapper').show();
//$('.blog-button-wrapper').css('display','block');
$('a.btn-blog-action[data-target="edit"]').parents().closest('li').hide();
$('a.btn-blog-action[data-target="remove"]').parents().closest('li').hide();
}
}
}, 1000);
});// end doc.ready
$(window).resize(function () {
//setPageLayout();
setTimeout(function () {
// blog1 snippet...
if ($('body').find('#summary-masonry').length > 0) {
// this was a jquery method thats been lost or deprecated
// from unify that created the masonry view. since we're
// transitioning from Bootstrap3 to Bootrap4 before we update
// unify to b4 version...hide the masonry view.
// no one was using it on live but us.
//gridBoxesOnDemand();
}
}, 200);
});
$('body').on('click', '.blog-action', function (e) {
var target = $(this).attr('data-target')
switch (target) {
case "add": {
disableBackground("body", false, 0, 0, 0, 0)
break;
}
case "edit": {
disableBackground("body", false, 0, 0, 0, 0)
break;
}
}
});
$('body').on('click', 'a.blog1-tag', function (e) {
e.preventDefault();
e.stopPropagation();
doTagLookup($(this).text().trim());
});
$('body').on('click', 'a.blog1-category', function (e) {
e.preventDefault();
e.stopPropagation();
doCatLookup($(this).text().trim());
});
function doCatLookup(inval) {
try {
$.ajax({
type: 'POST',
url: '/aspx/Blob2/Blobs/BlobWebService.aspx/GetCatUrl',
data: '{"originalid":"73033","category":' + JSON.stringify(inval) + '}',
contentType: 'application/json; charset=utf-8',
dataType: 'json',
async: false,
cache: false,
success: function (response) {
if (response.d.length > 0) {
window.location.assign(response.d);
}
else {
window.location.assign("/blog1/category/unknown");
}
},
failure: function (response) {
},
error: function (response) {
}
});
}
catch (err) {
}
}
function doTagLookup(inval) {
try {
$.ajax({
type: 'POST',
url: '/aspx/Blob2/Blobs/BlobWebService.aspx/GetTagUrl',
data: '{"originalid":"73033","tag":' + JSON.stringify(inval) + '}',
contentType: 'application/json; charset=utf-8',
dataType: 'json',
async: false,
cache: false,
success: function (response) {
if (response.d.length > 0) {
window.location.assign(response.d);
}
else {
window.location.assign("/blog1/tag/unknown");
}
},
failure: function (response) {
},
error: function (response) {
}
});
}
catch (err) {
}
}
$(function () {
if ($('#anchor_FBStatus').length >= 1) {
$('#anchor_FBStatus').popover();
$('#anchor_TWStatus').popover();
$('#anchor_FBStatus').click(function (e) {
$('.popover-title').append('
');
$(this).popover();
});
$('#anchor_TWStatus').click(function (e) {
$('.popover-title').append('
');
$(this).popover();
});
$(document).click(function (e) {
if (e.target.id == "popovercloseid1") {
$('#anchor_FBStatus').popover('hide');
}
if (e.target.id == "popovercloseid2") {
$('#anchor_TWStatus').popover('hide');
}
});
}
});
function doAsyncPostback() {
//ff-bug #325 fix
setTimeout(function () {
__doPostBack("ctl33$ctl01$ctl00$lb_Async", "");
}, 1);
}
function getTempKey() {
return 'f7ae1b07-c1e5-4e77-abfd-07e4e18893e5';
}
function getTalkspotBlogId() {
return 28240;
}
function doAddArticle() {
//ff-bug #325 fix
setTimeout(function () {
__doPostBack("ctl33$ctl01$ctl00$btnAddArticle", "");
}, 1);
}
function doEditArticle() {
//ff-bug #325 fix
setTimeout(function () {
__doPostBack("ctl33$ctl01$ctl00$btnEditArticle", "");
}, 1);
}
function doRemoveArticle() {
$("#ctl33_ctl01_ctl00_btnDeleteArticle").click();
}
function getCurrentView() {
return $('#ctl33_ctl01_ctl00_hf_FormAction').val();
}
- 9/9/2012
- Admin
- 3489 views
The Ark did turn right against the current and traveled the 350 statue miles from Grafton to Galena, IL. Upon our arrival our “Red Neck Yacht Club” boater buddies celebrated our arrival home with champagne, balloons, welcoming home signs, dinner and huge hugs. We actually rafted off with them one extra night before heading to the harbor where we were greeted again by more boater friends. There is no place like home. Being away for over a year has made us realize how much we love all of our family, friends, neighbors and home. Now we have met the best of the boating community – Loopers – you are now also included as a lifelong friend of Marc & Michele. You thought we were gone from you – no (sorry if already celebrated our departure) – once a friend, always a friend and we will see you again (& we expect champagne, balloons, signs and at a least a huge hug).
And a Special Thank You to Everyone who took the time to join us on our Great Adventure by reading our "Ship’s Log” – God Bless You and Keep You Safe.We are sorry announcing (but we are glad to be home) that this is:
THE END!