var output = "<table width='100%' border='0'>";
output += "<tr>";
if(window.location.protocol == "https:"){
output += "<td width='100%' align='center'><a href='http://www.ukvoipnet.com/hosting' target='_blank'>Hosting By UKVoIPNet LLP</a></td>";
}else{
output += "<td width='100%' align='center'><a href='http://www.ukvoipnet.com/hosting' target='_blank'><img src='http://badges.ukvoipnet.com/images/ukvoip_hosting.png' alt='Hosting by UKVoIPNet LLP' border='0'></a></td>";
}
output += "</tr>";
output += "</table>";
document.write(output);
