// Banner Ad Rotation

function rightBanners() {
	if (document.getElementById("rightAds")) {		
		rightAnchors = document.getElementById("rightAds").getElementsByTagName("a");
		rightAnchorLength = rightAnchors.length;
		

		try{
			for (rcount = 0; rcount <= rightAnchorLength - 1; rcount++) 
			{
				rightAnchors[rcount].style.display = "block";
			}
		}
		catch(e){}
		
	}
}

function rightHide () {	
	rightAnchors[rcount].style.display = "none";
	rcount++;
	if (rightAnchors[rcount])
		rightAnchors[rcount].style.display = "block";
	else {
		rcount = 0;
		rightAnchors[rcount].style.display = "block";
	}
}
