var jtw_divname = 'TWEETGRID1'; /* unique id of the widget */

var jtw_width = '640px'; /* width of widget in px, %, or auto */
var jtw_height = 'auto'; /* height of widget in px, %, or auto */
var jtw_scroll = ''; /* add scroll bar to widget, 'yes' or 'no' */
var jtw_widget_background = '#000ABD'; /* background style of whole widget */
var jtw_widget_border = '0px;'; /* border style of whole widget */
var jtw_center_widget = ''; /* center widget horizontally in container if 'yes' */

/* tweet styling */
var jtw_tweet_textcolor = ''; /* text color of the tweets */
var jtw_tweet_linkcolor = ''; /* link color of the tweets */
var jtw_tweet_background = ''; /* background style of the tweets */
var jtw_tweet_newbackground = '#EEEE00'; /* background style of new tweets */
var jtw_tweet_border = '0px;'; /* border style of the tweets */
var jtw_tweet_margin = '3px'; /* external margin in px for each tweet */
var jtw_tweet_fontsize = '10pt'; /* fontsize in px or em of each tweet */
var jtw_big_img = 'yes'; /* display big avatar instead of small avatar */
var jtw_hide_img = ''; /* do not display twitter avatar if 'yes' */

/* display config */
var jtw_pre_html = '<CENTER><B STYLE="font-family:arial;font-size:12pt;color:white;letter-spacing:1px;">Selected items from <SPAN CLASS="TheABD">TheABD</SPAN> on <SPAN CLASS="notranslate">Twitter</SPAN>:</B></CENTER>';

 /* html to display at top of widget */
var jtw_post_html = '<A HREF="http://twitter.com/TheABD" TARGET="_blank" STYLE="color:white;font-family:arial;"><B>More &hellip;</B></A><BR>&nbsp;<BR>'; /* html to display at bottom of widget */
var jtw_mid_html = '';
var jtw_widget_style_misc = 'font-family:verdana;padding-top:4px;'; /* misc css for widget */
var jtw_results_style_misc = 'padding-top:2px;padding-bottom:10px;'; /* misc css for results */
var jtw_tweet_style_misc = 'color:black;font-family:verdana!important;'; /* misc css for tweet */
var jtw_tweet_lang = ''; /* language of tweets to display (2 letter country code) */
var jtw_widget_refresh_interval= '300'; /* the frequency (in seconds) to look for new tweets*/

