var Sponsors=new Array() // do not change this!
// Set up the Sponsorss to be shown, below.
// To add more Sponsorss, continue with the
// pattern, adding to the array. Remember
// to increment the Sponsors[x] index!
Sponsors[0] = 'GDH Consulting is our special Premier Sponsor. They buy pizza and drinks every month! We like them for that, and because they are really good at finding quality developers with high quality jobs. If you are looking for a new place of employment, or need to find the best developers for your next project, give them a call!
';
Sponsors[1] = 'Robert Half Technology is one of our newest Premier Sponsors. They are a leading provider of technology professionals. With over 100 locations in North America and Europe, the company offers specialized consulting services, on a project or full-time basis, for IT initiatives ranging from e-business development and multiplatform systems integration to network engineering and technical support. For more information about Robert Half Technology or to learn about online job search opportunities, please contact the Tulsa branch at (918) 493-2411 or visit our website at www.rht.com.
';
Sponsors[2] = '
';
Sponsors[3] = '
';
var Q = Sponsors.length;
function randOrd(a, b)
{
return (Math.round(Math.random())-0.5);
}
function showSponsors()
{
Sponsors.sort( randOrd );
for(i = 0; i < Q; i++)
{
document.write(Sponsors[i]);
if(i");}
}
}
showSponsors();