diff --git a/etc/options b/etc/options
index 0c4f79b3447be18eefc21d19655582b651ffeb43..157ec69a7f9473d9f9241c5ea22bcdcdaf1a5f95 100644
--- a/etc/options
+++ b/etc/options
@@ -830,7 +830,8 @@ common_keys = \
     BLASTN_HIT BLASTCDS 3'UTR 5'UTR
 
 # SRS
-srs_url = http://srs.ebi.ac.uk/srsbin/cgi-bin/
+#srs_url = http://srs.ebi.ac.uk/srsbin/cgi-bin/
+srs_url = http://www.bioinformatics.nl/srsbin/cgi-bin/
 
 # hyperlinked databases in feature editor
 hyperlinks = \
diff --git a/etc/results_to_netscape b/etc/results_to_netscape
index f313d3819f15a59088a1304be962000df23def47..ed6e41d816967dfc5aedd2c5afd4281bc5a53209 100755
--- a/etc/results_to_netscape
+++ b/etc/results_to_netscape
@@ -26,6 +26,9 @@ else
   done
 fi
 
+if [ ! -f "$NETSCAPE" ]; then
+    NETSCAPE=`which firefox`
+fi
 
 if [ -f "$DIANA_ENVIRONMENT_FILE" ]
 then