				var NumberOfAds = 15;
				var now = new Date()
				var sec = now.getSeconds()
				var AdNumber = sec % NumberOfAds;
				AdNumber +=1;
				if (AdNumber==1)
				{
				image="/images/feature-photos-01.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==2)
				{
				image="/images/feature-photos-02.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==3)
				{
				image="/images/feature-photos-03.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==4)
				{
				image="/images/feature-photos-04.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==5)
				{
				image="/images/feature-photos-05.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==6)
				{
				image="/images/feature-photos-06.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==7)
				{
				image="/images/feature-photos-07.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==8)
				{
				image="/images/feature-photos-08.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==9)
				{
				image="/images/feature-photos-09.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==10)
				{
				image="/images/feature-photos-10.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==11)
				{
				image="/images/feature-photos-11.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==12)
				{
				image="/images/feature-photos-12.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==13)
				{
				image="/images/feature-photos-13.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==14)
				{
				image="/images/feature-photos-14.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
				if (AdNumber==15)
				{
				image="/images/feature-photos-15.jpg";
				width = "760";
				height = "175";
				alt = "Campus Photo courtesy of Printing Services";
				}
		
		document.write('<img src=\"' + image + '\" width=\"' + width + '\" height=\"' + height + '\" alt=\"' + alt + '\" border=\"0\" vspace=\"0\"></a>');
		document.write('<br />');
		document.write('</div>');