// updated 4/9/2008 



var how_many_ads = 11;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;

ad +=1;

if (ad==1) {

txt="$150,000,000,000";

txt2="Annual federal investments in research and development";

}

if (ad==2) {

txt="$1,300,000,000";

txt2="DOT's annual investments in research and development";

}

if (ad==3) {

txt="$80 million";

txt2="DOT's annual investments in University Transportation Centers";

} 

if (ad==4) {

txt="More than 120";

txt2="Number of research projects involving collaboration between University Transportation Centers and USDOT";

} 

if (ad==5) {

txt="37,017";

txt2="Number of Transportation Safety Institute courses completed annually by transportation professionals";

} 

if (ad==6) {

txt="Over 500,000";

txt2="Number of bibliographic records in TRIS Online";

} 

if (ad==7) {

txt="45%";

txt2="Percent of RITA employees with graduate degrees";

} 

if (ad==8) {

txt="553";

txt2="Number of individual courses offered every year at the Transportation Safety Institute";

} 

if (ad==9) {

txt="More than 400";

txt2="Number of air carriers that file data with the Bureau of Transportation Statistics related to performance, finance and employment";

} 

if (ad==10) {

txt="32,000";

txt2="Number of transportation holdings in Volpe Center library (4th largest transportation library in the nation)";

} 

if (ad==11) {

txt="1,623 per month";

txt2="Number of phone and email interactions with customers of the National Transportation Library";

} 



document.write('<br /><h5>' + txt + '</h5><p>' + txt2 + '</p>');

