﻿<!-- 
function randomImage() {}
var r = new randomImage();
var n = 0;
r[n++] = '<img src="img-interface/fact01.gif" height="151" width="387" border="0">'
r[n++] = '<img src="img-interface/fact02.gif" height="151" width="387" border="0">'
r[n++] = '<img src="img-interface/fact03.gif" height="151" width="387" border="0">'
r[n++] = '<img src="img-interface/fact04.gif" height="151" width="387" border="0">'
i = Math.floor(Math.random()*n);
// -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
