oneWidgetParamsArray_broadcast = {
	'one_widget_node' : 'static.com',
	'partner' : 'static'
};
/*
 * Initialize any standard javascript variables for this widget.
 */
oneWidget_broadcast = {
	currentURL : 'http://widgets.static.com/js/broadcast/viewBroadcasts?one_widget_node=static.com&partner=static&wsetup=true&wurl=' + escape(window.location.href) + '&ms=1283510814',
	widgetURL :  'http://widgets.static.com',
	method :     'js',
	widget :     'broadcast',
	action :     'viewBroadcasts',
	params :     oneWidgetParamsArray_broadcast
};
oneCkCookieSet_js_broadcast_viewBroadcasts = false;

// Defined resources_url
if (typeof oneWidgetResroucesURL == "undefined") {
	oneWidgetResroucesURL = "http://fast1.onesite.com/resources";
}

// Preload loading image
if (typeof oneWidget_preloadImage == "undefined") {
	oneWidget_preloadImage = new Image();
	oneWidget_preloadImage.src = oneWidgetResroucesURL + '/images/admin/ajax-loader1.gif';
}

/*
 * Load the common widget_functions js file.
 */
document.write('<script type="text/javascript" '
             + 'src="' + oneWidgetResroucesURL + '/scripts/widgets/widget_functions.js">'
             + '<\/script>');


/*
 * Load the real widget (triggered by appending wsetup=true to the end of the URL.
 */
document.write('<script type="text/javascript" '
             + 'src="http://widgets.static.com/js/broadcast/viewBroadcasts?one_widget_node=static.com&partner=static&wsetup=true&wurl=' + escape(window.location.href) + '&ms=1283510814">'
             + '<\/script>');

