function hostujeme() {

var hostcnt = document.createElement('img'); 
hostcnt.setAttribute('src','http://www.hostuje.me/hodnoceni-projektu/49'); 
hostcnt.setAttribute('width','0'); 
hostcnt.setAttribute('height','0'); 
hostcnt.setAttribute('alt','E-HOTEL');  
document.getElementsByTagName('head').item(0).appendChild(hostcnt);
}