$(document).ready(function(){
    $('#twitter').jTweetsAnywhere({
        username: 'mjcproperties',
        count: 5,
        showTweetBox: { label: '<span style="color: #D1C7BA">Spread the word ...</span>' }
    });
});
