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