var versionNum = parseInt(navigator.appVersion);
if(versionNum < 3 && navigator.appName == 'Netscape') {
} else {
var imagenumber = 7;
var rand = Math.round( (imagenumber-1) * Math.random());
var today = new Date();
var bimages = new Array();
bimages[0] = "http://www.nortel.com/images/template2005/img_rotation/concepts1/AA045349.jpg";
bimages[1] = "http://www.nortel.com/images/template2005/img_rotation/concepts1/bxp30976h.jpg";
bimages[2] = "http://www.nortel.com/images/template2005/img_rotation/concepts1/cb005204.jpg";
bimages[3] = "http://www.nortel.com/images/template2005/img_rotation/concepts1/cb016002.jpg";
bimages[4] = "http://www.nortel.com/images/template2005/img_rotation/concepts1/cb025026.jpg";
bimages[5] = "http://www.nortel.com/images/template2005/img_rotation/concepts1/comks6855.jpg";
bimages[6] = "http://www.nortel.com/images/template2005/img_rotation/concepts1/comks6928.jpg";
var bimage = bimages[rand];
document.writeln('<IMG SRC="' + bimage + '" alt="Photo" border="0" width="165" height="100">');
}
