function bagmenu()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<TABLE WIDTH="250"><TR><TD><A HREF="/files/handbags.php"><IMG SRC="../images/menubag1.gif" WIDTH="250" HEIGHT="250" BORDER="0" ALT="Designer inspired handbags"></A><BR><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1"><A HREF="/files/handbags.php">Designer Inspired Handbags</A></FONT></TD></TR></TABLE>'); } // bag1
if (ranNum == 1){document.write('<TABLE WIDTH="250"><TR><TD><A HREF="/files/handbags.php"><IMG SRC="/images/thm_mbag1.jpg" WIDTH="250" HEIGHT="174" BORDER="0"></A><BR><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1"><A HREF="/files/handbags.php">Designer Inspired Handbags</A></FONT></TD></TR></TABLE>'); } // bag2
if (ranNum == 2){document.write('<TABLE WIDTH="250"><TR><TD><A HREF="/files/handbags.php"><IMG SRC="/images/thm_mbag2.jpg" WIDTH="250" HEIGHT="174" BORDER="0"></A><BR><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1"><A HREF="/files/handbags.php">Designer Inspired Handbags</A></FONT></TD></TR></TABLE>'); } // bag3
if (ranNum == 3){document.write('<TABLE WIDTH="250"><TR><TD><A HREF="/files/handbags.php"><IMG SRC="/images/thm_mbag3.jpg" WIDTH="250" HEIGHT="174" BORDER="0"></A><BR><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1"><A HREF="/files/handbags.php">Designer Inspired Handbags</A></FONT></TD></TR></TABLE>'); } // bag4
if (ranNum == 4){document.write('<TABLE WIDTH="250"><TR><TD><A HREF="/files/handbags.php"><IMG SRC="/images/thm_menubag.jpg" WIDTH="250" HEIGHT="250" BORDER="0"></A><BR><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1"><A HREF="/files/handbags.php">Designer Inspired Handbags</A></FONT></TD></TR></TABLE>'); } // bag5
}
