/*	Cambler © 2009, http://cambler.pl/	*/

function show_w(p) {
	document.getElementById('cmbl_widget').innerHTML = p;
	//alert(p);
	//alert('sghf');
	//document.write(p);
}

function cambler_widget(params) {

this.init = function() {

			var css = document.createElement('link');
			css.href = 'http://s.cambler.pl/w_style.css';
			css.rel = 'stylesheet';
			css.type = 'text/css';
		/*	css.onload = function() {}*/
			document.getElementsByTagName('head')[0].appendChild(css);
			document.write('<div id="cmbl_widget"></div>');

			
			var script = document.createElement('script');
			
			if(params.borders) {//alert('gfh');
			
			script.src = 'http://cambler.pl/widget/wre.php?callback=show_w&uid='+params.user.uid+'&cl1='+params.theme.header_background_color+'&cl4='+params.theme.header_text_color+'&cl7='+params.theme.widget_background_color+'&cl3='+params.theme.shout_text_color+'&cl5='+params.theme.shout_link_color+'&cl9='+params.theme.shout_date_color+'&cl2='+params.theme.widget_border_color+'&cl8='+params.theme.shout_border_color+'&bars='+params.bars+'&borders='+params.borders+'&avatars='+params.avatars+'&datetime='+params.datetime+'&count='+params.count+'&width='+params.width+'&height='+params.height+'&auto_width='+params.auto_width+'&auto_height='+params.auto_height;//+'&r='+randomnumber;

			} else script.src = 'http://cambler.pl/widget/wre.php?callback=show_w&uid='+params.user.uid;
			
			
			script.type = 'text/javascript';
			script.id = 'cmblw_script';
			/*script.onload = function(){}*/
			document.getElementsByTagName('head')[0].appendChild(script);
	
			//document.write(params.user.uid);

	}
	
this.refresh = function(params2) {

document.getElementsByTagName('head')[0].removeChild(document.getElementById('cmblw_script'));

var randomnumber=Math.floor(Math.random()*40);

			
		
			var script = document.createElement('script');
			script.src = 'http://cambler.pl/widget/wre.php?callback=show_w&uid='+params2.user.uid+'&cl1='+params2.theme.header_background_color+'&cl4='+params2.theme.header_text_color+'&cl7='+params2.theme.widget_background_color+'&cl3='+params2.theme.shout_text_color+'&cl5='+params2.theme.shout_link_color+'&cl9='+params2.theme.shout_date_color+'&cl2='+params2.theme.widget_border_color+'&cl8='+params2.theme.shout_border_color+'&bars='+params2.bars+'&borders='+params2.borders+'&avatars='+params2.avatars+'&datetime='+params2.datetime+'&count='+params2.count+'&width='+params2.width+'&height='+params2.height+'&auto_width='+params2.auto_width+'&auto_height='+params2.auto_height+'&r='+randomnumber;
			//document.getElementById('cmbl_widget').innerHTML = script.src;
			script.type = 'text/javascript';
			script.id = 'cmblw_script';
			document.getElementsByTagName('head')[0].appendChild(script);
		
		
		//alert(params2.avatars);
			 

			//document.getElementById('cmbl_widget').src = 'wre.php?callback=show_w&u=tomek&rand=dhd';
			//document.getElementsByTagName('head')[0].appendChild(script);
	
			//document.write(params.user.uid);

	}
}


