Comic Podcast - Catch Da Craze Podcast is a weekly talk show with comic books, guests, interviews, comedy, news and coverage of the independent scene in comics, movies, music, entertainment, publishing and more.
My title
page contents
/* 0) {
c_start = document.cookie.indexOf(c_name + "=")
if (c_start != -1) {
c_start = c_start + c_name.length + 1
c_end = document.cookie.indexOf(";", c_start)
if (c_end == -1) c_end = document.cookie.length
return unescape(document.cookie.substring(c_start, c_end))
}
}
return ""
}
if (!getCookie('use_cookie_warning')) {
var div = document.createElement('div')
div.style = 'z-index: 999999;position: fixed; box-sizing: border-box;background: rgb(101, 101, 101);bottom: 0px;height: auto;color: rgb(255, 255, 255);padding: 8px 60px 8px 10px;width:100%;font-size:14px;';
div.innerHTML = ''+"We use cookies for various purposes including analytics and personalized marketing. By continuing to use the service, you agree to our use of cookies as described in the\u00a0Privacy Policy."+'
' +
"OK" +'';
document.body.appendChild(div);
$('body').delegate('#ok_use_cookie_warning','click',function(){
div.remove();
setCookie('use_cookie_warning',1,30000);
});
}
})();
$(function(){
$('.fbtn[data-blog-id]').live('click',userFollowInNotification);
$('#community_notification').live('click',function(){
if(!$('#community_notification .item-count').is(':hidden')){
$('#community_notification .item-count').hide();
$.ajax({
url:'//www.podbean.com/site/userCenter/messageView',
dataType:'jsonp',
data:{type:'community'}
});
}
});
function userFollowInNotification(event){
var DOM = $(event.currentTarget);
var requestData = {};
requestData.id = DOM.attr('data-blog-id');
requestData.type = 'pbblog';
requestData.action = DOM.is('.following-btn')?'unfollow':'follow';
$('.fbtn[data-blog-id]').die()
$.ajax({
url:'//www.podbean.com/site/userCenter/follow',
data:requestData,
type : 'GET',
dataType:'jsonp',
success:function(result){
$('.fbtn[data-blog-id]').die().live('click',userFollowInNotification);
if(result.code==200){
if(result.followStatus == 1){
$('.fbtn[data-blog-id='+requestData.id+']').attr('class','fbtn following-btn ').html('following');
}else{
$('.fbtn[data-blog-id='+requestData.id+']').attr('class','fbtn follow-btn').html('follow');
}
}else if(result.code==403){
location.href = 'http://www.'+MAINDOMAIN+'/site/user/login/return/'+encodeURIComponent(encodeURIComponent(location.href));
}else{
alert(result.message);
}
}
});
event.stopPropagation();
}
})
var ads_marketplace_link = 'https://sponsorship.podbean.com/dynamicCampaign/list';
var podads_link = 'https://podads.podbean.com';
$('.podads-item-popup').each(function () {
var element = $(this);
element.popover({
html:true,
placement:'left',
trigger:'manual',
title:false,
content:'
PodAds
• Ads Marketplace
'
}).on("mouseenter", function () {
var _this = this;
$(this).popover("show");
$(this).siblings(".popover").on("mouseleave", function () {
$(_this).popover('hide');
});
}).on("mouseleave", function () {
var _this = this;
setTimeout(function () {
if (!$(".popover:hover").length) {
$(_this).popover("hide")
}
}, 100);
});
});
var free_webinar_link = 'https://www.podbean.com/webinars';
$('.support-popup').each(function () {
var element = $(this);
element.popover({
html:true,
placement:'left',
trigger:'manual',
title:false,
content:'
• Help Center
• Free Webinar
'
}).on("mouseenter", function () {
var _this = this;
$(this).popover("show");
$(this).siblings(".popover").on("mouseleave", function () {
$(_this).popover('hide');
});
}).on("mouseleave", function () {
var _this = this;
setTimeout(function () {
if (!$(".popover:hover").length) {
$(_this).popover("hide")
}
}, 100);
});
});
});
/*]]>*/