function randInt(min,max)
{
     var div = (max - min) + 1;
     var randNum = Math.random();
     for (var i = 0; i <= div - 1; i++)
     {
          if (randNum >= i / div && randNum < (i+1) / div)
          {return i + min};
     }
}


var abc = randInt(1,10);

if (abc == 1) {
     document.write("<a target=\"_blank\" href=\"http://www.norscottconstruction.com\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/norscot.gif\" width=\"468\" height=\"60\">");
}
if (abc == 2) {
     document.write("<a target=\"_blank\" href=\"http://www.soundauto.ca\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/ThriftyTruckRental.jpg\" width=\"468\" height=\"60\"></a>");
}
if (abc == 3) {
     document.write("<a target=\"_blank\" href=\"http://www.have1.com\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/Have1.gif\" width=\"468\" height=\"60\"></a>");
}
if (abc == 4) {
     document.write("<a target=\"_blank\" href=\"http://www.greybrucemortgage.com\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/MortgageAllianceBanner.jpg\" width=\"468\" height=\"75\"></a>");
}
if (abc == 5) {
     document.write("<a target=\"_blank\" href=\"http://www.stowawaystorage.ca\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/StowAwayMiniStorage.jpg\" width=\"468\" height=\"60\"></a>");
}
if (abc == 6) {
     document.write("<a target=\"_blank\" href=\"http://www.CJDesign.ca\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/CJDesign.gif\" width=\"468\" height=\"60\"></a>");
}
if (abc == 7) {
     document.write("<a target=\"_blank\" href=\"http://www.showoffshomestaging.com\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/ShowOffsBanner.jpg\" width=\"468\" height=\"60\"></a>");
}
if (abc == 8) {
     document.write("<a target=\"_blank\" href=\"http://www.djohnstone.com\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/dcj.gif\" width=\"468\" height=\"60\"></a>");
}
if (abc == 9) {
     document.write("<a href=\"mailto:visual_impact@canada.com\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/VisualImpact.jpg\" width=\"468\" height=\"60\"></a>");
}
if (abc == 10) {
     document.write("<a target=\"_blank\" href=\"http://www.olearysbeachcottages.com\"><img border=\"1\" src=\"http://www.ontariopls.com/property/greybruce/Banners/OlearysCottageRentals.jpg\" width=\"468\" height=\"60\"></a>");
}