// ROTATE BIT

var returnValue = true, links = ["http://www.pindar.com","http://www.pindar.com","http://www.pindar.com"], imgs = ["-PINDAR-POPUP/popup_logo.jpg","-PINDAR-POPUP/popup_logo.jpg","-PINDAR-POPUP/popup_logo.jpg"], len = (links.length + imgs.length) / 2;

if((len*2)%2 == 1){returnValue=false;}

function showAd(){
if(returnValue==false)
{document.write('<img src="blank.gif" alt="">');return false;}
var rand = Math.floor(len*Math.random())
document.write("<a href=\""+links[rand]+"\" title=\"Click on image for more information\"><img src=\""+imgs[rand]+"\" alt=\"Click here for more information\" border=0></a>");
}