 
var msg = new Array(8);
msg[0] = 'Are you sure that you want to delete this item ?'
msg[1] = 'There is a problem with the year entry.';
msg[2] = 'There is a problem with the month entry.';
msg[3] = 'There is a problem with the date entry.';
msg[4] = 'Incorrect date format. Enter as mm/dd/yyyy.';
msg[5] = 'Gecko User\'s hit CTRL+D to add a bookmark to this site.';
msg[6] = 'Opera User\'s hit CTRL+D to add a bookmark to this site.';
msg[7] = 'Use your browser facility to add a bookmark to this site.';
