}
private void addDefaultPages()
{
WebLocation[] locations = new WebLocation[] {
new WebLocation("Yahoo Finance", //$NON-NLS-1$
"http://de.finance.yahoo.com/q?s={tickerSymbol}"), //$NON-NLS-1$
new WebLocation("OnVista", //$NON-NLS-1$
"http://www.onvista.de/suche.html?SEARCH_VALUE={isin}&SELECTED_TOOL=ALL_TOOLS"), //$NON-NLS-1$
new WebLocation("Finanzen.net", //$NON-NLS-1$
"http://www.finanzen.net/suchergebnis.asp?frmAktiensucheTextfeld={isin}"), //$NON-NLS-1$
new WebLocation("justETF", //$NON-NLS-1$
"https://www.justetf.com/de/etf-profile.html?isin={isin}"), //$NON-NLS-1$
new WebLocation("fondsweb.de", //$NON-NLS-1$
"http://www.fondsweb.de/{isin}"), //$NON-NLS-1$
new WebLocation("Morningstar.de", //$NON-NLS-1$
"http://www.morningstar.de/de/funds/SecuritySearchResults.aspx?type=ALL&search={isin}"), //$NON-NLS-1$
new WebLocation(
"maxblue Kauforder", //$NON-NLS-1$
"https://meine.deutsche-bank.de/trxm/db/init.do" //$NON-NLS-1$
+ "?style=mb&style=mb&login=br24order&action=PurchaseSecurity2And3Steps&wknOrIsin={isin}") }; //$NON-NLS-1$
for (final WebLocation loc : locations)