	/* widget config */
	var jtw_divname                = 'twitter';  /* unique id of the widget */
	var jtw_search                 = 'from:per4mancehi';  /* keywords or phrase to send to search.twitter.com and display */
	var jtw_width                  = 'auto';  /* width of widget in px, %, or auto */
	var jtw_height                 = 'auto';  /* height of widget in px, %, or auto */
	var jtw_scroll                 = 'no';  /* add scroll bar to widget, 'yes' or 'no' */
	var jtw_widget_background      = '0';  /* background style of whole widget */
	var jtw_widget_border          = '0';  /* border style of whole widget */
	var jtw_center_widget          = '';  /* center widget horizontally in container if 'yes' */
	
	/* tweet styling */
	var jtw_tweet_textcolor        = '222';  /* text color of the tweets */
	var jtw_tweet_linkcolor        = '193e5e';  /* link color of the tweets */
	var jtw_tweet_background       = 'fff';  /* background style of the tweets */
	var jtw_tweet_newbackground    = '';  /* background style of new tweets */
	var jtw_tweet_border           = 'ddd';  /* border style of the tweets */
	var jtw_tweet_margin           = '15px 0 5px 0';  /* marin in px for each tweet */
	var jtw_tweet_fontsize         = '11';  /* 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             = '3';  /* number of tweets to display in widget (up to 100) */
	var jtw_tweet_lang             = '';  /* language of tweets to display (2 letter country code) */
	var jtw_widget_refresh_interval= '10';  /* the frequency (in seconds) to look for new tweets*/

