<!--var msgs = new Array;msgs[0] = "top1.jpg";msgs[1] = "top2.jpg";function random_img(){ var i = myrandom(msgs.length) - 1; document.write("<IMG SRC=\""+msgs[i]+"\">"); } function myrandom(max){ var v = max * Math.random();if(v == 0.0){ v = 1; } else{ v = Math.ceil(v); } return v; } // --><!--function open_600x480window(docName) {                                    var w = window.open( docName, "600x480",  "menubar=no,  status=yes,resizable=yes,scrollbars=yes,width=600,height=480");                                                if (w.location.href == null)                        { //only happens for Netscape 2 //alert( "href  was null");                        var myHref = location.href;                        var cl = myHref.lastIndexOf("/");                        myHref = myHref.substring(0, cl + 1) +  docName; w.location.href = myHref;                        }                        w.window.focus()                        return true;                        }// --><!--function open_760x450window(docName) {                        var w = window.open( docName, "760x450",  "menubar=no,  status=yes,resizable=no,scrollbars=yes,width=760,height=450");                        if (w.location.href == null)                        { //only happens for Netscape 2 //alert( "href  was null");                        var myHref = location.href;                        var cl = myHref.lastIndexOf("/");                        myHref = myHref.substring(0, cl + 1) +  docName; w.location.href = myHref;                        }                        w.window.focus()                        return true;                        }function open_760x600window(docName) {                        var w = window.open( docName, "760x600",  "menubar=no,  status=yes,resizable=no,scrollbars=yes,width=760,height=600");                        if (w.location.href == null)                        { //only happens for Netscape 2 //alert( "href  was null");                        var myHref = location.href;                        var cl = myHref.lastIndexOf("/");                        myHref = myHref.substring(0, cl + 1) +  docName; w.location.href = myHref;                        }                        w.window.focus()                        return true;                        }function open_700x700window(docName) {                        var w = window.open( docName, "700x700",  "menubar=no,  status=yes,resizable=no,scrollbars=yes,width=700,height=700");                        if (w.location.href == null)                        { //only happens for Netscape 2 //alert( "href  was null");                        var myHref = location.href;                        var cl = myHref.lastIndexOf("/");                        myHref = myHref.substring(0, cl + 1) +  docName; w.location.href = myHref;                        }                        w.window.focus()                        return true;                        }function open_480x480window(docName) {                        var w = window.open( docName, "480x480",  "menubar=no,  status=yes,resizable=no,scrollbars=yes,width=480,height=480");                        if (w.location.href == null)                        { //only happens for Netscape 2 //alert( "href  was null");                        var myHref = location.href;                        var cl = myHref.lastIndexOf("/");                        myHref = myHref.substring(0, cl + 1) +  docName; w.location.href = myHref;                        }                        w.window.focus()                        return true;                        }// -->