onload=function() {
var tedPics = new Array()
tedPics[0] = "<img src='/hunting/images/homePg/ted_hunt1.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[1] = "<img src='/hunting/images/homePg/ted_hunt2.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[2] = "<img src='/hunting/images/homePg/ted_hunt3.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[3] = "<img src='/hunting/images/homePg/ted_hunt4.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[4] = "<img src='/hunting/images/homePg/ted_hunt5.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[5] = "<img src='/hunting/images/homePg/ted_hunt6.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[6] = "<img src='/hunting/images/homePg/ted_hunt7.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[7] = "<img src='/hunting/images/homePg/ted_hunt8.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[8] = "<img src='/hunting/images/homePg/ted_hunt9.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[9] = "<img src='/hunting/images/homePg/ted_hunt10.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[10] = "<img src='/hunting/images/homePg/ted_hunt11.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[11] = "<img src='/hunting/images/homePg/ted_hunt12.jpg' width='162' height='202' alt='Ted Nugent' />";
tedPics[12] = "<img src='/hunting/images/homePg/ted_hunt13.jpg' width='162' height='202' alt='Ted Nugent' />";
var Q = tedPics.length;
var whichPic=Math.round(Math.random()*(Q-1));
var obj = document.getElementById("tedPics")
obj.innerHTML=tedPics[whichPic]
}
