



var quote = new Array();
quote[0] = "Thanks for showing me something I've never seen before,";
quote[1] = "The Timetrack camera brings something contemporary into our collection and signifies our continued drive to collect for the complete history of photography, including digital,";
quote[2] = "The moment I saw it, I could envision countless possibilities,";
quote[3] = "The network wanted a technology that would look contemporary and cutting edge, and we had a keen interest in having that technology strongly position the NFL,"; 
quote[4] = "The first time I saw it I thought it was the coolest thing I'd ever seen,";
quote[5] = "You could certainly see where this could be the future,";
quote[6] = "I think this is really interesting to advertisers because of the dramatic, high-impact imagery it represents,";
var name = new Array();
name[0] = "Steven Spielberg";
name[1] = "Michelle Delaney, Museum Specialist Smithsonian Museum of American History";
name[2] = "Roger Ebert, Film Critic";
name[3] = "Ron Scalera, Senior VP/Creative Director CBS Television"; 
name[4] = "Bill Artope, VP-Executive Producer DDB Needham"; 
name[5] = "Dennis Lewin, NFL Senior VP Broadcasting"; 
name[6] = "George Murphy, Industrial Light & Magic"; 
var num = Math.floor((Math.random() * 7));
document.writeln("<DIV STYLE='font-size: 14px'><font color='#BBBBBB'><b>&#0147;" + quote[num] + "&#0148;</b></font></DIV><img src='newimages/clear.gif' height='5' width='5'><DIV STYLE='font-size: 10px'><font color='#999999'>" + name[num] + "</font></DIV>");

