var s,s1,s2,s3,s4,s5,s6,s7;
var dayNames = new Array("Sun","Mon","Tus","Wed","Thr","Fri","Sat");
s1="<TD width=2 background=images/b_01a.gif height=20></TD><TD width=120 background=images/b_29.gif><DIV align=center><A class=black href=index2.htm>Pet Products</A></DIV></TD><TD width=14 background=images/b_27.gif height=20></TD>";

s3="<TD width=120 background=images/b_04.gif><DIV align=center><A class=black href='tvgame.htm'>TV Game Products</A></DIV></TD><TD width=14 background=images/b_02.gif height=20></TD>";

s4="<TD width=120 background=images/b_04.gif><DIV align=center><A class=black href=''></A></DIV></TD><TD width=14 background=images/b_02.gif height=20></TD>";

s2="<TD width=120 background=images/b_04.gif><DIV align=center><A class=black href='pc.htm'>Computer Products</A></DIV></TD><TD width=14 background=images/b_02.gif height=20></TD>";

s5="<TD width=120 background=images/b_04.gif><DIV align=center><A class=black href='about.htm'>About Us</A></DIV></TD><TD width=14 background=images/b_02.gif height=20></TD>";

s6="<TD width=120 background=images/b_04.gif><DIV align=center><A class=black href=contact.htm>Contact Us</A></DIV></TD><TD width=14 background=images/b_02.gif height=20></TD>";

s7="<TD width=120 background=images/b_04.gif><DIV align=center><A class=black href=/index.htm>Home</A></DIV></TD><TD width=12 background=images/b_03.gif height=20></TD>";
s=s1+s5+s6+s7;
document.write(s);

