//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<a href=http://www.birthcontrol.com><embed src="http://media.collegepublisher.com/media/paper991/interactive/40d1521s.swf" quality="high" width="300" height="250" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" bgcolor="#ffffff" wmode="transparent" ></embed></a>'

banner[1]='<a href=https://www.azstcu.org/universitybike><img src="http://i225.photobucket.com/albums/dd234/C-Times1/AZSTCU_UniversityBike_300x250_Colle.gif"></img></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

