// JavaScript Document

//alert('eFoli');


function show_eFoli()
{		
	efoliBrand=document.createElement('div');
	efoliBrand.id='efoliBrand';	
		
	efoliBrand.style.position='fixed';
	efoliBrand.style.bottom='0px';
	efoliBrand.style.right='0px';
	efoliBrand.style.textAlign='right';
	efoliBrand.style.width='100px';	
	
	
	
	document.body.appendChild(efoliBrand);
	
	
	efoliBrand.innerHTML='<a href="http://www.efoli.com" target="_blank"><img src="http://brand.efoli.com/efoli_logo.png" border="0" alt="A Brand Of eFoli" style="padding-bottom:2px; padding-right:2px;" /></a>';
	//efoliBrand.style.width=efoliBrand.offsetWidth+'px';
	
	/*efoliBrand.style.display="none";*/
	
}

show_eFoli();
