
jQuery(function($){google.load("feeds","1",{"callback":initializeBR});function sprintf(){if(sprintf.arguments.length<2){return;}
var data=sprintf.arguments[0];for(var k=1;k<sprintf.arguments.length;++k){switch(typeof(sprintf.arguments[k])){case'string':data=data.replace(/%s/,sprintf.arguments[k]);break;case'number':data=data.replace(/%d/,sprintf.arguments[k]);break;case'boolean':data=data.replace(/%b/,sprintf.arguments[k]?'true':'false');break;default:break;}}
return(data);}
if(!String.sprintf){String.sprintf=sprintf;}
function getAge(days,hours){if(days>1){return String.sprintf("%d days ago",days);}else if(days==1){return"yesterday ";}else if(days<1&&hours>1){return String.sprintf("%d hrs ago",hours);}else if(days<1&&hours==1){return"in the last hour";}else if(days<1&&hours<1){return"just recently";}}
function addAge(feed,bookmark,anchor,divID,previewtoggle,last_posttitle){var $li=$(bookmark),$a=$(anchor),$toggle=$(previewtoggle),$title=$(last_posttitle),now=(new Date()).getTime(),then=(new Date()).getTime(),ageInDays,ageInHours,randomAge,ageMsg=[],$snippet,entry;entry=feed.entries[0];try{then=new Date(entry.publishedDate).getTime();}catch(dateException){}
ageInDays=Math.floor((now-then)/(1000*60*60*24)),ageInHours=Math.floor((now-then)%(1000*60*60*24)/3600000);try{$entryTitle=$("<p></p>").html(entry.title);$a.attr({title:$entryTitle.html()});}catch(titleException){$a.attr({title:""});}
if(!isNaN(then)){$li.attr({age:then});}else{randomAge=Math.floor(Math.random()*1000001);$li.attr({age:randomAge});}
if(!(isNaN(ageInDays)||isNaN(ageInHours))){ageMsg.push(getAge(ageInDays,ageInHours));$toggle.html(ageMsg.join('')).attr({feedurl:feed.link});}
return;}
function addZeroAge(zeroAgeBookmark){var $zali=$(zeroAgeBookmark),randomAge=Math.floor(Math.random()*1000001);if($zali!==null){$zali.attr({age:randomAge});}
return;}
function addFeedControl(preview,feed,name){var feedControl=new google.feeds.FeedControl();feedControl.addFeed(feed,name);feedControl.draw($(preview).get(0));}
function feedreading_limit_display(){$.each($("#feedreading_blogroll_ > li"),function(i,$element){if(i>-1){$($element).css("display","none");}});$.each($("#single-3_feedreading_blogroll_ > li"),function(iSingle3,$elementSingle3){if(iSingle3>-1){$($elementSingle3).css("display","none");}});$.each($("#single-4_feedreading_blogroll_ > li"),function(iSingle4,$elementSingle4){if(iSingle4>-1){$($elementSingle4).css("display","none");}});$.each($("#single-5_feedreading_blogroll_ > li"),function(iSingle5,$elementSingle5){if(iSingle5>-1){$($elementSingle5).css("display","none");}});$.each($("#single-2_feedreading_blogroll_ > li"),function(iSingle2,$elementSingle2){if(iSingle2>-1){$($elementSingle2).css("display","none");}});$.each($("#single-6_feedreading_blogroll_ > li"),function(iSingle6,$elementSingle6){if(iSingle6>-1){$($elementSingle6).css("display","none");}});}
function feedreading_automatic_sort(){var $allCompleted=false,$hasCompleteAge=true,isComplete=false,$hasCompleteAgeSingle3=true,isCompleteSingle3=false,$hasCompleteAgeSingle4=true,isCompleteSingle4=false,$hasCompleteAgeSingle5=true,isCompleteSingle5=false,$hasCompleteAgeSingle2=true,isCompleteSingle2=false,$hasCompleteAgeSingle6=true,isCompleteSingle6=false;$.each($("#feedreading_blogroll_ >li"),function(idx,$elem){var $age_=$($elem).attr("age");if($age_===null||$age_==""||isNaN($age_)){$hasCompleteAge=false;}});$.each($("#single-3_feedreading_blogroll_ > li"),function(idx_single3,$elem_single3){var $age_single3=$($elem_single3).attr("age");if($age_single3===null||$age_single3==""||isNaN($age_single3)){$hasCompleteAgeSingle3=false;}});if($hasCompleteAgeSingle3&&!isCompleteSingle3){$("#single-3_feedreading_blogroll_ > li").tsort({order:"desc",attr:"age"});isCompletesingle3=true;}
$.each($("#single-4_feedreading_blogroll_ > li"),function(idx_single4,$elem_single4){var $age_single4=$($elem_single4).attr("age");if($age_single4===null||$age_single4==""||isNaN($age_single4)){$hasCompleteAgeSingle4=false;}});if($hasCompleteAgeSingle4&&!isCompleteSingle4){$("#single-4_feedreading_blogroll_ > li").tsort({order:"desc",attr:"age"});isCompletesingle4=true;}
$.each($("#single-5_feedreading_blogroll_ > li"),function(idx_single5,$elem_single5){var $age_single5=$($elem_single5).attr("age");if($age_single5===null||$age_single5==""||isNaN($age_single5)){$hasCompleteAgeSingle5=false;}});if($hasCompleteAgeSingle5&&!isCompleteSingle5){$("#single-5_feedreading_blogroll_ > li").tsort({order:"desc",attr:"age"});isCompletesingle5=true;}
$.each($("#single-2_feedreading_blogroll_ > li"),function(idx_single2,$elem_single2){var $age_single2=$($elem_single2).attr("age");if($age_single2===null||$age_single2==""||isNaN($age_single2)){$hasCompleteAgeSingle2=false;}});if($hasCompleteAgeSingle2&&!isCompleteSingle2){$("#single-2_feedreading_blogroll_ > li").tsort({order:"desc",attr:"age"});isCompletesingle2=true;}
$.each($("#single-6_feedreading_blogroll_ > li"),function(idx_single6,$elem_single6){var $age_single6=$($elem_single6).attr("age");if($age_single6===null||$age_single6==""||isNaN($age_single6)){$hasCompleteAgeSingle6=false;}});if($hasCompleteAgeSingle6&&!isCompleteSingle6){$("#single-6_feedreading_blogroll_ > li").tsort({order:"desc",attr:"age"});isCompletesingle6=true;}
if($hasCompleteAge&&!isComplete){$("#feedreading_blogroll_ > li").tsort({order:"desc",attr:"age"});isComplete=true;}
$allCompleted=$hasCompleteAge&&$hasCompleteAgeSingle3&&$hasCompleteAgeSingle4&&$hasCompleteAgeSingle5&&$hasCompleteAgeSingle2&&$hasCompleteAgeSingle6;if($allCompleted){clearInterval(myInterval);}}
function feedreading_rolling(){var
$blogroll_all=$('#feedreading_blogroll_'),$blogroll_all_size=$blogroll_all.find('li').size(),$blogroll_all_limit=($blogroll_all_size>5)?(5):($blogroll_all_size-1),$single_blogroll_3=$('#single-3_feedreading_blogroll_'),$single_blogroll_3_size=$single_blogroll_3.find('li').size(),$single_blogroll_3_limit=($single_blogroll_3_size>5)?(5):($single_blogroll_3_size-1)
$single_blogroll_4=$('#single-4_feedreading_blogroll_'),$single_blogroll_4_size=$single_blogroll_4.find('li').size(),$single_blogroll_4_limit=($single_blogroll_4_size>5)?(5):($single_blogroll_4_size-1)
$single_blogroll_5=$('#single-5_feedreading_blogroll_'),$single_blogroll_5_size=$single_blogroll_5.find('li').size(),$single_blogroll_5_limit=($single_blogroll_5_size>5)?(5):($single_blogroll_5_size-1)
$single_blogroll_2=$('#single-2_feedreading_blogroll_'),$single_blogroll_2_size=$single_blogroll_2.find('li').size(),$single_blogroll_2_limit=($single_blogroll_2_size>5)?(5):($single_blogroll_2_size-1)
$single_blogroll_6=$('#single-6_feedreading_blogroll_'),$single_blogroll_6_size=$single_blogroll_6.find('li').size(),$single_blogroll_6_limit=($single_blogroll_6_size>5)?(5):($single_blogroll_6_size-1);$('#feedreading_blogroll_ > li').css("display","none");$blogroll_all.feedReadingBlogrollSpy($blogroll_all_limit,4000);if($single_blogroll_3_size>1){$("#single-3_feedreading_blogroll_ > li").css("display","none");$single_blogroll_3.feedReadingBlogrollSpy($single_blogroll_3_limit,4000);}
if($single_blogroll_4_size>1){$("#single-4_feedreading_blogroll_ > li").css("display","none");$single_blogroll_4.feedReadingBlogrollSpy($single_blogroll_4_limit,4000);}
if($single_blogroll_5_size>1){$("#single-5_feedreading_blogroll_ > li").css("display","none");$single_blogroll_5.feedReadingBlogrollSpy($single_blogroll_5_limit,4000);}
if($single_blogroll_2_size>1){$("#single-2_feedreading_blogroll_ > li").css("display","none");$single_blogroll_2.feedReadingBlogrollSpy($single_blogroll_2_limit,4000);}
if($single_blogroll_6_size>1){$("#single-6_feedreading_blogroll_ > li").css("display","none");$single_blogroll_6.feedReadingBlogrollSpy($single_blogroll_6_limit,4000);}}
function feedreading_category_observer(){$("ul.feedreading_blogroll_bookmarklist").bind("mouseenter",function(event){var $eventTarget=$(event.target);$eventTarget.parents(".feedreading_blogroll_bookmarklist").addClass("mouseover");});$("ul.feedreading_blogroll_bookmarklist").bind("mouseleave",function(event){var $eventTarget=$(event.target);$eventTarget.parents(".feedreading_blogroll_bookmarklist").removeClass("mouseover");});}
var myInterval=window.setInterval(function(){feedreading_automatic_sort();},1000);window.setTimeout(function(a,b){clearInterval(myInterval);},20000);function initializeBR(){var feed_single49=new google.feeds.Feed("http://www.amalah.com/amalah/index.rdf"),feed_single416=new google.feeds.Feed("http://alimartell.blogspot.com/atom.xml"),feed_single411=new google.feeds.Feed("http://www.dooce.com/index.xml"),feed_single420=new google.feeds.Feed("http://www.suburbanbliss.net/suburbanbliss/rss.xml"),feed_single29=new google.feeds.Feed("http://www.amalah.com/amalah/index.rdf"),feed_single216=new google.feeds.Feed("http://alimartell.blogspot.com/atom.xml"),feed_single211=new google.feeds.Feed("http://www.dooce.com/index.xml"),feed_single218=new google.feeds.Feed("http://www.katiefleck.com/atom.xml"),feed_single220=new google.feeds.Feed("http://www.suburbanbliss.net/suburbanbliss/rss.xml"),feed_single223=new google.feeds.Feed("http://www.thesneeze.com/index.rdf"),feed_single69=new google.feeds.Feed("http://www.amalah.com/amalah/index.rdf"),feed_single616=new google.feeds.Feed("http://alimartell.blogspot.com/atom.xml"),feed_single611=new google.feeds.Feed("http://www.dooce.com/index.xml"),feed_single620=new google.feeds.Feed("http://www.suburbanbliss.net/suburbanbliss/rss.xml");google.feeds.lookupFeed("http://www.4homestore.com/index.html",function(){var url60=this.url,feed60=new google.feeds.Feed(this.url);feed60.load(function(result_60){if(!result_60.error){addAge(result_60.feed,"#feedreading_bookmark_60","#feedreading_anchor_60","#feedreading_info_60","#feedreading_previewtoggle_60","#frbl_last_posttitle_60");}else{addZeroAge("#feedreading_bookmark_60");}});});google.feeds.lookupFeed("http://acottageindustry.typepad.com/a_cottage_industry/",function(){var url64=this.url,feed64=new google.feeds.Feed(this.url);feed64.load(function(result_64){if(!result_64.error){addAge(result_64.feed,"#feedreading_bookmark_64","#feedreading_anchor_64","#feedreading_info_64","#feedreading_previewtoggle_64","#frbl_last_posttitle_64");}else{addZeroAge("#feedreading_bookmark_64");}});});google.feeds.lookupFeed("http://alstonsantiques.homestead.com/index.html",function(){var url58=this.url,feed58=new google.feeds.Feed(this.url);feed58.load(function(result_58){if(!result_58.error){addAge(result_58.feed,"#feedreading_bookmark_58","#feedreading_anchor_58","#feedreading_info_58","#feedreading_previewtoggle_58","#frbl_last_posttitle_58");}else{addZeroAge("#feedreading_bookmark_58");}});});google.feeds.lookupFeed("http://bec4-beyondthepicketfence.blogspot.com/",function(){var url56=this.url,feed56=new google.feeds.Feed(this.url);feed56.load(function(result_56){if(!result_56.error){addAge(result_56.feed,"#feedreading_bookmark_56","#feedreading_anchor_56","#feedreading_info_56","#feedreading_previewtoggle_56","#frbl_last_posttitle_56");}else{addZeroAge("#feedreading_bookmark_56");}});});google.feeds.lookupFeed("http://diaryofacraftaholic.blogspot.com/",function(){var url77=this.url,feed77=new google.feeds.Feed(this.url);feed77.load(function(result_77){if(!result_77.error){addAge(result_77.feed,"#feedreading_bookmark_77","#feedreading_anchor_77","#feedreading_info_77","#feedreading_previewtoggle_77","#frbl_last_posttitle_77");}else{addZeroAge("#feedreading_bookmark_77");}});});google.feeds.lookupFeed("http://inspireco.blogspot.com/",function(){var url73=this.url,feed73=new google.feeds.Feed(this.url);feed73.load(function(result_73){if(!result_73.error){addAge(result_73.feed,"#feedreading_bookmark_73","#feedreading_anchor_73","#feedreading_info_73","#feedreading_previewtoggle_73","#frbl_last_posttitle_73");}else{addZeroAge("#feedreading_bookmark_73");}});});google.feeds.lookupFeed("http://www.junkmarketstyle.com/",function(){var url59=this.url,feed59=new google.feeds.Feed(this.url);feed59.load(function(result_59){if(!result_59.error){addAge(result_59.feed,"#feedreading_bookmark_59","#feedreading_anchor_59","#feedreading_info_59","#feedreading_previewtoggle_59","#frbl_last_posttitle_59");}else{addZeroAge("#feedreading_bookmark_59");}});});google.feeds.lookupFeed("http://littlebirdiesecrets.blogspot.com",function(){var url80=this.url,feed80=new google.feeds.Feed(this.url);feed80.load(function(result_80){if(!result_80.error){addAge(result_80.feed,"#feedreading_bookmark_80","#feedreading_anchor_80","#feedreading_info_80","#feedreading_previewtoggle_80","#frbl_last_posttitle_80");}else{addZeroAge("#feedreading_bookmark_80");}});});google.feeds.lookupFeed("http://makeitandloveit.blogspot.com/",function(){var url79=this.url,feed79=new google.feeds.Feed(this.url);feed79.load(function(result_79){if(!result_79.error){addAge(result_79.feed,"#feedreading_bookmark_79","#feedreading_anchor_79","#feedreading_info_79","#feedreading_previewtoggle_79","#frbl_last_posttitle_79");}else{addZeroAge("#feedreading_bookmark_79");}});});google.feeds.lookupFeed("http://thenester.com",function(){var url66=this.url,feed66=new google.feeds.Feed(this.url);feed66.load(function(result_66){if(!result_66.error){addAge(result_66.feed,"#feedreading_bookmark_66","#feedreading_anchor_66","#feedreading_info_66","#feedreading_previewtoggle_66","#frbl_last_posttitle_66");}else{addZeroAge("#feedreading_bookmark_66");}});});google.feeds.lookupFeed("http://oursuburbancottage.blogspot.com/",function(){var url67=this.url,feed67=new google.feeds.Feed(this.url);feed67.load(function(result_67){if(!result_67.error){addAge(result_67.feed,"#feedreading_bookmark_67","#feedreading_anchor_67","#feedreading_info_67","#feedreading_previewtoggle_67","#frbl_last_posttitle_67");}else{addZeroAge("#feedreading_bookmark_67");}});});google.feeds.lookupFeed("http://triciaspyrexmania.blogspot.com/",function(){var url81=this.url,feed81=new google.feeds.Feed(this.url);feed81.load(function(result_81){if(!result_81.error){addAge(result_81.feed,"#feedreading_bookmark_81","#feedreading_anchor_81","#feedreading_info_81","#feedreading_previewtoggle_81","#frbl_last_posttitle_81");}else{addZeroAge("#feedreading_bookmark_81");}});});google.feeds.lookupFeed("http://talkingwhitetrash.blogspot.com/",function(){var url55=this.url,feed55=new google.feeds.Feed(this.url);feed55.load(function(result_55){if(!result_55.error){addAge(result_55.feed,"#feedreading_bookmark_55","#feedreading_anchor_55","#feedreading_info_55","#feedreading_previewtoggle_55","#frbl_last_posttitle_55");}else{addZeroAge("#feedreading_bookmark_55");}});});google.feeds.lookupFeed("http://thecottagegals.blogspot.com/",function(){var url57=this.url,feed57=new google.feeds.Feed(this.url);feed57.load(function(result_57){if(!result_57.error){addAge(result_57.feed,"#feedreading_bookmark_57","#feedreading_anchor_57","#feedreading_info_57","#feedreading_previewtoggle_57","#frbl_last_posttitle_57");}else{addZeroAge("#feedreading_bookmark_57");}});});google.feeds.lookupFeed("http://lindseycheney.blogspot.com/",function(){var url74=this.url,feed74=new google.feeds.Feed(this.url);feed74.load(function(result_74){if(!result_74.error){addAge(result_74.feed,"#feedreading_bookmark_74","#feedreading_anchor_74","#feedreading_info_74","#feedreading_previewtoggle_74","#frbl_last_posttitle_74");}else{addZeroAge("#feedreading_bookmark_74");}});});google.feeds.lookupFeed("http://kari-youcanmakeit.blogspot.com/",function(){var url78=this.url,feed78=new google.feeds.Feed(this.url);feed78.load(function(result_78){if(!result_78.error){addAge(result_78.feed,"#feedreading_bookmark_78","#feedreading_anchor_78","#feedreading_info_78","#feedreading_previewtoggle_78","#frbl_last_posttitle_78");}else{addZeroAge("#feedreading_bookmark_78");}});});google.feeds.lookupFeed("http://www.wearethatfamily.com/",function(){var url65=this.url,feed65=new google.feeds.Feed(this.url);feed65.load(function(result_65){if(!result_65.error){addAge(result_65.feed,"#feedreading_bookmark_65","#feedreading_anchor_65","#feedreading_info_65","#feedreading_previewtoggle_65","#frbl_last_posttitle_65");}else{addZeroAge("#feedreading_bookmark_65");}});});feed_single49.load(function(result_single_49){if(!result_single_49.error){addAge(result_single_49.feed,"#single-4_feedreading_bookmark_9","#single-4_feedreading_anchor_9","#single-4_feedreading_info_9","#single-4_feedreading_previewtoggle_9","#single-4_frbl_last_posttitle_9");}else{addZeroAge("#single-4_feedreading_bookmark_9");}});google.feeds.lookupFeed("http://sweetbippycooks.blogspot.com",function(){var url_single_476=this.url,feed_single_476=new google.feeds.Feed(this.url);feed_single_476.load(function(result_single_476){if(!result_single_476.error){addAge(result_single_476.feed,"#single-4_feedreading_bookmark_76","#single-4_feedreading_anchor_76","#single-4_feedreading_info_76","#single-4_feedreading_previewtoggle_76","#single-4_frbl_last_posttitle_76");}else{addZeroAge("#single-4_feedreading_bookmark_76");}});});google.feeds.lookupFeed("http://www.facebook.com/home.php#/home.php?ref=logo",function(){var url_single_446=this.url,feed_single_446=new google.feeds.Feed(this.url);feed_single_446.load(function(result_single_446){if(!result_single_446.error){addAge(result_single_446.feed,"#single-4_feedreading_bookmark_46","#single-4_feedreading_anchor_46","#single-4_feedreading_info_46","#single-4_feedreading_previewtoggle_46","#single-4_frbl_last_posttitle_46");}else{addZeroAge("#single-4_feedreading_bookmark_46");}});});google.feeds.lookupFeed("http://www.myspace.com/angiestueve",function(){var url_single_426=this.url,feed_single_426=new google.feeds.Feed(this.url);feed_single_426.load(function(result_single_426){if(!result_single_426.error){addAge(result_single_426.feed,"#single-4_feedreading_bookmark_26","#single-4_feedreading_anchor_26","#single-4_feedreading_info_26","#single-4_feedreading_previewtoggle_26","#single-4_frbl_last_posttitle_26");}else{addZeroAge("#single-4_feedreading_bookmark_26");}});});google.feeds.lookupFeed("http://bakerella.blogspot.com/",function(){var url_single_462=this.url,feed_single_462=new google.feeds.Feed(this.url);feed_single_462.load(function(result_single_462){if(!result_single_462.error){addAge(result_single_462.feed,"#single-4_feedreading_bookmark_62","#single-4_feedreading_anchor_62","#single-4_feedreading_info_62","#single-4_feedreading_previewtoggle_62","#single-4_frbl_last_posttitle_62");}else{addZeroAge("#single-4_feedreading_bookmark_62");}});});google.feeds.lookupFeed("http://www.blogospeer.com",function(){var url_single_424=this.url,feed_single_424=new google.feeds.Feed(this.url);feed_single_424.load(function(result_single_424){if(!result_single_424.error){addAge(result_single_424.feed,"#single-4_feedreading_bookmark_24","#single-4_feedreading_anchor_24","#single-4_feedreading_info_24","#single-4_feedreading_previewtoggle_24","#single-4_frbl_last_posttitle_24");}else{addZeroAge("#single-4_feedreading_bookmark_24");}});});google.feeds.lookupFeed("http://brightoncottage.blogspot.com/",function(){var url_single_468=this.url,feed_single_468=new google.feeds.Feed(this.url);feed_single_468.load(function(result_single_468){if(!result_single_468.error){addAge(result_single_468.feed,"#single-4_feedreading_bookmark_68","#single-4_feedreading_anchor_68","#single-4_feedreading_info_68","#single-4_feedreading_previewtoggle_68","#single-4_frbl_last_posttitle_68");}else{addZeroAge("#single-4_feedreading_bookmark_68");}});});google.feeds.lookupFeed("http://blog.cjanerun.com",function(){var url_single_454=this.url,feed_single_454=new google.feeds.Feed(this.url);feed_single_454.load(function(result_single_454){if(!result_single_454.error){addAge(result_single_454.feed,"#single-4_feedreading_bookmark_54","#single-4_feedreading_anchor_54","#single-4_feedreading_info_54","#single-4_feedreading_previewtoggle_54","#single-4_frbl_last_posttitle_54");}else{addZeroAge("#single-4_feedreading_bookmark_54");}});});google.feeds.lookupFeed("http://cakewrecks.blogspot.com/",function(){var url_single_463=this.url,feed_single_463=new google.feeds.Feed(this.url);feed_single_463.load(function(result_single_463){if(!result_single_463.error){addAge(result_single_463.feed,"#single-4_feedreading_bookmark_63","#single-4_feedreading_anchor_63","#single-4_feedreading_info_63","#single-4_feedreading_previewtoggle_63","#single-4_frbl_last_posttitle_63");}else{addZeroAge("#single-4_feedreading_bookmark_63");}});});google.feeds.lookupFeed("http://www.centsationalgirl.com/",function(){var url_single_470=this.url,feed_single_470=new google.feeds.Feed(this.url);feed_single_470.load(function(result_single_470){if(!result_single_470.error){addAge(result_single_470.feed,"#single-4_feedreading_bookmark_70","#single-4_feedreading_anchor_70","#single-4_feedreading_info_70","#single-4_feedreading_previewtoggle_70","#single-4_frbl_last_posttitle_70");}else{addZeroAge("#single-4_feedreading_bookmark_70");}});});feed_single416.load(function(result_single_416){if(!result_single_416.error){addAge(result_single_416.feed,"#single-4_feedreading_bookmark_16","#single-4_feedreading_anchor_16","#single-4_feedreading_info_16","#single-4_feedreading_previewtoggle_16","#single-4_frbl_last_posttitle_16");}else{addZeroAge("#single-4_feedreading_bookmark_16");}});google.feeds.lookupFeed("http://www.debily.com",function(){var url_single_439=this.url,feed_single_439=new google.feeds.Feed(this.url);feed_single_439.load(function(result_single_439){if(!result_single_439.error){addAge(result_single_439.feed,"#single-4_feedreading_bookmark_39","#single-4_feedreading_anchor_39","#single-4_feedreading_info_39","#single-4_feedreading_previewtoggle_39","#single-4_frbl_last_posttitle_39");}else{addZeroAge("#single-4_feedreading_bookmark_39");}});});feed_single411.load(function(result_single_411){if(!result_single_411.error){addAge(result_single_411.feed,"#single-4_feedreading_bookmark_11","#single-4_feedreading_anchor_11","#single-4_feedreading_info_11","#single-4_feedreading_previewtoggle_11","#single-4_frbl_last_posttitle_11");}else{addZeroAge("#single-4_feedreading_bookmark_11");}});google.feeds.lookupFeed("http://www.flipflopsandapplesauce.com",function(){var url_single_475=this.url,feed_single_475=new google.feeds.Feed(this.url);feed_single_475.load(function(result_single_475){if(!result_single_475.error){addAge(result_single_475.feed,"#single-4_feedreading_bookmark_75","#single-4_feedreading_anchor_75","#single-4_feedreading_info_75","#single-4_feedreading_previewtoggle_75","#single-4_frbl_last_posttitle_75");}else{addZeroAge("#single-4_feedreading_bookmark_75");}});});google.feeds.lookupFeed("http://www.skinnytaste.com/",function(){var url_single_483=this.url,feed_single_483=new google.feeds.Feed(this.url);feed_single_483.load(function(result_single_483){if(!result_single_483.error){addAge(result_single_483.feed,"#single-4_feedreading_bookmark_83","#single-4_feedreading_anchor_83","#single-4_feedreading_info_83","#single-4_feedreading_previewtoggle_83","#single-4_frbl_last_posttitle_83");}else{addZeroAge("#single-4_feedreading_bookmark_83");}});});google.feeds.lookupFeed("http://grammarain.blogspot.com/",function(){var url_single_461=this.url,feed_single_461=new google.feeds.Feed(this.url);feed_single_461.load(function(result_single_461){if(!result_single_461.error){addAge(result_single_461.feed,"#single-4_feedreading_bookmark_61","#single-4_feedreading_anchor_61","#single-4_feedreading_info_61","#single-4_feedreading_previewtoggle_61","#single-4_frbl_last_posttitle_61");}else{addZeroAge("#single-4_feedreading_bookmark_61");}});});google.feeds.lookupFeed("http://infarrantlycreative.blogspot.com/",function(){var url_single_469=this.url,feed_single_469=new google.feeds.Feed(this.url);feed_single_469.load(function(result_single_469){if(!result_single_469.error){addAge(result_single_469.feed,"#single-4_feedreading_bookmark_69","#single-4_feedreading_anchor_69","#single-4_feedreading_info_69","#single-4_feedreading_previewtoggle_69","#single-4_frbl_last_posttitle_69");}else{addZeroAge("#single-4_feedreading_bookmark_69");}});});google.feeds.lookupFeed("http://www.sweetlifeofleslie.blogspot.com/",function(){var url_single_451=this.url,feed_single_451=new google.feeds.Feed(this.url);feed_single_451.load(function(result_single_451){if(!result_single_451.error){addAge(result_single_451.feed,"#single-4_feedreading_bookmark_51","#single-4_feedreading_anchor_51","#single-4_feedreading_info_51","#single-4_feedreading_previewtoggle_51","#single-4_frbl_last_posttitle_51");}else{addZeroAge("#single-4_feedreading_bookmark_51");}});});google.feeds.lookupFeed("http://www.nieniedialogues.blogspot.com/",function(){var url_single_482=this.url,feed_single_482=new google.feeds.Feed(this.url);feed_single_482.load(function(result_single_482){if(!result_single_482.error){addAge(result_single_482.feed,"#single-4_feedreading_bookmark_82","#single-4_feedreading_anchor_82","#single-4_feedreading_info_82","#single-4_feedreading_previewtoggle_82","#single-4_frbl_last_posttitle_82");}else{addZeroAge("#single-4_feedreading_bookmark_82");}});});google.feeds.lookupFeed("http://www.onefatchicksjourneytohealth.blogspot.com/",function(){var url_single_484=this.url,feed_single_484=new google.feeds.Feed(this.url);feed_single_484.load(function(result_single_484){if(!result_single_484.error){addAge(result_single_484.feed,"#single-4_feedreading_bookmark_84","#single-4_feedreading_anchor_84","#single-4_feedreading_info_84","#single-4_feedreading_previewtoggle_84","#single-4_frbl_last_posttitle_84");}else{addZeroAge("#single-4_feedreading_bookmark_84");}});});google.feeds.lookupFeed("http://snarkwife.com",function(){var url_single_428=this.url,feed_single_428=new google.feeds.Feed(this.url);feed_single_428.load(function(result_single_428){if(!result_single_428.error){addAge(result_single_428.feed,"#single-4_feedreading_bookmark_28","#single-4_feedreading_anchor_28","#single-4_feedreading_info_28","#single-4_feedreading_previewtoggle_28","#single-4_frbl_last_posttitle_28");}else{addZeroAge("#single-4_feedreading_bookmark_28");}});});google.feeds.lookupFeed("http://www.postsecret.com",function(){var url_single_440=this.url,feed_single_440=new google.feeds.Feed(this.url);feed_single_440.load(function(result_single_440){if(!result_single_440.error){addAge(result_single_440.feed,"#single-4_feedreading_bookmark_40","#single-4_feedreading_anchor_40","#single-4_feedreading_info_40","#single-4_feedreading_previewtoggle_40","#single-4_frbl_last_posttitle_40");}else{addZeroAge("#single-4_feedreading_bookmark_40");}});});google.feeds.lookupFeed("http://www.randomcommands.com",function(){var url_single_47=this.url,feed_single_47=new google.feeds.Feed(this.url);feed_single_47.load(function(result_single_47){if(!result_single_47.error){addAge(result_single_47.feed,"#single-4_feedreading_bookmark_7","#single-4_feedreading_anchor_7","#single-4_feedreading_info_7","#single-4_feedreading_previewtoggle_7","#single-4_frbl_last_posttitle_7");}else{addZeroAge("#single-4_feedreading_bookmark_7");}});});feed_single420.load(function(result_single_420){if(!result_single_420.error){addAge(result_single_420.feed,"#single-4_feedreading_bookmark_20","#single-4_feedreading_anchor_20","#single-4_feedreading_info_20","#single-4_feedreading_previewtoggle_20","#single-4_frbl_last_posttitle_20");}else{addZeroAge("#single-4_feedreading_bookmark_20");}});google.feeds.lookupFeed("http://thepioneerwoman.com/cooking/",function(){var url_single_452=this.url,feed_single_452=new google.feeds.Feed(this.url);feed_single_452.load(function(result_single_452){if(!result_single_452.error){addAge(result_single_452.feed,"#single-4_feedreading_bookmark_52","#single-4_feedreading_anchor_52","#single-4_feedreading_info_52","#single-4_feedreading_previewtoggle_52","#single-4_frbl_last_posttitle_52");}else{addZeroAge("#single-4_feedreading_bookmark_52");}});});google.feeds.lookupFeed("http://twiceremembered.blogspot.com/",function(){var url_single_471=this.url,feed_single_471=new google.feeds.Feed(this.url);feed_single_471.load(function(result_single_471){if(!result_single_471.error){addAge(result_single_471.feed,"#single-4_feedreading_bookmark_71","#single-4_feedreading_anchor_71","#single-4_feedreading_info_71","#single-4_feedreading_previewtoggle_71","#single-4_frbl_last_posttitle_71");}else{addZeroAge("#single-4_feedreading_bookmark_71");}});});google.feeds.lookupFeed("http://pop.wizbangblog.com/",function(){var url_single_433=this.url,feed_single_433=new google.feeds.Feed(this.url);feed_single_433.load(function(result_single_433){if(!result_single_433.error){addAge(result_single_433.feed,"#single-4_feedreading_bookmark_33","#single-4_feedreading_anchor_33","#single-4_feedreading_info_33","#single-4_feedreading_previewtoggle_33","#single-4_frbl_last_posttitle_33");}else{addZeroAge("#single-4_feedreading_bookmark_33");}});});google.feeds.lookupFeed("http://www.4homestore.com/index.html",function(){var url_single_560=this.url,feed_single_560=new google.feeds.Feed(this.url);feed_single_560.load(function(result_single_560){if(!result_single_560.error){addAge(result_single_560.feed,"#single-5_feedreading_bookmark_60","#single-5_feedreading_anchor_60","#single-5_feedreading_info_60","#single-5_feedreading_previewtoggle_60","#single-5_frbl_last_posttitle_60");}else{addZeroAge("#single-5_feedreading_bookmark_60");}});});google.feeds.lookupFeed("http://acottageindustry.typepad.com/a_cottage_industry/",function(){var url_single_564=this.url,feed_single_564=new google.feeds.Feed(this.url);feed_single_564.load(function(result_single_564){if(!result_single_564.error){addAge(result_single_564.feed,"#single-5_feedreading_bookmark_64","#single-5_feedreading_anchor_64","#single-5_feedreading_info_64","#single-5_feedreading_previewtoggle_64","#single-5_frbl_last_posttitle_64");}else{addZeroAge("#single-5_feedreading_bookmark_64");}});});google.feeds.lookupFeed("http://alstonsantiques.homestead.com/index.html",function(){var url_single_558=this.url,feed_single_558=new google.feeds.Feed(this.url);feed_single_558.load(function(result_single_558){if(!result_single_558.error){addAge(result_single_558.feed,"#single-5_feedreading_bookmark_58","#single-5_feedreading_anchor_58","#single-5_feedreading_info_58","#single-5_feedreading_previewtoggle_58","#single-5_frbl_last_posttitle_58");}else{addZeroAge("#single-5_feedreading_bookmark_58");}});});google.feeds.lookupFeed("http://bec4-beyondthepicketfence.blogspot.com/",function(){var url_single_556=this.url,feed_single_556=new google.feeds.Feed(this.url);feed_single_556.load(function(result_single_556){if(!result_single_556.error){addAge(result_single_556.feed,"#single-5_feedreading_bookmark_56","#single-5_feedreading_anchor_56","#single-5_feedreading_info_56","#single-5_feedreading_previewtoggle_56","#single-5_frbl_last_posttitle_56");}else{addZeroAge("#single-5_feedreading_bookmark_56");}});});google.feeds.lookupFeed("http://diaryofacraftaholic.blogspot.com/",function(){var url_single_577=this.url,feed_single_577=new google.feeds.Feed(this.url);feed_single_577.load(function(result_single_577){if(!result_single_577.error){addAge(result_single_577.feed,"#single-5_feedreading_bookmark_77","#single-5_feedreading_anchor_77","#single-5_feedreading_info_77","#single-5_feedreading_previewtoggle_77","#single-5_frbl_last_posttitle_77");}else{addZeroAge("#single-5_feedreading_bookmark_77");}});});google.feeds.lookupFeed("http://inspireco.blogspot.com/",function(){var url_single_573=this.url,feed_single_573=new google.feeds.Feed(this.url);feed_single_573.load(function(result_single_573){if(!result_single_573.error){addAge(result_single_573.feed,"#single-5_feedreading_bookmark_73","#single-5_feedreading_anchor_73","#single-5_feedreading_info_73","#single-5_feedreading_previewtoggle_73","#single-5_frbl_last_posttitle_73");}else{addZeroAge("#single-5_feedreading_bookmark_73");}});});google.feeds.lookupFeed("http://www.junkmarketstyle.com/",function(){var url_single_559=this.url,feed_single_559=new google.feeds.Feed(this.url);feed_single_559.load(function(result_single_559){if(!result_single_559.error){addAge(result_single_559.feed,"#single-5_feedreading_bookmark_59","#single-5_feedreading_anchor_59","#single-5_feedreading_info_59","#single-5_feedreading_previewtoggle_59","#single-5_frbl_last_posttitle_59");}else{addZeroAge("#single-5_feedreading_bookmark_59");}});});google.feeds.lookupFeed("http://littlebirdiesecrets.blogspot.com",function(){var url_single_580=this.url,feed_single_580=new google.feeds.Feed(this.url);feed_single_580.load(function(result_single_580){if(!result_single_580.error){addAge(result_single_580.feed,"#single-5_feedreading_bookmark_80","#single-5_feedreading_anchor_80","#single-5_feedreading_info_80","#single-5_feedreading_previewtoggle_80","#single-5_frbl_last_posttitle_80");}else{addZeroAge("#single-5_feedreading_bookmark_80");}});});google.feeds.lookupFeed("http://makeitandloveit.blogspot.com/",function(){var url_single_579=this.url,feed_single_579=new google.feeds.Feed(this.url);feed_single_579.load(function(result_single_579){if(!result_single_579.error){addAge(result_single_579.feed,"#single-5_feedreading_bookmark_79","#single-5_feedreading_anchor_79","#single-5_feedreading_info_79","#single-5_feedreading_previewtoggle_79","#single-5_frbl_last_posttitle_79");}else{addZeroAge("#single-5_feedreading_bookmark_79");}});});google.feeds.lookupFeed("http://thenester.com",function(){var url_single_566=this.url,feed_single_566=new google.feeds.Feed(this.url);feed_single_566.load(function(result_single_566){if(!result_single_566.error){addAge(result_single_566.feed,"#single-5_feedreading_bookmark_66","#single-5_feedreading_anchor_66","#single-5_feedreading_info_66","#single-5_feedreading_previewtoggle_66","#single-5_frbl_last_posttitle_66");}else{addZeroAge("#single-5_feedreading_bookmark_66");}});});google.feeds.lookupFeed("http://oursuburbancottage.blogspot.com/",function(){var url_single_567=this.url,feed_single_567=new google.feeds.Feed(this.url);feed_single_567.load(function(result_single_567){if(!result_single_567.error){addAge(result_single_567.feed,"#single-5_feedreading_bookmark_67","#single-5_feedreading_anchor_67","#single-5_feedreading_info_67","#single-5_feedreading_previewtoggle_67","#single-5_frbl_last_posttitle_67");}else{addZeroAge("#single-5_feedreading_bookmark_67");}});});google.feeds.lookupFeed("http://triciaspyrexmania.blogspot.com/",function(){var url_single_581=this.url,feed_single_581=new google.feeds.Feed(this.url);feed_single_581.load(function(result_single_581){if(!result_single_581.error){addAge(result_single_581.feed,"#single-5_feedreading_bookmark_81","#single-5_feedreading_anchor_81","#single-5_feedreading_info_81","#single-5_feedreading_previewtoggle_81","#single-5_frbl_last_posttitle_81");}else{addZeroAge("#single-5_feedreading_bookmark_81");}});});google.feeds.lookupFeed("http://talkingwhitetrash.blogspot.com/",function(){var url_single_555=this.url,feed_single_555=new google.feeds.Feed(this.url);feed_single_555.load(function(result_single_555){if(!result_single_555.error){addAge(result_single_555.feed,"#single-5_feedreading_bookmark_55","#single-5_feedreading_anchor_55","#single-5_feedreading_info_55","#single-5_feedreading_previewtoggle_55","#single-5_frbl_last_posttitle_55");}else{addZeroAge("#single-5_feedreading_bookmark_55");}});});google.feeds.lookupFeed("http://thecottagegals.blogspot.com/",function(){var url_single_557=this.url,feed_single_557=new google.feeds.Feed(this.url);feed_single_557.load(function(result_single_557){if(!result_single_557.error){addAge(result_single_557.feed,"#single-5_feedreading_bookmark_57","#single-5_feedreading_anchor_57","#single-5_feedreading_info_57","#single-5_feedreading_previewtoggle_57","#single-5_frbl_last_posttitle_57");}else{addZeroAge("#single-5_feedreading_bookmark_57");}});});google.feeds.lookupFeed("http://lindseycheney.blogspot.com/",function(){var url_single_574=this.url,feed_single_574=new google.feeds.Feed(this.url);feed_single_574.load(function(result_single_574){if(!result_single_574.error){addAge(result_single_574.feed,"#single-5_feedreading_bookmark_74","#single-5_feedreading_anchor_74","#single-5_feedreading_info_74","#single-5_feedreading_previewtoggle_74","#single-5_frbl_last_posttitle_74");}else{addZeroAge("#single-5_feedreading_bookmark_74");}});});google.feeds.lookupFeed("http://kari-youcanmakeit.blogspot.com/",function(){var url_single_578=this.url,feed_single_578=new google.feeds.Feed(this.url);feed_single_578.load(function(result_single_578){if(!result_single_578.error){addAge(result_single_578.feed,"#single-5_feedreading_bookmark_78","#single-5_feedreading_anchor_78","#single-5_feedreading_info_78","#single-5_feedreading_previewtoggle_78","#single-5_frbl_last_posttitle_78");}else{addZeroAge("#single-5_feedreading_bookmark_78");}});});google.feeds.lookupFeed("http://www.wearethatfamily.com/",function(){var url_single_565=this.url,feed_single_565=new google.feeds.Feed(this.url);feed_single_565.load(function(result_single_565){if(!result_single_565.error){addAge(result_single_565.feed,"#single-5_feedreading_bookmark_65","#single-5_feedreading_anchor_65","#single-5_feedreading_info_65","#single-5_feedreading_previewtoggle_65","#single-5_frbl_last_posttitle_65");}else{addZeroAge("#single-5_feedreading_bookmark_65");}});});google.feeds.lookupFeed("http://www.4homestore.com/index.html",function(){var url_single_260=this.url,feed_single_260=new google.feeds.Feed(this.url);feed_single_260.load(function(result_single_260){if(!result_single_260.error){addAge(result_single_260.feed,"#single-2_feedreading_bookmark_60","#single-2_feedreading_anchor_60","#single-2_feedreading_info_60","#single-2_feedreading_previewtoggle_60","#single-2_frbl_last_posttitle_60");}else{addZeroAge("#single-2_feedreading_bookmark_60");}});});google.feeds.lookupFeed("http://acottageindustry.typepad.com/a_cottage_industry/",function(){var url_single_264=this.url,feed_single_264=new google.feeds.Feed(this.url);feed_single_264.load(function(result_single_264){if(!result_single_264.error){addAge(result_single_264.feed,"#single-2_feedreading_bookmark_64","#single-2_feedreading_anchor_64","#single-2_feedreading_info_64","#single-2_feedreading_previewtoggle_64","#single-2_frbl_last_posttitle_64");}else{addZeroAge("#single-2_feedreading_bookmark_64");}});});google.feeds.lookupFeed("http://alstonsantiques.homestead.com/index.html",function(){var url_single_258=this.url,feed_single_258=new google.feeds.Feed(this.url);feed_single_258.load(function(result_single_258){if(!result_single_258.error){addAge(result_single_258.feed,"#single-2_feedreading_bookmark_58","#single-2_feedreading_anchor_58","#single-2_feedreading_info_58","#single-2_feedreading_previewtoggle_58","#single-2_frbl_last_posttitle_58");}else{addZeroAge("#single-2_feedreading_bookmark_58");}});});feed_single29.load(function(result_single_29){if(!result_single_29.error){addAge(result_single_29.feed,"#single-2_feedreading_bookmark_9","#single-2_feedreading_anchor_9","#single-2_feedreading_info_9","#single-2_feedreading_previewtoggle_9","#single-2_frbl_last_posttitle_9");}else{addZeroAge("#single-2_feedreading_bookmark_9");}});google.feeds.lookupFeed("http://sweetbippycooks.blogspot.com",function(){var url_single_276=this.url,feed_single_276=new google.feeds.Feed(this.url);feed_single_276.load(function(result_single_276){if(!result_single_276.error){addAge(result_single_276.feed,"#single-2_feedreading_bookmark_76","#single-2_feedreading_anchor_76","#single-2_feedreading_info_76","#single-2_feedreading_previewtoggle_76","#single-2_frbl_last_posttitle_76");}else{addZeroAge("#single-2_feedreading_bookmark_76");}});});google.feeds.lookupFeed("http://www.facebook.com/home.php#/home.php?ref=logo",function(){var url_single_246=this.url,feed_single_246=new google.feeds.Feed(this.url);feed_single_246.load(function(result_single_246){if(!result_single_246.error){addAge(result_single_246.feed,"#single-2_feedreading_bookmark_46","#single-2_feedreading_anchor_46","#single-2_feedreading_info_46","#single-2_feedreading_previewtoggle_46","#single-2_frbl_last_posttitle_46");}else{addZeroAge("#single-2_feedreading_bookmark_46");}});});google.feeds.lookupFeed("http://www.myspace.com/angiestueve",function(){var url_single_226=this.url,feed_single_226=new google.feeds.Feed(this.url);feed_single_226.load(function(result_single_226){if(!result_single_226.error){addAge(result_single_226.feed,"#single-2_feedreading_bookmark_26","#single-2_feedreading_anchor_26","#single-2_feedreading_info_26","#single-2_feedreading_previewtoggle_26","#single-2_frbl_last_posttitle_26");}else{addZeroAge("#single-2_feedreading_bookmark_26");}});});google.feeds.lookupFeed("http://bakerella.blogspot.com/",function(){var url_single_262=this.url,feed_single_262=new google.feeds.Feed(this.url);feed_single_262.load(function(result_single_262){if(!result_single_262.error){addAge(result_single_262.feed,"#single-2_feedreading_bookmark_62","#single-2_feedreading_anchor_62","#single-2_feedreading_info_62","#single-2_feedreading_previewtoggle_62","#single-2_frbl_last_posttitle_62");}else{addZeroAge("#single-2_feedreading_bookmark_62");}});});google.feeds.lookupFeed("http://bec4-beyondthepicketfence.blogspot.com/",function(){var url_single_256=this.url,feed_single_256=new google.feeds.Feed(this.url);feed_single_256.load(function(result_single_256){if(!result_single_256.error){addAge(result_single_256.feed,"#single-2_feedreading_bookmark_56","#single-2_feedreading_anchor_56","#single-2_feedreading_info_56","#single-2_feedreading_previewtoggle_56","#single-2_frbl_last_posttitle_56");}else{addZeroAge("#single-2_feedreading_bookmark_56");}});});google.feeds.lookupFeed("http://www.blogospeer.com",function(){var url_single_224=this.url,feed_single_224=new google.feeds.Feed(this.url);feed_single_224.load(function(result_single_224){if(!result_single_224.error){addAge(result_single_224.feed,"#single-2_feedreading_bookmark_24","#single-2_feedreading_anchor_24","#single-2_feedreading_info_24","#single-2_feedreading_previewtoggle_24","#single-2_frbl_last_posttitle_24");}else{addZeroAge("#single-2_feedreading_bookmark_24");}});});google.feeds.lookupFeed("http://brightoncottage.blogspot.com/",function(){var url_single_268=this.url,feed_single_268=new google.feeds.Feed(this.url);feed_single_268.load(function(result_single_268){if(!result_single_268.error){addAge(result_single_268.feed,"#single-2_feedreading_bookmark_68","#single-2_feedreading_anchor_68","#single-2_feedreading_info_68","#single-2_feedreading_previewtoggle_68","#single-2_frbl_last_posttitle_68");}else{addZeroAge("#single-2_feedreading_bookmark_68");}});});google.feeds.lookupFeed("http://blog.cjanerun.com",function(){var url_single_254=this.url,feed_single_254=new google.feeds.Feed(this.url);feed_single_254.load(function(result_single_254){if(!result_single_254.error){addAge(result_single_254.feed,"#single-2_feedreading_bookmark_54","#single-2_feedreading_anchor_54","#single-2_feedreading_info_54","#single-2_feedreading_previewtoggle_54","#single-2_frbl_last_posttitle_54");}else{addZeroAge("#single-2_feedreading_bookmark_54");}});});google.feeds.lookupFeed("http://cakewrecks.blogspot.com/",function(){var url_single_263=this.url,feed_single_263=new google.feeds.Feed(this.url);feed_single_263.load(function(result_single_263){if(!result_single_263.error){addAge(result_single_263.feed,"#single-2_feedreading_bookmark_63","#single-2_feedreading_anchor_63","#single-2_feedreading_info_63","#single-2_feedreading_previewtoggle_63","#single-2_frbl_last_posttitle_63");}else{addZeroAge("#single-2_feedreading_bookmark_63");}});});google.feeds.lookupFeed("http://www.centsationalgirl.com/",function(){var url_single_270=this.url,feed_single_270=new google.feeds.Feed(this.url);feed_single_270.load(function(result_single_270){if(!result_single_270.error){addAge(result_single_270.feed,"#single-2_feedreading_bookmark_70","#single-2_feedreading_anchor_70","#single-2_feedreading_info_70","#single-2_feedreading_previewtoggle_70","#single-2_frbl_last_posttitle_70");}else{addZeroAge("#single-2_feedreading_bookmark_70");}});});feed_single216.load(function(result_single_216){if(!result_single_216.error){addAge(result_single_216.feed,"#single-2_feedreading_bookmark_16","#single-2_feedreading_anchor_16","#single-2_feedreading_info_16","#single-2_feedreading_previewtoggle_16","#single-2_frbl_last_posttitle_16");}else{addZeroAge("#single-2_feedreading_bookmark_16");}});google.feeds.lookupFeed("http://diaryofacraftaholic.blogspot.com/",function(){var url_single_277=this.url,feed_single_277=new google.feeds.Feed(this.url);feed_single_277.load(function(result_single_277){if(!result_single_277.error){addAge(result_single_277.feed,"#single-2_feedreading_bookmark_77","#single-2_feedreading_anchor_77","#single-2_feedreading_info_77","#single-2_feedreading_previewtoggle_77","#single-2_frbl_last_posttitle_77");}else{addZeroAge("#single-2_feedreading_bookmark_77");}});});google.feeds.lookupFeed("http://www.debily.com",function(){var url_single_239=this.url,feed_single_239=new google.feeds.Feed(this.url);feed_single_239.load(function(result_single_239){if(!result_single_239.error){addAge(result_single_239.feed,"#single-2_feedreading_bookmark_39","#single-2_feedreading_anchor_39","#single-2_feedreading_info_39","#single-2_feedreading_previewtoggle_39","#single-2_frbl_last_posttitle_39");}else{addZeroAge("#single-2_feedreading_bookmark_39");}});});feed_single211.load(function(result_single_211){if(!result_single_211.error){addAge(result_single_211.feed,"#single-2_feedreading_bookmark_11","#single-2_feedreading_anchor_11","#single-2_feedreading_info_11","#single-2_feedreading_previewtoggle_11","#single-2_frbl_last_posttitle_11");}else{addZeroAge("#single-2_feedreading_bookmark_11");}});google.feeds.lookupFeed("http://www.flipflopsandapplesauce.com",function(){var url_single_275=this.url,feed_single_275=new google.feeds.Feed(this.url);feed_single_275.load(function(result_single_275){if(!result_single_275.error){addAge(result_single_275.feed,"#single-2_feedreading_bookmark_75","#single-2_feedreading_anchor_75","#single-2_feedreading_info_75","#single-2_feedreading_previewtoggle_75","#single-2_frbl_last_posttitle_75");}else{addZeroAge("#single-2_feedreading_bookmark_75");}});});google.feeds.lookupFeed("http://www.skinnytaste.com/",function(){var url_single_283=this.url,feed_single_283=new google.feeds.Feed(this.url);feed_single_283.load(function(result_single_283){if(!result_single_283.error){addAge(result_single_283.feed,"#single-2_feedreading_bookmark_83","#single-2_feedreading_anchor_83","#single-2_feedreading_info_83","#single-2_feedreading_previewtoggle_83","#single-2_frbl_last_posttitle_83");}else{addZeroAge("#single-2_feedreading_bookmark_83");}});});google.feeds.lookupFeed("http://grammarain.blogspot.com/",function(){var url_single_261=this.url,feed_single_261=new google.feeds.Feed(this.url);feed_single_261.load(function(result_single_261){if(!result_single_261.error){addAge(result_single_261.feed,"#single-2_feedreading_bookmark_61","#single-2_feedreading_anchor_61","#single-2_feedreading_info_61","#single-2_feedreading_previewtoggle_61","#single-2_frbl_last_posttitle_61");}else{addZeroAge("#single-2_feedreading_bookmark_61");}});});google.feeds.lookupFeed("http://infarrantlycreative.blogspot.com/",function(){var url_single_269=this.url,feed_single_269=new google.feeds.Feed(this.url);feed_single_269.load(function(result_single_269){if(!result_single_269.error){addAge(result_single_269.feed,"#single-2_feedreading_bookmark_69","#single-2_feedreading_anchor_69","#single-2_feedreading_info_69","#single-2_feedreading_previewtoggle_69","#single-2_frbl_last_posttitle_69");}else{addZeroAge("#single-2_feedreading_bookmark_69");}});});google.feeds.lookupFeed("http://inspireco.blogspot.com/",function(){var url_single_273=this.url,feed_single_273=new google.feeds.Feed(this.url);feed_single_273.load(function(result_single_273){if(!result_single_273.error){addAge(result_single_273.feed,"#single-2_feedreading_bookmark_73","#single-2_feedreading_anchor_73","#single-2_feedreading_info_73","#single-2_feedreading_previewtoggle_73","#single-2_frbl_last_posttitle_73");}else{addZeroAge("#single-2_feedreading_bookmark_73");}});});google.feeds.lookupFeed("http://www.junkmarketstyle.com/",function(){var url_single_259=this.url,feed_single_259=new google.feeds.Feed(this.url);feed_single_259.load(function(result_single_259){if(!result_single_259.error){addAge(result_single_259.feed,"#single-2_feedreading_bookmark_59","#single-2_feedreading_anchor_59","#single-2_feedreading_info_59","#single-2_feedreading_previewtoggle_59","#single-2_frbl_last_posttitle_59");}else{addZeroAge("#single-2_feedreading_bookmark_59");}});});google.feeds.lookupFeed("http://www.sweetlifeofleslie.blogspot.com/",function(){var url_single_251=this.url,feed_single_251=new google.feeds.Feed(this.url);feed_single_251.load(function(result_single_251){if(!result_single_251.error){addAge(result_single_251.feed,"#single-2_feedreading_bookmark_51","#single-2_feedreading_anchor_51","#single-2_feedreading_info_51","#single-2_feedreading_previewtoggle_51","#single-2_frbl_last_posttitle_51");}else{addZeroAge("#single-2_feedreading_bookmark_51");}});});google.feeds.lookupFeed("http://littlebirdiesecrets.blogspot.com",function(){var url_single_280=this.url,feed_single_280=new google.feeds.Feed(this.url);feed_single_280.load(function(result_single_280){if(!result_single_280.error){addAge(result_single_280.feed,"#single-2_feedreading_bookmark_80","#single-2_feedreading_anchor_80","#single-2_feedreading_info_80","#single-2_feedreading_previewtoggle_80","#single-2_frbl_last_posttitle_80");}else{addZeroAge("#single-2_feedreading_bookmark_80");}});});google.feeds.lookupFeed("http://makeitandloveit.blogspot.com/",function(){var url_single_279=this.url,feed_single_279=new google.feeds.Feed(this.url);feed_single_279.load(function(result_single_279){if(!result_single_279.error){addAge(result_single_279.feed,"#single-2_feedreading_bookmark_79","#single-2_feedreading_anchor_79","#single-2_feedreading_info_79","#single-2_feedreading_previewtoggle_79","#single-2_frbl_last_posttitle_79");}else{addZeroAge("#single-2_feedreading_bookmark_79");}});});google.feeds.lookupFeed("http://thenester.com",function(){var url_single_266=this.url,feed_single_266=new google.feeds.Feed(this.url);feed_single_266.load(function(result_single_266){if(!result_single_266.error){addAge(result_single_266.feed,"#single-2_feedreading_bookmark_66","#single-2_feedreading_anchor_66","#single-2_feedreading_info_66","#single-2_feedreading_previewtoggle_66","#single-2_frbl_last_posttitle_66");}else{addZeroAge("#single-2_feedreading_bookmark_66");}});});google.feeds.lookupFeed("http://www.nieniedialogues.blogspot.com/",function(){var url_single_282=this.url,feed_single_282=new google.feeds.Feed(this.url);feed_single_282.load(function(result_single_282){if(!result_single_282.error){addAge(result_single_282.feed,"#single-2_feedreading_bookmark_82","#single-2_feedreading_anchor_82","#single-2_feedreading_info_82","#single-2_feedreading_previewtoggle_82","#single-2_frbl_last_posttitle_82");}else{addZeroAge("#single-2_feedreading_bookmark_82");}});});google.feeds.lookupFeed("http://www.onefatchicksjourneytohealth.blogspot.com/",function(){var url_single_284=this.url,feed_single_284=new google.feeds.Feed(this.url);feed_single_284.load(function(result_single_284){if(!result_single_284.error){addAge(result_single_284.feed,"#single-2_feedreading_bookmark_84","#single-2_feedreading_anchor_84","#single-2_feedreading_info_84","#single-2_feedreading_previewtoggle_84","#single-2_frbl_last_posttitle_84");}else{addZeroAge("#single-2_feedreading_bookmark_84");}});});google.feeds.lookupFeed("http://oursuburbancottage.blogspot.com/",function(){var url_single_267=this.url,feed_single_267=new google.feeds.Feed(this.url);feed_single_267.load(function(result_single_267){if(!result_single_267.error){addAge(result_single_267.feed,"#single-2_feedreading_bookmark_67","#single-2_feedreading_anchor_67","#single-2_feedreading_info_67","#single-2_feedreading_previewtoggle_67","#single-2_frbl_last_posttitle_67");}else{addZeroAge("#single-2_feedreading_bookmark_67");}});});google.feeds.lookupFeed("http://snarkwife.com",function(){var url_single_228=this.url,feed_single_228=new google.feeds.Feed(this.url);feed_single_228.load(function(result_single_228){if(!result_single_228.error){addAge(result_single_228.feed,"#single-2_feedreading_bookmark_28","#single-2_feedreading_anchor_28","#single-2_feedreading_info_28","#single-2_feedreading_previewtoggle_28","#single-2_frbl_last_posttitle_28");}else{addZeroAge("#single-2_feedreading_bookmark_28");}});});google.feeds.lookupFeed("http://www.pcbcplano.org",function(){var url_single_241=this.url,feed_single_241=new google.feeds.Feed(this.url);feed_single_241.load(function(result_single_241){if(!result_single_241.error){addAge(result_single_241.feed,"#single-2_feedreading_bookmark_41","#single-2_feedreading_anchor_41","#single-2_feedreading_info_41","#single-2_feedreading_previewtoggle_41","#single-2_frbl_last_posttitle_41");}else{addZeroAge("#single-2_feedreading_bookmark_41");}});});google.feeds.lookupFeed("http://www.perpetualkid.com",function(){var url_single_249=this.url,feed_single_249=new google.feeds.Feed(this.url);feed_single_249.load(function(result_single_249){if(!result_single_249.error){addAge(result_single_249.feed,"#single-2_feedreading_bookmark_49","#single-2_feedreading_anchor_49","#single-2_feedreading_info_49","#single-2_feedreading_previewtoggle_49","#single-2_frbl_last_posttitle_49");}else{addZeroAge("#single-2_feedreading_bookmark_49");}});});google.feeds.lookupFeed("http://www.plantoeat.com/recipes",function(){var url_single_272=this.url,feed_single_272=new google.feeds.Feed(this.url);feed_single_272.load(function(result_single_272){if(!result_single_272.error){addAge(result_single_272.feed,"#single-2_feedreading_bookmark_72","#single-2_feedreading_anchor_72","#single-2_feedreading_info_72","#single-2_feedreading_previewtoggle_72","#single-2_frbl_last_posttitle_72");}else{addZeroAge("#single-2_feedreading_bookmark_72");}});});google.feeds.lookupFeed("http://www.postsecret.com",function(){var url_single_240=this.url,feed_single_240=new google.feeds.Feed(this.url);feed_single_240.load(function(result_single_240){if(!result_single_240.error){addAge(result_single_240.feed,"#single-2_feedreading_bookmark_40","#single-2_feedreading_anchor_40","#single-2_feedreading_info_40","#single-2_feedreading_previewtoggle_40","#single-2_frbl_last_posttitle_40");}else{addZeroAge("#single-2_feedreading_bookmark_40");}});});google.feeds.lookupFeed("http://triciaspyrexmania.blogspot.com/",function(){var url_single_281=this.url,feed_single_281=new google.feeds.Feed(this.url);feed_single_281.load(function(result_single_281){if(!result_single_281.error){addAge(result_single_281.feed,"#single-2_feedreading_bookmark_81","#single-2_feedreading_anchor_81","#single-2_feedreading_info_81","#single-2_feedreading_previewtoggle_81","#single-2_frbl_last_posttitle_81");}else{addZeroAge("#single-2_feedreading_bookmark_81");}});});feed_single218.load(function(result_single_218){if(!result_single_218.error){addAge(result_single_218.feed,"#single-2_feedreading_bookmark_18","#single-2_feedreading_anchor_18","#single-2_feedreading_info_18","#single-2_feedreading_previewtoggle_18","#single-2_frbl_last_posttitle_18");}else{addZeroAge("#single-2_feedreading_bookmark_18");}});google.feeds.lookupFeed("http://www.randomcommands.com",function(){var url_single_27=this.url,feed_single_27=new google.feeds.Feed(this.url);feed_single_27.load(function(result_single_27){if(!result_single_27.error){addAge(result_single_27.feed,"#single-2_feedreading_bookmark_7","#single-2_feedreading_anchor_7","#single-2_feedreading_info_7","#single-2_feedreading_previewtoggle_7","#single-2_frbl_last_posttitle_7");}else{addZeroAge("#single-2_feedreading_bookmark_7");}});});google.feeds.lookupFeed("http://worleygig.blogspot.com/",function(){var url_single_235=this.url,feed_single_235=new google.feeds.Feed(this.url);feed_single_235.load(function(result_single_235){if(!result_single_235.error){addAge(result_single_235.feed,"#single-2_feedreading_bookmark_35","#single-2_feedreading_anchor_35","#single-2_feedreading_info_35","#single-2_feedreading_previewtoggle_35","#single-2_frbl_last_posttitle_35");}else{addZeroAge("#single-2_feedreading_bookmark_35");}});});google.feeds.lookupFeed("http://gladcow.livejournal.com/",function(){var url_single_237=this.url,feed_single_237=new google.feeds.Feed(this.url);feed_single_237.load(function(result_single_237){if(!result_single_237.error){addAge(result_single_237.feed,"#single-2_feedreading_bookmark_37","#single-2_feedreading_anchor_37","#single-2_feedreading_info_37","#single-2_feedreading_previewtoggle_37","#single-2_frbl_last_posttitle_37");}else{addZeroAge("#single-2_feedreading_bookmark_37");}});});feed_single220.load(function(result_single_220){if(!result_single_220.error){addAge(result_single_220.feed,"#single-2_feedreading_bookmark_20","#single-2_feedreading_anchor_20","#single-2_feedreading_info_20","#single-2_feedreading_previewtoggle_20","#single-2_frbl_last_posttitle_20");}else{addZeroAge("#single-2_feedreading_bookmark_20");}});google.feeds.lookupFeed("http://talkingwhitetrash.blogspot.com/",function(){var url_single_255=this.url,feed_single_255=new google.feeds.Feed(this.url);feed_single_255.load(function(result_single_255){if(!result_single_255.error){addAge(result_single_255.feed,"#single-2_feedreading_bookmark_55","#single-2_feedreading_anchor_55","#single-2_feedreading_info_55","#single-2_feedreading_previewtoggle_55","#single-2_frbl_last_posttitle_55");}else{addZeroAge("#single-2_feedreading_bookmark_55");}});});google.feeds.lookupFeed("http://thecottagegals.blogspot.com/",function(){var url_single_257=this.url,feed_single_257=new google.feeds.Feed(this.url);feed_single_257.load(function(result_single_257){if(!result_single_257.error){addAge(result_single_257.feed,"#single-2_feedreading_bookmark_57","#single-2_feedreading_anchor_57","#single-2_feedreading_info_57","#single-2_feedreading_previewtoggle_57","#single-2_frbl_last_posttitle_57");}else{addZeroAge("#single-2_feedreading_bookmark_57");}});});google.feeds.lookupFeed("http://www.thehappyhousewife.com",function(){var url_single_253=this.url,feed_single_253=new google.feeds.Feed(this.url);feed_single_253.load(function(result_single_253){if(!result_single_253.error){addAge(result_single_253.feed,"#single-2_feedreading_bookmark_53","#single-2_feedreading_anchor_53","#single-2_feedreading_info_53","#single-2_feedreading_previewtoggle_53","#single-2_frbl_last_posttitle_53");}else{addZeroAge("#single-2_feedreading_bookmark_53");}});});google.feeds.lookupFeed("http://thepioneerwoman.com/cooking/",function(){var url_single_252=this.url,feed_single_252=new google.feeds.Feed(this.url);feed_single_252.load(function(result_single_252){if(!result_single_252.error){addAge(result_single_252.feed,"#single-2_feedreading_bookmark_52","#single-2_feedreading_anchor_52","#single-2_feedreading_info_52","#single-2_feedreading_previewtoggle_52","#single-2_frbl_last_posttitle_52");}else{addZeroAge("#single-2_feedreading_bookmark_52");}});});google.feeds.lookupFeed("http://lindseycheney.blogspot.com/",function(){var url_single_274=this.url,feed_single_274=new google.feeds.Feed(this.url);feed_single_274.load(function(result_single_274){if(!result_single_274.error){addAge(result_single_274.feed,"#single-2_feedreading_bookmark_74","#single-2_feedreading_anchor_74","#single-2_feedreading_info_74","#single-2_feedreading_previewtoggle_74","#single-2_frbl_last_posttitle_74");}else{addZeroAge("#single-2_feedreading_bookmark_74");}});});feed_single223.load(function(result_single_223){if(!result_single_223.error){addAge(result_single_223.feed,"#single-2_feedreading_bookmark_23","#single-2_feedreading_anchor_23","#single-2_feedreading_info_23","#single-2_feedreading_previewtoggle_23","#single-2_frbl_last_posttitle_23");}else{addZeroAge("#single-2_feedreading_bookmark_23");}});google.feeds.lookupFeed("http://theymightbegiants.com/v2/",function(){var url_single_245=this.url,feed_single_245=new google.feeds.Feed(this.url);feed_single_245.load(function(result_single_245){if(!result_single_245.error){addAge(result_single_245.feed,"#single-2_feedreading_bookmark_45","#single-2_feedreading_anchor_45","#single-2_feedreading_info_45","#single-2_feedreading_previewtoggle_45","#single-2_frbl_last_posttitle_45");}else{addZeroAge("#single-2_feedreading_bookmark_45");}});});google.feeds.lookupFeed("http://www.thinkgeek.com",function(){var url_single_250=this.url,feed_single_250=new google.feeds.Feed(this.url);feed_single_250.load(function(result_single_250){if(!result_single_250.error){addAge(result_single_250.feed,"#single-2_feedreading_bookmark_50","#single-2_feedreading_anchor_50","#single-2_feedreading_info_50","#single-2_feedreading_previewtoggle_50","#single-2_frbl_last_posttitle_50");}else{addZeroAge("#single-2_feedreading_bookmark_50");}});});google.feeds.lookupFeed("http://twiceremembered.blogspot.com/",function(){var url_single_271=this.url,feed_single_271=new google.feeds.Feed(this.url);feed_single_271.load(function(result_single_271){if(!result_single_271.error){addAge(result_single_271.feed,"#single-2_feedreading_bookmark_71","#single-2_feedreading_anchor_71","#single-2_feedreading_info_71","#single-2_feedreading_previewtoggle_71","#single-2_frbl_last_posttitle_71");}else{addZeroAge("#single-2_feedreading_bookmark_71");}});});google.feeds.lookupFeed("http://kari-youcanmakeit.blogspot.com/",function(){var url_single_278=this.url,feed_single_278=new google.feeds.Feed(this.url);feed_single_278.load(function(result_single_278){if(!result_single_278.error){addAge(result_single_278.feed,"#single-2_feedreading_bookmark_78","#single-2_feedreading_anchor_78","#single-2_feedreading_info_78","#single-2_feedreading_previewtoggle_78","#single-2_frbl_last_posttitle_78");}else{addZeroAge("#single-2_feedreading_bookmark_78");}});});google.feeds.lookupFeed("http://balancingeverything.com/",function(){var url_single_225=this.url,feed_single_225=new google.feeds.Feed(this.url);feed_single_225.load(function(result_single_225){if(!result_single_225.error){addAge(result_single_225.feed,"#single-2_feedreading_bookmark_25","#single-2_feedreading_anchor_25","#single-2_feedreading_info_25","#single-2_feedreading_previewtoggle_25","#single-2_frbl_last_posttitle_25");}else{addZeroAge("#single-2_feedreading_bookmark_25");}});});google.feeds.lookupFeed("http://www.wearethatfamily.com/",function(){var url_single_265=this.url,feed_single_265=new google.feeds.Feed(this.url);feed_single_265.load(function(result_single_265){if(!result_single_265.error){addAge(result_single_265.feed,"#single-2_feedreading_bookmark_65","#single-2_feedreading_anchor_65","#single-2_feedreading_info_65","#single-2_feedreading_previewtoggle_65","#single-2_frbl_last_posttitle_65");}else{addZeroAge("#single-2_feedreading_bookmark_65");}});});google.feeds.lookupFeed("http://pop.wizbangblog.com/",function(){var url_single_233=this.url,feed_single_233=new google.feeds.Feed(this.url);feed_single_233.load(function(result_single_233){if(!result_single_233.error){addAge(result_single_233.feed,"#single-2_feedreading_bookmark_33","#single-2_feedreading_anchor_33","#single-2_feedreading_info_33","#single-2_feedreading_previewtoggle_33","#single-2_frbl_last_posttitle_33");}else{addZeroAge("#single-2_feedreading_bookmark_33");}});});feed_single69.load(function(result_single_69){if(!result_single_69.error){addAge(result_single_69.feed,"#single-6_feedreading_bookmark_9","#single-6_feedreading_anchor_9","#single-6_feedreading_info_9","#single-6_feedreading_previewtoggle_9","#single-6_frbl_last_posttitle_9");}else{addZeroAge("#single-6_feedreading_bookmark_9");}});google.feeds.lookupFeed("http://sweetbippycooks.blogspot.com",function(){var url_single_676=this.url,feed_single_676=new google.feeds.Feed(this.url);feed_single_676.load(function(result_single_676){if(!result_single_676.error){addAge(result_single_676.feed,"#single-6_feedreading_bookmark_76","#single-6_feedreading_anchor_76","#single-6_feedreading_info_76","#single-6_feedreading_previewtoggle_76","#single-6_frbl_last_posttitle_76");}else{addZeroAge("#single-6_feedreading_bookmark_76");}});});google.feeds.lookupFeed("http://www.facebook.com/home.php#/home.php?ref=logo",function(){var url_single_646=this.url,feed_single_646=new google.feeds.Feed(this.url);feed_single_646.load(function(result_single_646){if(!result_single_646.error){addAge(result_single_646.feed,"#single-6_feedreading_bookmark_46","#single-6_feedreading_anchor_46","#single-6_feedreading_info_46","#single-6_feedreading_previewtoggle_46","#single-6_frbl_last_posttitle_46");}else{addZeroAge("#single-6_feedreading_bookmark_46");}});});google.feeds.lookupFeed("http://www.myspace.com/angiestueve",function(){var url_single_626=this.url,feed_single_626=new google.feeds.Feed(this.url);feed_single_626.load(function(result_single_626){if(!result_single_626.error){addAge(result_single_626.feed,"#single-6_feedreading_bookmark_26","#single-6_feedreading_anchor_26","#single-6_feedreading_info_26","#single-6_feedreading_previewtoggle_26","#single-6_frbl_last_posttitle_26");}else{addZeroAge("#single-6_feedreading_bookmark_26");}});});google.feeds.lookupFeed("http://bakerella.blogspot.com/",function(){var url_single_662=this.url,feed_single_662=new google.feeds.Feed(this.url);feed_single_662.load(function(result_single_662){if(!result_single_662.error){addAge(result_single_662.feed,"#single-6_feedreading_bookmark_62","#single-6_feedreading_anchor_62","#single-6_feedreading_info_62","#single-6_feedreading_previewtoggle_62","#single-6_frbl_last_posttitle_62");}else{addZeroAge("#single-6_feedreading_bookmark_62");}});});google.feeds.lookupFeed("http://www.blogospeer.com",function(){var url_single_624=this.url,feed_single_624=new google.feeds.Feed(this.url);feed_single_624.load(function(result_single_624){if(!result_single_624.error){addAge(result_single_624.feed,"#single-6_feedreading_bookmark_24","#single-6_feedreading_anchor_24","#single-6_feedreading_info_24","#single-6_feedreading_previewtoggle_24","#single-6_frbl_last_posttitle_24");}else{addZeroAge("#single-6_feedreading_bookmark_24");}});});google.feeds.lookupFeed("http://brightoncottage.blogspot.com/",function(){var url_single_668=this.url,feed_single_668=new google.feeds.Feed(this.url);feed_single_668.load(function(result_single_668){if(!result_single_668.error){addAge(result_single_668.feed,"#single-6_feedreading_bookmark_68","#single-6_feedreading_anchor_68","#single-6_feedreading_info_68","#single-6_feedreading_previewtoggle_68","#single-6_frbl_last_posttitle_68");}else{addZeroAge("#single-6_feedreading_bookmark_68");}});});google.feeds.lookupFeed("http://blog.cjanerun.com",function(){var url_single_654=this.url,feed_single_654=new google.feeds.Feed(this.url);feed_single_654.load(function(result_single_654){if(!result_single_654.error){addAge(result_single_654.feed,"#single-6_feedreading_bookmark_54","#single-6_feedreading_anchor_54","#single-6_feedreading_info_54","#single-6_feedreading_previewtoggle_54","#single-6_frbl_last_posttitle_54");}else{addZeroAge("#single-6_feedreading_bookmark_54");}});});google.feeds.lookupFeed("http://cakewrecks.blogspot.com/",function(){var url_single_663=this.url,feed_single_663=new google.feeds.Feed(this.url);feed_single_663.load(function(result_single_663){if(!result_single_663.error){addAge(result_single_663.feed,"#single-6_feedreading_bookmark_63","#single-6_feedreading_anchor_63","#single-6_feedreading_info_63","#single-6_feedreading_previewtoggle_63","#single-6_frbl_last_posttitle_63");}else{addZeroAge("#single-6_feedreading_bookmark_63");}});});google.feeds.lookupFeed("http://www.centsationalgirl.com/",function(){var url_single_670=this.url,feed_single_670=new google.feeds.Feed(this.url);feed_single_670.load(function(result_single_670){if(!result_single_670.error){addAge(result_single_670.feed,"#single-6_feedreading_bookmark_70","#single-6_feedreading_anchor_70","#single-6_feedreading_info_70","#single-6_feedreading_previewtoggle_70","#single-6_frbl_last_posttitle_70");}else{addZeroAge("#single-6_feedreading_bookmark_70");}});});feed_single616.load(function(result_single_616){if(!result_single_616.error){addAge(result_single_616.feed,"#single-6_feedreading_bookmark_16","#single-6_feedreading_anchor_16","#single-6_feedreading_info_16","#single-6_feedreading_previewtoggle_16","#single-6_frbl_last_posttitle_16");}else{addZeroAge("#single-6_feedreading_bookmark_16");}});google.feeds.lookupFeed("http://www.debily.com",function(){var url_single_639=this.url,feed_single_639=new google.feeds.Feed(this.url);feed_single_639.load(function(result_single_639){if(!result_single_639.error){addAge(result_single_639.feed,"#single-6_feedreading_bookmark_39","#single-6_feedreading_anchor_39","#single-6_feedreading_info_39","#single-6_feedreading_previewtoggle_39","#single-6_frbl_last_posttitle_39");}else{addZeroAge("#single-6_feedreading_bookmark_39");}});});feed_single611.load(function(result_single_611){if(!result_single_611.error){addAge(result_single_611.feed,"#single-6_feedreading_bookmark_11","#single-6_feedreading_anchor_11","#single-6_feedreading_info_11","#single-6_feedreading_previewtoggle_11","#single-6_frbl_last_posttitle_11");}else{addZeroAge("#single-6_feedreading_bookmark_11");}});google.feeds.lookupFeed("http://www.flipflopsandapplesauce.com",function(){var url_single_675=this.url,feed_single_675=new google.feeds.Feed(this.url);feed_single_675.load(function(result_single_675){if(!result_single_675.error){addAge(result_single_675.feed,"#single-6_feedreading_bookmark_75","#single-6_feedreading_anchor_75","#single-6_feedreading_info_75","#single-6_feedreading_previewtoggle_75","#single-6_frbl_last_posttitle_75");}else{addZeroAge("#single-6_feedreading_bookmark_75");}});});google.feeds.lookupFeed("http://www.skinnytaste.com/",function(){var url_single_683=this.url,feed_single_683=new google.feeds.Feed(this.url);feed_single_683.load(function(result_single_683){if(!result_single_683.error){addAge(result_single_683.feed,"#single-6_feedreading_bookmark_83","#single-6_feedreading_anchor_83","#single-6_feedreading_info_83","#single-6_feedreading_previewtoggle_83","#single-6_frbl_last_posttitle_83");}else{addZeroAge("#single-6_feedreading_bookmark_83");}});});google.feeds.lookupFeed("http://grammarain.blogspot.com/",function(){var url_single_661=this.url,feed_single_661=new google.feeds.Feed(this.url);feed_single_661.load(function(result_single_661){if(!result_single_661.error){addAge(result_single_661.feed,"#single-6_feedreading_bookmark_61","#single-6_feedreading_anchor_61","#single-6_feedreading_info_61","#single-6_feedreading_previewtoggle_61","#single-6_frbl_last_posttitle_61");}else{addZeroAge("#single-6_feedreading_bookmark_61");}});});google.feeds.lookupFeed("http://infarrantlycreative.blogspot.com/",function(){var url_single_669=this.url,feed_single_669=new google.feeds.Feed(this.url);feed_single_669.load(function(result_single_669){if(!result_single_669.error){addAge(result_single_669.feed,"#single-6_feedreading_bookmark_69","#single-6_feedreading_anchor_69","#single-6_feedreading_info_69","#single-6_feedreading_previewtoggle_69","#single-6_frbl_last_posttitle_69");}else{addZeroAge("#single-6_feedreading_bookmark_69");}});});google.feeds.lookupFeed("http://www.sweetlifeofleslie.blogspot.com/",function(){var url_single_651=this.url,feed_single_651=new google.feeds.Feed(this.url);feed_single_651.load(function(result_single_651){if(!result_single_651.error){addAge(result_single_651.feed,"#single-6_feedreading_bookmark_51","#single-6_feedreading_anchor_51","#single-6_feedreading_info_51","#single-6_feedreading_previewtoggle_51","#single-6_frbl_last_posttitle_51");}else{addZeroAge("#single-6_feedreading_bookmark_51");}});});google.feeds.lookupFeed("http://www.nieniedialogues.blogspot.com/",function(){var url_single_682=this.url,feed_single_682=new google.feeds.Feed(this.url);feed_single_682.load(function(result_single_682){if(!result_single_682.error){addAge(result_single_682.feed,"#single-6_feedreading_bookmark_82","#single-6_feedreading_anchor_82","#single-6_feedreading_info_82","#single-6_feedreading_previewtoggle_82","#single-6_frbl_last_posttitle_82");}else{addZeroAge("#single-6_feedreading_bookmark_82");}});});google.feeds.lookupFeed("http://www.onefatchicksjourneytohealth.blogspot.com/",function(){var url_single_684=this.url,feed_single_684=new google.feeds.Feed(this.url);feed_single_684.load(function(result_single_684){if(!result_single_684.error){addAge(result_single_684.feed,"#single-6_feedreading_bookmark_84","#single-6_feedreading_anchor_84","#single-6_feedreading_info_84","#single-6_feedreading_previewtoggle_84","#single-6_frbl_last_posttitle_84");}else{addZeroAge("#single-6_feedreading_bookmark_84");}});});google.feeds.lookupFeed("http://snarkwife.com",function(){var url_single_628=this.url,feed_single_628=new google.feeds.Feed(this.url);feed_single_628.load(function(result_single_628){if(!result_single_628.error){addAge(result_single_628.feed,"#single-6_feedreading_bookmark_28","#single-6_feedreading_anchor_28","#single-6_feedreading_info_28","#single-6_feedreading_previewtoggle_28","#single-6_frbl_last_posttitle_28");}else{addZeroAge("#single-6_feedreading_bookmark_28");}});});google.feeds.lookupFeed("http://www.postsecret.com",function(){var url_single_640=this.url,feed_single_640=new google.feeds.Feed(this.url);feed_single_640.load(function(result_single_640){if(!result_single_640.error){addAge(result_single_640.feed,"#single-6_feedreading_bookmark_40","#single-6_feedreading_anchor_40","#single-6_feedreading_info_40","#single-6_feedreading_previewtoggle_40","#single-6_frbl_last_posttitle_40");}else{addZeroAge("#single-6_feedreading_bookmark_40");}});});google.feeds.lookupFeed("http://www.randomcommands.com",function(){var url_single_67=this.url,feed_single_67=new google.feeds.Feed(this.url);feed_single_67.load(function(result_single_67){if(!result_single_67.error){addAge(result_single_67.feed,"#single-6_feedreading_bookmark_7","#single-6_feedreading_anchor_7","#single-6_feedreading_info_7","#single-6_feedreading_previewtoggle_7","#single-6_frbl_last_posttitle_7");}else{addZeroAge("#single-6_feedreading_bookmark_7");}});});feed_single620.load(function(result_single_620){if(!result_single_620.error){addAge(result_single_620.feed,"#single-6_feedreading_bookmark_20","#single-6_feedreading_anchor_20","#single-6_feedreading_info_20","#single-6_feedreading_previewtoggle_20","#single-6_frbl_last_posttitle_20");}else{addZeroAge("#single-6_feedreading_bookmark_20");}});google.feeds.lookupFeed("http://thepioneerwoman.com/cooking/",function(){var url_single_652=this.url,feed_single_652=new google.feeds.Feed(this.url);feed_single_652.load(function(result_single_652){if(!result_single_652.error){addAge(result_single_652.feed,"#single-6_feedreading_bookmark_52","#single-6_feedreading_anchor_52","#single-6_feedreading_info_52","#single-6_feedreading_previewtoggle_52","#single-6_frbl_last_posttitle_52");}else{addZeroAge("#single-6_feedreading_bookmark_52");}});});google.feeds.lookupFeed("http://twiceremembered.blogspot.com/",function(){var url_single_671=this.url,feed_single_671=new google.feeds.Feed(this.url);feed_single_671.load(function(result_single_671){if(!result_single_671.error){addAge(result_single_671.feed,"#single-6_feedreading_bookmark_71","#single-6_feedreading_anchor_71","#single-6_feedreading_info_71","#single-6_feedreading_previewtoggle_71","#single-6_frbl_last_posttitle_71");}else{addZeroAge("#single-6_feedreading_bookmark_71");}});});google.feeds.lookupFeed("http://pop.wizbangblog.com/",function(){var url_single_633=this.url,feed_single_633=new google.feeds.Feed(this.url);feed_single_633.load(function(result_single_633){if(!result_single_633.error){addAge(result_single_633.feed,"#single-6_feedreading_bookmark_33","#single-6_feedreading_anchor_33","#single-6_feedreading_info_33","#single-6_feedreading_previewtoggle_33","#single-6_frbl_last_posttitle_33");}else{addZeroAge("#single-6_feedreading_bookmark_33");}});});feedreading_category_observer();}
$.fn.feedReadingBlogrollSpy=function(limit,interval){limit=limit||4;interval=interval||4000;return this.each(function(){var $list=$(this),items=[],currentItem=limit,total=0,height=$list.find('li:first').height();$list.find('li').each(function(){items.push($(this));});total=items.length;$list.wrap('<div class="spyWrapper" />').parent().css({height:height*(limit+2)});$list.find('li').filter(':gt('+(limit-1)+')').remove();function spy(){if(!$list.hasClass("mouseover")){var $insert=$(items[currentItem]).css({height:0,opacity:0,display:'none'}).prependTo($list);$list.find('li:last').animate({opacity:0},1000,function(){$insert.animate({height:height},1000).animate({opacity:1},1000);$(this).remove();});currentItem++;if(currentItem>=total){currentItem=0;}}
setTimeout(spy,interval)}
spy();});};});