  var newdiv = document.createElement('div');
  newdiv.setAttribute('id','codotvublock');
  newdiv.setAttribute('onMouseOver','this.style.opacity = 1');
  newdiv.setAttribute('onMouseOut','this.style.opacity = 0.3');
  newdiv.setAttribute('style','	position: fixed;left: 0;right: 0;bottom: 0;font-size: 12px;font-family: Arial,Helvetica,sans-serif;text-align: right;padding: 5px 10px;color: white;background: -moz-linear-gradient(top,#555,#333);	border-top: 1px solid #999;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#555\',endColorstr=\'#333\');background: -webkit-gradient(linear,left top,left bottom,from(#555),to(#333));background: -moz-linear-gradient(top,#555,#333);filter: alpha(opacity = 30);opacity: .3;cursor: pointer;text-decoration: none;text-shadow: black 0 1px 1px;overflow:hidden;height: 16px;padding-top: 3px;');
  newdiv.innerHTML = '<a href="http://www.co.vu/?from=supporters" style="width: 100%; display: block;"><img src="http://sta.co.vu/supporters.png"></a>';
  document.body.appendChild(newdiv);
  document.getElementById("codotvusupporters").style.display = "none";
