function jstest()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('Looking for tools to promote your site?  We offer several free or low cost programs to increase your site traffic. In addition we have a complete line of services, including Job Posting for Executive Recruiters, Employers and others seeking to source quality candidates.  Get all the details on our home page.'); } // text1
if (ranNum == 1){document.write('The Links below should get you off to a quick start but don\'t ignore the other options available on Staffinglinks.  Often the resources that are used the least are the most productive.  If you can\'t find the information you need in the Directory Listings try the "More Options ODP" link.  This link will take you to our Open Directory Interface and allow you to search one of the largest site directories on the internet.  If you still can\'t find what you need use the "Search" Option on the Red Navigation Bar and use our Meta Search page.'); } // text2
if (ranNum == 2){document.write('Be sure to Bookmark the pages of interest.  This site is constantly updated and new resources are added on a daily basis.'); } // text3
if (ranNum == 3){document.write('<!-- Spacer -->'); } // text4
}
