if (sbrubbles_logo===undefined) {
	var sbrubbles_logo = "add-sbrubbles-long_blue.png";
	a="89px";
	b="20px"; 
} else if (sbrubbles_logo == "add-sbrubbles-mini16.png") {
	a="24px";
	b="16px"; 
} else if (sbrubbles_logo == "add-sbrubbles-mini32.png") {
	a="47px";
	b="32px"; 
} else if (sbrubbles_logo == "add-sbrubbles-long_white.png") {
	a="89px";
	b="20px"; 
} else {
	sbrubbles_logo == "add-sbrubbles-long_blue.png";
	a="89px";
	b="20px"; 
}
if (site_tool===undefined) {
	var site_tool="default";
} 
if (site_url===undefined) {
	var site_url= escape(document.location.href);
} 
/*if (site_tool == "Blogger") {
	document.write ("<a expr:href=\"http://www.sbrubbles.com.br/submit?url=\"+ data:post.url' title='Adicionar notícia no Sbrubbles' target='_blank'><img src='http://www.sbrubbles.com.br/gadgets/" + sbrubbles_logo +"' alt='Adicionar ao Sbrubbles' border=0 width='"+a+"' height='"+b+"'></a>"); 
} else if (site_tool == "Wordpress") {
	document.write ("<a href=\"http://www.sbrubbles.com.br/submit?url="+site_url+"\" title='Adicionar notícia no Sbrubbles' target='_blank'><img src='http://www.sbrubbles.com.br/gadgets/" + sbrubbles_logo +"' alt='Adicionar ao Sbrubbles' border=0 width='"+a+"' height='"+b+"'></a>"); 
} else if (site_tool == "MovableType") {
	document.write ("<a href=\"http://www.sbrubbles.com.br/submit?url=<$MTEntryPermalink valid_html=\"yes\"$>\" title='Adicionar notícia no Sbrubbles' target='_blank'><img src='http://www.sbrubbles.com.br/gadgets/" + sbrubbles_logo +"' alt='Adicionar ao Sbrubbles' border=0 width='"+a+"' height='"+b+"'></a>"); 
} else if (site_tool == "b2evolution") {
	document.write ("<a href=\"http://www.sbrubbles.com.br/submit?url=<?php echo $Item->get_permanent_url(); ?>\" title='Adicionar notícia no Sbrubbles' target='_blank'><img src='http://www.sbrubbles.com.br/gadgets/" + sbrubbles_logo +"' alt='Adicionar ao Sbrubbles' border=0 width='"+a+"' height='"+b+"'></a>"); 
} else {*/
	document.write ("<a href='http://www.sbrubbles.com.br/submit?url=" + escape(document.location.href) +"' target='_blank'><img src='http://www.sbrubbles.com.br/gadgets/" + sbrubbles_logo +"' alt='Adicionar ao Sbrubbles' border=0 width="+a+" height="+b+"></a>"); 
/*}*/
