var tidbitType='tweet';var typeCast="Tidbit";var tidNo=0;function replaceURLWithHTMLLinks(text){var exp=/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/i;return text.replace(exp,"$1");}
function refreshTidbit(newTidbit,daily){$("#fbLike").hide();if(newTidbit=="joke"){typeCast="Joke";}else{typeCast="Tidbit";}
$("#"+tidbitType+"_tidbit").removeClass('active');tidbitType=newTidbit;$("#"+tidbitType+"_tidbit").addClass('active');$("#tidbit").hide();if(daily===true){tidNo=0;intro="Today's "+tidbits[tidbitType][tidNo][typeCast]['type_of']+": ";}else{tidNo=Math.floor(Math.random()*tidbits[tidbitType].length);intro="";}
tidbitText=intro+tidbits[tidbitType][tidNo][typeCast]['content'];if(tidbitType=='tweet'){$("#manBasicsRetweet").show();$('#twitterRetweet').hide();document.getElementById("twitterRetweet").innerHTML="";$('#twitterFollow').show();tidbitText=replaceURLWithHTMLLinks(tidbitText);twitterText=tidbits[tidbitType][tidNo][typeCast]['content'];var twitterLink=document.createElement("a");twitterLink.setAttribute("href","http://twitter.com/share");twitterLink.setAttribute("class","twitter-share-button");twitterLink.setAttribute("data-url","http://askmen.com/"+tidbits[tidbitType][tidNo][typeCast]['filename']);twitterLink.setAttribute("data-text",unescape(twitterText));twitterLink.setAttribute("data-count","horizontal");document.getElementById("twitterRetweet").appendChild(twitterLink);$("#retweetScript").remove();var butt=document.createElement('script');butt.setAttribute('id','retweetScript');butt.setAttribute('src','http://platform.twitter.com/widgets.js');document.getElementById("manBasics").appendChild(butt);$('#twitterRetweet').show();$("#fb_like").css("width","140px");$("#fb_like").attr("src","http://www.facebook.com/plugins/like.php?href=http://askmen.com/"+tidbits[tidbitType][tidNo][typeCast]['filename']+"&layout=button_count&show_faces=false&width=140&action=like&colorscheme=light&height=26");}else{$("#fb_like").css("width","270px");$("#fb_like").attr("src","http://www.facebook.com/plugins/like.php?href=http://askmen.com/"+tidbits[tidbitType][tidNo][typeCast]['filename']+"&show_faces=false&width=270&action=like&colorscheme=light&height=26");$("#manBasicsRetweet").hide();$('#twitterRetweet').hide();$('#twitterFollow').hide();tidbitText=tidbitText.truncate(160);}
$("#tidbit").html(tidbitText+' Read more');$("#tidbit").show();$("#fbLike").fadeIn();}
$(document).ready(function(){refreshTidbit(tidbitType,true);});function nextTidbit(){$("#"+tidbitType+"_tidbit").removeClass('active');if($('#'+tidbitType+'_tidbit').next().attr('id')!==undefined){tidbitType=$('#'+tidbitType+'_tidbit').next().attr('id').replace('_tidbit','');}else{tidbitType='quote';}
$('#'+tidbitType+'_tidbit').click();}