if (n=document.location.host.match(/([a-zA-Z0-9]+)\.altervista\.org$/)){
	n=n[1];
	p = n.substr(0, 2);
} else {
	n=(document.location.host.match(/[a-zA-Z0-9_-]+\.[a-zA-Z]{2,3}$/))[0];
	p = 'vhosts';
}

document.writeln('<iframe src="http://cb.altervista.org/'+p+'/'+n+'.html?'+new Date().getTime()+'" height="55" width="107" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: 1px solid #000; height: 55px; width: 107px;"><\/iframe>');
