![]()
Forever Yours Winners and Announcement
Apr. 24, 2012
Okay, finally getting my act together to announce winners for the contest that went up at the beginning of the month…and to make an announcement.
First, the winners:
Totebag, swag, and book winner: Deborah Mistry #86
Ebook winner: ...
![]()
jQuery(function($){
$(".tweet").tweet({
join_text: "auto",
username: "LarissaIone",
avatar_size: 48,
count: 1,
auto_join_text_default: "",
auto_join_text_ed: "",
auto_join_text_ing: "",
auto_join_text_reply: "",
auto_join_text_url: "",
});
});
![]()
What time is it? *
Mar. 12, 2012
*(that’s a Spin Doctors song, right? Come on, you know you loved Two Princes…)
For the past six months, my clock radio has remained an hour behind. Since I couldn’t figure out how to make it ...
![]()
jQuery(function($){
$("#custom").tweet({
avatar_size: 48,
count: 1,
username: "stephanietyler",
template: "{text} » {retweet_action}"
});
}).bind("loaded", function(){
$(this).find("a.tweet_action").click(function(ev) {
window.open(this.href, "Retweet",
'menubar=0,resizable=0,width=550,height=420,top=200,left=400');
ev.preventDefault();
});
});