function welcomeimage()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="/graphics/welcome/T5_index_01.jpg" alt="Image by T5" title="Image by T5" width="325" height="325" border="0" style="margin-bottom: 0px; margin-right: 15px; margin-top: 5px;" align="left" valign="center">'); } // T5
if (ranNum == 1){document.write('<img src="/graphics/on_reflection.jpg" alt="ON REFLECTION by Openview" title="ON REFLECTION by Openview" width="325" height="325" border="0" style="margin-bottom: 0px; margin-right: 15px; margin-top: 5px;" align="left" valign="center">'); } // OPENVIEW
if (ranNum == 2){document.write('<img src="/graphics/welcome/N_index_01.jpg" alt="Image by N" title="Image by N" width="325" height="325" border="0" style="margin-bottom: 0px; margin-right: 15px; margin-top: 5px;" align="left" valign="center">'); } // N
if (ranNum == 3){document.write('<img src="/graphics/welcome/MSSF_index_01.jpg" alt="Image by MSSF" title="Image by MSSF" width="325" height="325" border="0" style="margin-bottom: 0px; margin-right: 15px; margin-top: 5px;" align="left" valign="center">'); } // MSSF
}
