function buzzcloudHTML_97a4de2c_8f20_4b81_9c76_ae222bf2cb9a()
{
this.GID = '97a4de2c_8f20_4b81_9c76_ae222bf2cb9a';
this.fontSizeMax = 18;
this.fontSizeDiff= 5;
if( typeof(window['swickiSidebar'])=='undefined' ) window.swickiSidebar=new Object();
this.setfontSizeMax = function( fontSizeMax )
{
this.fontSizemax = fontSizeMax
}
this.GenerateUniqueRND = function()
{
var attempts=0, unique=false, rnd;
while(attempts<10 && !unique)
{
attempts++;
rnd = Math.floor(Math.random()*1000+1);
if( !document.getElementById( 'buzzcloud_'+this.GID+'_'+rnd ) )
{
unique=true;
break;
}
}
if( document.getElementById( 'buzzcloud_'+this.GID+'_'+rnd ) )
rnd='_ERROR_';
return rnd;
}
this.uniqueRND=this.GenerateUniqueRND();
this.configDefaults =
[
{ search: '_QUICK_FORMAT_', value: '', overRide: 'quickFormat' },
{ search: '_RND_', value:'' },
{ search: '_WIDGET_CANVAS_COLOR_', value: 'transparent', overRide: 'canvasColor' },
{ search: '_WIDGET_TEXT_COLOR_', value: ' ', overRide: 'TextColor' },
{ search: '_WIDGET_LINK_COLOR_', value: ' ', overRide: 'TagLinkColor' },
{ search: '_WIDGET_BORDER_HOVER_', value: 'transparent', overRide: 'TagHoverBGColor' },
{ search: '_WIDGET_FONT_', value: 'Verdana', overRide: 'TagFontFamily' },
{ search: '_CLOUD_TARGET_', derive: checkTarget, value: '_self' },
{ search: '_FORM_TARGET_', derive: checkTarget, value: '_top' }
];
this.isIE56 = /MSIE (5|6)/.test( navigator.userAgent );
/* builderFunctions */
this.buzzcloudCSS="