﻿/* widget config */
var jtw_divname                = 'twitter-feed-inside';  /* unique id of the widget */
var jtw_search                 = 'from:businessvic';  /* 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      = '#E8E7E7';  /* background style of whole widget */
var jtw_widget_border          = '#E8E7E7';  /* border style of whole widget */
var jtw_center_widget          = '';  /* center widget horizontally in container if 'yes' */
/* tweet styling */
var jtw_tweet_textcolor        = '#464646';  /* text color of the tweets */
var jtw_tweet_linkcolor        = '#333399';  /* link color of the tweets */
var jtw_tweet_background       = '';  /* background style of the tweets */
var jtw_tweet_newbackground    = '';  /* background style of new tweets */
var jtw_tweet_border           = '0px';  /* border style of the tweets */
var jtw_tweet_margin           = '0px';  /* 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               = 'yes';  /* 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     = 'color: #464646';  /* misc css style for the results */
var jtw_tweet_style_misc       = 'border-bottom: 1px dotted #DDDDDD';  /* misc css style for each tweet */
var jtw_num_tweets             = '2';  /* 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= '0';  /* the frequency (in seconds) to look for new tweets*/

document.write(unescape('%3Cscript src="//www.business.vic.gov.au/BUSVICWR/staticassets/scripts/tweetgridwidget.js" type="text/javascript"%3E%3C/script%3E'));
