
/* Code to get the latest tweets */
getTwitters('myTweets', {
        id: 'dblakeslee',	// replace with your twitter user id
        prefix: '<a href="http://twitter.com/%screen_name%">%name%</a> said: ', 
        clearContents: false, // leave the original message in place
        count: 1, 
        withFriends: true,
        ignoreReplies: false,
		enableLinks: true,
        newwindow: true
    });


