//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(8);

images[0] = "<a href='http://ecopy.streamlinems.com' target='_blank'><img src='images/ffolio_20.gif' border='0'></a>";

images[1] = "<a href='http://ces.streamlinems.com' target='_blank'><img src='images/ffolio_21.gif' border='0'></a>";

images[2] = "<a href='http://www.ces-online.com' target='_blank'><img src='images/ffolio_41.gif' border='0'></a>";

images[3] = "<a href='http://www.yescience.com' target='_blank'><img src='images/ffolio_9.gif' border='0'></a>";

images[4] = "<a href='http://www.josephcibula.com' target='_blank'><img src='images/ffolio_27.gif' border='0'></a>";

images[5] = "<a href='http://www.yankeecustomtruck.com' target='_blank'><img src='images/ffolio_7.gif' border='0'></a>";

images[6] = "<a href='http://www.campfoss.org' target='_blank'><img src='images/ffolio_39.gif' border='0'></a>";

images[7] = "<a href='http://www.campmitena.org' target='_blank'><img src='images/ffolio_40.gif' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done