$(document).ready(function() {
$.Juitter.start({
searchType:"searchWord", // needed, you can use "searchWord", "fromUser", "toUser"
searchObject:"&ands=Boy+Scout&phrase,&ands=Girl+Scout&phrase,%23scouts",
placeHolder:"tweets", // Set a place holder DIV which will receive the list of tweets NOT CHANGE THIS
live:"live-15",  // it will be update every 15 seconds 
total: 5, // number of tweets to be show - max 100
readMore: "Read it on Twitter", // read more message to be show after the tweet content
nameUser:"image" // insert "image" to show avatar of "text" to show the name of the user that sent the tweet 
 
});
});
