// JavaScript Document

// document.write("<a href='http://www.ncvotered.com/spectrum' target='_blank'><img src='http://www.ncvotered.com/images/sda_banner.jpg' /></a>");


for (i=0; i<100; i++)
{
var x = Math.random()*5
var image1="<a href='http://www.unctv.org/election/candidates/index.html' target='_blank'><img src='http://www.ncvotered.com/images/banners/09_voter_guide/1.gif' /></a>"
var image2="<a href='http://www.unctv.org/election/candidates/index.html' target='_blank'><img src='http://www.ncvotered.com/images/banners/09_voter_guide/1.gif' /></a>"
var image3="<a href='http://www.unctv.org/election/candidates/index.html' target='_blank'><img src='http://www.ncvotered.com/images/banners/09_voter_guide/1.gif' /></a>"
var image4="<a href='http://www.unctv.org/election/candidates/index.html' target='_blank'><img src='http://www.ncvotered.com/images/banners/09_voter_guide/1.gif' /></a>"
var image5="<a href='http://www.unctv.org/election/candidates/index.html' target='_blank'><img src='http://www.ncvotered.com/images/banners/09_voter_guide/1.gif' /></a>"
           
if(x<=1)var image=image1
else if(x<=2)var image=image2
else if(x<=3)var image=image3
else if(x<=4)var image=image4
else if(x<=5)var image=image5
}
document.write("<div class='voterGuideBanner'>" + image + "</div>");