var num;
var rnum;
var numbanners = 3; // number of banner ads -  .gif img  files in maleny.net.au/banners
rnum = Math.random();
num = Math.floor (numbanners*rnum );
// document.write ( '<br><br><table border="2" align="center"><tr><td>' );
switch ( num ) {
	case 0:	//	CYBERSAYER banner0
		// document.write ( '<a href="http://www.cybersayer.com/"<img src="http://www.maleny.net.au/banners/csy_bnr1.gif" width=468 height=60  alt="click to discover a constant caring companion for you" border=0></a>' );
		break;
	case 1:	//	DETOX banner1
		// document.write ( '<a href="http://www.middlepath.com.au/clinic/detoxday.php" <img src="http://www.maleny.net.au/banners/detox_bnr1.gif" width=468 height=60  alt="click to discover what a natural detox can do for you" border=0></a>' );
		break;
	case 2:	//	ANU01 banner2
		// document.write ( '<a href="http://www.middlepath.com.au/anu/anu01.php"<img src="http://www.maleny.net.au/banners/anu01_bnr1.gif" width=468 height=60 alt="click to discover a natural path to slimness" border=0></a>' );
		break;
	default:	//	DETOX banner0
		// document.write ( '<a href="http://www.middlepath.com.au/clinic/detoxday.php" <img src="http://www.maleny.net.au/banners/detox_bnr1.gif" width=468 height=60  alt="click to discover what a natural detox can do for you" border=0></a>' );
		break;
		}
// document.write ( '</td></tr></table>' );
