<!-- Begin
					var how_many_ads = 11;
					var now = new Date()
					var sec = now.getSeconds()
					var ad = sec % how_many_ads;
					ad +=1;
					
					var fullad=document.URL.split('ad='); 
					var uriad= (fullad[1]);
					if (uriad != undefined){
						ad = uriad;	
					} 
					
					if (ad==1) {
					title="A View From UT Dallas";
					txt= "The UT Dallas volleyball team celebrates <a href ='http://www.utdallas.edu/news/2009/11/10-001.php'>winning the 2009 conference championship</a>  after playing the entire regular season without a loss."
					alt="";
					banner="/images/view/volleyball.png";
					imgURL="";
					width="347";
					height="230";
					picturelink="";
}

					if (ad==2) {
					title="A View From UT Dallas";
					txt= "The <a href = 'http://www.utdallas.edu/nserl/media/'> Natural Science and Engineering Research Laboratory</a> provides a state-of-the-art open floor plan that allows chemists, biologists, nanotechnologists, materials scientists, and a host of other specialists to conduct multidisciplinary research."
					alt="";
					banner="/images/view/nserl-2009-06.jpg";
					imgURL="http://www.utdallas.edu/40years/?s=476";
					width="343";
					height="234";
					picturelink="";
}

					if (ad==3) {
					title="A View From UT Dallas";
					txt= "<a href=\"http://www.utdallas.edu/ah/programs/arts/danc/\">Dance</a> student Magda Hamza and others prepare a piece for Fall Festival, an annual event featuring the work of more than 700 students from more than 40 arts courses";
					alt="";
					banner="/images/view/dance4_01.jpg";
					imgURL="http://www.utdallas.edu/40years/";
					width="347";
					height="225";
					picturelink="";
}

					if (ad==4) {
					title="A View From UT Dallas";
					txt= "UT Dallas has conferred more than 72,000 degrees since its founding in 1969."
					alt="40 Years";
					banner="/images/view/grad-2009-spring.jpg";
					imgURL="http://www.utdallas.edu/40years/";
					width="347";
					height="249";
					picturelink="";
}


					if (ad==5) {
					title="A View From UT Dallas";
					txt="Clinicians at the UT Dallas <a href=\"http://www.brainhealth.utdallas.edu\">Center for  BrainHealth</a> use virtual reality simulations to help children with Asperger Syndrome work through difficult social situations.";
					alt="40 Years";
					banner="/images/view/bbs_sim_kid3.jpg";
					imgURL="http://www.utdallas.edu/40years/?s=395";
					width="347";
					height="219";
					picturelink="";
}
					if (ad==6) {
					title="A View From UT Dallas"
					txt="Nobel laureate and UT Dallas Professor Russell Hulse discusses electronics with two undergraduate students.";
					alt="Nobel laureate Russell Hulse and students";
					banner="/images/view/russellhulse-2007-10.jpg";
					width="344";
					height="192";
					picturelink="";
}

					if (ad==7) {
					title="A View From UT Dallas"
					txt="Warm, sunny Texas weather provides plenty of days for outdoor study.";
					alt="";
					banner="/images/view/studentspicnictable-2007-12.jpg";
					width="347";
					height="194";
					picturelink="";
}
					if (ad==8) {
					title="A View From UT Dallas"
					txt="The Founders Building, the first facility on campus, opened in early 1964. Recent renovations include a new entrance lobby, classrooms, offices and an open computer lab.";
					alt="";
					banner="/images/view/founders.png";
					width="347";
					height="194";
					picturelink="www.utdallas.edu\/enhance";
					}
					if (ad==9) {
					title="A View From UT Dallas"
					txt="The UT Dallas mall is flanked by magnolias and includes a series of bubbling reflecting pools, a steel trellis and casual seating areas.";
					alt="";
					banner="/images/view/mall.png";
					width="347";
					height="194";
					picturelink="www.utdallas.edu\/enhance";
					}
					if (ad==10) {
					title="A View From UT Dallas"
					txt="The Science Learning Center is a comprehensive facility for focused, research-based education in math, science and engineering for UT Dallas freshmen and sophomores.";
					alt="";
					banner="/images/view/slc.png";
					width="347";
					height="194";
					picturelink="www.utdallas.edu\/enhance";
					}
					if (ad==11) {
					title="A View From UT Dallas"
					txt="The new Student Services Building (pictured left) holds virtually all the departments that current students &mdash; as well as prospective students and their families &mdash; will need to conduct business with the University.";
					alt="";
					banner="/images/view/ssb1.png";
					width="347";
					height="194";
					picturelink="www.utdallas.edu\/enhance";
					}
					
					
					//document.write('<center>');
					document.write('<h3>' + title + '<\/h3><br>');
					if (picturelink ==""){
						document.write('<img src=\"' + banner + '\" alt=\"' + alt + '\" border=0>')
					} else {
						document.write('<a href=\"http:\/\/' + picturelink + '\"><img src=\"' + banner + '\" alt=\"' + alt + '\" border=0><\/a>')
					}
					//document.write(' width='+ width + ' height=' + height + ' ');
					document.write('<br>');
					document.write('<p class="caption">' + txt + '<\/p>');
					//document.write('<\/center>');
				// End -->

