// Rotate images in Header

for (i=0; i<100; i++)
{
var x = Math.random()*14
var image1="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/0.jpg' /></a>"
var image2="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/1.jpg' /></a>"
var image3="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/2.jpg' /></a>"
var image4="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/3.jpg' /></a>"
var image5="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/4.jpg' /></a>"
var image6="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/5.jpg' /></a>"
var image7="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/6.jpg' /></a>"
var image8="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/7.jpg' /></a>"
var image9="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/8.jpg' /></a>"
var image10="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/9.jpg' /></a>"
var image11="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/10.jpg' /></a>"
var image12="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/11.jpg' /></a>"
var image13="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/12.jpg' /></a>"
var image14="<a href='http://www.thevoterupdate.com'><img src='http://www.thevoterupdate.com/images/rotatingHeader/13.jpg' /></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
else if(x<=6)var image=image6
else if(x<=7)var image=image7
else if(x<=8)var image=image8
else if(x<=9)var image=image9
else if(x<=10)var image=image10
else if(x<=11)var image=image11
else if(x<=12)var image=image12
else if(x<=13)var image=image13
else if(x<=14)var image=image14
}
document.write(image);
