function sponsors()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<a href="http://www.norlight.org" target="blank"><img src="http://www.selkirkaor.com/spbanners/northernlights.jpg" border="0"></a>'); } // NortherLights
if (ranNum == 1){document.write('<a href="http://bonnercountydailybee.com" target="blank"><img src="http://www.selkirkaor.com/spbanners/newdailybee.jpg" border="0"></a>'); } // Daily
if (ranNum == 2){document.write('<a href="http://www.bonnerawards.com" target="blank"><img src="http://www.selkirkaor.com/spbanners/bonnerawards.jpg" border="0"></a>'); } // BonnerAwards
if (ranNum == 3){document.write('<a href="http://www.cfpoconservancy.org" target="blank"><img src="http://www.selkirkaor.com/spbanners/CFPC.jpg" border="0"></a>'); } // cfpc
if (ranNum == 4){document.write('<a href="http://www.sandpointrentals.com" target="blank"><img src="http://www.selkirkaor.com/spbanners/propertymanagementsp.jpg" border="0"></a>'); } // SandpointRentals
if (ranNum == 5){document.write('<a href="http://www.taylorparker.com" target="blank"><img src="http://www.selkirkaor.com/spbanners/taylorparker.jpg" border="0"></a>'); } // taylorparker
if (ranNum == 6){document.write('<a href="http://www.inlandnwliving.com" target="blank"><img src="http://www.selkirkaor.com/spbanners/realestatebook.jpg" border="0"></a>'); } // realestatebook
}
