
var encN = 1;


if(udcswd[1]!='et' || udcswd[1]!='en') {
	udcswd[1]='en';
} else {
	if(udcswd[1]=='et') {
		udcswd[1]='et';
	} else {
		udcswd[1]='en';
	}
}


// DECODES AND UNESCAPES ALL TEXT.
function udcdecodesidebarwidget(s){
	var s1=unescape(s.substr(0,s.length-1));
	var t='';
	for(i=0;i<s1.length;i++) { t+=String.fromCharCode(s1.charCodeAt(i)-s.substr(s.length-1,1)); }
	return unescape(t);
}

function buildwidget() {
	var alias = udcdecodesidebarwidget(udcswd[3]).split("/",5);
	var textcolor = '#5a00a7';
	if(udcswd[2]=='cat') { textcolor='#fff'; }
	var widget_content = '<div style="width:160px !important; overflow: hidden; background:#ffca0b url(http://www.uniteddogs.com/i/widgets/sidebar/'+udcswd[2]+'/bg.gif) repeat-x !important;text-align:center !important; margin: 0 auto 0 0;">';
	widget_content = widget_content + '<span style="display:block;padding:8px 6px 6px 6px;margin:0;text-align:center;"><a target="_blank" href="'+udcdecodesidebarwidget(udcswd[3])+'" style="border: 0; text-decoration: none; background: transparent; margin: 0; padding: 0; display: block;"><strong style="font:bold 16px/17px Helvetica,Arial,sans-serif !important;color:'+textcolor+' !important;">'+udcdecodesidebarwidget(udcswd[4])+'</strong></a></span>';
	widget_content = widget_content + '<a href="'+udcdecodesidebarwidget(udcswd[3])+'" target="_blank" style="border:2px #e3dbeb solid; display: block !important; width:130px; margin: 0 auto 5px auto; background:#fff !important;"><img src="http://www.uniteddogs.com/widgets/pic.php?id='+udcswd[2]+alias[4]+'" alt="http://www.uniteddogs.com/widgets/pic.php?id='+udcswd[2]+alias[4]+'" style="margin:5px auto 5px auto;" /></a>';
	widget_content = widget_content + '<a href="'+udcdecodesidebarwidget(udcswd[3])+'" target="_blank" style="border: 0; display:block !important;margin:0 auto 0 auto;width:110px;height:28px;background:transparent url(http://www.uniteddogs.com/i/widgets/sidebar/'+udcswd[2]+'/logo_'+udcswd[1]+'.gif) no-repeat !important;text-indent:-900px;overflow:hidden !important;">Uniteddogs - suņi, suņuki, kucēni – suņu māja internetā</a>';
	widget_content = widget_content + '</div>';

	document.getElementById(udcswd[0]).innerHTML = widget_content;
}

buildwidget();