//add the status to the model
model.put(ModelView.STATUS, message);
//get the history list (IE and Mozzila)
History history = new History();
LinkedList list = history.getHistoryList();
for (int i = 0; i < list.size(); i++) {
final String location = (String) list.get(i);
//add the information to the system