rnd.today=new Date();
        rnd.seed=rnd.today.getTime();

        function rnd()
        {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
        };

        function rand(number)
        {
        return Math.ceil(rnd()*number);
        };

        var number=rand(2)-1

        

if (number == 0) {		
		
  document.write("<table width=166 cellspacing=0 cellpadding=3><tr><td width=54 background=GIFs/dirbg.jpg><div align=center><img src=GIFs/freemag.gif width=54 height=54></div></td><td width=98><span class=style45>Be the one who knows the job better - <em><a href=http://tjobs.tradepub.com/ target=_blank>free industry mags!</a></em></span></td></tr></table><br>")

		document.write("<table width=166 cellspacing=0 cellpadding=3><tr><td width=54 background=GIFs/dirbg.jpg><div align=center><img src=GIFs/votehouse.gif width=54 height=54></div></td><td width=98><span class=style45>Open the road to more work at home jobs - <a href=virtualxpwy.shtml><em>with your Vote!</em></a></span></td></tr></table><br>")
		
		document.write("<table width=166 cellspacing=0 cellpadding=3><tr><td width=54 background=GIFs/dirbg.jpg><div align=center><img src=GIFs/tdollar.gif width=54 height=54></div></td><td width=98><span class=style45>TeleCommuter Hire Savings <a href=hiresavings.shtml>Calculator</em></a></span><br><br></td></tr></table>")
}


if (number == 1) {
		  document.write("<table width=166 cellspacing=0 cellpadding=3><tr><td width=54 background=GIFs/dirbg.jpg><div align=center><img src=GIFs/freemag.gif width=54 height=54></div></td><td width=98><span class=style45>Be the one who knows the job better - <em><a href=http://tjobs.tradepub.com/ target=_blank>free industry mags!</a></em></span></td></tr></table><br>")

		document.write("<table width=166 cellspacing=0 cellpadding=3><tr><td width=54 background=GIFs/dirbg.jpg><div align=center><img src=GIFs/votehouse.gif width=54 height=54></div></td><td width=98><span class=style45>Open the road to more work at home jobs - <a href=virtualxpwy.shtml><em>with your Vote!</em></a></span></td></tr></table><br>")
		
		document.write("<table width=166 cellspacing=0 cellpadding=3><tr><td width=54 background=GIFs/dirbg.jpg><div align=center><img src=GIFs/tdollar.gif width=54 height=54></div></td><td width=98><span class=style45>TeleCommuter Hire Savings <a href=hiresavings.shtml>Calculator</em></a></span><br><br></td></tr></table>")
}

