var n = 16.0; // 11 Banners
var r = Math.random() * n;
var link = "";
var image = "";
if(r < 1.0)
{
  link = "https://store.brandywinetech.com/section.php?xSec=10";
  image = "http://www.pbxnsip.com/img/brandywine.jpg";
}
else if(r < 2.0) 
{
  link = "http://www.pbxnsiphosted.com";
  image = "http://www.pbxnsip.com/img/pbxnsiphosted.jpg";
}
else if(r < 3.0) 
{
  link = "http://www.smaro.ch/products/Seiten/smaro-produkte-PBXNSIP.aspx";
  image = "http://www.pbxnsip.com/img/smaro.jpg";
}
else if(r < 4.0)
{
  link = "http://www.topit.nl/index.php?leverancier=pbxnsip&vendorid=72";
  image = "http://www.pbxnsip.com/img/topIT.jpg";
}
else if(r < 5.0)
{
  link = "http://www.achab.it/prod/intern.cfm/1/0/102";
  image = "http://www.pbxnsip.com/img/achab.jpg";
}
else if(r < 6.0)
{
  link = "http://www.intechnologies.ru/PBXnSIP.html";
  image = "http://www.pbxnsip.com/img/texhonornn.jpg";
}
else if(r < 7.0)
{
  link = "http://www.comtalk.dk/dk/produkter/hosted-pbx/";
  image = "http://www.pbxnsip.com/img/comtalk.jpg";
}
else if(r < 8.0)
{
  link = "http://www.voshosting.nl/default.asp?fd=home";
  image = "http://www.pbxnsip.com/img/vos.jpg";
}
else if(r < 9.0) 
{
  link = "http://www.wimanx.com/Default.asp";
  image = "http://www.pbxnsip.com/img/wimanx.jpg";
}
else if(r < 10.0) 
{
  link = "http://www.ipnox.com/";
  image = "http://www.pbxnsip.com/img/ipnox.jpg";
}
else if(r < 11.0) 
{
  link = "http://www.xgeneration.co.uk/pbxnsip.html";
  image = "http://www.pbxnsip.com/img/xgeneration.gif";
}
else if(r < 12.0) 
{
  link = "http://www.clarityvoice.com/consulting.html";
  image = "http://www.pbxnsip.com/img/clarity.gif";
}
else if(r < 13.0) 
{
  link = "http://www.hpgb.com";
  image = "http://www.pbxnsip.com/img/hpgb.gif";
}
else if(r < 14.0) 
{
  link = "http://www.topsystem.be/fr/pbxnsip.aspx";
  image = "http://www.pbxnsip.com/img/top-system.gif";
}
else if(r < 15.0) 
{
  link = "http://www.jncgroup.com/Your_VoIP_PBX.html";
  image = "http://www.pbxnsip.com/img/business-technology.gif";
}
else 
{
  link = "http://www.ippbx.us/Home/tabid/408/List/1/CategoryID/3/Category2ID/48/Level/2/Default.aspx";
  image = "http://www.pbxnsip.com/img/728x90-RR.gif";
}


document.write('<div style="text-align:right"><a target="_blank" href="' + link + '"><img src="' + image + '"></a></div>');
