var jtw_divname                = 'jtw_widget1';  	/* unique id of the widget */
var jtw_search                 = 'from:vsxtra OR to:vsxtra';		/* keywords or phrase to send to search.twitter.com and display */
var jtw_width                  = '288px';  			/* width of widget in px, %, or auto */
var jtw_height                 = 'auto';  			/* height of widget in px, %, or auto */
var jtw_scroll                 = 'yes';  			/* add scroll bar to widget, 'yes' or 'no' */
var jtw_widget_background      = 'transparent';  	/* background style of whole widget */
var jtw_widget_border          = 'none';  			/* border style of whole widget */
var jtw_center_widget          = '';  				/* center widget horizontally in container if 'yes' */

/* tweet styling */
var jtw_tweet_textcolor        = '#fff';  			/* text color of the tweets */
var jtw_tweet_linkcolor        = '#0e0';  			/* link color of the tweets */
var jtw_tweet_background       = '#3f3f3f';			/* background style of the tweets */
var jtw_tweet_newbackground    = 'url(../images/new/playlist-gradient.png) center';  		/* background style of new tweets */
var jtw_tweet_border           = '1px solid #000';  /* border style of the tweets */
var jtw_tweet_margin           = '4px';  			/* margin in px for each tweet */
var jtw_tweet_fontsize         = '10px';  			/* fontsize in px or em of each tweet */
var jtw_big_img                = '';  				/* display big avatar instead of small avatar */
var jtw_hide_img               = '';  				/* do not display twitter avatar if 'yes' */

/* display config */
var jtw_pre_html               = '';  				/* html code to display at the top of widget */
var jtw_post_html              = '';  				/* html code to display at the bottom of widget */
var jtw_mid_html               = '';  				/* html code to display inbetween each tweet */
var jtw_widget_style_misc      = '';  				/* misc css style for the widget */
var jtw_results_style_misc     = '';  				/* misc css style for the results */
var jtw_tweet_style_misc       = '';  				/* misc css style for each tweet */
var jtw_num_tweets             = '10';  			/* number of tweets to display in widget (up to 100) */
var jtw_tweet_lang             = 'en';  			/* language of tweets to display (2 letter country code) */
var jtw_widget_refresh_interval= '300';  			/* the frequency (in seconds) to look for new tweets */