reCheckIfCDNForum = /f=8$/
reCheckIfCDNForum1 = /f=8\D/
if (reCheckIfCDNForum.test(window.location.href) || reCheckIfCDNForum1.test(window.location.href)) {

document.writeln('<div style="margin-left: 15px; padding-top: 10px">')
document.writeln('<table style="border: none"><tr><td style="padding: 2px; border: 1px solid black; white-space: nowrap">')
document.writeln('<a href="http://www.uoaa.org/redir1.cgi?id=0102"><img src="http://www.uoaa.org/forum/uoaaxt/bnrs/Phoenix_234x100_jun08.jpg" width="234" height="100" alt="[The Phoenix - It\'s All Here!]" style="padding: 3px" /></a>')
document.writeln('<a href="http://www.uoaa.org/redir1.cgi?id=0132"><img src="http://www.uoaa.org/forum/uoaaxt/bnrs/PalmsBoardCD.jpg" width="234" height="100" alt="[Palms of Pasadena BCIR]" style="padding: 3px" /></a>')
document.writeln('<a href="http://www.uoaa.org/redir1.cgi?id=0133"><img src="http://www.uoaa.org/forum/uoaaxt/bnrs/baycare_discboard.jpg" width="234" height="100" alt="[Center for Intestinal Continence]" style="padding: 3px" /></a>')
document.writeln('</td></tr></table>')
document.writeln('</div>')

} else {

var theImages = new Array()
theImages[0] = 'http://www.uoaa.org/forum/uoaaxt/bnrs/Parthenon_234x100.jpg'
theImages[1] = 'http://www.uoaa.org/forum/uoaaxt/bnrs/coloplast_sep08_234x100.jpg'
theImages[2] = 'http://www.uoaa.org/forum/uoaaxt/bnrs/Schena_234x100.jpg'
theImages[3] = 'http://www.uoaa.org/forum/uoaaxt/bnrs/ostomy_secrets_db.jpg'
theImages[4] = 'http://www.uoaa.org/forum/uoaaxt/bnrs/PalmsBoardCD.jpg'
theImages[5] = 'http://www.uoaa.org/forum/uoaaxt/bnrs/olympiamc_234x100.jpg'
var theURLs = new Array()
theURLs[0] = 'http://www.uoaa.org/redir1.cgi?id=0103'
theURLs[1] = 'http://www.uoaa.org/redir1.cgi?id=0104'
theURLs[2] = 'http://www.uoaa.org/redir1.cgi?id=0105'
theURLs[3] = 'http://www.uoaa.org/redir1.cgi?id=0137'
theURLs[4] = 'http://www.uoaa.org/redir1.cgi?id=0132'
theURLs[5] = 'http://www.uoaa.org/redir1.cgi?id=0139'
var theNames = new Array()
theNames[0] = '[Parthenon - Ostomy Supplies FOR LESS]'
theNames[1] = '[Coloplast Sensura Click]'
theNames[2] = '[Schena Ostomy EZ Clean]'
theNames[3] = '[Ostomy Secrets]'
theNames[4] = '[Palms of Pasadena BCIR]'
theNames[5] = '[Olympia Medical Center Los Angeles BCIR]'

var numImagesTotal = theImages.length;
var numToDisplay = 3;

var theIndexes = new Array()
theIndexes[0] = Math.min(Math.floor(Math.random()*numImagesTotal),numImagesTotal-1);
for (var i=1; i<numToDisplay; i++) {
	var testPrev = -1;
	var testNow = Math.min(Math.floor(Math.random()*(numImagesTotal-i)),numImagesTotal-i-1);
	var shiftTotal = 0;
	while (shiftTotal < i) {
		var shiftNow = 0;
		for (var j=0; j<i; j++) {
			if (theIndexes[j] <= testNow && theIndexes[j] > testPrev) shiftNow++;
		}
		if (shiftNow == 0) break;
		testPrev = testNow;
		testNow += shiftNow;
		shiftTotal += shiftNow;
	}
	theIndexes[i] = testNow;
}

document.writeln('<div style="margin-left: 15px; padding-top: 10px">')
document.writeln('<table style="border: none"><tr><td style="padding: 2px; border: 1px solid black; white-space: nowrap">')
document.writeln('<a href="http://www.uoaa.org/redir1.cgi?id=0102"><img src="http://www.uoaa.org/forum/uoaaxt/bnrs/Phoenix_234x100_jun08.jpg" width="234" height="100" alt="[The Phoenix - It\'s All Here!]" style="padding: 3px" /></a>')
for (var i=0; i<numToDisplay; i++) {
	document.writeln('<a href="' + theURLs[theIndexes[i]] + '"><img src="' + theImages[theIndexes[i]] + '" width="234" height="100" alt="' + theNames[theIndexes[i]] + '" style="padding: 3px" /></a>')
}
document.writeln('</td></tr></table>')
document.writeln('</div>')

}
