// Designlandia
var wi = "20px"; var ho = "right"; var h = "2px";
var he = "20px"; var ve = "bottom"; var v = "2px";
document.write('<div style="position:absolute; width: ' + wi + '; height: ' + he + '; ' + ho + ': ' + h + '; ' + ve + ': ' + v + '; z-index: 50; visibility: hidden;" id="dlLogo"><a href="http://www.designlandia.com.br" target="_designlandia" title="Designlandia"><img src="utils/credit.png" width="' + wi + '" height="' + he + '" style="border: none;"></a></div>');

