function ShowBanner(BannerNumber) {
	if (BannerNumber==1) {return "<p><a href=http://www.hotwebideas.com/wdec.html target=_blank><img border=0 src=banner1.gif width=358 height=61 alt='Hot Web Ideas teaches you how to make money on the web and Ebay'></a>";}
	if (BannerNumber==2) {return "<p><a href=http://www.newyorkcomedyclub.com/schedulespace.htm><img border=0 src=banner2.gif width=358 height=61 alt='Grown Ups Playground'></a>";}
	if (BannerNumber==3) {return "<p><a href=http://www.newyorkcomedyclub.com/openmic.htm><img border=0 src=banner3.gif width=358 height=61 alt='Open Mic'></a>";}
}

RandomIndex=Math.ceil(Math.random()*3);
document.write("<center>",ShowBanner(RandomIndex),"</center><P>");
