<!--
today=new Date();
jran=today.getTime();
function rnd()
{
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
return jran/(im*1.0);
};
function rand(number)
{
return Math.ceil(rnd()*number);
};
document.write("<center>");
for(i=1;i<=1;i++)
{
myNum=(rand(4));
if(myNum == 1) document.write("<table width='100%' height='267' border='0' cellspacing='0' cellpadding='0'><tr><td width='70%' valign='top' style='background:url(images/homepage-image/01.jpg) no-repeat'>&nbsp;</td></tr></table>");
if(myNum == 2) document.write("<table width='100%' height='267' border='0' cellspacing='0' cellpadding='0'><tr><td width='70%' valign='top' style='background:url(images/homepage-image/02.jpg) no-repeat'>&nbsp;</td></tr></table>");
if(myNum == 3) document.write("<table width='100%' height='267' border='0' cellspacing='0' cellpadding='0'><tr><td width='70%' valign='top' style='background:url(images/homepage-image/04.jpg) no-repeat'>&nbsp;</td></tr></table>");
if(myNum == 4) document.write("<table width='100%' height='267' border='0' cellspacing='0' cellpadding='0'><tr><td width='70%' valign='top' style='background:url(images/homepage-image/05.jpg) no-repeat'>&nbsp;</td></tr></table>")
else
{
document.write();
}
};
document.write("</center>");
// -->