$(document).ready(function() {
$('div.expand').expander({
    slicePoint:       10,  // default is 100
    expandText:         'Continue Reading', // default is 'read more...'
    collapseTimer:    0, // re-collapses after 5 seconds; default is 0, so no re-collapsing
	expandEffect:     'slideDown',
	expandSpeed:      'slow',
	expandPrefix:     '', // text to come before the expand link 
	userCollapse:     true, 
    userCollapseText: 'Close'  // default is '[collapse expanded text]'
  });

$(".hp_tweet").tweet({
    query: "from:sonapartners+OR+from:laurastarita",
    join_text: "auto",
    count: 10,
    auto_join_text_default: ":",
    auto_join_text_ed: ":",
    auto_join_text_ing: ":",
    auto_join_text_reply: ":",
    auto_join_text_url: ":",
    loading_text: "loading tweets..."
        });

$("#reading_entries").tweet({
    query: "from:sonapartners+OR+from:laurastarita",
    join_text: "auto",
    count: 20,
    auto_join_text_default: ":",
    auto_join_text_ed: ":",
    auto_join_text_ing: ":",
    auto_join_text_reply: ":",
    auto_join_text_url: ":",
    loading_text: "loading tweets..."
        });


});
