/* Code to get the latest tweets */
getTwitters('myTweets', {
        id: 'denaligroup',	// replace with your twitter user id
        prefix: '<br />', 
        clearContents: false, // leave the original message in place
        count: 2, 
        withFriends: true,
        ignoreReplies: false,
		enableLinks: true,
        newwindow: true
    });

