function buzzcloudHTML_743b479e_dab7_46a3_93cd_63987504e0aa()
{
this.GID = '743b479e_dab7_46a3_93cd_63987504e0aa';
this.fontSizeMax = 18;
this.fontSizeDiff= 3;
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: '#ffffff', overRide: 'canvasColor' },
{ search: '_WIDGET_TEXT_COLOR_', value: '#3B0000', overRide: 'TextColor' },
{ search: '_WIDGET_LINK_COLOR_', value: '#DF0101', overRide: 'TagLinkColor' },
{ search: '_WIDGET_BORDER_HOVER_', value: '#ffffff', overRide: 'TagHoverBGColor' },
{ search: '_WIDGET_FONT_', value: 'Arial', 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="